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.dtx20
1 files changed, 12 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx b/Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx
index 614cfb38549..5726c1a5438 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}[2021/11/10 v0.6.2 Trigon inner theme]
+\ProvidesPackage{beamerinnerthemetrigon}[2022/03/10 v0.6.3 Trigon inner theme]
%</package>
% \fi
% \CheckSum{0}
@@ -46,12 +46,15 @@
%
% \subsubsection{Definitions}
%
-% We define the command |\logobig| to specify the logo that needs to be applied
-% displayed on the title frame.
+% We define the command |\biglogo| to specify the logo that needs to be
+% displayed on the title frame. This command is just a replacement for
+% |\includegraphics|, so it accepts the same options.
% \begin{macrocode}
\def\logbig{}
-\newcommand\biglogo[1]{
- \def\logbig{#1}
+\newcommand\biglogo[2][width=0.28\textwidth]{
+ \ifx#2\@empty\else
+ \def\logbig{\includegraphics[#1]{#2}}
+ \fi
}
% \end{macrocode}
%
@@ -290,7 +293,7 @@
\path[fill=tBg]\rightTriangle{0.45\paperwidth}{\the\paperheight};
\ifx\logbig\@empty \else
\node[anchor=north east,inner sep=0mm] at
- (.96*\the\paperwidth,.96*\the\paperheight) {\includegraphics[width=0.28\textwidth]{\logbig}};
+ (.96*\the\paperwidth,.96*\the\paperheight) {\logbig};
\fi
\end{tikzpicture}
}
@@ -305,7 +308,8 @@
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
\leftColorTriangle{0.58\paperwidth}{0}{tGrey!30!tBg}
\ifx\logbig\@empty \else
- \node[anchor=north east,inner sep=0mm] at (.94*\the\paperwidth,.94*\the\paperheight) {\includegraphics[width=0.33\textwidth]{\logbig}};
+ \node[anchor=north east,inner sep=0mm] at
+ (.94*\the\paperwidth,.94*\the\paperheight) {\logbig};
\fi
\ifx\inserttitlegraphic\@empty
\leftColorTriangle{0.58\paperwidth}{\the\paperheight}{tTheme}
@@ -491,7 +495,7 @@
\begin{minipage}[t][][t]{\textwidth}
\centering%
\ifx\logbig\@empty \else
- \includegraphics[height=0.15\textheight]{\logbig}
+ \logbig
\fi
\end{minipage}
\vskip15pt