LaTeX reader: Skip everything after \end{document}.
This commit is contained in:
parent
79f1594470
commit
c54c3d50b0
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ rawLaTeXInline = do
|
|||
|
||||
environments :: M.Map String (LP Blocks)
|
||||
environments = M.fromList
|
||||
[ ("document", env "document" blocks)
|
||||
[ ("document", env "document" blocks <* skipMany anyChar)
|
||||
, ("letter", env "letter" letter_contents)
|
||||
, ("center", env "center" blocks)
|
||||
, ("tabular", env "tabular" simpTable)
|
||||
|
|
Loading…
Add table
Reference in a new issue