summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/presentations-en/02-07-1.ltxpd
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/presentations-en/02-07-1.ltxpd')
-rw-r--r--Master/texmf-dist/doc/latex/presentations-en/02-07-1.ltxpd49
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/presentations-en/02-07-1.ltxpd b/Master/texmf-dist/doc/latex/presentations-en/02-07-1.ltxpd
new file mode 100644
index 00000000000..b96f718ab84
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/presentations-en/02-07-1.ltxpd
@@ -0,0 +1,49 @@
+%%
+%% An UIT Edition example
+%%
+%% 1st edition
+%%
+%% Example 02-07-1 on page 36.
+%%
+%% Copyright (C) 2012 Herbert 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
+
+\documentclass[size=11pt,paper=screen,mode=present,display=slidesnotes,style=BerlinFU, nopagebreaks,fleqn]{exapd}
+\pagestyle{empty}
+\usepackage[utf8]{inputenc}
+\usepackage[british]{babel}
+\title{Verbatim mode}\author{bar}\institute{ZEDAT}
+%\StartShownPreambleCommands
+\usepackage{beramono}
+\providecommand\DANTE{{\usefont{OT1}{dante}{m}{n}\selectfont DANTE}}
+\usepackage{listings}
+\pdsetup{logohook=lb,logopos={0.5\slidewidth,2pt},logocmd=\DANTE,trans=Dissolve}
+%\StopShownPreambleCommands
+\begin{document}
+\begin{slide}[method=file]{Verbatim}
+\small\begin{verbatim}
+\providecommand\DANTE{{\usefont{OT1}{dante}{m}{n}\selectfont DANTE}}
+\psshadowbox[shadowsize=14pt,framearc=0.2,
+ shadowcolor=black!40]{\Huge\DANTE\reflectbox{\Huge\DANTE}}
+\end{verbatim}
+
+\begin{center}
+\psshadowbox[shadowsize=14pt,framearc=0.2,shadowcolor=black!40]{\Huge\DANTE
+ \reflectbox{\Huge\DANTE}}\par\bigskip
+\end{center}
+
+\begin{lstlisting}[language={[LaTeX]TeX},basicstyle=\ttfamily\small]
+\providecommand\DANTE{{\usefont{OT1}{dante}{m}{n}\selectfont DANTE}}
+\pdsetup{logohook=lb,logopos={0.5\slidewidth,2pt},logocmd=\DANTE,trans=Dissolve}
+\end{lstlisting}
+\end{slide}
+\end{document}