Skip to content
Snippets Groups Projects
Commit f3890c63 authored by fzieris's avatar fzieris
Browse files

Add readme.md

parent 155fed1b
Branches
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment