Skip to content
Snippets Groups Projects
Commit db201eda authored by Eva Zangerle's avatar Eva Zangerle
Browse files

minor update of README: statutory declarations

parent e7aba266
No related branches found
No related tags found
No related merge requests found
# DBIS LateX-Template for Bachelor/Master-Thesis
# DBIS LateX-Template for Bachelor and Master Theses
This is a template for bachelor and master theses at the research group Databases and Information Systems at the
Department of Computer Science at the University of Innsbruck.
......@@ -12,7 +12,7 @@ Department of Computer Science at the University of Innsbruck.
### Usage
Please adapt the template to either a bachelor or master thesis by editing the following two parts:
- Title page: either use ''Bachelor Thesis'' or ''Master Thesis''
- Statutory declaration: remove the declaration that does not apply for your thesis
- Statutory declaration: remove the declaration that does not apply for your thesis (marked by `BEGIN` and `END`)
### Compiling your Thesis
This template is optimized for use with `pdflatex`.
......@@ -21,11 +21,12 @@ This should present you with a compiled pdf-file holding the empty thesis templa
Make sure to also compile the bibtex-file by calling `bibtex thesis_template` and subsequently, compiling the main thesis file again.
The following commadn should provide you with a fully compiled pdf (including bibliography and resolved references):
`pdflatex thesis_template.tex; bibtex thesis_template; pdflatex thesis_template.tex; pdflatex thesis_template.tex;`
The following `command` should provide you with a fully compiled pdf (including bibliography and resolved references):
```
pdflatex thesis_template.tex; bibtex thesis_template; pdflatex thesis_template.tex; pdflatex thesis_template.tex
```
### Required LateX-Libraries
### Required LateX Libraries
- appendix
- babel
- fancyhdr
......
......@@ -101,12 +101,12 @@ Supervisor1, Supervisor2\\[10mm]
\section*{Eidesstattliche Erklärung}
% TODO:: please remove either the statutory declaration for bachelor or master theses
% BACHELOR THESIS
% BEGIN BACHELOR THESIS
Ich erkläre hiermit an Eides statt durch meine eigenhändige Unterschrift, dass ich die vorliegende Arbeit selbständig verfasst und keine anderen als die angegebenen Quellen und Hilfsmittel verwendet habe.
Alle Stellen, die wörtlich oder inhaltlich den angegebenen Quellen entnommen wurden, sind als solche kenntlich gemacht.\\[3cm]
% END BACHELOR THESIS
% MASTER THESIS
% BEGIN MASTER THESIS
\section*{Eidesstattliche Erklärung}
Ich erkläre hiermit an Eides statt durch meine eigenhändige Unterschrift, dass ich die vorliegende Arbeit selbständig verfasst und keine anderen als die angegebenen Quellen und Hilfsmittel verwendet habe.
Alle Stellen, die wörtlich oder inhaltlich den angegebenen Quellen entnommen wurden, sind als solche kenntlich gemacht.\\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment