diff --git a/src/Text/Pandoc/Readers/LaTeX/Math.hs b/src/Text/Pandoc/Readers/LaTeX/Math.hs index 01edce7ed..9f3d6fe53 100644 --- a/src/Text/Pandoc/Readers/LaTeX/Math.hs +++ b/src/Text/Pandoc/Readers/LaTeX/Math.hs @@ -102,6 +102,7 @@ inlineEnvironments = M.fromList [ , ("dgroup*", mathEnvWith id (Just "aligned") "dgroup*") , ("darray", mathEnvWith id (Just "aligned") "darray") , ("darray*", mathEnvWith id (Just "aligned") "darray*") + , ("subequations", mathEnvWith id Nothing "subequations") ] theoremstyle :: PandocMonad m => LP m Blocks