summaryrefslogtreecommitdiff
path: root/info/examples/PSTricks_en/32-01-18.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/PSTricks_en/32-01-18.ltx')
-rw-r--r--info/examples/PSTricks_en/32-01-18.ltx40
1 files changed, 40 insertions, 0 deletions
diff --git a/info/examples/PSTricks_en/32-01-18.ltx b/info/examples/PSTricks_en/32-01-18.ltx
new file mode 100644
index 0000000000..1b546a79e5
--- /dev/null
+++ b/info/examples/PSTricks_en/32-01-18.ltx
@@ -0,0 +1,40 @@
+%%
+%% A DANTE-Edition example
+%%
+%% Example 32-01-18 on page 647.
+%%
+%% 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[]{article}
+\pagestyle{empty}
+\setlength\textwidth{177.70511pt}
+\setlength\parindent{0pt}
+
+\usepackage{pst-uml}
+
+\begin{document}
+\begin{pspicture}[showgrid=true](5,4)
+ \rput[bl]{30}(0.5,0){\rnode{node1}{%
+ \psframebox{\Large node1}}}
+ \rput[tr]{45}(4.5,4){\rnode{node2}{%
+ \psframebox{\Large node2}}}
+ \nccurve[angleA=-45,angleB=135]{node1}{node2}
+ \ncput[nrot=:U,npos=0.8]{label}
+ \ncputicon{umlHerit}
+ \nccurve[angleA=-30,angleB=-90]{node2}{node1}
+ \ncputicon{umlAgreg}
+ \nccurve[angleA=135,angleB=-135]{node1}{node2}
+ \ncputicon{umlCompos}
+ \ncputicon[nrot=:U,npos=0.7]{umlV}
+\end{pspicture}
+\end{document}