Difference between revisions of "File:Project-structure.png"

From Wiki
Jump to navigation Jump to search
(ConTeXt project structure as flow chart)
 
(added flow chart code)
Line 1: Line 1:
 
ConTeXt project structure as flow chart
 
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>

Revision as of 13:04, 28 July 2004

ConTeXt project structure as flow chart

Code for the flow chart: (setup see ConTeXt info style)

\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]

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current12:03, 7 August 2012Thumbnail for version as of 12:03, 7 August 2012720 × 204 (85 KB)Esteis (talk | contribs)Arrow direction: make A --> B mean 'A invokes B' Resolution: 720 px to fit the main content column Colors: nicer
13:01, 28 July 2004Thumbnail for version as of 13:01, 28 July 2004888 × 235 (3 KB)Hraban (talk | contribs)ConTeXt project structure as flow chart

The following page uses this file: