summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uantwerpendocs/beamerinnerthemeuantwerpen.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-13 20:04:44 +0000
committerKarl Berry <karl@freefriends.org>2021-07-13 20:04:44 +0000
commit666952d96dc5c76c733cecc54f661f13a2f71195 (patch)
treea1a1ef75d1b7e7d7a66d0b8ac188157fcf558f6d /Master/texmf-dist/tex/latex/uantwerpendocs/beamerinnerthemeuantwerpen.sty
parent3879f5443ec624b0f958ce876d5b31234e093755 (diff)
uantwerpendocs (13jul21)
git-svn-id: svn://tug.org/texlive/trunk@59920 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/uantwerpendocs/beamerinnerthemeuantwerpen.sty')
-rw-r--r--Master/texmf-dist/tex/latex/uantwerpendocs/beamerinnerthemeuantwerpen.sty14
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/uantwerpendocs/beamerinnerthemeuantwerpen.sty b/Master/texmf-dist/tex/latex/uantwerpendocs/beamerinnerthemeuantwerpen.sty
index 05f6c2c01e8..2a7e7d48d20 100644
--- a/Master/texmf-dist/tex/latex/uantwerpendocs/beamerinnerthemeuantwerpen.sty
+++ b/Master/texmf-dist/tex/latex/uantwerpendocs/beamerinnerthemeuantwerpen.sty
@@ -24,8 +24,10 @@
%%
%% The Current Maintainer of this work is Walter Daems.
%%
-\def\fileversion{3.2}
-\def\filedate{2021/03/23}
+\def\fileversion{4.0}
+\def\filedate{2021/07/11}
+
+
\mode<presentation>
@@ -40,7 +42,7 @@
\newif\if@noround
\@noroundfalse
-\newcommand\uantwerpenleftshape[3][]{
+\newcommand*\uantwerpenleftshape[3][]{
\newcommand\mycradius{0.05*(\getlength{\paperheight}-1.6)}%
\coordinate (bl) at #2;
\coordinate (tr) at #3;
@@ -51,7 +53,7 @@
arc(-90:-180:{\mycradius}) -- cycle;
\fi
}
-\newcommand\uantwerpenrightshape[3][]{
+\newcommand*\uantwerpenrightshape[3][]{
\newcommand\mycradius{0.05*(\getlength{\paperheight}-1.6)}%
\coordinate (bl) at #2;
\coordinate (tr) at #3;
@@ -63,7 +65,7 @@
\fi
}
-\newcommand\darken[2][0.5]{%
+\newcommand*\darken[2][0.5]{%
\begin{tikzpicture}[inner sep=0pt,outer sep=0pt]
\node (a) {#2};
\fill[fill=black,opacity=#1] (a.south west) rectangle (a.north east);
@@ -92,7 +94,7 @@
\end{tikzpicture}
}
-\newcommand\uantwerpenicon[1][scale=1]{
+\newcommand*\uantwerpenicon[1][scale=1]{
\includegraphics[#1]{\iconfile}
}