summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pstricks-examples/36-00-20.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstricks-examples/36-00-20.ltx')
-rw-r--r--Master/texmf-dist/doc/latex/pstricks-examples/36-00-20.ltx59
1 files changed, 0 insertions, 59 deletions
diff --git a/Master/texmf-dist/doc/latex/pstricks-examples/36-00-20.ltx b/Master/texmf-dist/doc/latex/pstricks-examples/36-00-20.ltx
deleted file mode 100644
index 16d9f2a1e69..00000000000
--- a/Master/texmf-dist/doc/latex/pstricks-examples/36-00-20.ltx
+++ /dev/null
@@ -1,59 +0,0 @@
-%%
-%% Ein Beispiel der DANTE-Edition
-%%
-%%
-%% Copyright (C) 2010 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{190.324pt}
-\setlength\parindent{0pt}
-\StartShownPreambleCommands
-\usepackage{pstricks}
-\StopShownPreambleCommands
-\begin{document}
-\begin{pspicture}(9,4)
- \begin{psclip}{\psellipse(3,2)(3,1)}
- \psellipse[fillstyle=solid,fillcolor=magenta](6,2)(3,1)
- \end{psclip}
- \psellipse(3,2)(3,1)
- \psellipse(6,2)(3,1)
- \rput(2,3.5){epistemische Indizes}
- \psline{->}(2,3.2)(2,2)
- \rput(7,0.5){faktische Indizes}
- \psline{->}(7,0.7)(7,2)
- \rput(4.5,2){\parbox{1.5cm}{\small realistische Indizes}}
-\end{pspicture}
-
-\newcommand\SurfaceA{\pscircle[fillstyle=vlines,hatchcolor=red](1,1){1}}
-\newcommand\SurfaceB{\pscircle(2.5,3){2}}
-\begin{pspicture}(5,5)
- \SurfaceA\SurfaceB
- \begin{psclip}{\SurfaceA}
- \psset{fillstyle=solid,fillcolor=blue}
- \SurfaceB
- \end{psclip}
-\end{pspicture}
-%
-\renewcommand\SurfaceA{\psframe(1.5,0.5)(3.8,4.8)}
-\renewcommand\SurfaceB{\psellipse(2,3.5)(1.5,1)}
-\newcommand\SurfaceC{\pscircle(3.5,3){1.5}}
-\newcommand\SurfaceD{\psdiamond(2.5,3)(2,1)}
-\begin{pspicture}(5,5)
- \SurfaceA\SurfaceB\SurfaceC\SurfaceD
- \begin{psclip}{\SurfaceA\SurfaceB\SurfaceC\SurfaceD}
- \psset{fillstyle=solid,fillcolor=red}
- \SurfaceA
- \end{psclip}
-\end{pspicture}
-\end{document}