diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/jslectureplanner/german-default.lps')
-rw-r--r-- | Master/texmf-dist/tex/latex/jslectureplanner/german-default.lps | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/jslectureplanner/german-default.lps b/Master/texmf-dist/tex/latex/jslectureplanner/german-default.lps index 7252eae826e..4a23ae70cf9 100644 --- a/Master/texmf-dist/tex/latex/jslectureplanner/german-default.lps +++ b/Master/texmf-dist/tex/latex/jslectureplanner/german-default.lps @@ -3,7 +3,7 @@ %% %% Default German style for lecture planning %% -%% This file is part of the jslectureplanner package. +%% This file is part of the jslectureplanner bundle. %% %% Author: Juergen Spitzmueller <juergen.spitzmueller@univie.ac.at> %% @@ -23,6 +23,10 @@ %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% Default strings (German) used by the jslectureplanner package +% + % Lecture types \DefLecType{vl}{VL}{Vorlesung}{Vorlesung}% lecture \DefLecType{ps}{PS}{Proseminar}{Sitzung}% undergraduate seminar @@ -52,4 +56,26 @@ % Indentation of program list \renewcommand*\lecprogramlistindent{\textbf{88.\,88.}} +% +% 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 |