14 lines
186 B
Markdown
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
|
|
```
|