diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tudscr/tudscrartcl.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/tudscr/tudscrartcl.cls | 41 |
1 files changed, 13 insertions, 28 deletions
diff --git a/Master/texmf-dist/tex/latex/tudscr/tudscrartcl.cls b/Master/texmf-dist/tex/latex/tudscr/tudscrartcl.cls index b74a944e4a6..3883b4e76f3 100644 --- a/Master/texmf-dist/tex/latex/tudscr/tudscrartcl.cls +++ b/Master/texmf-dist/tex/latex/tudscr/tudscrartcl.cls @@ -29,7 +29,7 @@ %% %% TUD-Script -- Corporate Design of Technische Universitaet Dresden %% -%% 2017/03/12 v2.05i TUD-Script +%% 2017/03/27 v2.05k TUD-Script %% %% Copyright (C) Falk Hanisch <hanisch.latex@outlook.com>, 2012-2017 %% @@ -72,13 +72,13 @@ \fi% } \fi - \TUD@Version@Check{2017/03/12 v2.05i TUD-Script} + \TUD@Version@Check{2017/03/27 v2.05k TUD-Script} \endgroup \NeedsTeXFormat{LaTeX2e} \providecommand*\tudscrmail{hanisch.latex@outlook.com} \newcommand*\TUD@ProvidesClass[3]{% \ProvidesClass{#1}[% - 2017/03/12 v2.05i TUD-Script + 2017/03/27 v2.05k TUD-Script ^^J#3 (#2)% ]% \newcommand*\TUD@Class@KOMA{#2}% @@ -983,6 +983,7 @@ \csdef{tud@v@2.05g}{3} \csdef{tud@v@2.05h}{3} \csdef{tud@v@2.05i}{3} +\csdef{tud@v@2.05k}{3} \csdef{tud@v@last}{3} \newcommand*\tud@v@get[2]{% \begingroup% @@ -1918,7 +1919,7 @@ \if@tud@x@bm@requested% \tud@font@math@init% \UnPreventPackageFromLoading{bm}% - \RequirePackage{bm}% + \RequirePackage{bm}[2017/01/16]% \fi% \AtBeginDocument{\tud@font@math@init\let\tud@font@math@init\relax}% } @@ -3614,7 +3615,7 @@ }% \BeforeSelectAnyPageStyle{\tud@BeforeSelectAnyPageStyle{##1}}% \tud@cdgeometry@process% - \fi + \fi% \let\tud@cdgeometry@init\relax% }% } @@ -4790,7 +4791,7 @@ \tud@cmd@store{@part}% \let\@part\tud@@part% }% - \tud@sectioning@set[addpart]{part}{% + \tud@sectioning@set{part}{% \tud@sec@fontface% \tud@color{\tud@part@fontcolor}% }% @@ -4814,7 +4815,7 @@ \ifcase\tud@layout@section@num\relax\or\else% *color \renewcommand*\tud@section@fontcolor{HKS41}% \fi% - \tud@sectioning@set[addsec]{section}{% + \tud@sectioning@set{section}{% \tud@sec@fontface% \ifstr{\tud@pagecolor}{HKS41}{}{\tud@color{\tud@section@fontcolor}}% }% @@ -4886,28 +4887,20 @@ \fi \newcommand*\tud@part{} \newcommand*\tud@spart{} -\newcommand*\tud@addpart{} -\newcommand*\tud@saddpart{} \newcommand*\tud@section{} \newcommand*\tud@ssection{} -\newcommand*\tud@addsec{} -\newcommand*\tud@saddsec{} \newcommand*\tud@subsection{} \newcommand*\tud@ssubsection{} \newcommand*\tud@subsubsection{} \newcommand*\tud@ssubsubsection{} -\newcommand*\tud@sectioning@set[3][]{% - \tud@cmd@store{#2}% - \ifstr{#2}{minisec}{% +\newcommand*\tud@sectioning@set[2]{% + \tud@cmd@store{#1}% + \ifstr{#1}{minisec}{% \renewcommand\minisec[1]{\@@tud@minisec{\tud@makeuppercase{##1}}}% }{% - \tud@sectioning@case{#2}% - \ifblank{#1}{}{% - \tud@cmd@store{#1}% - \tud@sectioning@case{#1}% - }% + \tud@sectioning@case{#1}% }% - \tud@font@koma@set{#2}{#3}% + \tud@font@koma@set{#1}{#2}% } \newcommand*\tud@sectioning@case[1]{% \csedef{#1}{% @@ -4927,14 +4920,6 @@ \expandafter\csname @@tud@#1\endcsname*% {\noexpand\tud@sectioning@uppercase{##1}}% }% - \ifstr{#1}{addsec}{% - \def\tud@addsec[##1]##2{% - \@@tud@addsec[{##1}]{\tud@sectioning@uppercase##2}% - }% - \def\tud@saddsec##1{% - \@@tud@addsec*{\tud@sectioning@uppercase##1}% - }% - }{}% } \newcommand*\tud@sectioning@reset[2][]{% \tud@cmd@restore{#2}% |