From 928cf3167ba8f46f7c7307467d1ebecaa7ba860b Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 10 Oct 2021 15:08:11 +0200 Subject: Initial commit --- Vorlage.tex | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 Vorlage.tex (limited to 'Vorlage.tex') diff --git a/Vorlage.tex b/Vorlage.tex new file mode 100644 index 0000000..34d60de --- /dev/null +++ b/Vorlage.tex @@ -0,0 +1,68 @@ +% !TeX program = xelatex +% !TeX encoding = utf8 +% !TeX root = Vorlage.tex + +%% TODO: publish to CTAN +\documentclass[margin=normal]{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{ModAbk} +\semester{Fr\"uhlingssemester 2020} + +\authoremail{vorname.name@ost.ch} +\author{\textsl{Vorname Name} -- \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*{Lizenz} +\doclicenseThis + +% actual content +\clearpage +\setcounter{page}{1} +\pagenumbering{arabic} + +\section{Einf\"uhrung} +\[ + i\hbar \partial_t \left| \psi(t) \right\rangle + = \hat{H} \left| \psi(t) \right\rangle +\] + +\end{document} -- cgit v1.2.1