summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/presentations/02-01-2.ltxpd
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/presentations/02-01-2.ltxpd')
-rw-r--r--Master/texmf-dist/doc/latex/presentations/02-01-2.ltxpd40
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/presentations/02-01-2.ltxpd b/Master/texmf-dist/doc/latex/presentations/02-01-2.ltxpd
new file mode 100644
index 00000000000..8570f9bbbf9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/presentations/02-01-2.ltxpd
@@ -0,0 +1,40 @@
+%%
+%% Ein DANTE-Edition Beispiel
+%%
+%% Beispiel 02-01-2 auf Seite 17.
+%%
+%% Copyright (C) 2010 Voss
+%%
+%% It may be distributed and/or modified under the conditions
+%% of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%%
+%% See http://www.latex-project.org/lppl.txt for details.
+%%
+
+% Show page(s) 1,2
+
+\documentclass[size=12pt,paper=a4paper,style=BerlinFU]{powerdot}
+\pagestyle{empty}
+\setcounter{page}{6}
+\usepackage[utf8]{inputenc}
+\usepackage{amsmath,esint}
+\usepackage[ngerman]{babel}
+\newcommand*\diff{\mathop{}\!\mathrm{d}}
+\newcommand*\Q[2]{\frac{\partial#1}{\partial#2}}
+
+\pdsetup{lf=ZEDAT,rf=FU-Berlin}
+
+\begin{document}
+\title{Ein Beispiel für den Stil FU}
+\author{Herbert Voß}
+\maketitle
+\begin{slide}{Beispiel Folie für eine Gleichung}
+Die erste Gleichung von Green:
+\begin{align}\label{green}
+\underset{\mathcal{G}\quad}\iiint\!\left[u\nabla^2v+\left(\nabla u,\nabla v\right)
+ \right]\diff^3V = \underset{\mathcal{S}\quad}\oiint u\Q{v}{n}\diff^2A
+\end{align}
+Ein Verweis auf Gl.~\ref{green}.
+\end{slide}
+\end{document}