mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-20 01:01:12 +00:00
formattingt
This commit is contained in:
parent
217edaab7d
commit
7b5bd48d8a
1 changed files with 1 additions and 2 deletions
|
|
@ -3,11 +3,10 @@
|
|||
% Example: \consensusflowchart{0.8}{\small}
|
||||
\newcommand{\consensusflowchart}[2]{%
|
||||
\begin{tikzpicture}[
|
||||
node distance=1.5cm,
|
||||
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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue