blob: 5f73cf9d8352bfb89c1f6c00279d0a216ee84b7c (
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
36
37
|
% Example file, part of the package jslectureplanner
%
% Body to be included in lecturepresentation.tex and lecturehandout.tex
\title{\lectype\ \lecfulltitle}
\date{\lecsemester}
\frame{\maketitle}
\ThisSession{1}
\section<article>*{\lectypesession\ \sesnr: \sesfulltitle\ (\sesdate)}
\begin{frame}<presentation>[plain]
\Large\structure{\sesnr}
\structure{\sesfulltitle\ (\sesdate)}
\end{frame}
% Generate the course program slides
\makebeamerprogram
\begin{frame}{Weitere Informationen}
\begin{description}
\item [{Kursplattform:}] \lecplatform
\item [{Sprechstunden:}] \officehours
\end{description}
\end{frame}
\begin{frame}{N\"achste Woche}
\SessionFullTitle{2}
\end{frame}
|