summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamertheme-npbt/example
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-17 22:09:41 +0000
committerKarl Berry <karl@freefriends.org>2018-08-17 22:09:41 +0000
commita5cf598a9ec9dd8e2ca2d7e807e75ac167459e59 (patch)
tree480afc137e98325da02a1acbd5c9b48dc0f7145e /Master/texmf-dist/doc/latex/beamertheme-npbt/example
parent9c95a60ab8b06b37ba89b594d350d08fa8428bd5 (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/example')
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-npbt/example/NPBT_exsamle.pdfbin0 -> 411102 bytes
-rw-r--r--Master/texmf-dist/doc/latex/beamertheme-npbt/example/NPBT_exsamle.tex35
2 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamertheme-npbt/example/NPBT_exsamle.pdf b/Master/texmf-dist/doc/latex/beamertheme-npbt/example/NPBT_exsamle.pdf
new file mode 100644
index 00000000000..196100a48fa
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamertheme-npbt/example/NPBT_exsamle.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/beamertheme-npbt/example/NPBT_exsamle.tex b/Master/texmf-dist/doc/latex/beamertheme-npbt/example/NPBT_exsamle.tex
new file mode 100644
index 00000000000..703e047d714
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamertheme-npbt/example/NPBT_exsamle.tex
@@ -0,0 +1,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}