mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-24 16:35:42 +00:00
Changed hspace in last commit to 0.333em.
This seems to match the spacing of ~ exactly.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user