diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-19 21:53:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-19 21:53:15 +0000 |
commit | f5e9d83dcdcb9517a654c1ed8287545279f528c8 (patch) | |
tree | cbeb1adb4e66e45fd646064bfdbb0c356b165496 /Master/texmf-dist | |
parent | ca6f5c26e79a63cd163cd6767340e0761a98bd18 (diff) |
beamertheme-focus (19nov18)
git-svn-id: svn://tug.org/texlive/trunk@49195 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
3 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/beamertheme-focus/README.md b/Master/texmf-dist/doc/latex/beamertheme-focus/README.md index 90178e7fb67..d8ed9f77266 100644 --- a/Master/texmf-dist/doc/latex/beamertheme-focus/README.md +++ b/Master/texmf-dist/doc/latex/beamertheme-focus/README.md @@ -1,4 +1,4 @@ -# Focus v2.2 +# Focus v2.2.1 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. diff --git a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty index c990d22f4de..9c0ac298e01 100644 --- a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty +++ b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty @@ -101,7 +101,7 @@ \end{minipage} } -\AtBeginSection{% +\AtBeginSection[]{% \begin{frame}[plain, noframenumbering]{} \sectionpage \end{frame}% diff --git a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty index f37394df1f6..e9df3053179 100644 --- a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty +++ b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty @@ -17,7 +17,7 @@ % along with beamerthemefocus. If not, see <http://www.gnu.org/licenses/>. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{beamerthemefocus}[2018/08/09 v2.2 Focus Beamer theme] +\ProvidesPackage{beamerthemefocus}[2018/11/19 v2.2.1 Focus Beamer theme] \mode<presentation> |