mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-14 07:01:12 -06:00
* Change BG color to white * Fix flowcharts where graphics overlap with text * Increase border size * change arrow style * Allow standalone building of TikZ flowcharts Useful for reference or website etc.. * Prevent manual hyphenation in TikZ diagrams A Bit of a manual tweak.. but worth it to look nicer :D * Add missing file for flowcharts --------- Co-authored-by: Cedric <ced@awase.ostal>
7 lines
191 B
TeX
7 lines
191 B
TeX
\documentclass[tikz]{standalone}
|
|
\usepackage{tikz}
|
|
\usepackage[mode=match, reset-text-family=false]{siunitx}
|
|
\DeclareSIUnit\degF{\text{°}F}
|
|
\input{flowcharts_tikz.tex}
|
|
\input{../colors.tex}
|