aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
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.
2013-07-23Revert "Added `--filter` option."John MacFarlane1-8/+0
This reverts commit 85dacbb282f34dc45a810d7c7b5a2d639b70e1f5.
2013-07-23Added `--filter` option.John MacFarlane1-0/+8
This makes it easier to use JSON filters. Instead of doing pandoc -t json | ./filter | pandoc -f json you can just do pandoc --filter ./filter
2013-07-20LaTeX template: Added `biblio-style` variable.John MacFarlane1-0/+2
Closes #920.
2013-07-20README: Fix minor typoDavid Röthlisberger1-1/+1
2013-07-17Added `ignore_line_breaks` markdown extension.John MacFarlane1-0/+6
This causes intra-paragraph line breaks to be ignored, rather than being treated as hard line breaks or spaces. This is useful for some East Asian languages, where spaces aren't used between words, but text is separated into lines for readability.
2013-07-17LaTeX/Beamer template: Added `classoption` variable.John MacFarlane1-0/+3
This is intended for class options like `oneside`; it may be repeated with different options. Thanks to Oliver Matthews.
2013-07-15Fixed YAML code block in README.John MacFarlane1-13/+13
2013-07-14Updated authors in README.John MacFarlane1-1/+2
2013-07-03`--toc-level` no longer implies `--toc`.John MacFarlane1-1/+1
Reason: EPUB users who don't want a visible TOC may still want to set the TOC level for in the book navigation.
2013-07-02Document YAML metadata blocks.John MacFarlane1-11/+45
2013-07-02Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.John MacFarlane1-2/+8
2013-06-27Man writer: give more fine-grained control in template.John MacFarlane1-0/+6
Now the `title`, `section`, `header`, and `footer` can all be set individually in metadata. The `description` variable has been removed. Quotes have been added so that spaces are allowed in the title. If you have a title that begins COMMAND(1) footer here | header here pandoc will parse it as before into a title, section, header, and footer. But you can also specify these elements explicitly. Closes #885.
2013-06-24Documented `citecolor` variableAaron Wolen1-0/+2
2013-05-30README: Note that `--atx-headers` affects asciidoc as well as markdown.John MacFarlane1-2/+2
2013-04-25README: Noted that `--self-contained` doesn't work with `--mathjax`.John MacFarlane1-5/+6
2013-04-23README: Documented markdown variants (which extensions they have).John MacFarlane1-1/+28
2013-04-23README: Documented `ascii_identifiers` extensionJohn MacFarlane1-0/+5
2013-04-14Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.John MacFarlane1-8/+33
pandoc -t data/sample.lua will load the script sample.lua and use it as a custom writer. data/sample.lua is provided as an example. Added `--print-custom-lua-writer` option to print the sample script.
2013-03-30Docx writer: Use Compact style for Plain block elements.John MacFarlane1-1/+1
This differentiates between tight and loose lists. Closes #775.
2013-03-28Documented haddock reader in README.John MacFarlane1-5/+7
2013-03-24Fixed typo. Closes #798.John MacFarlane1-1/+1
2013-03-24Added note on nesting of section levels in revealjs.John MacFarlane1-0/+5
2013-03-24Added syntax for "pauses" in beamer or reaveljs slide shows.John MacFarlane1-30/+42
This gives . . . a pause.
2013-03-23Documented revealjs in README and pandoc.cabal description.John MacFarlane1-13/+21
2013-03-20Documented OPML writer in README.John MacFarlane1-10/+10
2013-03-19Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane1-3/+4
The _note attribute is supported. This is unofficial, but used e.g. in OmniOutliner and supported by multimarkdown. We treat the contents as markdown blocks under a section header. Added to documentation and tests.
2013-03-02README: Documented 'unnumbered' class and '-' shortcut.John MacFarlane1-1/+14
2013-02-27Updated README on docx styles.John MacFarlane1-2/+2
2013-02-26Fix example header identifier. Very minor.Douglas F. Calvert1-1/+1
2013-02-25Updated copyright year in READMEJohn MacFarlane1-1/+1
2013-02-23Added examples in README for `--number-offset`.John MacFarlane1-0/+4
2013-02-23`--number-from` -> `--number-offset`John MacFarlane1-3/+5
Also `writerNumberFrom` -> `writeNumberOffset`. The offset is a list of numbers (0 by default). These are added to the section, subsection, etc. numbers that would have been generated automatically.
2013-02-22Clarify that `--number-from` only works in HTML.John MacFarlane1-3/+3
2013-02-22Documented `--number-from`.John MacFarlane1-0/+4
2013-02-07Changes to --version.John MacFarlane1-2/+4
Print default user data directory. Put language names in lowercase and omit 'alert' and 'alert_indent'.
2013-02-07README: List proper default data directory for Windows 7.John MacFarlane1-4/+12
2013-02-06Implement `--default-image-extension` for LaTeX reader.John MacFarlane1-3/+4
2013-02-05Added `--default-image-extension` and `readerDefaultImageExtension`.John MacFarlane1-0/+5
Note: Currently this only affects the markdown reader.
2013-01-22README: Split up documentation of table extensions.John MacFarlane1-4/+9
2013-01-22Corrected name of `blank_before_blockquote` in README.John MacFarlane1-1/+1
Closes #718.
2013-01-19Change date on README.John MacFarlane1-1/+1