Index of /archives/text/CTAN/macros/latex/contrib/beamer-contrib/themes/beamertheme-npbt

Icon  Name                                                            Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] LICENSE 2018-08-18 17:36 34K [TXT] README 2018-08-13 15:24 1.5K [   ] beamercolorthemeNPBT_EUFOM.sty 2018-08-17 20:26 3.1K [TXT] beamercolorthemeNPBT_FOM.sty 2018-08-17 20:17 7.1K [   ] beamercolorthemeNPBT_FOM_ifes.sty 2018-08-17 20:26 1.6K [   ] beamercolorthemeNPBT_SC.sty 2018-08-17 20:48 956 [   ] beamerouterthemeNPBT_FOM.sty 2018-08-15 18:37 3.1K [   ] beamerouterthemeNPBT_FOM_ifes.sty 2018-08-17 20:25 7.4K [   ] beamerthemeNPBT.sty 2018-08-17 21:12 22K [DIR] example/ 2018-08-17 20:45 - [   ] header.tex 2018-08-18 17:36 81 [DIR] images/ 2018-08-18 17:36 -
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.