Update all flowchart arrows to "Latex" arrows

- Change tikzstyle definition for "line" so that all
  flowchart arrows have the "Latex" styling.
- Fix the little line that the above change introduces
  in fig-stiff-starter-conversion.tex
- Change fig-starter-process.tex to use the global
  "line" style; accept the proposed sidebar syntax.
This commit is contained in:
Ramin Kamal
2025-01-06 21:28:49 -08:00
parent ad4d467cf4
commit 55b6191f33
3 changed files with 19 additions and 38 deletions

View File

@@ -11,7 +11,7 @@
\path [line] (init) -- (feed_new_ratio);
\path [line] (feed_again) -- (feed_new_ratio);
\path [line] (next_day) -- (ready_signs);
\path [line] (ready_signs) -- node{no} (feed_again |- last_feed) |- (feed_again.south);
\path [line] (ready_signs) -- node{no} (feed_again |- last_feed) -| (feed_again.south);
\path [line] (ready_signs) -- node{yes} (last_feed);
\path [line] (last_feed) -- node{after \qtyrange{6}{12}{\hour}} (bread_dough);
\path [line] (feed_new_ratio) -- (too_dry);