summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/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/tex/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/tex/latex/beamertheme-focus')
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-focus/beamerfontthemefocus.sty1
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty42
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty2
3 files changed, 41 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerfontthemefocus.sty b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerfontthemefocus.sty
index 0b5314ebe27..3a956c61546 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerfontthemefocus.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerfontthemefocus.sty
@@ -30,6 +30,7 @@
\setbeamerfont{date}{size=\large, shape=\scshape}
\setbeamerfont{sectiontitle}{size=\huge, series=\scshape\bfseries}
+\setbeamerfont{subsectiontitle}{size=\Large, series=\scshape\bfseries}
\setbeamerfont{frametitle}{size=\Large, shape=\scshape}
\setbeamerfont{footline}{size=\scriptsize}
diff --git a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty
index 1fc1be8442a..a753dacf367 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty
@@ -77,7 +77,8 @@
\vspace*{\baselineskip}
\begin{minipage}[t]{\textwidth}
- \usebeamerfont{date}{\insertdate}
+ \usebeamerfont{date}
+ \insertdate
\end{minipage}
\vspace*{0pt plus 100fill}
@@ -100,8 +101,13 @@
\usebeamercolor[fg]{frametitle}
\let\hyperlink\@secondoftwo\insertsection
\end{minipage}
-
- \vspace*{0pt plus 100fill}
+
+ \vspace{1.5\baselineskip}
+ \begin{minipage}[t][0.55\paperheight]{\textwidth}
+ \usebeamerfont{subsectiontitle}
+ \usebeamercolor[bg]{frametitle}
+ \insertsubsection
+ \end{minipage}
}
\AtBeginSection[]{%
@@ -110,4 +116,34 @@
\end{frame}%
}
+% Subsection page.
+\defbeamertemplate*{subsection page}{focus}{%
+ {%
+ \usebeamercolor{frametitle}\colorlet{focus@@temp}{bg}%
+ \begin{tikzpicture}[overlay, remember picture]
+ \fill[color=focus@@temp] (current page.north west) rectangle ([shift = {(0, -0.45\paperheight)}] current page.north east);
+ \end{tikzpicture}%
+ }
+
+ \vspace{-2.5\baselineskip}
+ \begin{minipage}[b][0.45\paperheight]{\textwidth}
+ \usebeamerfont{sectiontitle}
+ \usebeamercolor[fg]{frametitle}
+ \let\hyperlink\@secondoftwo\insertsection
+ \end{minipage}
+
+ \vspace{1.5\baselineskip}
+ \begin{minipage}[t][0.55\paperheight]{\textwidth}
+ \usebeamerfont{subsectiontitle}
+ \usebeamercolor[bg]{frametitle}
+ \insertsubsection
+ \end{minipage}
+}
+
+\AtBeginSubsection[]{%
+ \begin{frame}[plain, noframenumbering]{}
+ \subsectionpage
+ \end{frame}%
+}
+
\mode<all>
diff --git a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty
index 2a6ccbc72f9..550e120c47b 100644
--- a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty
+++ b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty
@@ -19,7 +19,7 @@
% along with beamerthemefocus. If not, see <http://www.gnu.org/licenses/>.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{beamerthemefocus}[2019/01/18 v2.3 Focus Beamer theme]
+\ProvidesPackage{beamerthemefocus}[2019/06/26 v2.4 Focus Beamer theme]
\mode<presentation>