aboutsummaryrefslogtreecommitdiffstats
path: root/DigSig1.tex
diff options
context:
space:
mode:
Diffstat (limited to 'DigSig1.tex')
-rw-r--r--DigSig1.tex56
1 files changed, 56 insertions, 0 deletions
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}