Changes

Jump to navigation Jump to search
added flow chart code
ConTeXt project structure as flow chart
 
Code for the flow chart: (setup see [[ConTeXt info style]])
 
<pre>
\startFLOWchart[projekte]
\startFLOWcell
\name {project}
\location {3,3}
\connection[ntb] {product1}
\connection[ptb] {product2}
\text {Project}
\stopFLOWcell
\startFLOWcell
\name {environment}
\location {5,3}
\connection[lr] {project}
\text {Environment}
\stopFLOWcell
 
\startFLOWcell
\name {product1}
\location {2,2}
\connection[ntb] {comp11}
\connection[tb] {comp12}
\text {Product 1}
\stopFLOWcell
\startFLOWcell
\name {product2}
\location {4,2}
\connection[ntb] {comp21}
\connection[tb] {comp22}
\connection[ptb] {comp23}
\text {Product 2}
\stopFLOWcell
 
\startFLOWcell
\name {comp11}
\location {1,1}
\text {Component A}
\stopFLOWcell
\startFLOWcell
\name {comp12}
\location {2,1}
\text {Component B}
\stopFLOWcell
\startFLOWcell
\name {comp21}
\location {3,1}
\text {Component X}
\stopFLOWcell
\startFLOWcell
\name {comp22}
\location {4,1}
\text {Component Y}
\stopFLOWcell
\startFLOWcell
\name {comp23}
\location {5,1}
\text {Component Z}
\stopFLOWcell
\stopFLOWchart
 
\FLOWchart[projekte]
</pre>

Navigation menu