summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pstricks-examples-en/36-00-51.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstricks-examples-en/36-00-51.ltx')
-rw-r--r--Master/texmf-dist/doc/latex/pstricks-examples-en/36-00-51.ltx43
1 files changed, 0 insertions, 43 deletions
diff --git a/Master/texmf-dist/doc/latex/pstricks-examples-en/36-00-51.ltx b/Master/texmf-dist/doc/latex/pstricks-examples-en/36-00-51.ltx
deleted file mode 100644
index d63d08c97a9..00000000000
--- a/Master/texmf-dist/doc/latex/pstricks-examples-en/36-00-51.ltx
+++ /dev/null
@@ -1,43 +0,0 @@
-%%
-%% A DANTE-Edition example
-%%
-%% Example 36-00-51 on page 789.
-%%
-%% Copyright (C) 2011 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[]{article}
-\pagestyle{empty}
-\setlength\textwidth{201.70511pt}
-\setlength\parindent{0pt}
-
-\usepackage{pst-node}
-\SpecialCoor
-
-\begin{document}
-\psset{unit=1.5}
-\begin{pspicture}(0,0.5)(5,3)
- \cnode[fillstyle=solid,fillcolor=lightgray](1,1){1cm}{A}
- \cnode[fillstyle=solid,fillcolor=lightgray](4,1){1cm}{B}
- \pscustom[linecolor=blue,linewidth=0.1pt]{%
- \translate(1,1)
- \psline(0;60)(2;60)
- }
- \pscustom[linecolor=blue,linewidth=0.1pt]{%
- \translate(4,1)
- \psline(0;100)(2;100)
- }
- \psset{linewidth=1.5pt}
- \nccurve[angleA=60,angleB=100,linecolor=red]{A}{B}
- \pccurve[angleA=60,angleB=100,linecolor=cyan](A)(B)
-\end{pspicture}
-\end{document}