diff options
Diffstat (limited to 'FuVar.tex')
-rw-r--r-- | FuVar.tex | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/FuVar.tex b/FuVar.tex new file mode 100644 index 0000000..ec5367e --- /dev/null +++ b/FuVar.tex @@ -0,0 +1,51 @@ +% !TeX program = xelatex +% !TeX encoding = utf8 +% !TeX root = FuVar.tex + +%% TODO: publish to CTAN +\documentclass[twocolumn]{tex/hsrzf} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Packages + +%% TODO: publish to CTAN +\usepackage{tex/hsrstud} + +%% Language configuration +\usepackage{polyglossia} +\setdefaultlanguage[variant=swiss]{german} + +%% License configuration +\usepackage[ + type={CC}, + modifier={by-nc-sa}, + version={4.0}, + lang={german}, +]{doclicense} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Metadata + +\course{Elektrotechnik} +\module{FuVar} +\semester{Fr\"uhlingssemester 2021} + +\authoremail{naoki.pross@ost.ch} +\author{\textsl{Naoki Pross} -- \texttt{\theauthoremail}} + +\title{\texttt{\themodule} Zusammenfassung} +\date{\thesemester} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Document + +\begin{document} + +\maketitle +\tableofcontents + + +\section{Lizenz} +\doclicenseThis + +\end{document} |