summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-18 22:04:44 +0000
committerKarl Berry <karl@freefriends.org>2020-11-18 22:04:44 +0000
commita81dc8da20974ac68df068de6e67b801459a693b (patch)
treea773f6e676c65a321a1f16c4f8277e5e470141bd /Master/texmf-dist/doc
parente76b4836b596e047960f65428fdf938ea44f6423 (diff)
beamertheme-focus (18nov20)
git-svn-id: svn://tug.org/texlive/trunk@56957 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-focus/README.md9
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-focus/focus-demo.tex3
2 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/beamertheme-focus/README.md b/Master/texmf-dist/doc/latex/beamertheme-focus/README.md
index 562ad628d2c..9c81eb1312e 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.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/Master/texmf-dist/doc/latex/beamertheme-focus/focus-demo.tex b/Master/texmf-dist/doc/latex/beamertheme-focus/focus-demo.tex
index c47af62f202..c696f525f69 100644
--- a/Master/texmf-dist/doc/latex/beamertheme-focus/focus-demo.tex
+++ b/Master/texmf-dist/doc/latex/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