Skip to content

New structure

Henk requested to merge new_structure into master

Introducing iib_thesis. Similar to the exam template, the thesis template is now a single-file class.

MWE:

\documentclass{iib_thesis}

\title{My Nicely Formatted Thesis, or: \\ How to Present Your Results Well}
\author{Max Mustermann}
\degree{Master}
\studyprogram{Angewandte Informatik}
\date{April 4th, 2016}
\matno{108007256794}
\firstadviser{Prof. Dr.-Ing. Markus König}
\secondadviser{Marcel Neuhausen, M.\,Sc.}
\myabstract{
minimal working example of the new thesis documentclass
}

\begin{document}

  My beautiful thesis.

\end{document}
Edited by Henk

Merge request reports