https://github.com/aichbauer/template-thesis-latex
Vorlage für Bachelor- und Masterarbeiten
https://github.com/aichbauer/template-thesis-latex
Last synced: 6 months ago
JSON representation
Vorlage für Bachelor- und Masterarbeiten
- Host: GitHub
- URL: https://github.com/aichbauer/template-thesis-latex
- Owner: aichbauer
- Created: 2018-01-13T18:23:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T10:46:40.000Z (over 8 years ago)
- Last Synced: 2025-03-04T20:40:53.532Z (10 months ago)
- Language: TeX
- Homepage: https://wiki.mediacube.at/wiki/index.php/MMTBA
- Size: 1.8 MB
- Stars: 0
- Watchers: 3
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LaTeX Template
==============
This template can be used for both the Bachelor Thesis and
the Master Thesis.
To switch between templates go to the top of main.tex and change the document class options:
* `paper` = Bachelor thesis 1
* `bachelorthesis` = Bachelor thesis 2
* `masterthesis` = Master thesis
To switch the language of the document go to the top of main.tex and change the document class options:
* `english`
* `ngerman`
The document adapts text of the title page, affidavit and references according to the language chosen.
Files to change for your thesis:
* `main.tex`: set up document class and add any packages you may need. The rest should be left untouched.
* `_configuration.tex`: configuration file of the project (author name, advisor name, etc.)
* `abstract.tex`: the English abstract
* `kurzfassung.tex`: the German abstract
* `body.tex`: the main text of the thesis
* `appendix.tex`: the optional appendix