mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-27 05:14:00 -06:00
Sourdough start tikz flowchart (#23)
Recreating the sourdough flowchart in tikz.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user