docs(thesis): add readme

This commit is contained in:
Julian Lobbes 2023-09-01 12:49:52 +02:00
parent a0584b008b
commit a595f15b34

View File

@ -1,17 +1,13 @@
# Thesis
## Structure
The main thesis document.
To compile, you need `biblatex` and `TexLive`.
```
I need to translate chapter names for my thesis from german into english. Translate the following chapter headings for me:
- Einleitung
- Gegenstand und Motivation
- Problemstellung
- Zielsetzung
- Fragestellung
- Gliederung der Arbeit
- Grundlagen
- Hauptteil
- Implementierung/Reallisierung/Evaluation
- Schlussbetrachtung (Trends, Entwicklung)
Run the following commands:
```bash
pdflatex thesis
biber thesis
pdflatex thesis
pdflatex thesis
```