diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-10 21:15:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-10 21:15:54 +0000 |
commit | 888112deda486252ced6f04e1f400e964f7d9bc5 (patch) | |
tree | 72bd8bcb975347c304e60c1e3c0e4c954287d4dd /Master/texmf-dist/source/latex | |
parent | 14ee829b923fee3fbf3d06640862706e04d84cd2 (diff) |
tudscr (10oct16)
git-svn-id: svn://tug.org/texlive/trunk@42250 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
4 files changed, 13 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/tudscr/doc/tudscr.tex b/Master/texmf-dist/source/latex/tudscr/doc/tudscr.tex index 088c2b4077e..5802a64bbce 100644 --- a/Master/texmf-dist/source/latex/tudscr/doc/tudscr.tex +++ b/Master/texmf-dist/source/latex/tudscr/doc/tudscr.tex @@ -25,7 +25,7 @@ \endgroup% } \faculty{\protect\cdurl} -\date{22.09.2016} +\date{10.10.2016} \author{Falk Hanisch\thanks{\noexpand\Email{\tudscrmail}}} \subject{\TUDScript \vTUDScript{} basierend auf \KOMAScript} \title{% diff --git a/Master/texmf-dist/source/latex/tudscr/tudscr-comp.dtx b/Master/texmf-dist/source/latex/tudscr/tudscr-comp.dtx index 0e92e82d8d4..26645484e57 100644 --- a/Master/texmf-dist/source/latex/tudscr/tudscr-comp.dtx +++ b/Master/texmf-dist/source/latex/tudscr/tudscr-comp.dtx @@ -1,4 +1,4 @@ -% \CheckSum{1485} +% \CheckSum{1486} % \iffalse meta-comment % % ============================================================================ @@ -51,7 +51,7 @@ %<*driver> \ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi \ProvidesFile{tudscr-comp.dtx}[% - 2016/09/22 v2.05d TUD-Script\space% + 2016/10/10 v2.05e TUD-Script\space% %</driver> %<package&identify&comp&base>\ProvidesPackage{tudscrcomp}[% %<package&identify&comp&book>\ProvidesPackage{tudscrcomp-book}[% @@ -509,6 +509,8 @@ % \changes{v2.05c}{2015/09/15}{neu}^^A % \begin{macro}{\tud@v@2.05d} % \changes{v2.05d}{2015/09/21}{neu}^^A +% \begin{macro}{\tud@v@2.05e} +% \changes{v2.05d}{2015/10/10}{neu}^^A % \begin{macro}{\tud@v@last} % \changes{v2.02}{2014/08/22}{neu}^^A % \changes{v2.03}{2015/01/13}{angepasst}^^A @@ -631,9 +633,11 @@ \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} % \end{macrocode} % \end{macro}^^A \tud@v@last +% \end{macro}^^A \tud@v@2.05e % \end{macro}^^A \tud@v@2.05d % \end{macro}^^A \tud@v@2.05c % \end{macro}^^A \tud@v@2.05b diff --git a/Master/texmf-dist/source/latex/tudscr/tudscr-fields.dtx b/Master/texmf-dist/source/latex/tudscr/tudscr-fields.dtx index 6acedc47a24..eba90064361 100644 --- a/Master/texmf-dist/source/latex/tudscr/tudscr-fields.dtx +++ b/Master/texmf-dist/source/latex/tudscr/tudscr-fields.dtx @@ -1,4 +1,4 @@ -% \CheckSum{835} +% \CheckSum{840} % \iffalse meta-comment % % ============================================================================ @@ -51,7 +51,7 @@ %<*driver> \ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi \ProvidesFile{tudscr-fields.dtx}[% - 2016/09/22 v2.05d TUD-Script (input fields)% + 2016/10/10 v2.05e TUD-Script (input fields)% ] \RequirePackage[ngerman=ngerman-x-latest]{hyphsubst} \documentclass[english,ngerman,xindy]{tudscrdoc} @@ -270,7 +270,9 @@ % \begin{macrocode} \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}% % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/tudscr/tudscr-version.dtx b/Master/texmf-dist/source/latex/tudscr/tudscr-version.dtx index 5fd91120328..1fabfaed631 100644 --- a/Master/texmf-dist/source/latex/tudscr/tudscr-version.dtx +++ b/Master/texmf-dist/source/latex/tudscr/tudscr-version.dtx @@ -131,7 +131,7 @@ % \end{macrocode} % \ToDo{Version eintragen}[Release] % \begin{macrocode} - \TUD@Version@Check{2016/09/22 v2.05d TUD-Script} + \TUD@Version@Check{2016/10/10 v2.05e TUD-Script} \endgroup % \end{macrocode} % \end{macro}^^A \TUDScriptVersionNumber |