From 0c39509d9b6a58958228cebf5d643598e5c98950 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 27 Jun 2021 20:30:06 +0200 Subject: Ignore landscape --- 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 2ec593974..cdccaa535 100644 --- a/src/Text/Pandoc/Readers/LaTeX.hs +++ b/src/Text/Pandoc/Readers/LaTeX.hs @@ -1653,6 +1653,7 @@ environments = M.fromList , ("center", divWith ("", ["center"], []) <$> env "center" blocks) , ("flushright", divWith ("", ["flushright"], []) <$> env "flushright" blocks) , ("flushleft", divWith ("", ["flushleft"], []) <$> env "flushleft" blocks) + , ("landscape", env "landscape" blocks) , ("longtable", env "longtable" $ resetCaption *> simpTable "longtable" False >>= addTableCaption) , ("table", env "table" $ -- cgit v1.2.3