| Copyright | (c) John MacFarlane | 
|---|---|
| License | BSD-style (see LICENSE) | 
| Maintainer | John MacFarlane <fiddlosopher@gmail.com> | 
| Stability | unstable-- Portability : unportable | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Text.CSL.Input.Bibtex
Description
Documentation
readBibtex :: (String -> Bool) -> Bool -> Bool -> FilePath -> IO [Reference] Source #
Parse a BibTeX or BibLaTeX file into a list of References.
 The first parameter is a predicate to filter identifiers.
 If the second parameter is true, the file will be treated as
 BibTeX; otherwse as BibLaTeX.  If the third parameter is
 true, an "untitlecase" transformation will be performed.