From 48ab1447e5760abba800639123c73f947e595a09 Mon Sep 17 00:00:00 2001 Message-Id: <48ab1447e5760abba800639123c73f947e595a09.1715042842.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 22 Jun 2018 02:18:45 +0100 Subject: [PATCH] doc/sod.sty: Make spacing in `\lit' be more even. Organization: Straylight/Edgeware From: Mark Wooding --- doc/sod.sty | 1 + 1 file changed, 1 insertion(+) 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. -- [mdw]