Sourdough start tikz flowchart (#23)

Recreating the sourdough flowchart in tikz.
This commit is contained in:
Robert Schadek
2022-12-16 14:25:03 +01:00
committed by GitHub
parent b6c75641bc
commit d3a8668b11
2 changed files with 33 additions and 1 deletions

View File

@@ -20,6 +20,9 @@
allcolors=black
}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows}
\graphicspath{
{./images/}
{./troubleshooting/}
@@ -36,6 +39,16 @@
\advance\cftsecnumwidth 0.5em\relax
\advance\cftsubsecindent 0.5em\relax
\advance\cftsubsecnumwidth 0.5em\relax
% Define block styles
\tikzstyle{decision} = [diamond, draw, fill=blue!20,
text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt]
\tikzstyle{block} = [rectangle, draw, fill=blue!20,
text width=5em, text centered, rounded corners, minimum height=4em]
\tikzstyle{line} = [draw, -latex']
\tikzstyle{cloud} = [draw, ellipse,fill=red!20, node distance=3cm,
minimum height=2em]
\begin{document}
\begin{titlepage}