From cfc2e00b849f3d40a78eaa0ba0a44545a57ca56a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 11 Oct 2012 20:56:44 -0700 Subject: LaTeX reader: Make `\noindent` inline rather than block. --- src/Text/Pandoc/Readers/LaTeX.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Text/Pandoc/Readers') diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs index c733bbb88..c31266ea3 100644 --- a/src/Text/Pandoc/Readers/LaTeX.hs +++ b/src/Text/Pandoc/Readers/LaTeX.hs @@ -280,7 +280,6 @@ blockCommands = M.fromList $ -- that are to be processed by the compiler but not printed. , "ignore" , "hyperdef" - , "noindent" , "markboth", "markright", "markleft" , "hspace", "vspace" ] @@ -476,7 +475,7 @@ inlineCommands = M.fromList $ ] ++ map ignoreInlines -- these commands will be ignored unless --parse-raw is specified, -- in which case they will appear as raw latex blocks: - [ "index", "nocite" ] + [ "noindent", "index", "nocite" ] inNote :: Inlines -> Inlines inNote ils = -- cgit v1.2.3