# DBIS LateX-Template for Bachelor/Master-Thesis v0.3
# DBIS LateX-Template for Bachelor/Master-Thesis
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.
...
...
@@ -6,7 +6,7 @@ Department of Computer Science at the University of Innsbruck.
### Main Contents
-`thesis_template.tex` - main template file
-`bibliography.bib` - sample bibtex-file
-`logo_uibk.pdf` - Logo of the University of Innsbruck in `.pdf` format
-`logo_uibk.pdf` - logo of the University of Innsbruck in `.pdf` format
### Usage
...
...
@@ -19,7 +19,10 @@ This template is optimized for use with `pdflatex`.
Therefore, please simply call e.g., `pdflatex thesis_template.tex` to compile the thesis.
This should present you with a compiled pdf-file holding the empty thesis template.
Make sure to also compile the bibtex-file by calling `bibtex thesis_template` and subsequently, compiling the main thesis file again. `pdflatex thesis_template.tex; bibtex thesis_template; pdflatex thesis_template.tex; pdflatex thesis_template.tex;` should provide you with a fully compiled pdf (including bibliography and resolved references).
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):