Removed outdated comment in LaTeX reader.

This commit is contained in:
John MacFarlane 2012-02-05 22:51:42 -08:00
parent 0a89f124e6
commit 9bf6e665ea

View file

@ -640,8 +640,6 @@ verbatimEnv = do
rest <- getInput
return (r,rest)
-- | Parse any LaTeX environment and return a string containing
-- the whole literal environment as raw TeX.
rawLaTeXBlock :: GenParser Char ParserState String
rawLaTeXBlock =
(rawLaTeXEnvironment <|> (snd <$> withRaw blockCommand)) >>= applyMacros'