LaTeX reader: handle subequations as inline math environment.
Closes #7883.
This commit is contained in:
parent
2fa8308afa
commit
6ed8999f75
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue