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

@@ -19,7 +19,8 @@
\tikzstyle{fail} = [rectangle, draw=codeblack, fill=redpic, text=black,
text width=5em, text centered, rounded corners, minimum height=4em,
line width=0.4mm]
\tikzstyle{line} = [draw, -latex', thick, ->,>=to]
% The arrowed connector line between nodes
\tikzstyle{line} = [draw, thick, ->, >={Latex}]
\tikzstyle{BC} = [decorate, % Brace Calligraphic
decoration={calligraphic brace, amplitude=3mm, raise=1mm},