From f8c8363fb37068be56ed7b34df7bc3b1e80e0b0b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 26 Oct 2020 20:57:16 +0000 Subject: beamertheme-focus (26oct20) git-svn-id: svn://tug.org/texlive/trunk@56767 c570f23f-e606-0410-a88d-b1316a301751 --- .../latex/beamertheme-focus/beamerinnerthemefocus.sty | 16 ++++++++-------- .../latex/beamertheme-focus/beamerouterthemefocus.sty | 17 +++++------------ .../tex/latex/beamertheme-focus/beamerthemefocus.sty | 2 +- 3 files changed, 14 insertions(+), 21 deletions(-) (limited to 'Master/texmf-dist/tex/latex') 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 . \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{beamerthemefocus}[2020/04/15 v2.6 Focus Beamer theme] +\ProvidesPackage{beamerthemefocus}[2020/10/26 v2.7 Focus Beamer theme] \mode -- cgit v1.2.3