ba-thesis/docs/thesis/README.md

14 lines
186 B
Markdown

# Thesis
The main thesis document.
To compile, you need `biblatex` and `TexLive`.
Run the following commands:
```bash
pdflatex thesis
biber thesis
pdflatex thesis
pdflatex thesis
```