diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2384891578effa082668b39f4505fbd5f9a09e55 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Thesis Template + +## Prerequisites + +You want to have the following things installed if you want to use this template: + * A LaTeX backend (e.g. [TeX Live](https://www.tug.org/texlive) or [MikTeX](https://miktex.org)) + * A comfortable text editor (e.g. [Notepad++](https://notepad-plus-plus.org)) or a LaTeX frontend (e.g. [TeXstudio](http://www.texstudio.org)) + * A BibTeX manager (e.g. [JabRef](http://www.jabref.org)) + +## HowTo + +To create a PDF file manually (i.e. if you don't use a LaTeX frontend), you need to call: + * `pdflatex thesis` + * `bibtex thesis` + * `pdflatex thesis` + * `pdflatex thesis` + \ No newline at end of file