@hackage scholdoc-citeproc0.6
Scholdoc fork of pandoc-citeproc
Categories
License
BSD-3-Clause
Maintainer
Tim T.Y. Lin <timtylin@gmail.com>
Links
Versions
- 0.6 Wed, 22 Oct 2014
Installation
CustomDependencies (24)
- aeson >=0.7 && <0.9
- base >=3 && <4
- bytestring
- containers
- data-default
- directory Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
small_base
(on by default)
Choose the new smaller, split-up base package.
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
Scholdoc-Citeproc
A fork of Pandoc-Citeproc for Scholdoc
Current stable version: 0.6
Development build status
Stable build status
This package is a fork of Pandoc-Citeproc. It is intended to
support the development of Scholdoc, a fork of Pandoc
that understands ScholarlyMarkdown. It is mean to be used as a
filter with Scholdoc to resolve and format citations using a
bibliography file and a CSL stylesheet. It can also be used (with
--bib2yaml or --bib2json options) to convert a bibliography to a YAML
format that can be put directly into a ScholarlyMarkdown document or to CSL
JSON. Bibliographies can be in any of several formats, but BibTeX/BibLaTeX
.bib database files are the best supported. For more information, consult the
original README file of pandoc-citeproc, which is moved to
README-pandoc-citeproc.md.
scholdoc-citeproc is currently just a trivial fork just so it can compile
against Scholdoc-Types and Scholdoc instead of
Pandoc-Types and Pandoc, without polluting the
pandoc-citeproc package and executable namespace on the user's system. In the
future, enhancements and modifications made as part of the Scholdoc
project will be introduced here first.
The version number of this package is kept in sync with pandoc-citeproc.