This is a LaTeX template created according to the guidelines for TUM informatics theses in SS 2013. Always check the current formatting guidelines before you hand in. See build/main.pdf
for an example PDF created with this template.
Note: Because of copyright considerations, TUM logos are not included in this template and have to be downloaded separately (see instructions below).
Comments & contributions welcome!
- Download and extract the template. If you prefer to use Git, just clone/fork the repository.
- Download the TUM logos in PDF format:
- Log in to MyTUM.
- Download the TUM logo from here and save it to
logos/tum.pdf
. - Download your faculty's logo from here and save it to
logos/faculty.pdf
. - Some logos might not be cropped; execute the
crop-logos
script to do that for you. The script requires thepdfcrop
tool (included in TeX Live/MiKTeX), so make sure yourPATH
environment variable is set accordingly.
- Configure your latex editor to use
pdflatex
,biber
for bibliography, andmakeglossaries
for glossary generation. Setmain.tex
as the master document. Alternatively, you can use the provided makefile to create a PDF in thebuild
directory (requireslatexmk
). - Look for
TODO
comments in the provided files. Start atmain.tex
.
For additional hints, have a look at the wiki. If you still have problems, feel free to create an issue.
This template is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, meaning that:
- You can share (copy, redistribute) and adapt (remix, transform, build upon) this template for any purpose, even commercially.
- If you share the template or a modified (derived) version of it, you must attribute the template to the original authors (Florian Walch and contributors) by providing a link to the original template and indicate if changes were made.
- Any derived template has to use the same or a compatible license.
The license applies only to the template; there are no restrictions on the resulting PDF file or the contents of your thesis.