summaryrefslogtreecommitdiff
path: root/info/examples/lgc/4-6-33.inl
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/lgc/4-6-33.inl
Initial commit
Diffstat (limited to 'info/examples/lgc/4-6-33.inl')
-rw-r--r--info/examples/lgc/4-6-33.inl15
1 files changed, 15 insertions, 0 deletions
diff --git a/info/examples/lgc/4-6-33.inl b/info/examples/lgc/4-6-33.inl
new file mode 100644
index 0000000000..dce8f7a029
--- /dev/null
+++ b/info/examples/lgc/4-6-33.inl
@@ -0,0 +1,15 @@
+\usepackage {pstricks,pst-node}
+\psset{framearc=.2}
+\begin{psmatrix}[rowsep=1cm,colsep=-10pt]
+ [name=A]\psframebox{requirements}\\
+ &[name=B]\psframebox{design}\\
+ &&[name=C]\psframebox{coding}\\
+ &&&[name=D]\psframebox{testing}\\
+ &&&&[name=E]\psframebox{operations}
+ \psset{arrows=->,armA=0,angleB=90}
+ \ncangle{A}{B} \ncangle{B}{C}
+ \ncangle{C}{D} \ncangle{D}{E}
+ \psset{angleB=-90,angleA=180}
+ \ncangle{B}{A} \ncangle{C}{B}
+ \ncangle{D}{C} \ncangle{E}{D}
+\end{psmatrix}