% Template_long.tex
% Template for long documents
%
% Created 1. September 2020
% Use article for \onepagedesign and book for \largedocdesign
\documentclass[a4paper]{book} % document class
\usepackage{template_package} % all necessary things
% Large document with title page
% and table of contents
\largedocdesign
% *** DETAILS *** %
\version{1.0.0}
\departement{ETH Zürich D-ITET}
\university{Departement Informationstechnologie und Elektrotechnik D-ITET}
\doctype{Semesterarbeit}
\title{Titel des Dokuments}
\subtitle{Der Untertitel befindet sich unterhalb des Titels}
\author{Stefan Gloor}
\semester{Herbstsemester 2020}
\email{stgloor@student.ethz.ch}
% *************** %
% extract ID and branch name from .git directory,
% located above working directory
\gitinfo
% Create headers and footers
\createtitlepagestyle
\createpagestyle
\begin{document}
\thispagestyle{TitlePageStyle} % first page has title page style
\maketitle % draw title and subtitle
\toc % table of contents
% *** CONTENT *** %
\chapter{Vorwort}
\section{Einleitung}
\subsection{Beispiel}
\blindtext
\subsection{Vorschlag}
\blindtext
\subsubsection{Hinweis}
\blindtext
\subsection{Überlegungen}
\blindmathpaper
\section{Hauptteil}
\blindtext
\newpage
\chapter{Nächstes Kapitel}
\section{Erste Schritte}
\blindmathpaper
\section{Weitere Schritte}
\blindtext
\newpage
\chapter{Schlussfolgerung}
\blindmathpaper
\end {document}
PDF Preview
Create an account to compile and preview