summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-trigon/beamercolorthemetrigon.sty2
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-trigon/beamerfontthemetrigon.sty2
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-trigon/beamerinnerthemetrigon.sty9
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-trigon/beamerouterthemetrigon.sty4
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-trigon/beamerthemetrigon.sty2
5 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/beamertheme-trigon/beamercolorthemetrigon.sty b/Master/texmf-dist/tex/latex/beamertheme-trigon/beamercolorthemetrigon.sty
index aa8851eccb0..b3d88809b2e 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-trigon/beamercolorthemetrigon.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-trigon/beamercolorthemetrigon.sty
@@ -18,7 +18,7 @@
%% International License (https://creativecommons.org/licenses/by-sa/4.0/)
%% ---------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamercolorthemetrigon}[2022/03/19 v0.6.4 Trigon color theme]
+\ProvidesPackage{beamercolorthemetrigon}[2022/05/08 v0.6.6 Trigon color theme]
\RequirePackage{pgfopts}
\pgfkeys{
/trigon/color/background/.cd,
diff --git a/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerfontthemetrigon.sty b/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerfontthemetrigon.sty
index 34352a6f23d..80f40f039be 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerfontthemetrigon.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerfontthemetrigon.sty
@@ -18,7 +18,7 @@
%% International License (https://creativecommons.org/licenses/by-sa/4.0/)
%% ---------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerfontthemetrigon}[2022/03/19 v0.6.4 Trigon font theme]
+\ProvidesPackage{beamerfontthemetrigon}[2022/05/08 v0.6.6 Trigon font theme]
\RequirePackage{pgfopts}
\pgfkeys{
/trigon/font/titleformat title/.cd,
diff --git a/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerinnerthemetrigon.sty b/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerinnerthemetrigon.sty
index dd50ffd8926..e2e79ddb6f1 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerinnerthemetrigon.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerinnerthemetrigon.sty
@@ -18,13 +18,13 @@
%% International License (https://creativecommons.org/licenses/by-sa/4.0/)
%% ---------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerinnerthemetrigon}[2022/03/19 v0.6.4 Trigon inner theme]
+\ProvidesPackage{beamerinnerthemetrigon}[2022/05/08 v0.6.6 Trigon inner theme]
\RequirePackage{pgfopts}
\RequirePackage{tikz}
\usetikzlibrary{calc,3d}
\def\logbig{}
\newcommand*\biglogo[2][width=0.28\textwidth]{
- \ifx{#2}\@empty\else
+ \ifx#2\@empty\else
\edef\logbig{\includegraphics[#1]{#2}}
\fi
}
@@ -89,14 +89,17 @@
-- cycle;
}
\newcommand{\leftColorTriangle}[3]{
+ \clip(0,0) rectangle(\the\paperwidth,\the\paperheight);
\path[fill=#3]
\leftTriangle{#1}{#2}
}
\newcommand{\rightColorTriangle}[3]{
+ \clip(0,0) rectangle(\the\paperwidth,\the\paperheight);
\path[fill=#3]
\rightTriangle{#1}{#2}
}
\newcommand{\topColorTriangle}[3]{
+ \clip(0,0) rectangle(\the\paperwidth,\the\paperheight);
\path[fill=#3]
\topTriangle{#1}{#2}
}
@@ -148,6 +151,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
@@ -157,6 +161,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
diff --git a/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerouterthemetrigon.sty b/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerouterthemetrigon.sty
index 2e02161431e..bf1341d442b 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerouterthemetrigon.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerouterthemetrigon.sty
@@ -18,11 +18,11 @@
%% International License (https://creativecommons.org/licenses/by-sa/4.0/)
%% ---------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerouterthemetrigon}[2022/03/19 v0.6.4 Trigon outer theme]
+\ProvidesPackage{beamerouterthemetrigon}[2022/05/08 v0.6.6 Trigon outer theme]
\RequirePackage{pgfopts}
\def\logsmall{}
\newcommand*\smalllogo[2][width=20pt]{
-\ifx{#2}\@empty\else
+\ifx#2\@empty\else
\edef\logsmall{\includegraphics[#1]{#2}}
\fi
}
diff --git a/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerthemetrigon.sty b/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerthemetrigon.sty
index 0c6511dc481..7534fd69390 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerthemetrigon.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-trigon/beamerthemetrigon.sty
@@ -18,7 +18,7 @@
%% International License (https://creativecommons.org/licenses/by-sa/4.0/)
%% ---------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerthemetrigon}[2022/03/19 v0.6.4 Trigon Beamer theme]
+\ProvidesPackage{beamerthemetrigon}[2022/05/08 v0.6.6 Trigon Beamer theme]
\RequirePackage{pgfopts}
\RequirePackage{tikz}
\pgfkeys{/trigon/.cd,