summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/presentations/07-05-1.ltxbps
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-12 01:04:43 +0000
committerKarl Berry <karl@freefriends.org>2010-02-12 01:04:43 +0000
commit6c5a3105a3772c17259244d2a30209278dfc2adc (patch)
tree46fe4dbd9538afaecb233ee7eccb8385dd75ca30 /Master/texmf-dist/doc/latex/presentations/07-05-1.ltxbps
parent89fa37c98ade4735241407567ed223cc32bed675 (diff)
new doc examples presentations(_de)
git-svn-id: svn://tug.org/texlive/trunk@16981 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/presentations/07-05-1.ltxbps')
-rw-r--r--Master/texmf-dist/doc/latex/presentations/07-05-1.ltxbps80
1 files changed, 80 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/presentations/07-05-1.ltxbps b/Master/texmf-dist/doc/latex/presentations/07-05-1.ltxbps
new file mode 100644
index 00000000000..58486dd66e3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/presentations/07-05-1.ltxbps
@@ -0,0 +1,80 @@
+%%
+%% Ein DANTE-Edition Beispiel
+%%
+%% Beispiel 07-05-1 auf Seite 186.
+%%
+%% 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,3,4,5,6
+
+\PassOptionsToClass{12pt}{beamer}
+\documentclass{beamer}
+%
+\setlength\parindent{0pt}
+\usepackage[utf8]{inputenc}
+\usepackage[scaled=1.05]{libertine}
+\usepackage[scaled]{luximono}
+\usepackage[ngerman]{babel}
+
+
+\usepackage{graphicx,pstricks-add}
+\setbeamertemplate{navigation symbols}{}
+
+
+\begin{document}
+\begin{frame}[plain]{Grafik mit PSTricks}{}
+\psset{framesep=2mm,arrowscale=1.75}
+\medskip
+\psscalebox{0.8}{% auf 80% skalieren
+\begin{pspicture}(-1,-0.25)(8,9)
+\only<1->{\rput(-0.5,9){%
+ \rnode{A}{\psshadowbox[fillcolor=blue!30,fillstyle=solid]{Quelltext}}}
+ \uput[180](-0.5,8){\texttt{.tex}}}
+\only<2->{\rput(1,7.25){%
+ \rnode{B}{\psshadowbox[fillcolor=red!30,fillstyle=solid]{pdf\LaTeX}}}%
+ \ncangle[angleA=-90,angleB=90]{->}{A}{B}}
+\only<3->{\psframe*[linecolor=black!15](2.2,4)(9.2,9.6)
+ \uput[0](1,6.5){\texttt{.aux}}
+ \rput(4.5,6){\rnode{C}{\psshadowbox[fillcolor=red!30,fillstyle=solid]{Bib\TeX}}}
+ \pnode(B|C){C'}\ncline{B}{C'}\psdot(C')
+ \ncline{->}{C'}{C}
+ \rput(3.5,9){\rnode{D}{\psshadowbox[fillcolor=blue!30,fillstyle=solid]{Bib-Data}}}
+ \uput[180](3.25,8){\texttt{.bib}}
+ \ncangles[angleA=-90,angleB=90,armA=1,offset=-0.2]{->}{D}{C}
+ \rput(6,9){\rnode{E}{\psshadowbox[fillcolor=blue!30,fillstyle=solid]{Bib-Stil}}}
+ \uput[0](6,8){\texttt{.bst}}
+ \ncangles[angleA=-90,angleB=90,armA=1,offsetB=0.2]{->}{E}{C}}
+\only<4->{\uput[180](4.5,5){\texttt{.bbl}}
+ \rput(8,6){\rnode{F}{\psshadowbox[fillcolor=blue!30,fillstyle=solid]{Logdatei}}}
+ \uput[-90](6,5.75){\texttt{.blg}}
+ \ncline{->}{C}{F}
+ \pnode(C|0,4){C''}}
+\only<4>{\ncline{->}{C}{C''}}
+\only<5->{\rput(1,4.5){%
+ \rnode{B}{\psshadowbox[fillcolor=red!30,fillstyle=solid]{pdf\LaTeX}}}
+ \ncangle[angleA=-90,angleB=90,offsetB=-0.3]{->}{A}{B}
+ \ncline{->}{C'}{B}
+ \ncangle[angleA=-90]{->}{C}{B}
+ \uput[0](1,3.5){\texttt{.aux}}
+ \pnode(B|0,3){B''}}
+\only<5>{\ncline{->}{B}{B''}}
+\only<6->{\rput(1,2){%
+ \rnode{G}{\psshadowbox[fillcolor=red!30,fillstyle=solid]{pdf\LaTeX}}}
+ \ncangle[angleA=-90,angleB=90,offsetB=-0.3]{->}{A}{G}
+ \ncline{->}{B}{G}
+ \rput(1,0.2){\rnode{H}{\psshadowbox[fillcolor=blue!30,fillstyle=solid]{PDF-Datei}}}
+ \ncline{->}{G}{H}
+ \uput[0](1,1){\texttt{.pdf}}
+ \rput(8,2){\rnode{F}{\psshadowbox[fillcolor=blue!30,fillstyle=solid]{Logdatei}}}
+ \uput[-90](6,1.75){\texttt{.log}}
+ \ncline{->}{G}{F}}
+\end{pspicture}}
+\end{frame}
+\end{document}