aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2014-05-07README: Updated Authors.John MacFarlane1-1/+2
2014-05-06LaTeX template: Added linestretch variable.John MacFarlane1-1/+8
Documented this and fontfamily.
2014-05-06Added fontfamily variable to latex template. (tlvince)John MacFarlane1-0/+2
2014-05-04README: Clarified citation key syntax.John MacFarlane1-1/+3
2014-05-04Clarified use of `--natbib` and `--biblatex`.John MacFarlane1-6/+6
Not for use with pandoc-citeproc.
2014-05-03README: Note about `unnumbered` being added to final 'References' sect.John MacFarlane1-1/+3
2014-04-27README: Update variable defaults documentationAlbert Krewinkel1-3/+3
The documented default values of variables now agree with their true default values as defined in Writer/HTML.hs.
2014-04-05README: Added note to --bibtex/--natbib: not for use in making PDF.John MacFarlane1-2/+8
Closes #1194. Thanks to nahoj.
2014-03-24Fixed typo in READMEJohn MacFarlane1-1/+1
2014-03-04Updated README and pandoc.cabal with icml writer.John MacFarlane1-17/+18
2014-03-04Update README to include info on Org-mode readerAlbert Krewinkel1-16/+17
2014-02-13Added explanation of 'nocite' trick.John MacFarlane1-0/+15
2014-01-13Removed obsolete README note about mmd title blocks.John MacFarlane1-4/+3
2014-01-08Added README comment on line breaks in cellsJohn MacFarlane1-0/+3
2014-01-03Documented biblio-files variableJohn MacFarlane1-0/+2
2013-12-23fix typos in READMENicolas Kaiser1-3/+3
2013-12-11Updated README (since abstract will work, at least with default latex).John MacFarlane1-8/+3
2013-12-11Added more explanation of metadata in README.John MacFarlane1-0/+17
2013-12-10Fixed documentation bug.John MacFarlane1-2/+2
2013-12-06Documented use of extensions with non-markdown input formats.John MacFarlane1-0/+14
2013-12-03Merge pull request #1076 from jlduran/booktabsJohn MacFarlane1-1/+1
Add booktabs package for LaTeX tables
2013-12-04Add booktabs package for LaTeX tablesJose Luis Duran1-1/+1
[ci skip]
2013-12-03EPUB writer: Allow 'stylesheet' in metadata.John MacFarlane1-0/+2
The value is a path to the stylesheet.
2013-11-30Fixed `cover-image` in EPUB YAML metadata.John MacFarlane1-2/+2
2013-11-30Allow specification of epub-cover-image in YAML metadata.John MacFarlane1-1/+5
2013-11-30README: minor reformatting.John MacFarlane1-13/+13
2013-11-30Documented use of YAML metadata for EPUB.John MacFarlane1-1/+72
2013-10-13Treat div with class "notes" as speaker notes in slide formats.John MacFarlane1-0/+18
Currently beamer goes to `\note{}`, revealjs to `<aside class="notes">`, and the notes are simply suppressed in other formats. Closes #925.
2013-09-19Added small explanation of difference btw `-M` and `-V`.John MacFarlane1-1/+5
2013-09-19Documented `--metadata` change.John MacFarlane1-4/+4
2013-09-13README: Added link to lua.John MacFarlane1-1/+1
2013-09-11Updated README on pandocfilters python module.John MacFarlane1-5/+6
2013-09-11Changed pandocfilters repository URL.John MacFarlane1-1/+1
2013-09-10`--bibliography` again implies `-F pandoc-citeproc`.John MacFarlane1-2/+3
But only if pandoc-citeproc isn't already specified as a filter.
2013-09-08`--bibliography` no longer implies `-F pandoc-citeproc`.John MacFarlane1-4/+2
This could lead to double filtering if the user specifies `-F` too.
2013-09-08Made . . . for pause work in all slide show formats except slideous.John MacFarlane1-3/+2
2013-09-07Added `lists_without_preceding_blankline` extension.John MacFarlane1-0/+4
* Added `Ext_lists_without_preceding_blankline` to `Extension` in `Options`. Added this option to `githubMarkdownExtensions`. * Made markdown reader sensitive to this. * Closes #972.
2013-09-05Fixed typo.John MacFarlane1-1/+1
2013-09-01Documented --bibliography, --csl, --citation-abbreviations.John MacFarlane1-0/+17
2013-09-01Changed --metadata to return Boolean True if no value.John MacFarlane1-0/+6
Also documented in README.
2013-09-01Document fact that --toc doesn't do anything for docx or odt output.John MacFarlane1-1/+1
See #458.
2013-08-24Removed dependency on citeproc-hs.John MacFarlane1-63/+42
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-18Allow multiple YAML metadata blocks in document.John MacFarlane1-10/+17
2013-08-18Improved `--filter` documentation.John MacFarlane1-3/+20
2013-08-16Shared: Changed stringify so it ignores notes.John MacFarlane1-0/+1
Also documented this in README.
2013-08-13Removed `--print-sample-lua-writer`, added `--print-default-data-file`.John MacFarlane1-4/+3
Closes #943.
2013-08-08Revert "Revert "Added `--filter` option.""John MacFarlane1-0/+8
This reverts commit 2e5edbb27837372f658b1abbe05371be57415847.
2013-08-06Beamer template: Added fonttheme variable.John MacFarlane1-3/+3
2013-07-29Document that `fancy_lists` turns on `#` as list marker.John MacFarlane1-0/+6
2013-07-26Beamer: add allowframebreaks to slide if set in header classes.John MacFarlane1-0/+10
It's recommended that your bibliography slide have this attribute: # References {.allowframebreaks} This causes multiple slides to be created if necessary, depending on the length of the bibliography.