From d5e6e92b4939ab4cc953fe2a56884a2ac5fd80ba Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 15 Aug 2021 09:32:08 +0200 Subject: Start --- SigSys.tex | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 SigSys.tex (limited to 'SigSys.tex') 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} -- cgit v1.2.1