summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tuda-ci/tex/tudapub.cls
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-12-12 03:03:41 +0000
committerNorbert Preining <norbert@preining.info>2022-12-12 03:03:41 +0000
commitd9c472147310b678beb9f80f0e90fc82f8825ec5 (patch)
tree70534e066d5d0d30ac8c0b9939e574a2696e8d83 /macros/latex/contrib/tuda-ci/tex/tudapub.cls
parent6e749f2b4d0cbb91f8d2c872981d7ebba3a0fb52 (diff)
CTAN sync 202212120303
Diffstat (limited to 'macros/latex/contrib/tuda-ci/tex/tudapub.cls')
-rw-r--r--macros/latex/contrib/tuda-ci/tex/tudapub.cls19
1 files changed, 11 insertions, 8 deletions
diff --git a/macros/latex/contrib/tuda-ci/tex/tudapub.cls b/macros/latex/contrib/tuda-ci/tex/tudapub.cls
index 730e7d3979..6f6114dddb 100644
--- a/macros/latex/contrib/tuda-ci/tex/tudapub.cls
+++ b/macros/latex/contrib/tuda-ci/tex/tudapub.cls
@@ -1,4 +1,4 @@
-%% This is file `tudapub.cls' version 3.28 (2022/11/04),
+%% This is file `tudapub.cls' version 3.29 (2022/12/11),
%% it is part of
%% TUDa-CI -- Corporate Design for TU Darmstadt
%% ----------------------------------------------------------------------------
@@ -26,8 +26,8 @@
%%
%% ============================================================================
%%
-\def\fileversion{3.28}
-\def\filedate{2022/11/04}
+\def\fileversion{3.29}
+\def\filedate{2022/12/11}
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplClass{tudapub}
@@ -959,10 +959,12 @@
\def\sponsors#1{\def\@sponsors{#1}}
\sponsors{}
-\newcommand*{\ptxcd_title@footnote}[2][1]{
- \textsuperscript{\@fnsymbol{#1}}#2
+\cs_new:Npn \ptxcd_title_footnote:w [#1] #2 {
+ \textsuperscript{ \ptxcd_title_footnotestyle:n {#1}}#2
}
+\cs_set_eq:NN \ptxcd_title_footnotestyle:n \@fnsymbol
+
\str_if_eq:VnTF \g_ptxcd_pubType_tl {thesis} {
\input{tudathesis.cfg}
} {
@@ -986,7 +988,7 @@
\setcounter{page}{%
#1%
}%
- \def\thefootnote{\fnsymbol{footnote}}
+ \def\thefootnote{\ptxcd_title_footnotestyle:n {\c@footnote}}
\if@titlepageiscoverpage
\def\titlepage@restore{%
\endgroup
@@ -1066,7 +1068,7 @@
\expandafter\fontsize\ptxcd_titlethanks_fontsize:\selectfont\par
\rule{\linewidth}{\g_ptxcd_titlerule_dim}\par
\begin{addmargin}{3mm}
- \let\footnotetext\ptxcd_title@footnote
+ \let\footnotetext\ptxcd_title_footnote:w
\@thanks
\end{addmargin}
\par\vspace{-\dp\strutbox}
@@ -1205,6 +1207,7 @@
\usekomafont{disposition}
\hsize=\g_ptxcd_headwidth_dim
\setlength{\fboxsep}{\z@}
+ \def\thefootnote{\ptxcd_title_footnotestyle:n {\c@footnote}}
\bool_if:NT \g_ptxcd_colorback_bool {\bool_set_true:N \g_ptxcd_colorbacktitle_bool}
\bool_if:NT \g_ptxcd_colorbacktitle_bool {\colorbox{identbarcolor}}
{\parbox[t]{\g_ptxcd_headwidth_dim}{
@@ -1258,7 +1261,7 @@
\rule{\g_ptxcd_headwidth_dim}{\g_ptxcd_titlerule_dim}
\expandafter\fontsize\ptxcd_titlethanks_fontsize:\selectfont
\begin{addmargin}{.5\c_ptxcd_largerule_dim}
- \let\footnotetext\ptxcd_title@footnote
+ \let\footnotetext\ptxcd_title_footnote:w
\@thanks
\vspace{\c_ptxcd_rulesep_dim}
\end{addmargin}