aboutsummaryrefslogtreecommitdiffstats
path: root/ElMag.tex
diff options
context:
space:
mode:
authorNaoki Pross <np@0hm.ch>2021-10-10 15:11:11 +0200
committerNaoki Pross <np@0hm.ch>2021-10-10 15:11:11 +0200
commit44abd89c0ec9860469a2a2f2213196642de5a4af (patch)
tree5e1cecb7c45621e16ed7e6a0cc6e6ed6e99ff845 /ElMag.tex
parentInitial commit (diff)
downloadElMag-44abd89c0ec9860469a2a2f2213196642de5a4af.tar.gz
ElMag-44abd89c0ec9860469a2a2f2213196642de5a4af.zip
Adapt template
Diffstat (limited to '')
-rw-r--r--ElMag.tex (renamed from Vorlage.tex)24
1 files changed, 9 insertions, 15 deletions
diff --git a/Vorlage.tex b/ElMag.tex
index 34d60de..6fe23f6 100644
--- a/Vorlage.tex
+++ b/ElMag.tex
@@ -1,6 +1,6 @@
% !TeX program = xelatex
% !TeX encoding = utf8
-% !TeX root = Vorlage.tex
+% !TeX root = ElMag.tex
%% TODO: publish to CTAN
\documentclass[margin=normal]{tex/hsrzf}
@@ -13,25 +13,25 @@
%% Language configuration
\usepackage{polyglossia}
-\setdefaultlanguage[variant=swiss]{german}
+\setdefaultlanguage{english}
%% License configuration
\usepackage[
type={CC},
modifier={by-nc-sa},
version={4.0},
- lang={german},
+ lang={english},
]{doclicense}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Metadata
-\course{Elektrotechnik}
-\module{ModAbk}
-\semester{Fr\"uhlingssemester 2020}
+\course{Electrical Engineering}
+\module{ElMag}
+\semester{Fall Semseter 2021}
-\authoremail{vorname.name@ost.ch}
-\author{\textsl{Vorname Name} -- \texttt{\theauthoremail}}
+\authoremail{naoki.pross@ost.ch}
+\author{\textsl{Naoki Pross} -- \texttt{\theauthoremail}}
\title{\texttt{\themodule} Zusammenfassung}
\date{\thesemester}
@@ -51,7 +51,7 @@
\tableofcontents
-\section*{Lizenz}
+\section*{License}
\doclicenseThis
% actual content
@@ -59,10 +59,4 @@
\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}