blob: 09d81d9d5ed2df4e5e36d4ce1b1e0a27a8d95885 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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.
|