16 lines
459 B
Markdown
16 lines
459 B
Markdown
# thesis-template
|
|
|
|
LaTeX template for writing your thesis. It is adapted to the common needs in Information Systems theses at the University of Bamberg.
|
|
|
|
## Getting started
|
|
|
|
+ Install [LaTeX](https://latex-project.org/).
|
|
+ On Linux, you may need to install `ttf-mscorefonts-installer` to use the Times New Roman font.
|
|
+ Adjust the variables set in [`config.tex`](config.tex).
|
|
|
|
```sh
|
|
lualatex thesis.tex
|
|
biber thesis
|
|
lualatex thesis.tex
|
|
lualatex thesis.tex
|
|
``` |