Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Flowchart styles to the acp.cls #9

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions acp.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down