summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/einfuehrung/04-02-6.ltxps
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-06 00:47:46 +0000
committerKarl Berry <karl@freefriends.org>2012-02-06 00:47:46 +0000
commitf2fb432b14a3c467c6ddfee4a19874fea886307d (patch)
tree4fbba0fc79f546e17e07adbb3db78860e4d39ed8 /Master/texmf-dist/doc/latex/einfuehrung/04-02-6.ltxps
parent27d1d1646fa5dc2daba1e09c2d2175c211d93def (diff)
new examples from (voss) german book einfuehrung (2feb12)
git-svn-id: svn://tug.org/texlive/trunk@25301 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/einfuehrung/04-02-6.ltxps')
-rw-r--r--Master/texmf-dist/doc/latex/einfuehrung/04-02-6.ltxps54
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/einfuehrung/04-02-6.ltxps b/Master/texmf-dist/doc/latex/einfuehrung/04-02-6.ltxps
new file mode 100644
index 00000000000..f7a691e839e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/einfuehrung/04-02-6.ltxps
@@ -0,0 +1,54 @@
+%%
+%% Ein Beispiel der DANTE-Edition
+%%
+%% Beispiel 04-02-6 auf Seite 112.
+%%
+%% 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[]{exaarticle}
+\pagestyle{empty}
+\setlength\textwidth{352.81416pt}
+\setlength\parindent{0pt}
+
+\usepackage{layouts,graphicx,pstricks-add}
+
+\begin{document}
+%\newlength{\pwlayi}
+%\setlength{\pwlayi}{0.4375\textwidth}
+%\newlength{\pwlayii}
+%\setlength{\pwlayii}{0.5\pwlayi}
+%\centering
+%\begin{minipage}[b]{0.49\linewidth}
+%DIV Breite Höhe oben außen innen unten
+%9 140,00 198,00 33,00 46,67 23,33 66,00
+\resizebox{\linewidth}{!}{%
+\psset{xunit=23.3333pt,yunit=33pt}
+\begin{pspicture}(18,9)
+\psgrid[gridcolor=black!20,subgriddiv=0,gridlabels=0pt](0,0)(18,9)
+\psframe(9,9)\psframe(9,0)(18,9)
+\psframe*[linecolor=black!30](2,2)(8,8)
+\psframe*[linecolor=black!30](10,2)(16,8)
+\psline(0,0)(9,9)\psline(0,0)(18,9)
+\psline(0,9)(18,0)\psline(9,9)(18,0)
+\psIntersectionPoint(0,0)(18,9)(9,9)(18,0){IPb}
+\psIntersectionPoint(0,9)(18,0)(0,0)(9,9){IPa}
+\psIntersectionPoint(IPa)(IPb|0,0)(IPb)(IPa|0,0){IPaa}
+\psIntersectionPoint(IPa)(IPb|0,9)(IPb)(IPa|0,9){IPbb}
+\pspolygon[linestyle=dashed](IPa)(IPa|0,9)(IPbb)(IPb|0,9)(IPb|0,0)(IPaa)(IPa|0,0)
+\pspolygon[linestyle=dotted](IPa)(IPbb)(IPb)(IPaa)
+\pcline{<->}(0,0|IPa)(2,0|IPa)\ncput*{4}
+\pcline{<->}(8,0|IPa)(9,0|IPa)\ncput*{2}
+\pcline{<->}(4,9)(4,8)\ncput*{3}
+\pcline{<->}(4,0)(4,2)\ncput*{6}
+\end{pspicture}}
+\end{document}