ba-thesis/docs/thesis/README.md

14 lines
186 B
Markdown
Raw Normal View History

2023-08-19 14:15:06 +02:00
# Thesis
2023-09-01 12:49:52 +02:00
The main thesis document.
To compile, you need `biblatex` and `TexLive`.
2023-08-19 14:15:06 +02:00
2023-09-01 12:49:52 +02:00
Run the following commands:
```bash
pdflatex thesis
biber thesis
pdflatex thesis
pdflatex thesis
2023-08-19 14:15:06 +02:00
```