texlive[62552] branches/branch2021.final/Master/texmf-dist:

commits+karl at tug.org commits+karl at tug.org
Wed Mar 9 22:11:38 CET 2022


Revision: 62552
          http://tug.org/svn/texlive?view=revision&revision=62552
Author:   karl
Date:     2022-03-09 22:11:37 +0100 (Wed, 09 Mar 2022)
Log Message:
-----------
beamertheme-focus (9mar22) (branch)

Modified Paths:
--------------
    branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/CHANGELOG.md
    branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/README.md
    branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/focus-demo/demo-typeset.jpg
    branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/focus-demo.pdf
    branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/focus-demo.tex
    branches/branch2021.final/Master/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty
    branches/branch2021.final/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty

Modified: branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/CHANGELOG.md
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/CHANGELOG.md	2022-03-09 21:11:26 UTC (rev 62551)
+++ branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/CHANGELOG.md	2022-03-09 21:11:37 UTC (rev 62552)
@@ -1 +1 @@
-Fix frame numbering on frames when both `noframenumbering` and `allowframebreaks` options are used.
+Use Fira font also for math.

Modified: branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/README.md
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/README.md	2022-03-09 21:11:26 UTC (rev 62551)
+++ branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/README.md	2022-03-09 21:11:37 UTC (rev 62552)
@@ -1,4 +1,4 @@
-# Focus v3.2.0
+# Focus v3.3.0
 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.
 
@@ -117,5 +117,6 @@
 - [max](https://github.com/imntl)
 - [MonsieurPi](https://github.com/MonsieurPi)
 - [SFr682k](https://github.com/SFr682k)
+- [Zortaniac](https://github.com/Zortaniac)
 
 A more detailed contribution list is found [here](https://github.com/elauksap/focus-beamertheme/graphs/contributors).

Modified: branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/focus-demo/demo-typeset.jpg
===================================================================
(Binary files differ)

Modified: branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/focus-demo.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/focus-demo.tex
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/focus-demo.tex	2022-03-09 21:11:26 UTC (rev 62551)
+++ branches/branch2021.final/Master/texmf-dist/doc/latex/beamertheme-focus/focus-demo.tex	2022-03-09 21:11:37 UTC (rev 62552)
@@ -1,3 +1,6 @@
+% !TeX TS-program = xelatex
+% !BIB TS-program = bibtex
+
 % Full instructions available at:
 % https://github.com/elauksap/focus-beamertheme
 
@@ -41,14 +44,15 @@
     \end{frame}
     
     \begin{frame}{Typesetting and Math}
-        The packages \texttt{inputenc} and \texttt{FiraSans}\footnote{\url{https://fonts.google.com/specimen/Fira+Sans}}\textsuperscript{,}\footnote{\url{http://mozilla.github.io/Fira/}} are used to properly set the main fonts.
+        The packages \texttt{fontenc} and \texttt{FiraSans}\footnote{\url{https://fonts.google.com/specimen/Fira+Sans}}\textsuperscript{,}\footnote{\url{http://mozilla.github.io/Fira/}} are used to properly set the main fonts.
         \vfill
         This theme provides styling commands to typeset \emph{emphasized}, \alert{alerted}, \textbf{bold}, \textcolor{example}{example text}, \dots
         \vfill
         \texttt{FiraSans} also provides support for mathematical symbols:
-        \begin{equation*}
-            e^{i\pi} + 1 = 0.
-        \end{equation*}
+        \begin{align*}
+            e^{i\pi} + 1 & = 0, \\
+            \int_{-\infty}^\infty e^{-x^2}\,\mathrm{d}x & = \sqrt{\pi}.
+        \end{align*}
     \end{frame}
 
     \section{Section 2}
@@ -138,7 +142,6 @@
     \end{frame}
     
     \begin{frame}{Backup frame}
-        \usebeamercolor[fg]{normal text}
         This is a backup frame, useful to include additional material for questions from the audience.
         \vfill
         The package \texttt{appendixnumberbeamer} is used not to number appendix frames.

Modified: branches/branch2021.final/Master/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty	2022-03-09 21:11:26 UTC (rev 62551)
+++ branches/branch2021.final/Master/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty	2022-03-09 21:11:37 UTC (rev 62552)
@@ -278,7 +278,7 @@
 
 % Enable noframenumbering option.
 \define at key{beamerframe}{noframenumbering}[true]{%
-    \setbeamertemplate{footline}[none]%
+    \setbeamertemplate{footline}[noframenumbering]%
     \setlength{\focus at pbar@height}{0cm}%
     \focus at calculatefootheight%
 }

Modified: branches/branch2021.final/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty	2022-03-09 21:11:26 UTC (rev 62551)
+++ branches/branch2021.final/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty	2022-03-09 21:11:37 UTC (rev 62552)
@@ -19,7 +19,7 @@
 % along with beamerthemefocus. If not, see <http://www.gnu.org/licenses/>.
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerthemefocus}[2022/02/21 v3.2.0 Focus Beamer theme]
+\ProvidesPackage{beamerthemefocus}[2022/03/09 v3.3.0 Focus Beamer theme]
 
 \mode<presentation>
 
@@ -44,11 +44,17 @@
 \if at focus@loadfirafonts
     \RequirePackage[T1]{fontenc}
     
-    \PassOptionsToPackage{type1}{FiraSans}
-    \PassOptionsToPackage{type1}{FiraMono}
-    
+    \PassOptionsToPackage{sfdefault}{FiraSans}
     \RequirePackage{FiraSans}
+
     \RequirePackage{FiraMono}
+
+    \RequirePackage{firamath-otf}
+    \unimathsetup{
+        math-style = ISO,
+        bold-style = ISO,
+        mathrm     = sym
+    }
 \fi
 
 \usecolortheme{focus}



More information about the tex-live-commits mailing list.