summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/beamertheme-trigon/beamerouterthemetrigon.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/beamertheme-trigon/beamerouterthemetrigon.dtx')
-rw-r--r--Master/texmf-dist/source/latex/beamertheme-trigon/beamerouterthemetrigon.dtx10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/beamertheme-trigon/beamerouterthemetrigon.dtx b/Master/texmf-dist/source/latex/beamertheme-trigon/beamerouterthemetrigon.dtx
index de5dc23c169..29eaa37c404 100644
--- a/Master/texmf-dist/source/latex/beamertheme-trigon/beamerouterthemetrigon.dtx
+++ b/Master/texmf-dist/source/latex/beamertheme-trigon/beamerouterthemetrigon.dtx
@@ -13,7 +13,7 @@
% \iffalse
%<*package>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerouterthemetrigon}[2022/03/10 v0.6.3 Trigon outer theme]
+\ProvidesPackage{beamerouterthemetrigon}[2022/03/19 v0.6.4 Trigon outer theme]
%</package>
% \fi
% \CheckSum{0}
@@ -41,10 +41,10 @@
% |\includegraphics|, so it accepts the same options.
% \begin{macrocode}
\def\logsmall{}
-\newcommand\smalllogo[2][width=20pt]{
- \ifx#2\@empty\else
- \def\logsmall{\includegraphics[#1]{#2}}
- \fi
+\newcommand*\smalllogo[2][width=20pt]{
+\ifx{#2}\@empty\else
+ \edef\logsmall{\includegraphics[#1]{#2}}
+\fi
}
% \end{macrocode}
%