diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tudscr/tudscrposter.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/tudscr/tudscrposter.cls | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/tudscr/tudscrposter.cls b/Master/texmf-dist/tex/latex/tudscr/tudscrposter.cls index 4ed7645c293..12e4d27979d 100644 --- a/Master/texmf-dist/tex/latex/tudscr/tudscrposter.cls +++ b/Master/texmf-dist/tex/latex/tudscr/tudscrposter.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}% @@ -1062,6 +1062,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% @@ -1894,7 +1895,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 }{}% |