aboutsummaryrefslogtreecommitdiffstats
path: root/komfour_zf.tex
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2020-06-01 15:39:12 +0200
committerNao Pross <naopross@thearcway.org>2020-06-01 15:39:12 +0200
commit8f64ab17a5bcdbe635feb326a6cddec51500c6c1 (patch)
tree5c93681f7543e94539c0e5f76883dd02f4a18355 /komfour_zf.tex
parentInitial commit (diff)
downloadKomFour-8f64ab17a5bcdbe635feb326a6cddec51500c6c1.tar.gz
KomFour-8f64ab17a5bcdbe635feb326a6cddec51500c6c1.zip
Update README and change template
Diffstat (limited to 'komfour_zf.tex')
-rw-r--r--komfour_zf.tex53
1 files changed, 53 insertions, 0 deletions
diff --git a/komfour_zf.tex b/komfour_zf.tex
new file mode 100644
index 0000000..fd4b33d
--- /dev/null
+++ b/komfour_zf.tex
@@ -0,0 +1,53 @@
+% !TeX program = xelatex
+% !TeX encoding = utf8
+% !TeX root = komfour_zf.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{KomFour}
+\semester{Fr\"uhlingssemester 2020}
+
+\authoremail{npross@hsr.ch}
+\author{\textsl{Naoki Pross} -- \texttt{\theauthoremail}}
+
+\title{\texttt{\themodule} Zusammenfassung}
+\date{\thesemester}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Document
+
+\begin{document}
+
+\maketitle
+\tableofcontents
+
+\section{Komplexe Zahlen}
+
+\section{Lizenz}
+\doclicenseThis
+
+
+\end{document}