From f07ce6fead38991697a69a0856eac8a101faa35b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 11 Jan 2013 20:44:39 -0800 Subject: Changed hspace in last commit to 0.333em. This seems to match the spacing of ~ exactly. --- src/Text/Pandoc/Writers/LaTeX.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc/Writers') diff --git a/src/Text/Pandoc/Writers/LaTeX.hs b/src/Text/Pandoc/Writers/LaTeX.hs index 35376ee99..aede568b6 100644 --- a/src/Text/Pandoc/Writers/LaTeX.hs +++ b/src/Text/Pandoc/Writers/LaTeX.hs @@ -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 -- cgit v1.2.3