summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx')
-rw-r--r--Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx b/Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx
index 5726c1a5438..a0adf0a1c4d 100644
--- a/Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx
+++ b/Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx
@@ -13,7 +13,7 @@
% \iffalse
%<*package>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerinnerthemetrigon}[2022/03/10 v0.6.3 Trigon inner theme]
+\ProvidesPackage{beamerinnerthemetrigon}[2022/03/19 v0.6.4 Trigon inner theme]
%</package>
% \fi
% \CheckSum{0}
@@ -51,9 +51,9 @@
% |\includegraphics|, so it accepts the same options.
% \begin{macrocode}
\def\logbig{}
-\newcommand\biglogo[2][width=0.28\textwidth]{
- \ifx#2\@empty\else
- \def\logbig{\includegraphics[#1]{#2}}
+\newcommand*\biglogo[2][width=0.28\textwidth]{
+ \ifx{#2}\@empty\else
+ \edef\logbig{\includegraphics[#1]{#2}}
\fi
}
% \end{macrocode}