mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-19 09:31:12 -06:00
* Fix duplicate flowchart This combines both flowcharts into one * Start on pink for starter readiness flowchart * Add braces to TikZ flowcharts * Rewired flowchart with right-angled transitions * Change Arrows from right-angled to star connected As I could not really find a way not to have diagonal arrows... I decided to embrace it instead. YMMV * Homogenize box sizes * Align on unit inside the flowchart node * Fix code typo in starter readiness flowchart * Create a MWE showing (known) ebook issues Those issues are: - Temp in flowchart - No front image - Chemical formula - No list of flowcharts - Weird looking table Also test fonts, accents, etc.. seems ok. * Make ebook the default target * Revert "Create a MWE showing (known) ebook issues" This reverts commitdac7f8f21d. * Revert "Make ebook the default target" This reverts commite92e464459. --------- Co-authored-by: Ced <ced@sdf.org>
26 lines
1.4 KiB
TeX
26 lines
1.4 KiB
TeX
\tikzstyle{every picture}+=[font=\footnotesize\sffamily]
|
|
\usetikzlibrary{shapes, arrows, decorations.pathreplacing,calligraphy, calligraphy}
|
|
\tikzstyle{decision} = [diamond, draw=codeblack, fill=codeblack, text=white,
|
|
text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt,
|
|
line width=2mm]
|
|
\tikzstyle{block} = [rectangle, draw=codeblack, fill=white, text=black,
|
|
text width=5em, text centered, rounded corners, minimum height=4em,
|
|
line width=0.4mm]
|
|
\tikzstyle{decision_start} = [diamond, draw=codeblack, fill=pinkpic, text=black,
|
|
text width=4.5em, text badly centered, node distance=3cm, inner sep=0pt,
|
|
line width=0.4mm]
|
|
\tikzstyle{start} = [rectangle, draw=codeblack, fill=pinkpic, text=black,
|
|
text width=5em, text centered, rounded corners, minimum height=4em,
|
|
line width=0.4mm]
|
|
\tikzstyle{success} = [rectangle, draw=codeblack, fill=yellowpic, text=black,
|
|
text width=5em, text centered, rounded corners, minimum height=4em,
|
|
line width=0.4mm]
|
|
\tikzstyle{fail} = [rectangle, draw=codeblack, fill=redpic, text=black,
|
|
text width=5em, text centered, rounded corners, minimum height=4em,
|
|
line width=0.4mm]
|
|
\tikzstyle{line} = [draw, -latex', thick, ->,>=to]
|
|
|
|
\tikzstyle{BC} = [decorate, % Brace Calligraphic
|
|
decoration={calligraphic brace, amplitude=3mm, raise=1mm},
|
|
very thick, pen colour={black} ]
|