From 37518ca622a8fc59a8f1802d7c20d3cb961d7919 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 27 Sep 2021 09:25:03 +0200 Subject: Initial commit --- Vorlage.tex | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Vorlage.tex (limited to 'Vorlage.tex') diff --git a/Vorlage.tex b/Vorlage.tex new file mode 100644 index 0000000..10180b5 --- /dev/null +++ b/Vorlage.tex @@ -0,0 +1,58 @@ +% !TeX program = xelatex +% !TeX encoding = utf8 +% !TeX root = Vorlage.tex + +%% TODO: publish to CTAN +\documentclass[]{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{vname@hsr.ch} +\author{\textsl{Vorname Name} -- \texttt{\theauthoremail}} + +\title{\texttt{\themodule} Zusammenfassung} +\date{\thesemester} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Document + +\begin{document} + +\maketitle +\tableofcontents + +\section{Einf\"uhrung} +\[ + i\hbar \partial_t \left| \psi(t) \right\rangle + = \hat{H} \left| \psi(t) \right\rangle +\] + + +\section{Lizenz} +\doclicenseThis + + +\end{document} -- cgit v1.2.1