From c1da9246f4a461ea298bde906a828f5ad5412ce4 Mon Sep 17 00:00:00 2001 From: Naoki Pross Date: Mon, 27 Sep 2021 09:58:41 +0200 Subject: Setup template --- DigSig1.tex | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Vorlage.tex | 58 ---------------------------------------------------------- 2 files changed, 56 insertions(+), 58 deletions(-) create mode 100644 DigSig1.tex delete mode 100644 Vorlage.tex diff --git a/DigSig1.tex b/DigSig1.tex new file mode 100644 index 0000000..9c6cbad --- /dev/null +++ b/DigSig1.tex @@ -0,0 +1,56 @@ +% !TeX program = xelatex +% !TeX encoding = utf8 +% !TeX root = DigSig1.tex + +%% TODO: publish to CTAN +\documentclass[]{tex/hsrzf} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Packages + +%% TODO: publish to CTAN +\usepackage{tex/hsrstud} + +%% Language configuration +\usepackage{polyglossia} +\setdefaultlanguage{english} + +%% License configuration +\usepackage[ + type={CC}, + modifier={by-nc-sa}, + version={4.0}, +]{doclicense} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Metadata + +\course{Electrial Engineering} +\module{DigSig1} +\semester{Fall Semester 2021} + +\authoremail{naoki.pross@ost.ch} +\author{\textsl{Naoki Pross} -- \texttt{\theauthoremail}} + +\title{\texttt{\themodule} Lecture Notes} +\date{\thesemester} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Document + +\begin{document} + +\pagenumbering{roman} +\maketitle +\tableofcontents + +\section{License} +\doclicenseThis + +\twocolumn +\setcounter{page}{1} +\pagenumbering{arabic} + +\section{Sampling and reconstruction} + +\end{document} diff --git a/Vorlage.tex b/Vorlage.tex deleted file mode 100644 index 10180b5..0000000 --- a/Vorlage.tex +++ /dev/null @@ -1,58 +0,0 @@ -% !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