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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
% Example file, part of the package jslectureplanner
%
% METADATA example
%
% General course data
%
\LecType{vl}
\LecTitle[shorttitle={My Very Own Science},
subtitle={Basics and Theories},
titlesep={\ --\ }]{Introduction to My Very Own Science}
\LecYear{ss}{2015}
\LecUni{University of Narcissia}
\LecInstitute{Department for the History of Science}
\LecInstructor{Dr. Paula Pan}
\LecStartDate{2019-04-01}
%
% Session data
%
% a single session
\NewSession[bibsec=einf]{Introduction to the Introduction}
% a thematic block
\begin{SessionBlock}{My Very Own Science: Rationale}
\NewSession[%
titlesep={:\ },
subtitle={Wrong Tracks and False Facts},
bibsec=begr
]{Other Sciences}
\NewSession[%
titlesep={:\ },
subtitle={The Better Way},
bibsec=bessweg
]{My Very Own Science}
\end{SessionBlock}
% another thematic block
\begin{SessionBlock}{The History of My Very Own Science}
\NewSession[bibsec=anf, presstudents={Johannes Schmidt}]{The Beginnings}
\NewSession[bibsec=erf, presstudents={Clara Vanderfeld}]{First Results}
\NewSession[cancel=true]{Dies Academicus}
\NewSession[bibsec=konk, presstudents={Jana Braun}]{Concurrencies}
\NewSession[%
titlesep={:\ },
subtitle={Ignoring Others},
bibsec=entsch
]{The Decision}
\end{SessionBlock}
% a semester break of two weeks
\SetBreaks[units=2,span={25.\,05.\,--\,06.\,06.}]{Whitsun Holidays}
% start a new frame in beamer
\SetBeamerFrameBreak
% another thematic block
\begin{SessionBlock}{Theories of My Very Own Science}
\NewSession[bibsec=wesentl]{Determing the Essential}
\NewSession[bibsec=fok, presstudents={Andy Braun}]{Focusing the Essential}
\NewSession[bibsec=rekap]{Recapitulation of the Essential Determination}
\end{SessionBlock}
% and a last thematic block
\begin{SessionBlock}{Empirical Fields}
\NewSession[%
titlesep={:\ },
subtitle={My Department},
bibsec=lokal,
presstudents={Rolf Brandner}
]{The Local Field}
\NewSession[%
titlesep={:\ },
subtitle={The World},
bibsec=welt,
presstudents={Z\"oe Peters}
]{The Rest}
\end{SessionBlock}
\NewSession{Conclusions}
%
% Further info
%
\SetPlatform{\url{http://myelearningplatform/mycourse}}
\SetOfficeHours{Sunday, 02.00\,--\,03.00 a.\,m.}
% Finis
|