parent
f045e59248
commit
97b0aa667c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue