Allow $ characters in bibtex keys.

Closes #7409.
This commit is contained in:
John MacFarlane 2021-06-28 13:34:12 -07:00
parent f045e59248
commit 97b0aa667c

View file

@ -868,7 +868,7 @@ fieldName = resolveAlias . T.toLower
isBibtexKeyChar :: Char -> Bool
isBibtexKeyChar c =
isAlphaNum c || c `elem` (".:;?!`'()/*@_+=-[]*&" :: [Char])
isAlphaNum c || c `elem` (".:;?!`'()$/*@_+=-[]*&" :: [Char])
bibItem :: BibParser Item
bibItem = do