mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-12-07 10:04:25 -06:00
Make figs includable in main document
Remove the capability to build them as standalone document but we can include them in the main document. It should simplify things down the road.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
\input{./vars}
|
||||
|
||||
\begin{document}
|
||||
\begin{tikzpicture}[node distance = 3cm, auto]
|
||||
\node [block] (init) {\footnotesize Make a regular or liquid starter};
|
||||
\node [block, right of=init] (feed_new_ratio) {\footnotesize Mix 10g existing starter, 50g flour and 25g water};
|
||||
@@ -26,4 +23,3 @@
|
||||
\path [line] (too_dry) -- node{\footnotesize yes} (add_water);
|
||||
\path [line] (ready_signs) -- node{\footnotesize yes} (last_feed);
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user