diff options
Diffstat (limited to 'macros/latex')
-rw-r--r-- | macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/README.md | 9 | ||||
-rw-r--r-- | macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/beamerouterthemefocus.sty | 8 | ||||
-rw-r--r-- | macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/beamerthemefocus.sty | 2 | ||||
-rw-r--r-- | macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo.tex | 3 | ||||
-rw-r--r-- | macros/latex/contrib/ntgclass/CATALOG | 2 | ||||
-rw-r--r-- | macros/latex/contrib/ntgclass/ChangeLog | 5 | ||||
-rw-r--r-- | macros/latex/contrib/ntgclass/README | 6 | ||||
-rw-r--r-- | macros/latex/contrib/ntgclass/ntgclass.dtx | 6 | ||||
-rw-r--r-- | macros/latex/contrib/ntgclass/ntgclass.pdf | bin | 485753 -> 486068 bytes |
9 files changed, 31 insertions, 10 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/README.md b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/README.md index 562ad628d2..9c81eb1312 100644 --- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/README.md +++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/README.md @@ -1,4 +1,4 @@ -# Focus v2.7.1 +# Focus v2.8 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. @@ -63,8 +63,13 @@ Alternatively, a full footline bar with the frame numbering can be shown with: ```latex \usetheme[numbering=fullbar]{focus} ``` +In such case, an optional text to be printed on the left side of the footline +can be customized with: +```latex +\footlineinfo{Custom footline text} +``` -The footline may also be disabled by typing: +The footline may also be disabled globally by typing: ```latex \usetheme[numbering=none]{focus} ``` diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/beamerouterthemefocus.sty b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/beamerouterthemefocus.sty index 88e82d3c71..08f8b80fad 100644 --- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/beamerouterthemefocus.sty +++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/beamerouterthemefocus.sty @@ -109,6 +109,7 @@ } % Full bar footline. +\def\footlineinfo#1{\def\focus@footlineinfo{#1}} \defbeamertemplate{footline}{fullbar}{% % If not appendix. \ifnum\mainend<0% From package appendixnumberbeamer. @@ -124,7 +125,12 @@ \begin{tikzpicture}[inner xsep=0.5em, inner ysep=0.5ex] \clip (0,0) rectangle ++(\paperwidth,\the\focus@pbar@height); \fill[footline.bg] (0,0) rectangle ++(\paperwidth,\the\focus@pbar@height); - + + \ifx\focus@footlineinfo\empty + \else + \node[anchor=west, footline.fg] at ({\the\focus@pbar@leftoffset},{0.5*\focus@pbar@height}) {\focus@footlineinfo}; + \fi + \node[anchor=east, footline.fg] at ({\paperwidth-\the\focus@pbar@rightoffset},{0.5*\focus@pbar@height}) {\strut\insertframenumber}; \node[footline.fg] at ({\paperwidth-\the\focus@pbar@rightoffset},{0.5*\focus@pbar@height}) {\strut/}; \node[anchor=west, footline.fg] at ({\paperwidth-\the\focus@pbar@rightoffset},{0.5*\focus@pbar@height}) {\strut\inserttotalframenumber}; diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/beamerthemefocus.sty b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/beamerthemefocus.sty index 593cfa0914..ea529fd03e 100644 --- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/beamerthemefocus.sty +++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/beamerthemefocus.sty @@ -19,7 +19,7 @@ % along with beamerthemefocus. If not, see <http://www.gnu.org/licenses/>. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{beamerthemefocus}[2020/10/28 v2.7.1 Focus Beamer theme] +\ProvidesPackage{beamerthemefocus}[2020/11/17 v2.8 Focus Beamer theme] \mode<presentation> diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo.tex b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo.tex index c47af62f20..c696f525f6 100644 --- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo.tex +++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo.tex @@ -11,6 +11,9 @@ \institute{Institute Name \\ Institute Address} \date{dd mm yyyy} +% Footline info is printed only if [numbering=fullbar]. +%\footlineinfo{Custom footline text} + \begin{document} \begin{frame} \maketitle diff --git a/macros/latex/contrib/ntgclass/CATALOG b/macros/latex/contrib/ntgclass/CATALOG index cc1c4b2d2c..93091087a6 100644 --- a/macros/latex/contrib/ntgclass/CATALOG +++ b/macros/latex/contrib/ntgclass/CATALOG @@ -1,7 +1,7 @@ Name: ntgclass Problems-To: texniek@braams.texniek.nl Author: J.L. Braams and V. Eijkhout -Version: 2.2-patch level 4 +Version: 2.2-patch level 5 Description: diff --git a/macros/latex/contrib/ntgclass/ChangeLog b/macros/latex/contrib/ntgclass/ChangeLog index 95fd2dfec4..adf4f7b4d7 100644 --- a/macros/latex/contrib/ntgclass/ChangeLog +++ b/macros/latex/contrib/ntgclass/ChangeLog @@ -1,3 +1,8 @@ +2020-11-17 Johannes Braams <texniek at braams.xs4all.nl> + + * ntgclass.dtx: Removed a superfluous closing brace that broke + the oldtoc option. + 2020-02-22 Johannes Braams <texniek at braams.xs4all.nl> * ntgclass.dtx: The mechanism to work around the hyperref code diff --git a/macros/latex/contrib/ntgclass/README b/macros/latex/contrib/ntgclass/README index 914b47d8f7..59c915dc6b 100644 --- a/macros/latex/contrib/ntgclass/README +++ b/macros/latex/contrib/ntgclass/README @@ -1,14 +1,14 @@ NTG document classes distribution - 22 February 2020 + 17 November 2020 This file contains the distribution guide for the new version of the NTG document classes and the A4 package. The classes are maintained by NTG Working Group 13 - * README is this file. + * readme.txt is this file. - * MANIFEST lists all the files in the distribution. + * manifest.txt lists all the files in the distribution. For more information about the document classes see the file ntgclass.tex. diff --git a/macros/latex/contrib/ntgclass/ntgclass.dtx b/macros/latex/contrib/ntgclass/ntgclass.dtx index 3c906338de..233a01d19f 100644 --- a/macros/latex/contrib/ntgclass/ntgclass.dtx +++ b/macros/latex/contrib/ntgclass/ntgclass.dtx @@ -59,7 +59,7 @@ %<*driver> \ProvidesFile{ntgclass.drv} %</driver> - [2020/02/22 v2.1d + [2020-11-17 v2.1e %<artikel|rapport|boek> NTG LaTeX document class] %<10pt|11pt|12pt> NTG LaTeX file (size option)] % \end{macrocode} @@ -175,6 +175,7 @@ % \changes{v2.0x}{1997/09/08}{Repaired a few documentation bugs} % \changes{v2.1c}{2020/02/18}{Update to synchronize with classes.dtx} % \changes{v2.1c}{2020/02/18}{Various commands made robust} +% \changes{v2.1d}{2020/02/20}{Upped version number for new upload to CTAN} % % \title{NTG Document Classes for \LaTeX{} version 2e\thanks{This file % has version number \fileversion, last revised \filedate.}} @@ -4805,8 +4806,9 @@ % % \changes{v2.1b}{2020/02/18}{Prevent protrusion % (\url{https://tex.stackexchange.com/q/172785/10109})} +% \changes{v2.1e}{2020-11-17}{removed a superfluous closing brace} % \begin{macrocode} - \kern-\p@\kern\p@}}\par + \kern-\p@\kern\p@}\par \endgroup} % \end{macrocode} % The new definition: diff --git a/macros/latex/contrib/ntgclass/ntgclass.pdf b/macros/latex/contrib/ntgclass/ntgclass.pdf Binary files differindex 77fc8016ca..d273db1dda 100644 --- a/macros/latex/contrib/ntgclass/ntgclass.pdf +++ b/macros/latex/contrib/ntgclass/ntgclass.pdf |