diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-17 22:09:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-17 22:09:41 +0000 |
commit | a5cf598a9ec9dd8e2ca2d7e807e75ac167459e59 (patch) | |
tree | 480afc137e98325da02a1acbd5c9b48dc0f7145e /Master/texmf-dist/doc/latex/beamertheme-npbt/README | |
parent | 9c95a60ab8b06b37ba89b594d350d08fa8428bd5 (diff) |
beamertheme-npbt (17aug18)
git-svn-id: svn://tug.org/texlive/trunk@48424 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamertheme-npbt/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamertheme-npbt/README | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamertheme-npbt/README b/Master/texmf-dist/doc/latex/beamertheme-npbt/README new file mode 100644 index 00000000000..09d81d9d5ed --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamertheme-npbt/README @@ -0,0 +1,74 @@ +NPBT aka Norman's Pandoc Beamer Themes +====================================== + +Norman's Pandoc Beamer Themes is a collection of LaTeX beamer themes. + +Currently we support the following themes: + + +**Sefiroth Consulting** - My private (demonstration) theme. + +**FOM** - The layout of Hochschule FOM(https://www.fom.de). + +**FOM ifes** - the layout of Hochschule FOM(https://www.fom.de) Institut für Empirie & Statistik(https://www.fom.de/forschung/institute/ifes-institut-fuer-empirie-und-statistik.html) + +**eufom** - The layout of eufom(http://www.eufom.de + + + +How to use NPBT +--------------- + +Simply add + +\usetheme{NPBT} + +to your LaTeX file. To choose the different layouts use + +for SC: + +\usecolortheme{SC} + +for FOM: + +\usecolortheme{FOM} +\useoutertheme{FOM} + + +for FOM IFES version: + +\usecolortheme{FOM_ifes} +\useoutertheme{FOM_ifes} + + +for EUFOM: + +\usecolortheme{EUFOM} +\useoutertheme{EUFOM} + + +A short example +--------------- + +\documentclass[10pt,ngerman,a4paper,ignorenonframetext]{beamer} + +\usetheme{NPBT} +\usecolortheme{SC} + +\title{Norman's Pandoc Beamer Themes} +\author{Norman Markgraf} +\date{15.08.2018} + +\begin{frame}{A simple slide} + + Use it like any other \textit{beamer} based theme! + +\end{frame} + + +Thanks to +--------- + +Prof. Bianca Krol, Prof. Oliver Gansser, Prof. Sebastian Sauer, Prof. Matthias Gehrke and Prof. Karsten Lübke of the University of applied science FOM / Hochschule FOM for testing, using, and much much support. + +Also thanks to Petra Rübe-Pugliese from the CTAN-Team for helping me to bring this all on CTAN, and noticing some typos as well. |