summaryrefslogtreecommitdiff
path: root/info/examples/PSTricks_en/36-00-68.ltx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/PSTricks_en/36-00-68.ltx
Initial commit
Diffstat (limited to 'info/examples/PSTricks_en/36-00-68.ltx')
-rw-r--r--info/examples/PSTricks_en/36-00-68.ltx50
1 files changed, 50 insertions, 0 deletions
diff --git a/info/examples/PSTricks_en/36-00-68.ltx b/info/examples/PSTricks_en/36-00-68.ltx
new file mode 100644
index 0000000000..c1e1da1082
--- /dev/null
+++ b/info/examples/PSTricks_en/36-00-68.ltx
@@ -0,0 +1,50 @@
+%%
+%% A DANTE-Edition example
+%%
+%% Example 36-00-68 on page 795.
+%%
+%% 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{pstricks,pst-node}
+\SpecialCoor
+\makeatletter
+\def\SpecialCnode{\@ifnextchar[{\SpecialCnode@i}{\SpecialCnode@i[]}}
+\def\SpecialCnode@i[#1](#2,#3)#4{{%
+ \psset{#1}
+ \cnode@ii(#2,#3){\psk@radius}{#4}%
+ \pst@dimc=\psk@radius%
+ \pnode(!#2 \pst@number\pst@dimc \pst@number\psxunit div sub #3){#4L}%
+ \pnode(!#2 \pst@number\pst@dimc \pst@number\psxunit div add #3){#4R}%
+ \pnode(!#2 #3 \pst@number\pst@dimc \pst@number\psyunit div add){#4T}%
+ \pnode(!#2 #3 \pst@number\pst@dimc \pst@number\psyunit div sub){#4B}%
+}}
+\makeatother
+
+\begin{document}
+
+\SpecialCnode[fillstyle=solid,fillcolor=blue!20,radius=0.75,linecolor=blue](1,0.8){d}
+\psdots(d)(dL)(dT)(dR)(dB)
+\uput[90](dT){dT}\uput[0](dR){dR}\uput[-90](dB){dB}\uput[180](dL){dL}
+%
+\SpecialCnode[fillstyle=solid,fillcolor=red!20,linecolor=red,radius=0.5](5,0.8){c}
+\psdots(c)(cL)(cT)(cR)(cB)
+\uput[90](cT){cT}\uput[0](cR){cR}\uput[-90](cB){cB}\uput[180](cL){cL}
+%
+\nccurve[angleA=90,angleB=180,ncurv=2,linecolor=green,linewidth=1pt]{cT}{dL}
+\nccurve[angleA=0,angleB=45,ncurv=2,linecolor=magenta,linewidth=1pt]{->}{cR}{dT}
+\end{document}