From: Mark Wooding Date: Sun, 7 Jun 2020 23:49:49 +0000 (+0100) Subject: doc/sod.sty: Adjust the default dash pattern. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/a985964182dbe5ea2e2ecda240fc862f13008820 doc/sod.sty: Adjust the default dash pattern. This is very finely adjusted to make a subsequent diagram come up right. --- diff --git a/doc/sod.sty b/doc/sod.sty index 9da7def..c35e110 100644 --- a/doc/sod.sty +++ b/doc/sod.sty @@ -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.