rawLaTeXBlock: never retokenize macroDef.
This commit is contained in:
parent
640814ac75
commit
ac1a46b0cb
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ rawLaTeXBlock = do
|
|||
lookAhead (try (char '\\' >> letter))
|
||||
snd <$> (rawLaTeXParser False macroDef blocks
|
||||
<|> rawLaTeXParser True
|
||||
(environment <|> macroDef <|> blockCommand)
|
||||
(environment <|> blockCommand)
|
||||
(mconcat <$> (many (block <|> beginOrEndCommand))))
|
||||
|
||||
-- See #4667 for motivation; sometimes people write macros
|
||||
|
|
Loading…
Add table
Reference in a new issue