summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamertheme-focus
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-06-27 20:58:17 +0000
committerKarl Berry <karl@freefriends.org>2019-06-27 20:58:17 +0000
commite79ccbb041045e467e9bae3ba9e4b6490c1b9110 (patch)
treea8af605cb15a75553ab5b50cb34c462bfe7cf2de /Master/texmf-dist/doc/latex/beamertheme-focus
parente74c348e84fe30d7277b437eae715c0afeddb7f7 (diff)
beamertheme-focus (27jun19)
git-svn-id: svn://tug.org/texlive/trunk@51489 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamertheme-focus')
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-focus/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-focus/demo-screenshots/demo-sectionpage.jpgbin6229 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-focus/demo-screenshots/demo-subsectionpage.jpgbin0 -> 26430 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-focus/demo.pdfbin323369 -> 324539 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-focus/demo.tex4
5 files changed, 6 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 b4f059b7b32..f8acd784ffd 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.3
+# Focus v2.4
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.
@@ -14,7 +14,7 @@ Demo
A full demo is available. Refer to `demo.tex` and `demo.pdf`.
![](https://github.com/elauksap/focustheme/blob/master/demo-screenshots/demo-titlepage.jpg)
-![](https://github.com/elauksap/focustheme/blob/master/demo-screenshots/demo-sectionpage.jpg)
+![](https://github.com/elauksap/focustheme/blob/master/demo-screenshots/demo-subsectionpage.jpg)
![](https://github.com/elauksap/focustheme/blob/master/demo-screenshots/demo-typeset.jpg)
![](https://github.com/elauksap/focustheme/blob/master/demo-screenshots/demo-focus.jpg)
![](https://github.com/elauksap/focustheme/blob/master/demo-screenshots/demo-references.jpg)
diff --git a/Master/texmf-dist/doc/latex/beamertheme-focus/demo-screenshots/demo-sectionpage.jpg b/Master/texmf-dist/doc/latex/beamertheme-focus/demo-screenshots/demo-sectionpage.jpg
deleted file mode 100644
index 2abd93bd471..00000000000
--- a/Master/texmf-dist/doc/latex/beamertheme-focus/demo-screenshots/demo-sectionpage.jpg
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamertheme-focus/demo-screenshots/demo-subsectionpage.jpg b/Master/texmf-dist/doc/latex/beamertheme-focus/demo-screenshots/demo-subsectionpage.jpg
new file mode 100644
index 00000000000..f993c1beea2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamertheme-focus/demo-screenshots/demo-subsectionpage.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamertheme-focus/demo.pdf b/Master/texmf-dist/doc/latex/beamertheme-focus/demo.pdf
index 20b099ab756..bd40c547454 100644
--- a/Master/texmf-dist/doc/latex/beamertheme-focus/demo.pdf
+++ b/Master/texmf-dist/doc/latex/beamertheme-focus/demo.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamertheme-focus/demo.tex b/Master/texmf-dist/doc/latex/beamertheme-focus/demo.tex
index c22dbb63f3f..a4153d1be47 100644
--- a/Master/texmf-dist/doc/latex/beamertheme-focus/demo.tex
+++ b/Master/texmf-dist/doc/latex/beamertheme-focus/demo.tex
@@ -16,7 +16,10 @@
\maketitle
\end{frame}
+ % Use starred version (e.g. \section*{Section name})
+ % to disable (sub)section page.
\section{Section 1}
+ \subsection{Subsection 1.1}
\begin{frame}{Simple frame}
This is a simple frame.
\end{frame}
@@ -25,6 +28,7 @@
This is a frame with plain style and it is numbered.
\end{frame}
+ \subsection{Subsection 1.2}
\begin{frame}[t]
This frame has an empty title and is aligned to top.
\end{frame}