aboutsummaryrefslogtreecommitdiffstats
path: root/SigSys.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-08-15 09:32:08 +0200
committerNao Pross <np@0hm.ch>2021-08-15 09:32:08 +0200
commitd5e6e92b4939ab4cc953fe2a56884a2ac5fd80ba (patch)
tree914154ee507da91e097ed3d38f3fa77c4e295a80 /SigSys.tex
parentInitial commit (diff)
downloadSigSys-d5e6e92b4939ab4cc953fe2a56884a2ac5fd80ba.tar.gz
SigSys-d5e6e92b4939ab4cc953fe2a56884a2ac5fd80ba.zip
Start
Diffstat (limited to 'SigSys.tex')
-rw-r--r--SigSys.tex60
1 files changed, 60 insertions, 0 deletions
diff --git a/SigSys.tex b/SigSys.tex
new file mode 100644
index 0000000..2fe5790
--- /dev/null
+++ b/SigSys.tex
@@ -0,0 +1,60 @@
+% !TeX program = xelatex
+% !TeX encoding = utf8
+% !TeX root = SigSys.tex
+
+%% TODO: publish to CTAN
+\documentclass[]{tex/hsrzf}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Packages
+
+%% TODO: publish to CTAN
+\usepackage{tex/hsrstud}
+
+%% Language configuration
+\usepackage{polyglossia}
+
+%% License configuration
+\usepackage[
+ type={CC},
+ modifier={by-nc-sa},
+ version={4.0},
+ lang={english},
+]{doclicense}
+
+%% tables
+\usepackage{booktabs}
+\usepackage{array}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Metadata
+
+\course{Elektrotechnik}
+\module{SigSys}
+\semester{HS2020 -- FS2021}
+
+\authoremail{naoki.pross@ost.ch}
+\author{\textsl{Naoki Pross} -- \texttt{\theauthoremail}}
+
+\title{\texttt{\themodule} Zusammenfassung}
+\date{\thesemester}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Document
+
+\begin{document}
+
+\pagenumbering{roman}
+\maketitle
+\tableofcontents
+
+\section*{License}
+\doclicenseThis
+
+\twocolumn
+\setcounter{page}{1}
+\pagenumbering{arabic}
+
+\input{tex/signals}
+
+\end{document}