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:
Ced
2023-06-10 15:24:17 +01:00
parent 0c2fb17439
commit b2e99687d0
16 changed files with 0 additions and 64 deletions

View File

@@ -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}