diff --git a/docs/thesis/README.md b/docs/thesis/README.md index 8121960..efbe65a 100644 --- a/docs/thesis/README.md +++ b/docs/thesis/README.md @@ -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 ```