summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/beamertheme-npbt/example/NPBT_exsamle.tex
blob: 703e047d714545576c19476278978133a1db8bae (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
\documentclass[10pt,ngerman,a4paper]{beamer}

\usetheme{NPBT}
\usecolortheme{NPBT_FOM}

\title{Norman's Pandoc Beamer Themes}
\author{Norman Markgraf}
\date{15.08.2018}

\begin{document}

\frame{\titlepage}

\section{A short example}

\begin{frame}{A simple slide}

    Use it like any other \textit{beamer} based theme!
    
\end{frame}

\begin{frame}{Übung}

   Okay, not always as every other \textit{beamer} based theme! ;-)
   
\end{frame}

\begin{frame}
	\frametitle{Thanks to ...}

	All the grate people supporting me to make this all happen.

\end{frame}

\end{document}