From: Mark Wooding Date: Fri, 22 Jun 2018 01:18:45 +0000 (+0100) Subject: doc/sod.sty: Make spacing in `\lit' be more even. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/48ab1447e5760abba800639123c73f947e595a09 doc/sod.sty: Make spacing in `\lit' be more even. --- diff --git a/doc/sod.sty b/doc/sod.sty index 2cdb499..2b68df4 100644 --- a/doc/sod.sty +++ b/doc/sod.sty @@ -69,6 +69,7 @@ } \def\ulitleft{\normalfont\codeface} \let\ulitright\empty +\def\lit@i#1#2#3{\ifmmode\leavevmode\hbox\fi{#1{#3\/}#2}} %% Conditionally enter maths mode. Can't use \ensuremath here because we %% aren't necessarily sure where the maths will actually end.