% !TeX program = xelatex % !TeX encoding = utf8 % !TeX root = ElMag.tex %% TODO: publish to CTAN \documentclass[margin=normal]{tex/hsrzf} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Packages %% TODO: publish to CTAN \usepackage{tex/hsrstud} %% Language configuration \usepackage{polyglossia} \setdefaultlanguage{english} %% License configuration \usepackage[ type={CC}, modifier={by-nc-sa}, version={4.0}, lang={english}, ]{doclicense} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Metadata \course{Electrical Engineering} \module{ElMag} \semester{Fall Semseter 2021} \authoremail{naoki.pross@ost.ch} \author{\textsl{Naoki Pross} -- \texttt{\theauthoremail}} \title{\texttt{\themodule} Zusammenfassung} \date{\thesemester} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Document \begin{document} % use roman numberals for introductiory pages \pagenumbering{roman} \maketitle % \begin{abstract} % \end{abstract} \tableofcontents \section*{License} \doclicenseThis % actual content \clearpage \setcounter{page}{1} \pagenumbering{arabic} \end{document}