LaTeX reader: drop duplicate * in bibtexKeyChars

This commit is contained in:
Albert Krewinkel 2016-07-29 20:53:43 +02:00
parent 7af8bfd8c8
commit f9afc0d378

View file

@ -1282,7 +1282,7 @@ citationLabel = optional sp *>
<* optional sp
<* optional (char ',')
<* optional sp)
where isBibtexKeyChar c = isAlphaNum c || c `elem` (".:;?!`'()/*@_+=-[]*" :: String)
where isBibtexKeyChar c = isAlphaNum c || c `elem` (".:;?!`'()/*@_+=-[]" :: String)
cites :: CitationMode -> Bool -> LP [Citation]
cites mode multi = try $ do