From d4710c262ffd694c25e2f9f40da80a621615d701 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 28 Nov 2020 22:58:20 +0200 Subject: LaTeX reader: support (ignore) stackengine --- src/Text/Pandoc/Readers/LaTeX.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Text/Pandoc/Readers') diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs index de01708f2..493b8abac 100644 --- a/src/Text/Pandoc/Readers/LaTeX.hs +++ b/src/Text/Pandoc/Readers/LaTeX.hs @@ -940,6 +940,8 @@ inlineCommands = M.union inlineLanguageCommands $ M.fromList , ("uline", underline <$> tok) -- plain tex stuff that should just be passed through as raw tex , ("ifdim", ifdim) + -- stackengine + , ("addstackgap", skipopts *> tok) ] accent :: PandocMonad m => Char -> Maybe Char -> LP m Inlines -- cgit v1.2.3