ba-thesis/latex/thesis
2023-03-17 13:08:38 +01:00
..
cel-thesis Removed gitignore and custom styles from CEL thesis template 2023-02-13 22:08:02 +01:00
chapters 1:m -> [1:m]; wrote message passing algorithm; added TODO 2023-03-17 13:07:58 +01:00
.latexmkrc Added -shell-escape to pdflatex command 2023-02-13 22:14:29 +01:00
abbreviations.tex Added footnote about discrete -> continuous; Added quotation marks; minor other changes 2023-03-12 20:23:43 +01:00
bibliography.bib Added first part of explanation of ADMM 2023-03-16 17:20:29 +01:00
build.sh Added mkdir build/cel-thesis to build.sh 2023-02-13 22:08:58 +01:00
common.tex Added more keywords to genericAlgorithm environment 2023-03-17 13:08:38 +01:00
README.md Added .latexmkrc; Updated build instructions in README.md; Renamed thesis-master.pdf 2022-12-08 12:28:38 +01:00
thesis.tex Changed abbreviation list style and added toc entry 2023-02-17 00:31:19 +01:00

Bachelorarbeit

Latex Quellcode

Kompilieren

$ latexmk -pdf thesis.tex

Es wird ein neuer build ordner erstellt, in welchem das kompilierte Dokument, thesis.pdf zu finden ist.

Auto-Formatierung

$ latexindent -w -s -l -m [filename] -c build

Die Auto-Formatierung scheint aus Gründen manchmal noch nicht richtig zu funktionieren.