mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-12-06 01:24:24 -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 [decision] (init) {\footnotesize Room temperature proofing?};
|
||||
\node [decision, right of=init, node distance=9cm] (retard_bake_decision) {\footnotesize Bake in less than 10 hours from now?};
|
||||
@@ -23,4 +20,3 @@
|
||||
\path [line] (move_to_fridge) -- (retard);
|
||||
\path [line] (retard) -- (bake);
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user