diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-07 21:23:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-07 21:23:55 +0000 |
commit | f918b7a99685b6526ca16e5f279eb7a9e46b4359 (patch) | |
tree | dbaebe8e58885028009b8b7e6b27a9b5565f0788 /Master/texmf-dist/doc/latex | |
parent | fde45c3e85a76f4c4ca7699a062c6168c4512847 (diff) |
beamertheme-focus (7dec21)
git-svn-id: svn://tug.org/texlive/trunk@61241 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamertheme-focus/README.md | 13 |
1 files changed, 10 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 6851759db6f..3586a78da9a 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.9.0 +# Focus v3.0.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. @@ -69,11 +69,17 @@ can be customized with: \footlineinfo{Custom footline text} ``` +For both footline styles the total frame number (shown by default) can be suppressed with: +```latex +\usetheme[totalframenumbering=no]{focus} +``` + The footline may also be disabled globally by typing: ```latex \usetheme[numbering=none]{focus} ``` + Customize fonts --------------- Focus is using the [Fira fonts](https://bboxtype.com/typefaces/FiraSans/) by default. @@ -102,7 +108,8 @@ Focus was initially created and designed by [Pasquale Africa](https://github.com The following people deserve appreciation and acknowledgment for improving the template with additions and modifications (in alphabetical order): -- Sebastian Friedl -- Benjamin Goldman +- [max](https://github.com/imntl) +- [MonsieurPi](https://github.com/MonsieurPi) +- [SFr682k](https://github.com/SFr682k) A more detailed contribution list is found [here](https://github.com/elauksap/focus-beamertheme/graphs/contributors). |