texlive[52872] Master/texmf-dist: beamertheme-focus (20nov19)

commits+karl at tug.org commits+karl at tug.org
Wed Nov 20 23:10:31 CET 2019


Revision: 52872
          http://tug.org/svn/texlive?view=revision&revision=52872
Author:   karl
Date:     2019-11-20 23:10:31 +0100 (Wed, 20 Nov 2019)
Log Message:
-----------
beamertheme-focus (20nov19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/beamertheme-focus/README.md
    trunk/Master/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty
    trunk/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty

Modified: trunk/Master/texmf-dist/doc/latex/beamertheme-focus/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/beamertheme-focus/README.md	2019-11-20 22:10:16 UTC (rev 52871)
+++ trunk/Master/texmf-dist/doc/latex/beamertheme-focus/README.md	2019-11-20 22:10:31 UTC (rev 52872)
@@ -1,4 +1,4 @@
-# Focus v2.4
+# Focus v2.5
 A presentation theme for LaTeX Beamer that aims at a clean and minimalist design,
 so to minimize distractions and put the focus directly on the content.
 

Modified: trunk/Master/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty	2019-11-20 22:10:16 UTC (rev 52871)
+++ trunk/Master/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty	2019-11-20 22:10:31 UTC (rev 52872)
@@ -50,7 +50,7 @@
 }
 
 % Plain header.
-\defbeamertemplate{frametitle}{plain}{%
+\defbeamertemplate*{frametitle}{plain}{%
     % If not title page.
     \ifnum\value{framenumber}>0%
         \vspace{-1pt}%
@@ -108,7 +108,7 @@
 }
 
 % Full bar footline.
-\defbeamertemplate{footline}{fullbar}{%
+\defbeamertemplate*{footline}{fullbar}{%
     % If not appendix.
     \ifnum\mainend<0% From package appendixnumberbeamer.
         %
@@ -133,7 +133,7 @@
 }
 
 % Empty footline.
-\defbeamertemplate{footline}{none}{}
+\defbeamertemplate*{footline}{none}{}
 
 \DeclareOptionBeamer{numbering}{\def\beamer at focus@numbering{#1}}
 \ExecuteOptionsBeamer{numbering=progressbar}
@@ -152,7 +152,7 @@
     \end{tikzpicture}%
 }
 
-\defbeamertemplate{background canvas}{focusplain}{%
+\defbeamertemplate*{background canvas}{focusplain}{%
     \begin{tikzpicture}
         \clip (0,0) rectangle ++(\paperwidth,\paperheight);
         \fill[normal text.bg] (0,0) rectangle ++(\paperwidth,\paperheight);
@@ -159,7 +159,7 @@
     \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);        

Modified: trunk/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty	2019-11-20 22:10:16 UTC (rev 52871)
+++ trunk/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty	2019-11-20 22:10:31 UTC (rev 52872)
@@ -19,7 +19,7 @@
 % along with beamerthemefocus. If not, see <http://www.gnu.org/licenses/>.
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerthemefocus}[2019/06/26 v2.4 Focus Beamer theme]
+\ProvidesPackage{beamerthemefocus}[2019/11/20 v2.5 Focus Beamer theme]
 
 \mode<presentation>
 



More information about the tex-live-commits mailing list