@hackage / pandoc-citeproc

Supports using pandoc with citeproc

Version Deprecated package0.17.0.2

About

Metadata

  • Last updated , by JohnMacFarlane
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: jgm@berkeley.edu

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Tested Compilers

  1. 8.6.3
  2. 8.4.3
  3. 8.2.2

Package Flags

Use the -f option with cabal commands to enable flags

    bibutils (on by default)

    Use Chris Putnam's Bibutils.

    embed_data_files (off by default)

    Embed locale files into the library (needed for windows packaging)

    unicode_collation (off by default)

    Use Haskell bindings to the International Components for Unicode (ICU) libraries

    test_citeproc (off by default)

    Build the test-citeproc program

    debug (off by default)

    Turn on debug tracing.

    static (off by default)

    Use static linking.

Readme

The pandoc-citeproc library supports automatic generation of citations and a bibliography in pandoc documents using the Citation Style Language (CSL) macro language. More details on CSL can be found at http://citationstyles.org/.

In addition to a library, the package includes an executable, pandoc-citeproc, which works as a pandoc filter and also has a mode for converting bibliographic databases into CSL JSON and pandoc YAML metadata formats.

pandoc-citeproc originated as a fork of Andrea Rossato's citeproc-hs.