pandoc-citeproc: Supports using pandoc with citeproc
The pandoc-citeproc library exports functions for using the citeproc system with pandoc. It relies on citeproc-hs, a library for rendering bibliographic reference citations into a variety of styles using a macro language called Citation Style Language (CSL). More details on CSL can be found here: http://citationstyles.org/.
Currently this package includes a heavily revised copy of the citeproc-hs code. When citeproc-hs is updated to be compatible, this package will simply depend on citeproc-hs.
This package also contains an executable: pandoc-citeproc, which works as a pandoc filter, and also has a mode for converting bibliographic databases a YAML format suitable for inclusion in pandoc YAML metadata.
[Skip to Readme]
Modules
- Text
- Text.CSL
- Text.CSL.Data
- Text.CSL.Eval
- Text.CSL.Eval.Common
- Text.CSL.Eval.Date
- Text.CSL.Eval.Names
- Text.CSL.Eval.Output
- Input
- Text.CSL.Input.Bibtex
- Text.CSL.Input.Bibutils
- Output
- Text.CSL.Output.Pandoc
- Text.CSL.Output.Plain
- Text.CSL.Pandoc
- Text.CSL.Parser
- Text.CSL.Proc
- Text.CSL.Proc.Collapse
- Text.CSL.Proc.Disamb
- Text.CSL.Reference
- Text.CSL.Style
- Text.CSL
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
bibutils | Use Chris Putnam's Bibutils. | Enabled |
embed_data_files | Embed locale files into the library (needed for windows packaging) | Disabled |
unicode_collation | Use Haskell bindings to the International Components for Unicode (ICU) libraries | Disabled |
test_citeproc | Build the test-citeproc program | Disabled |
debug | Turn on debug tracing. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- pandoc-citeproc-0.9.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates