Fix more uppercase in flowcharts

This commit is contained in:
Ced
2025-01-11 11:09:16 +00:00
committed by Cedric
parent bcdaf79479
commit d1e3390360
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
\path [line] (init) -- (decision_start);
\path [line] (decision_start) -- node{No} (feed_no_branch);
\path [line] (decision_start) -- node[below=2pt]{yes} (feed_yes_branch.north west);
\path [line] (decision_start) -- node[below=2pt]{Yes} (feed_yes_branch.north west);
\path [line] (feed_yes_branch) -- (low_ratio);
\path [line] (feed_no_branch) -- (high_ratio);
\path [line] (high_ratio) -- node[anchor=east, above=2pt] {} ++(2.2,0) |-(size_check);