summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jslectureplanner/examples/English/presentation-list-english.tex
blob: ace58e18080c15d0f5a1284aa8f5b53298fc6b2a (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
% Example file, part of the package jslectureplanner
%
% Example of a course presentation list generated with jslectureplanner

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

\usepackage[style=english]{jslectureplanner}
\input{metadata.tex}

\begin{document}

\title{\lectype\ \lecfulltitle}

\author{\lecinstructor}

\date{\lecsemester}

\maketitle

\section*{Student Presentations}

\setfirstpressession{2}
\setlastpressession{12}

\makepreslist

% Blank presentation list
%\makepreslist*

\end{document}