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
|
|
|
```
|