Changed hspace in last commit to 0.333em.
This seems to match the spacing of ~ exactly.
This commit is contained in:
parent
c29a1942d0
commit
f07ce6fead
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ inlineListToLaTeX lst =
|
|||
fixLineInitialSpaces (x:xs) = x : fixLineInitialSpaces xs
|
||||
fixNbsps s = let (ys,zs) = span (=='\160') s
|
||||
in replicate (length ys) hspace ++ [Str zs]
|
||||
hspace = RawInline "latex" "\\hspace*{0.4em}"
|
||||
hspace = RawInline "latex" "\\hspace*{0.333em}"
|
||||
|
||||
isQuoted :: Inline -> Bool
|
||||
isQuoted (Quoted _ _) = True
|
||||
|
|
Loading…
Add table
Reference in a new issue