summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/univie-ling/doc/templates/template-handout-deutsch.tex
blob: 1d4a093335a467bd101b6bb3b4326877e05da460 (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
27
% Example file for the class ``univie-ling-handout''
\documentclass[naustrian]{univie-ling-handout}

% Titelei des Handouts:
\hoEvent{Titel der Veranstaltung/des Seminars}
\hoEventDate{Datum/Semester}
%\hoEventLoc{Andere Uni}
\hoTitle{Titel des Handouts/Referats}
\hoSubtitle{Untertitel}

% Vortragende
\hoName{Mein Name \and Zweiter Name}
\hoDept{Institut für Sprachwissenschaft}
\hoEMail{me@unive.ac.at \and her@univie.ac.at}


\begin{document}

% Titel ausgeben
\maketitle

\section{Erster Abschnitt}

Dies ist ein Platzhaltertext.


\end{document}