LaTeX reader: Added "index" to ignorable commands.

This commit is contained in:
John MacFarlane 2011-01-05 11:56:37 -08:00
parent cf6cd15c27
commit b26247a4a8

View file

@ -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