LaTeX reader: Skip positional options after \begin{figure}.

This commit is contained in:
John MacFarlane 2013-05-12 16:11:35 -07:00
parent af6f216c96
commit d097734189

View file

@ -808,6 +808,7 @@ environments :: M.Map String (LP Blocks)
environments = M.fromList
[ ("document", env "document" blocks <* skipMany anyChar)
, ("letter", env "letter" letter_contents)
, ("figure", env "figure" $ skipopts *> blocks)
, ("center", env "center" blocks)
, ("tabular", env "tabular" simpTable)
, ("quote", blockQuote <$> env "quote" blocks)