aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoki Pross <np@0hm.ch>2021-09-27 09:32:30 +0200
committerNaoki Pross <np@0hm.ch>2021-09-27 09:32:30 +0200
commitc1f05da8d5744a802a088e4c3375069ae0a6f2be (patch)
tree17bac8e864ffc1e7b4bfb0bc66953337186897b6
parentInitial commit (diff)
downloadDigME-c1f05da8d5744a802a088e4c3375069ae0a6f2be.tar.gz
DigME-c1f05da8d5744a802a088e4c3375069ae0a6f2be.zip
Set up template
-rw-r--r--DigME.tex (renamed from Vorlage.tex)30
1 files changed, 14 insertions, 16 deletions
diff --git a/Vorlage.tex b/DigME.tex
index 10180b5..a3f8d3e 100644
--- a/Vorlage.tex
+++ b/DigME.tex
@@ -1,6 +1,6 @@
% !TeX program = xelatex
% !TeX encoding = utf8
-% !TeX root = Vorlage.tex
+% !TeX root = DigME.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{DigMe}
+\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{License}
+\doclicenseThis
+\twocolumn
+\setcounter{page}{1}
+\pagenumbering{arabic}
-\section{Lizenz}
-\doclicenseThis
\end{document}