summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/presentations-en/02-07-1.ltxpd
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-06 21:25:12 +0000
committerKarl Berry <karl@freefriends.org>2020-06-06 21:25:12 +0000
commitfed24dedae6e5180fc760533d7fbfed0bdbd155d (patch)
tree1603dec758d5dd7be052fa6f688d829f5a0b8e32 /Master/texmf-dist/doc/latex/presentations-en/02-07-1.ltxpd
parent21f6dda461112bd5188eb348bb6fbf4a07ac7013 (diff)
rm presentations-en, author request
git-svn-id: svn://tug.org/texlive/trunk@55452 c570f23f-e606-0410-a88d-b1316a301751
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, 0 insertions, 49 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
deleted file mode 100644
index b96f718ab84..00000000000
--- a/Master/texmf-dist/doc/latex/presentations-en/02-07-1.ltxpd
+++ /dev/null
@@ -1,49 +0,0 @@
-%%
-%% 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}