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.dtx9
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx b/Master/texmf-dist/source/latex/beamertheme-trigon/beamerinnerthemetrigon.dtx
index a0adf0a1c4d..3d67da40980 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/19 v0.6.4 Trigon inner theme]
+\ProvidesPackage{beamerinnerthemetrigon}[2022/05/08 v0.6.6 Trigon inner theme]
%</package>
% \fi
% \CheckSum{0}
@@ -52,7 +52,7 @@
% \begin{macrocode}
\def\logbig{}
\newcommand*\biglogo[2][width=0.28\textwidth]{
- \ifx{#2}\@empty\else
+ \ifx#2\@empty\else
\edef\logbig{\includegraphics[#1]{#2}}
\fi
}
@@ -181,6 +181,7 @@
% Defines a colored triangle with the base on the left side (pointing right).
% \begin{macrocode}
\newcommand{\leftColorTriangle}[3]{
+ \clip(0,0) rectangle(\the\paperwidth,\the\paperheight);
\path[fill=#3]
\leftTriangle{#1}{#2}
}
@@ -191,6 +192,7 @@
% Defines a colored triangle with the base on the right side (pointing left).
% \begin{macrocode}
\newcommand{\rightColorTriangle}[3]{
+ \clip(0,0) rectangle(\the\paperwidth,\the\paperheight);
\path[fill=#3]
\rightTriangle{#1}{#2}
}
@@ -201,6 +203,7 @@
% Defines a colored triangle with the base on the bottom side (pointing top).
% \begin{macrocode}
\newcommand{\topColorTriangle}[3]{
+ \clip(0,0) rectangle(\the\paperwidth,\the\paperheight);
\path[fill=#3]
\topTriangle{#1}{#2}
}
@@ -281,6 +284,7 @@
\begin{tikzpicture}
\useasboundingbox (0,0) rectangle(\the\paperwidth,\the\paperheight);
\begin{scope}[blend group=multiply]
+ \clip(0,0) rectangle(\the\paperwidth,\the\paperheight);
\path[fill=tTheme]\leftTriangle{0.5\paperwidth}{0};
\topColorTriangle{0.73\paperwidth}{0.70\paperheight}{tGrey!30!tBg};
\ifx\inserttitlegraphic\@empty
@@ -290,6 +294,7 @@
\node[anchor=north west, inner sep=0pt, outer sep=0pt] at (0,\the\paperheight) {\inserttitlegraphic};
\fi
\end{scope}
+ \clip(0,0) rectangle(\the\paperwidth,\the\paperheight);
\path[fill=tBg]\rightTriangle{0.45\paperwidth}{\the\paperheight};
\ifx\logbig\@empty \else
\node[anchor=north east,inner sep=0mm] at