summaryrefslogtreecommitdiff
path: root/info/examples/PSTricks_en/36-00-51.ltx
blob: d63d08c97a90776d605f74ae425b4c9332884336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
%% 
%%  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}