aboutsummaryrefslogtreecommitdiffstats
path: root/ElMag.tex
diff options
context:
space:
mode:
Diffstat (limited to 'ElMag.tex')
-rw-r--r--ElMag.tex62
1 files changed, 62 insertions, 0 deletions
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}