aboutsummaryrefslogtreecommitdiffstats
path: root/SigSys.tex
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--SigSys.tex (renamed from Vorlage.tex)32
1 files changed, 17 insertions, 15 deletions
diff --git a/Vorlage.tex b/SigSys.tex
index 10180b5..2fe5790 100644
--- a/Vorlage.tex
+++ b/SigSys.tex
@@ -1,6 +1,6 @@
% !TeX program = xelatex
% !TeX encoding = utf8
-% !TeX root = Vorlage.tex
+% !TeX root = SigSys.tex
%% TODO: publish to CTAN
\documentclass[]{tex/hsrzf}
@@ -13,25 +13,28 @@
%% Language configuration
\usepackage{polyglossia}
-\setdefaultlanguage[variant=swiss]{german}
%% License configuration
\usepackage[
type={CC},
modifier={by-nc-sa},
version={4.0},
- lang={german},
+ lang={english},
]{doclicense}
+%% tables
+\usepackage{booktabs}
+\usepackage{array}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Metadata
\course{Elektrotechnik}
-\module{ModAbk}
-\semester{Fr\"uhlingssemester 2020}
+\module{SigSys}
+\semester{HS2020 -- FS2021}
-\authoremail{vname@hsr.ch}
-\author{\textsl{Vorname Name} -- \texttt{\theauthoremail}}
+\authoremail{naoki.pross@ost.ch}
+\author{\textsl{Naoki Pross} -- \texttt{\theauthoremail}}
\title{\texttt{\themodule} Zusammenfassung}
\date{\thesemester}
@@ -41,18 +44,17 @@
\begin{document}
+\pagenumbering{roman}
\maketitle
\tableofcontents
-\section{Einf\"uhrung}
-\[
- i\hbar \partial_t \left| \psi(t) \right\rangle
- = \hat{H} \left| \psi(t) \right\rangle
-\]
-
-
-\section{Lizenz}
+\section*{License}
\doclicenseThis
+\twocolumn
+\setcounter{page}{1}
+\pagenumbering{arabic}
+
+\input{tex/signals}
\end{document}