summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tuda-ci/tudacolors.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-29 22:39:53 +0000
committerKarl Berry <karl@freefriends.org>2020-01-29 22:39:53 +0000
commit5d770d459844c986a0647f13e2167e9e06a14909 (patch)
tree62b6302efe031101d76324e064bd9bcb586824db /Master/texmf-dist/tex/latex/tuda-ci/tudacolors.sty
parent917f764bece8b19f3a434616b9826d23962bcb2d (diff)
tuda-ci (29jan20)
git-svn-id: svn://tug.org/texlive/trunk@53598 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tuda-ci/tudacolors.sty')
-rw-r--r--Master/texmf-dist/tex/latex/tuda-ci/tudacolors.sty10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/tuda-ci/tudacolors.sty b/Master/texmf-dist/tex/latex/tuda-ci/tudacolors.sty
index 312d90d056c..5302f5e76cc 100644
--- a/Master/texmf-dist/tex/latex/tuda-ci/tudacolors.sty
+++ b/Master/texmf-dist/tex/latex/tuda-ci/tudacolors.sty
@@ -1,4 +1,4 @@
-%% This is file `tudacolors.sty' version 2.05 (2019/12/18),
+%% This is file `tudacolors.sty' version 2.07 (2020/01/28),
%% it is part of
%% TUDa-CI -- Corporate Design for TU Darmstadt
%% ----------------------------------------------------------------------------
@@ -26,8 +26,8 @@
%%
%% ============================================================================
%%
-\def\fileversion{2.05}
-\def\filedate{2019/12/18}
+\def\fileversion{2.07}
+\def\filedate{2020/01/28}
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
\ProvidesExplPackage{tudacolors}{\filedate}{\fileversion}{Color definition for TU Darmstadt's tuda-ci bundle}
@@ -84,14 +84,14 @@
\colorlet{textonaccentcolor}{white}
} {
\colorlet{textonaccentcolor}{black}
- \msg_warning:nnxx {tudacolors} {unselectable-color} {white} {textonaccentcolor}
+ \tl_if_in:NnT \g_TUDa_color_accent_tl {TUDa} {\msg_warning:nnxx {tudacolors} {unselectable-color} {white} {textonaccentcolor}}
}
} {
\clist_if_in:NVTF \c_TUDa_color_allow_blacktext_clist \g_TUDa_color_accent_tl {
\colorlet{textonaccentcolor}{black}
} {
\colorlet{textonaccentcolor}{white}
- \msg_warning:nnxx {tudacolors} {unselectable-color} {black} {textonaccentcolor}
+ \tl_if_in:NnT \g_TUDa_color_accent_tl {TUDa} {msg_warning:nnxx {tudacolors} {unselectable-color} {black} {textonaccentcolor}}
}
}