From 44abd89c0ec9860469a2a2f2213196642de5a4af Mon Sep 17 00:00:00 2001 From: Naoki Pross Date: Sun, 10 Oct 2021 15:11:11 +0200 Subject: Adapt template --- ElMag.tex | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 ElMag.tex (limited to 'ElMag.tex') diff --git a/ElMag.tex b/ElMag.tex new file mode 100644 index 0000000..6fe23f6 --- /dev/null +++ b/ElMag.tex @@ -0,0 +1,62 @@ +% !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} -- cgit v1.2.1