summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/urcls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-02-01 22:24:55 +0000
committerKarl Berry <karl@freefriends.org>2019-02-01 22:24:55 +0000
commitb5efca82eb7f33761d16c11c7bd3b99e576d8bfa (patch)
tree1aa03c130121a488bbcd17c591bcba3c9e9ea8cf /Master/texmf-dist/tex/latex/urcls
parent805981bbd523e8de0f52342e707cdee1318bff24 (diff)
urcls (1feb19)
git-svn-id: svn://tug.org/texlive/trunk@49903 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/urcls')
-rw-r--r--Master/texmf-dist/tex/latex/urcls/URletter.cls9
-rw-r--r--Master/texmf-dist/tex/latex/urcls/URspecialopts.sty11
2 files changed, 11 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/urcls/URletter.cls b/Master/texmf-dist/tex/latex/urcls/URletter.cls
index a2b70af898a..58486f3b6ec 100644
--- a/Master/texmf-dist/tex/latex/urcls/URletter.cls
+++ b/Master/texmf-dist/tex/latex/urcls/URletter.cls
@@ -1,10 +1,10 @@
%%
-%% This is file `URletter.cls' version 2.0 (2017/04/05),
+%% This is file `URletter.cls' version 2.1 (2019/10/19),
%% it is part of
%% urcls -- Corporate Design for the University of Regensburg
%% ----------------------------------------------------------------------------
%%
-%% Copyright (C) 2014--2017 by Marei Peischl <TeX@mareipeischl.de>
+%% Copyright (C) 2014--2018 by Marei Peischl <TeX@mareipeischl.de>
%%
%% ----------------------------------------------------------------------------
%% License information
@@ -37,8 +37,8 @@
%%
\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{2.0}
-\def\filedate{2017/04/05}
+\def\fileversion{2.1}
+\def\filedate{2018/10/19}
\RequirePackage{expl3}
\ProvidesExplClass {URletter} {\filedate} {\fileversion} {scrlttr2 based document class for the University of Regensburg}
@@ -78,6 +78,7 @@
headline / color .meta:n = {headline=true}
}
+\bool_new:N \g_UR@locdate_bool
\UR@create@ChoiceKey{refline}{
{nodate}{
diff --git a/Master/texmf-dist/tex/latex/urcls/URspecialopts.sty b/Master/texmf-dist/tex/latex/urcls/URspecialopts.sty
index f2342e45edd..4e47366cd29 100644
--- a/Master/texmf-dist/tex/latex/urcls/URspecialopts.sty
+++ b/Master/texmf-dist/tex/latex/urcls/URspecialopts.sty
@@ -1,10 +1,10 @@
%%
-%% This is file `URspecialopts.sty' version 2.0 (2017/04/05),
+%% This is file `URspecialopts.sty' version 2.1 (2019/01/22),
%% it is part of
%% urcls -- Corporate Design for the University of Regensburg
%% ----------------------------------------------------------------------------
%%
-%% Copyright (C) 2016--2017 by Marei Peischl <TeX@mareipeischl.de>
+%% Copyright (C) 2016--2019 by Marei Peischl <TeX@mareipeischl.de>
%%
%% ----------------------------------------------------------------------------
%% License information
@@ -37,8 +37,8 @@
%%
\NeedsTeXFormat{LaTeX2e}
-\def\fileversion{2.0}
-\def\filedate{2017/04/05}
+\def\fileversion{2.1}
+\def\filedate{2019/01/22}
\RequirePackage{expl3}
\ProvidesExplPackage{URspecialopts}{\filedate}{\fileversion}{Implementation of keyval-options accepting multiple values as grouped clists}
@@ -155,7 +155,8 @@
\clist_if_empty:cF {l_#1@SpecialKey_clist}{
\Module@Options@Filter:xcc [#1]{l_#1@SpecialKey_clist}{l_#1@unprocessed_clist}
\clist_map_inline:cn {l_#1@SpecialKey_clist} {
- \exp_args:Nnc \use:c {SpecialKey_#1@##1_code:c} {l_#1@##1@values_tl}
+ \tl_if_empty:cF {l_#1@##1@values_tl}
+ {\exp_args:Nnc \use:c {SpecialKey_#1@##1_code:c} {l_#1@##1@values_tl}}
}
}
}