pandoc-citeproc-0.15.0.1: Supports using pandoc with citeproc

Copyright(C) 2008 Andrea Rossato
LicenseBSD3
Maintainerandrea.rossato@unitn.it
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell2010

Text.CSL.Input.Bibutils

Description

 
Synopsis

Documentation

readBiblioFile :: (String -> Bool) -> FilePath -> IO [Reference] Source #

Read a file with a bibliographic database. The database format is recognized by the file extension. The first argument is a predicate to filter citation identifiers.

Supported formats are: json, mods, bibtex, biblatex, ris, endnote, endnotexml, isi, medline, copac, and nbib.

readBiblioString :: (String -> Bool) -> BibFormat -> String -> IO [Reference] Source #

data BibFormat Source #

Instances
Show BibFormat Source # 
Instance details

Defined in Text.CSL.Input.Bibutils

Methods

showsPrec :: Int -> BibFormat -> ShowS

show :: BibFormat -> String

showList :: [BibFormat] -> ShowS

convertRefs :: Maybe MetaValue -> Either String [Reference] Source #