doc/sod.sty, doc/concepts.tex: Pull out common style features.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 7 Jul 2018 20:55:36 +0000 (21:55 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 9 Jul 2018 12:09:58 +0000 (13:09 +0100)
Thicker lines, stealth arrows.

doc/concepts.tex
doc/sod.sty

index 187a6f8..46d8526 100644 (file)
@@ -466,8 +466,7 @@ entry functions.
 
 \begin{figure}
   \begin{tikzpicture}
-    [>=stealth, thick,
-     order/.append style={color=green!70!black},
+    [order/.append style={color=green!70!black},
      code/.append style={font=\sffamily},
      action/.append style={font=\itshape},
      method/.append style={rectangle, draw=black, thin, fill=blue!30,
index b173d77..6a2c1c3 100644 (file)
@@ -60,6 +60,9 @@
 %% Notes for later.
 \def\fixme#1{\leavevmode\marginpar{FIXME}[FIXME: #1]}
 
+%% Diagram settings.
+\tikzset{every picture/.style={>=stealth, thick}}
+
 %% Metavariables are italics without decoration.
 \def\syntleft{\normalfont\itshape}
 \let\syntright\empty