From c1f05da8d5744a802a088e4c3375069ae0a6f2be Mon Sep 17 00:00:00 2001 From: Naoki Pross Date: Mon, 27 Sep 2021 09:32:30 +0200 Subject: Set up template --- DigME.tex | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 DigME.tex (limited to 'DigME.tex') diff --git a/DigME.tex b/DigME.tex new file mode 100644 index 0000000..a3f8d3e --- /dev/null +++ b/DigME.tex @@ -0,0 +1,56 @@ +% !TeX program = xelatex +% !TeX encoding = utf8 +% !TeX root = DigME.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{DigMe} +\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} + + + +\end{document} -- cgit v1.2.1