LaTeX reader: Added "index" to ignorable commands.
This commit is contained in:
parent
cf6cd15c27
commit
b26247a4a8
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ unknownCommand = try $ do
|
|||
else return $ Plain [Str $ concat args]
|
||||
|
||||
commandsToIgnore :: [String]
|
||||
commandsToIgnore = ["special","pdfannot","pdfstringdef","bibliography"]
|
||||
commandsToIgnore = ["special","pdfannot","pdfstringdef", "index","bibliography"]
|
||||
|
||||
skipChar :: GenParser Char ParserState Block
|
||||
skipChar = do
|
||||
|
|
Loading…
Add table
Reference in a new issue