Skip to content

ZassiM/Thesis

Repository files navigation

LaTeX Template

Inofficial template for bachelor and master theses at ika.

Why

Why should I use this template instead of the so called "official" one ?

This template uses pdflatex instead of lualatex in the "official template". pdflatex is much faster than lualatex. The difference compiling a large document can be of factor 5. Why wait 25s instead of 5 seconds?

Cover sheet

Use Word to open and edit the cover sheet template. Insert your data and save cover sheet as CoverSheet.pdf in the root directory.

Thesis Number

Ask your supervisor for the thesis number and insert it in main.tex.

Glossaries

The glossaries List of Symbols and List of Abbreviations are automatically build using the package:

\usepackage[automake]{glossaries}

If you still experience problems building the glossaries you should try the automake=immediate option, which will use the shell escape at the start of \makeglossaries to build the glossaries.

Bibliography

Bibliography uses biber and it is automatically build if you use latexmk for building main.tex. The build tool latexmk is the standart build command for VSCODE and other LaTeX Tools.

Build instructions with VSCODE

Install the extension LaTeX Workshop, naviagte to any .tex file, press CTRL+Shift+P and use LaTeX Workshop: Build LaTeX project to build the main document.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages