summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jslectureplanner/german-default.lps
blob: 1ce08f93031450b4d0c01d2ef5ee6c843cb30a98 (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
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% File german-default.lps
%%
%% Default German style for lecture planning
%%
%% This file is part of the jslectureplanner bundle.
%%
%% Author: Juergen Spitzmueller <juergen.spitzmueller@univie.ac.at>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%%   http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2003/12/01 or later.
%%
%% This work has the LPPL maintenance status "maintained".
%% 
%% The Current Maintainer of this work is Juergen Spitzmueller.
%%
%% Code repository and issue tracker: https://github.com/jspitz/jslectureplanner
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%
% Default strings (German) used by the jslectureplanner package
%

% Lecture types
\DefLecType{vl}{VL}{Vorlesung}{Vorlesung}% lecture
\DefLecType{ps}{PS}{Proseminar}{Sitzung}% undergraduate seminar
\DefLecType{se}{SE}{Seminar}{Sitzung}% seminar
\DefLecType{ue}{UE}{\"Ubung}{Sitzung}% practical course
\DefLecType{ko}{KO}{Kolloquium}{Sitzung}% colloquium
\DefLecType{pv}{PV}{Privatissimum}{Sitzung}% research seminar

% Term types
\DefSemType{fs}{FS}{Fr\"ujahrssemester}% spring term
\DefSemType{hs}{HS}{Herbstsemester}% fall term
\DefSemType{ss}{SoSe}{Sommersemester}% summer term
\DefSemType{ws}{WS}{Wintersemester}% winter term

% Date formats
% Uses datetime2 syntax:
% ##1: year
% ##2: month
% ##3: day
% \DTMtwodigits: always output two digits
\DTMrenewdatestyle{lecdate}{% long date: dd.\,mm.~yyyy
\renewcommand*{\DTMdisplaydate}[4]{\DTMtwodigits{##3}.\,\DTMtwodigits{##2}.~##1}%
}

\DTMrenewdatestyle{lecshortdate}{% short date: dd.\,mm.
\renewcommand*{\DTMdisplaydate}[4]{\DTMtwodigits{##3}.\,\DTMtwodigits{##2}.}%
}

% Suffix to cancelled sessions
\renewcommand*\leccancel{\ -- keine \lectypesession}

% Program heading
\renewcommand*\lecprogram{Programm}

% Indentation of program list
\renewcommand*\lecprogramlistindent{\textbf{88.\,88.}}

% Session topic placeholder
\renewcommand*\sestopic{Thema~\thesestopic}

%
% Strings used by the jsmembertable package
% NOTE that these have to be defined via \newcommand
%

% 1.) Session column header
\newcommand*\jsmsession{\lectypesession}%
\newcommand*\jsmsessionheader{\textbf{\thesession.~\jsmsession}}%

% 2.) Student Name
\newcommand*\jsmnameheader{\textbf{Name, Vorname}}

% 3.) Student ID
\newcommand*\jsmidheader{\textbf{Matrikel-Nr.}}

% 3.) E-Mail
\newcommand*\jsemailheader{\textbf{E-Mail-Adresse}}

% 4.) Signature advice
\newcommand*\jssigheader{Unterschrift Teilnehmer*innen}


% Finis