From a595f15b343cc0188b8df56a721a9bc7fb879643 Mon Sep 17 00:00:00 2001 From: Julian Lobbes Date: Fri, 1 Sep 2023 12:49:52 +0200 Subject: [PATCH] docs(thesis): add readme --- docs/thesis/README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) 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 ```