summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jslectureplanner/examples/German/presentation-list.tex
blob: 94951e02fbbdc9141924a72a72dcc0cc971e97fe (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
28
29
30
31
32
33
34
35
% Example file, part of the package jslectureplanner
%
% Example of a course presentation list generated with jslectureplanner

\documentclass[ngerman]{article}
\usepackage{mathptmx}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}

\usepackage{jslectureplanner}
\input{metadata.tex}

\usepackage{babel}

\begin{document}

\title{\lectype\ \lecfulltitle}

\author{\lecinstructor}

\date{\lecsemester}

\maketitle

\section*{Studentische Pr\"asentationen}

\setfirstpressession{2}
\setlastpressession{12}

\makepreslist

% Blank presentation list
%\makepreslist*

\end{document}