Skip to content
Snippets Groups Projects
README.md 1.28 KiB
Newer Older
User expired's avatar
User expired committed
# DBIS LateX-Template for Bachelor/Master-Thesis v0.2

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.

### Contents
`thesis_de.tex` - main template file for German theses  
`thesis_en.tex` - main template file for English theses  
`config_de.tex` - configuration file for German theses  
`config_en.tex` - configuration file for English theses  
`unilog4c.pdf` - Logo of the University of Innsbruck  
`lit.bib` - sample bibtex-file

### Compiling your Thesis
This template is optimized for use with `pdflatex`. Therefore, please simply call e.g., `pdflatex thesis_en.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_en` and subsequently, compiling the main thesis file again.
If you prefer using `latex` instead of `pdflatex`, we also provide the eps-version of the logo of the University of Innsbruck as . Changing the line defining the logo to the following should do the trick:

```
% insert university logo
\includegraphics[width=30mm]{unilog4c.eps} \\[3mm]
```

### Required LateX-Libraries
- appendix
- babel
- fancyhdr
- graphicx
- inputenc
- url