Merge pull request #3048 from tarleb/latex-mini-fix

LaTeX reader: drop duplicate `*` in bibtexKeyChars
This commit is contained in:
John MacFarlane 2016-08-11 21:15:27 +02:00 committed by GitHub
commit 1955ee9c72

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