summaryrefslogtreecommitdiff
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
parent805981bbd523e8de0f52342e707cdee1318bff24 (diff)
urcls (1feb19)
git-svn-id: svn://tug.org/texlive/trunk@49903 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/urcls/README.md10
-rw-r--r--Master/texmf-dist/doc/latex/urcls/URbeamer-DEMO.pdfbin387357 -> 387508 bytes
-rw-r--r--Master/texmf-dist/doc/latex/urcls/URletter-DEMO.pdfbin313649 -> 313154 bytes
-rw-r--r--Master/texmf-dist/doc/latex/urcls/URpagestyles-DEMO.pdfbin206893 -> 206898 bytes
-rw-r--r--Master/texmf-dist/tex/latex/urcls/URletter.cls9
-rw-r--r--Master/texmf-dist/tex/latex/urcls/URspecialopts.sty11
6 files changed, 17 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/urcls/README.md b/Master/texmf-dist/doc/latex/urcls/README.md
index 6cd3bec51d5..41159956625 100644
--- a/Master/texmf-dist/doc/latex/urcls/README.md
+++ b/Master/texmf-dist/doc/latex/urcls/README.md
@@ -1,9 +1,9 @@
# urcls
LaTeX classes & packages to use the corporate Design of the University of Regensburg using LaTeX.
- Copyright (C) Marei Peischl <tex@mareipeischl.de>, 2014--2017
+ Copyright (C) Marei Peischl <tex@mareipeischl.de>, 2014--2019
- urcls 2017/04/05 v2.0
+ urcls 2019/01/31 v2.1
***************************************************************************
@@ -21,7 +21,7 @@ Version 2.0 also includes the packages URrules and URpagestyles, which provide a
To Compile the DEMO-files one might need the [Logos](http://www.physik.uni-regensburg.de/studium/edverg/latex/files/local/urlogo.zip) (Only available from the network of the University of Regensburg).
-[Link to the github repository](https://github.com/Blubu/urcls)
+[Link to the github repository](https://github.com/TeXhackse/urcls)
Files
-----
@@ -33,7 +33,9 @@ This work consists of the files
+ beamercolorthemeUR.sty v2.0(2017/04/05)
+ beamerfontthemeUR.sty v2.0(2017/04/05)
+ beamerouterthemeUR.sty v2.0(2017/04/05)
-+ URletter.cls v2.0(2017/04/05)
++ URletter.cls v2.1(2018/10/19)
++ URspecialopts v2.1 (2019/01/22)
++ URoptions v2.0 (2017/04/05)
**urcls example files**
diff --git a/Master/texmf-dist/doc/latex/urcls/URbeamer-DEMO.pdf b/Master/texmf-dist/doc/latex/urcls/URbeamer-DEMO.pdf
index bb2dbec9e0e..14b48c83d23 100644
--- a/Master/texmf-dist/doc/latex/urcls/URbeamer-DEMO.pdf
+++ b/Master/texmf-dist/doc/latex/urcls/URbeamer-DEMO.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/urcls/URletter-DEMO.pdf b/Master/texmf-dist/doc/latex/urcls/URletter-DEMO.pdf
index 48e8e87a222..7bc90426182 100644
--- a/Master/texmf-dist/doc/latex/urcls/URletter-DEMO.pdf
+++ b/Master/texmf-dist/doc/latex/urcls/URletter-DEMO.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/urcls/URpagestyles-DEMO.pdf b/Master/texmf-dist/doc/latex/urcls/URpagestyles-DEMO.pdf
index 186d0c3f44d..71bc53a28b5 100644
--- a/Master/texmf-dist/doc/latex/urcls/URpagestyles-DEMO.pdf
+++ b/Master/texmf-dist/doc/latex/urcls/URpagestyles-DEMO.pdf
Binary files differ
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}}
}
}
}