diff options
author | Norbert Preining <norbert@preining.info> | 2022-03-10 03:04:28 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-03-10 03:04:28 +0000 |
commit | 6367aa11ef0b99d86693b685ab67096514792a0f (patch) | |
tree | f7e17e755539c272449d20b5b6c8c5917c4c40e8 /macros/latex/contrib/beamer-contrib/themes | |
parent | b23d702a4a177c6d047cd03020e5a0fb7effd88a (diff) |
CTAN sync 202203100304
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/themes')
-rw-r--r-- | macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/CHANGELOG.md | 2 | ||||
-rw-r--r-- | macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/README.md | 3 | ||||
-rw-r--r-- | macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/beamerouterthemefocus.sty | 2 | ||||
-rw-r--r-- | macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/beamerthemefocus.sty | 14 | ||||
-rwxr-xr-x[-rw-r--r--] | macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo.pdf | bin | 274695 -> 42671 bytes | |||
-rw-r--r-- | macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo.tex | 13 | ||||
-rwxr-xr-x[-rw-r--r--] | macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo/demo-typeset.jpg | bin | 48354 -> 45868 bytes |
7 files changed, 22 insertions, 12 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/CHANGELOG.md b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/CHANGELOG.md index 187f8a43cd..d3ae57ada4 100644 --- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/CHANGELOG.md +++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/CHANGELOG.md @@ -1 +1 @@ -Fix frame numbering on frames when both `noframenumbering` and `allowframebreaks` options are used. +Use Fira font also for math. 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 2e6f3c2d04..a131b97bb8 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 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 @@ additions and modifications (in alphabetical order): - [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). 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 edd9ca40d5..f61fec9585 100644 --- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/beamerouterthemefocus.sty +++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/beamerouterthemefocus.sty @@ -278,7 +278,7 @@ % Enable noframenumbering option. \define@key{beamerframe}{noframenumbering}[true]{% - \setbeamertemplate{footline}[none]% + \setbeamertemplate{footline}[noframenumbering]% \setlength{\focus@pbar@height}{0cm}% \focus@calculatefootheight% } 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 195d850f45..9bd962a9c7 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}[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@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} diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo.pdf b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo.pdf Binary files differindex 83f1c44e30..6a81ce1763 100644..100755 --- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo.pdf +++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo.pdf 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 c696f525f6..616b1765b7 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 @@ -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. diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo/demo-typeset.jpg b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo/demo-typeset.jpg Binary files differindex fe8629e8a7..fdd037fc98 100644..100755 --- a/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo/demo-typeset.jpg +++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus/focus-demo/demo-typeset.jpg |