My Bachelor's Thesis in computer science, written at Technical University of Munich.
View current version as .pdf
on wiki.tum.de.
The original repository is hosted on the public GitLab instance and mirrored to the university's private instance as well as GitHub.com. The project is automatically built using the GitLab CI. The artifacts are published on wiki.tum.de.
The raw results of the user study as well as the LimeSurvey export can be found in the evaluation_data/
folder.
Dependencies are Texlive-Full (including biber and latexmk) and make.
To build the .pdf-file, execute:
make pdf
To launch latexmk in development-mode with live reloading, use:
make watch
Additional commands are available:
To clean the output folder from built artifacts:
make clean
To remove the whole output folder:
make purge
Based on the inofficial tum thesis template by Florian Walch and contributers - modified by me.