formattingt

This commit is contained in:
Kevin Harrington 2025-10-19 23:31:28 -04:00
parent 217edaab7d
commit 7b5bd48d8a

View file

@ -3,11 +3,10 @@
% Example: \consensusflowchart{0.8}{\small} % Example: \consensusflowchart{0.8}{\small}
\newcommand{\consensusflowchart}[2]{% \newcommand{\consensusflowchart}[2]{%
\begin{tikzpicture}[ \begin{tikzpicture}[
node distance=1.5cm, node distance=1.5cm,
scale=#1, scale=#1,
transform shape, transform shape,
every node/.style={font=#2}, 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}, 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}, 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}, endpoint/.style={rectangle, minimum width=2.5cm, minimum height=1cm, text centered, draw=black, fill=white},