pandoc/data
John MacFarlane deb59b6235 Removed dependency on citeproc-hs.
Going forward we'll use pandoc-citeproc, as an external filter.

The `--bibliography`, `--csl`, and `--citation-abbreviation` fields
have been removed.  Instead one must include `bibliography`, `csl`,
or `csl-abbrevs` fields in the document's YAML metadata.  The filter
can then be used as follows:

    pandoc --filter pandoc-citeproc

The `Text.Pandoc.Biblio` module has been removed.  Henceforth,
`Text.CSL.Pandoc` from pandoc-citations can be used by library users.

The Markdown and LaTeX readers now longer format bibliographies and
citations.  That must be done using `processCites` or `processCites'`
from Text.CSL.Pandoc.

All bibliography-related fields have been removed from `ReaderOptions`
and `WriterOptions`: `writerBiblioFiles`, `readerReferences`,
`readerCitationStyle`.

API change.
2013-08-24 22:33:01 -07:00
..
dzslides Moved all data files and templates to data/. 2012-12-29 18:14:29 -08:00
s5/default Moved all data files and templates to data/. 2012-12-29 18:14:29 -08:00
slideous Moved all data files and templates to data/. 2012-12-29 18:14:29 -08:00
slidy Slidy: Use slidy.js rather than slidy.js.gz. 2013-03-25 19:48:42 -07:00
templates@0cb55f2289 ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance. 2013-08-11 17:13:46 -07:00
epub.css Simplified margin fields in default epub CSS file. 2013-07-13 14:48:14 -07:00
LaTeXMathML.js Added --mathml option; removed Text.Pandoc.LaTeXMathML. 2010-03-18 06:45:56 +00:00
MathMLinHTML.js Added --mathml option; removed Text.Pandoc.LaTeXMathML. 2010-03-18 06:45:56 +00:00
reference.docx Docx writer: Use Compact style for Plain block elements. 2013-03-30 22:11:00 -07:00
reference.odt reference.odt: Change generator in meta.xml to Pandoc. 2013-08-11 17:19:22 -07:00
sample.lua Preliminary support for new Div and Span elements in writers. 2013-08-08 23:14:12 -07:00