chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf02a78
)
doc/sod.sty: Adjust the default dash pattern.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 7 Jun 2020 23:49:49 +0000
(
00:49
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 4 Jun 2021 18:54:59 +0000
(19:54 +0100)
This is very finely adjusted to make a subsequent diagram come up right.
doc/sod.sty
patch
|
blob
|
blame
|
history
diff --git
a/doc/sod.sty
b/doc/sod.sty
index 9da7defc7d750c9b8418e13f1147423cd5957731..c35e1109d6450a9e217161c4d6c8a3fdae33be40 100644
(file)
--- 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.