aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoki Pross <np@0hm.ch>2021-09-27 09:58:41 +0200
committerNaoki Pross <np@0hm.ch>2021-09-27 09:58:41 +0200
commitc1da9246f4a461ea298bde906a828f5ad5412ce4 (patch)
tree61df561797b988cfccdeb856cb273c65b5e0a9c8
parentInitial commit (diff)
downloadDigSig1-c1da9246f4a461ea298bde906a828f5ad5412ce4.tar.gz
DigSig1-c1da9246f4a461ea298bde906a828f5ad5412ce4.zip
Setup template
-rw-r--r--DigSig1.tex (renamed from Vorlage.tex)32
1 files changed, 15 insertions, 17 deletions
diff --git a/Vorlage.tex b/DigSig1.tex
index 10180b5..9c6cbad 100644
--- a/Vorlage.tex
+++ b/DigSig1.tex
@@ -1,6 +1,6 @@
% !TeX program = xelatex
% !TeX encoding = utf8
-% !TeX root = Vorlage.tex
+% !TeX root = DigSig1.tex
%% TODO: publish to CTAN
\documentclass[]{tex/hsrzf}
@@ -13,27 +13,26 @@
%% Language configuration
\usepackage{polyglossia}
-\setdefaultlanguage[variant=swiss]{german}
+\setdefaultlanguage{english}
%% License configuration
\usepackage[
type={CC},
modifier={by-nc-sa},
version={4.0},
- lang={german},
]{doclicense}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Metadata
-\course{Elektrotechnik}
-\module{ModAbk}
-\semester{Fr\"uhlingssemester 2020}
+\course{Electrial Engineering}
+\module{DigSig1}
+\semester{Fall Semester 2021}
-\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}
+\title{\texttt{\themodule} Lecture Notes}
\date{\thesemester}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -41,18 +40,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}
+
+\section{Sampling and reconstruction}
\end{document}