From 67e7f7cf7b908b87abd2adfa7d08b5b746d6a03c Mon Sep 17 00:00:00 2001 From: Vasco-Da-Gama-png <74978979+Vasco-Da-Gama-png@users.noreply.github.com> Date: Tue, 21 Jun 2022 11:51:18 +0200 Subject: [PATCH] Add Flowchart styles to the acp.cls --- acp.cls | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/acp.cls b/acp.cls index 93d4d67..f5ba0d2 100644 --- a/acp.cls +++ b/acp.cls @@ -1360,6 +1360,13 @@ groupplots, }% +% Define tikzstyles for the Flow Chart +\tikzstyle{startstop} = [rectangle, rounded corners, minimum width=40mm, minimum height=1cm,text centered, draw=black, fill=red!30] +\tikzstyle{io} = [ellipse, minimum width=35mm, minimum height=10mm,text width=35mm,text centered,inner xsep=-1ex, draw=black, fill=blue!30] +\tikzstyle{process} = [rectangle, minimum width=40mm, minimum height=1cm, text centered, text width=40mm, draw=black, fill=orange!30] +\tikzstyle{decision} = [signal, signal to=east and west,minimum width=40mm, minimum height=1cm,text width=40mm,text centered,inner xsep=-1ex, draw=black, fill=green!30] +\tikzstyle{arrow} = [thick,->,>=stealth] + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Colour Cycle for plots %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%