summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-06-24 21:58:16 +0000
committerKarl Berry <karl@freefriends.org>2018-06-24 21:58:16 +0000
commit8304eeaef18b010c8e1f38b1c3450b87cbee7f8b (patch)
treee0cb7636642a8cec6d9be20891eeda252a8044e1 /Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty
parentc4bb697eced0fab994df2daf28104ba68e977bcc (diff)
beamertheme-focus (24jun18)
git-svn-id: svn://tug.org/texlive/trunk@48082 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty')
-rw-r--r--Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty56
1 files changed, 56 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty
new file mode 100644
index 00000000000..ec0244a13a2
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty
@@ -0,0 +1,56 @@
+% Copyright (C) 2018 Pasquale Claudio Africa.
+%
+% This file is part of beamerthemefocus.
+%
+% beamerthemefocusis free software: you can redistribute it and/or modify
+% it under the terms of the GNU General Public License as published by
+% the Free Software Foundation, either version 3 of the License, or
+% (at your option) any later version.
+%
+% beamerthemefocus is distributed in the hope that it will be useful,
+% but WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+% GNU General Public License for more details.
+%
+% You should have received a copy of the GNU General Public License
+% along with beamerthemefocus. If not, see <http://www.gnu.org/licenses/>.
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{beamerthemefocus}[2018/06/24 v1.0 Focus Beamer theme]
+
+\mode<presentation>
+
+\RequirePackage[T1]{fontenc}
+\RequirePackage{FiraSans}
+
+\RequirePackage{tikz}
+
+\RequirePackage{etoolbox} % \BeforeBeginEnvironment
+\RequirePackage{appendixnumberbeamer} % Don't number appendix frames.
+
+
+\DeclareOptionBeamer{numbering}{
+ \PassOptionsToPackage{numbering=#1}{beamerouterthemefocus}
+}
+\ProcessOptionsBeamer
+
+\usecolortheme{focus}
+\usefonttheme{focus}
+\useinnertheme{focus}
+\useoutertheme{focus}
+
+\setbeamertemplate{navigation symbols}{}
+\setbeamertemplate{blocks}[default]
+
+\setbeamertemplate{section in toc}[square]
+\setbeamertemplate{subsection in toc}[square]
+
+\setbeamertemplate{itemize items}[square]
+\setbeamertemplate{itemize subitem}[triangle]
+
+% Set margins.
+\setbeamersize{text margin left=0.75cm, text margin right=0.75cm}
+\setlength{\leftmargini}{0.75cm}
+%\leftmarginii=0.75\leftmargini\relax
+
+\mode<all>