Removed outdated comment in LaTeX reader.
This commit is contained in:
parent
0a89f124e6
commit
9bf6e665ea
1 changed files with 0 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue