ba-thesis/latex/thesis
2023-04-07 12:02:55 +02:00
..
cel-thesis Removed gitignore and custom styles from CEL thesis template 2023-02-13 22:08:02 +01:00
chapters Renamed section 2023-04-07 12:02:55 +02:00
.latexmkrc Added -shell-escape to pdflatex command 2023-02-13 22:14:29 +01:00
abbreviations.tex Reworked notation section; Added channel model and modulation section; Added decoding using BP section 2023-03-27 11:38:03 +02:00
bibliography.bib Finished introduction except proximal 2023-03-28 00:14:50 +02:00
build.sh Added mkdir build/cel-thesis to build.sh 2023-02-13 22:08:58 +01:00
common.tex Added command to allow pausing and continuing numbering in listing environments 2023-04-01 19:22:16 +02: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 Restructured document 2023-04-07 12:01:01 +02: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.