From 79f15944709d060784fdd6bd278657a48157f25a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Feb 2012 23:19:09 -0800 Subject: Added \vspace and \hspace to latex ignored block commands. --- src/Text/Pandoc/Readers/LaTeX.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs index a60f6f235..c2b0cdd27 100644 --- a/src/Text/Pandoc/Readers/LaTeX.hs +++ b/src/Text/Pandoc/Readers/LaTeX.hs @@ -253,6 +253,7 @@ blockCommands = M.fromList $ , "hyperdef" , "noindent" , "markboth", "markright", "markleft" + , "hspace", "vspace" ] addTitle :: Inlines -> LP () -- cgit v1.2.3