summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/univie-ling/doc/templates/template-handout-english.tex
blob: ed375e7a9a65cee7b37610dbf144724d447b31a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% Example file for the class ``univie-ling-handout''
\documentclass[english,cd=english]{univie-ling-handout}

% Handout title settings:
\hoEvent{Title of the Course}
\hoEventDate{Date/Semester}
%\hoEventLoc{Other University}
\hoTitle{Title of the Handout/Presentation}
\hoSubtitle{Subtitle}

% Presenters
\hoName{My Name \and Second Name}
\hoDept{Department of Linguistics}
\hoEMail{me@unive.ac.at \and her@univie.ac.at}


\begin{document}

% output title
\maketitle

\section{First Section}

This is a dummy text.

\end{document}