doc/sod.sty: Adjust the default dash pattern.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 7 Jun 2020 23:49:49 +0000 (00:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 7 Jun 2020 23:50:58 +0000 (00:50 +0100)
This is very finely adjusted to make a subsequent diagram come up right.

doc/sod.sty

index 9da7def..c35e110 100644 (file)
@@ -73,7 +73,8 @@
 %% Diagram settings.
 \tikzset{
   every picture/.style={>=stealth, thick},
-  lit/.style={font=\sffamily}
+  lit/.style={font=\sffamily},
+  dashed/.style={dash pattern=on 2.19pt off 2.19pt}
 }
 
 %% Metavariables are italics without decoration.