summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamertheme-focus
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-26 20:57:16 +0000
committerKarl Berry <karl@freefriends.org>2020-10-26 20:57:16 +0000
commitf8c8363fb37068be56ed7b34df7bc3b1e80e0b0b (patch)
tree493398702068a913853c1cdc056fec2d25763b78 /Master/texmf-dist/tex/latex/beamertheme-focus
parent758182cda777f61889fcaba4286dc6cf50d667a6 (diff)
beamertheme-focus (26oct20)
git-svn-id: svn://tug.org/texlive/trunk@56767 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamertheme-focus')
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty16
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty17
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty2
3 files changed, 14 insertions, 21 deletions
diff --git a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty
index e0317d51af7..637c95cd7da 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty
@@ -38,9 +38,9 @@
\defbeamertemplate*{title page}{focus}{%
{%
\usebeamercolor{frametitle}\colorlet{focus@@temp}{bg}%
- \begin{tikzpicture}[overlay, remember picture]
- \fill[color=focus@@temp] (current page.north west) rectangle ([shift = {(0, -0.45\paperheight)}] current page.north east);
- \end{tikzpicture}
+ \begin{tikzpicture}[overlay, remember picture]
+ \fill[color=focus@@temp] (current page.north west) rectangle ([shift = {(0, -0.45\paperheight)}] current page.north east);
+ \end{tikzpicture}
}
\vspace{-1.65\baselineskip}
@@ -103,8 +103,8 @@
\let\hyperlink\@secondoftwo\insertsection
\end{minipage}
- \vspace{1.5\baselineskip}
- \begin{minipage}[t][0.55\paperheight]{\textwidth}
+ \vspace{\baselineskip}
+ \begin{minipage}[t][0.5\paperheight]{\textwidth}
\usebeamerfont{subsectiontitle}
\usebeamercolor[bg]{frametitle}
\insertsubsection
@@ -122,7 +122,7 @@
{%
\usebeamercolor{frametitle}\colorlet{focus@@temp}{bg}%
\begin{tikzpicture}[overlay, remember picture]
- \fill[color=focus@@temp] (current page.north west) rectangle ([shift = {(0, -0.45\paperheight)}] current page.north east);
+ \fill[color=focus@@temp] (current page.north west) rectangle ([shift = {(0, -0.45\paperheight)}] current page.north east);
\end{tikzpicture}%
}
@@ -133,8 +133,8 @@
\let\hyperlink\@secondoftwo\insertsection
\end{minipage}
- \vspace{1.5\baselineskip}
- \begin{minipage}[t][0.55\paperheight]{\textwidth}
+ \vspace{\baselineskip}
+ \begin{minipage}[t][0.5\paperheight]{\textwidth}
\usebeamerfont{subsectiontitle}
\usebeamercolor[bg]{frametitle}
\insertsubsection
diff --git a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty
index bbf893eeaa1..88e82d3c713 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty
@@ -51,7 +51,7 @@
}
% Plain header.
-\defbeamertemplate*{frametitle}{plain}{%
+\defbeamertemplate{frametitle}{plain}{%
% If not title page.
\ifnum\value{realframenumber}>0%
\vspace{-1pt}%
@@ -109,7 +109,7 @@
}
% Full bar footline.
-\defbeamertemplate*{footline}{fullbar}{%
+\defbeamertemplate{footline}{fullbar}{%
% If not appendix.
\ifnum\mainend<0% From package appendixnumberbeamer.
%
@@ -134,7 +134,7 @@
}
% Empty footline.
-\defbeamertemplate*{footline}{none}{}
+\defbeamertemplate{footline}{none}{}
\DeclareOptionBeamer{numbering}{\def\beamer@focus@numbering{#1}}
\ExecuteOptionsBeamer{numbering=progressbar}
@@ -153,14 +153,7 @@
\end{tikzpicture}%
}
-\defbeamertemplate*{background canvas}{focusplain}{%
- \begin{tikzpicture}
- \clip (0,0) rectangle ++(\paperwidth,\paperheight);
- \fill[normal text.bg] (0,0) rectangle ++(\paperwidth,\paperheight);
- \end{tikzpicture}%
-}
-
-\defbeamertemplate*{background canvas}{focusframe}{%
+\defbeamertemplate{background canvas}{focusframe}{%
\begin{tikzpicture}
\clip (0,0) rectangle ++(\paperwidth,\paperheight);
\fill[frametitle.bg] (0,0) rectangle ++(\paperwidth,\paperheight);
@@ -207,7 +200,7 @@
% Enable plain option.
\define@key{beamerframe}{plain}[true]{%
- \setbeamertemplate{background canvas}[focusplain]%
+ \setbeamertemplate{background canvas}[focus]%
\setbeamertemplate{frametitle}[plain]%
%
\setbeamertemplate{footline}[none]%
diff --git a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty
index 6da4b056835..b8ac174f3d1 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty
@@ -19,7 +19,7 @@
% along with beamerthemefocus. If not, see <http://www.gnu.org/licenses/>.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerthemefocus}[2020/04/15 v2.6 Focus Beamer theme]
+\ProvidesPackage{beamerthemefocus}[2020/10/26 v2.7 Focus Beamer theme]
\mode<presentation>