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 [block] (init) {\footnotesize Mix ingredients};
|
||||
\node [block, below of=init, node distance=3cm] (bulk_ferment) {\footnotesize Bulk ferment};
|
||||
@@ -14,4 +11,3 @@
|
||||
\path [line] (shape) -- (proof);
|
||||
\path [line] (proof) -- (bake);
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user