A latex theis template for Technical University of Munich (TUM), extracted from my own master thesis. The cover is based on Technical University of Munich (tumphthesis).
This template was tested with both the online environment Overleaf and the local environment VSCode Latex Workshop. About how to set up Latex Workshop in VSCode, please look at LaTeX Workshop - Installation and basic settings.
main.texis the main tex file, where you can change the basic information and the chapters you want to include. It is the beginning point for you to write your own thesis.- Folder
chapterscontains chapters in the main text. Your main text of each chapter should be written here. - Folder
metacontains those meta parts of a thesis:- Your abstract and acknowledgement should be written here.
- You may want an abbreviation list then you can use
abbr.tex, or you can ignore it by comment relevant lines inallfrontmatters.tex.
ref.bibis a bibtex file for references.- Folder
figurescontains pictures.
.latexmkrcis a compile configuration for latex, ensure the generation of the abbreviation list.tumthesis.clsis a self-defined document class, most of the typesetting is done here.