diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tudscr/tudscrreprt.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/tudscr/tudscrreprt.cls | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/tudscr/tudscrreprt.cls b/Master/texmf-dist/tex/latex/tudscr/tudscrreprt.cls index a0a26ac2247..417fd9d20e6 100644 --- a/Master/texmf-dist/tex/latex/tudscr/tudscrreprt.cls +++ b/Master/texmf-dist/tex/latex/tudscr/tudscrreprt.cls @@ -79,13 +79,13 @@ \fi% } \fi - \TUD@Version@Check{2016/09/22 v2.05d TUD-Script} + \TUD@Version@Check{2016/10/10 v2.05e TUD-Script} \endgroup \NeedsTeXFormat{LaTeX2e} \providecommand*\tudscrmail{tudscr@gmail.com} \newcommand*\TUD@ProvidesClass[3]{% \ProvidesClass{#1}[% - 2016/09/22 v2.05d TUD-Script + 2016/10/10 v2.05e TUD-Script ^^J#3 (#2)% ]% \newcommand*\TUD@Class@KOMA{#2}% @@ -1290,6 +1290,7 @@ \csdef{tud@v@2.05b}{3} \csdef{tud@v@2.05c}{3} \csdef{tud@v@2.05d}{3} +\csdef{tud@v@2.05e}{3} \csdef{tud@v@last}{3} \newcommand*\tud@v@get[2]{% \begingroup% @@ -2106,7 +2107,9 @@ \def\\{\space\ignorespaces}% \def\@tempa##1{\csdef{##1}####1{\noexpand\relax}}% \let\@tempb\tud@split@author@list% - \robustify\and% + \ifx\and\relax\else% + \robustify\and% + \fi% \expandafter\forcsvlist\expandafter\@tempa\expandafter{\@tempb}% \protected@edef\@@author{#1}% \tud@replace\@@author{ \relax }{}% |