mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-19 16:51:04 +00:00
formatting
This commit is contained in:
parent
8440a932dd
commit
746bca4a2a
1 changed files with 10 additions and 10 deletions
|
|
@ -4,16 +4,16 @@
|
|||
\newcommand{\consensusflowchart}[2]{%
|
||||
\begin{tikzpicture}[
|
||||
node distance=1.5cm,
|
||||
scale=#1,
|
||||
transform shape,
|
||||
every node/.style={font=#2},
|
||||
xshift=-2cm,
|
||||
process/.style={rectangle, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=white, text width=3cm},
|
||||
decision/.style={diamond, minimum width=2cm, minimum height=1cm, text centered, draw=black, fill=gray!20, aspect=2},
|
||||
endpoint/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=black, fill=white},
|
||||
block/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=red, fill=white, text=red, line width=1pt},
|
||||
consensus/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=green!60!black, fill=white, text=green!60!black, line width=1pt},
|
||||
arrow/.style={thick,->,>=Stealth}
|
||||
scale=#1,
|
||||
transform shape,
|
||||
every node/.style={font=#2},
|
||||
xshift=-2cm,
|
||||
process/.style={rectangle, minimum width=3cm, minimum height=1cm, text centered, draw=black, fill=white, text width=3cm},
|
||||
decision/.style={diamond, minimum width=2cm, minimum height=1cm, text centered, draw=black, fill=gray!20, aspect=2},
|
||||
endpoint/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=black, fill=white},
|
||||
block/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=red, fill=white, text=red, line width=1pt},
|
||||
consensus/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=green!60!black, fill=white, text=green!60!black, line width=1pt},
|
||||
arrow/.style={thick,->,>=Stealth}
|
||||
]
|
||||
% Nodes
|
||||
\node (discussion) [process] {Discussion};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue