Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-03 | Documented biblio-files variable | John MacFarlane | 1 | -0/+2 | |
2013-12-23 | fix typos in README | Nicolas Kaiser | 1 | -3/+3 | |
2013-12-11 | Updated README (since abstract will work, at least with default latex). | John MacFarlane | 1 | -8/+3 | |
2013-12-11 | Added more explanation of metadata in README. | John MacFarlane | 1 | -0/+17 | |
2013-12-10 | Fixed documentation bug. | John MacFarlane | 1 | -2/+2 | |
2013-12-06 | Documented use of extensions with non-markdown input formats. | John MacFarlane | 1 | -0/+14 | |
2013-12-03 | Merge pull request #1076 from jlduran/booktabs | John MacFarlane | 1 | -1/+1 | |
Add booktabs package for LaTeX tables | |||||
2013-12-04 | Add booktabs package for LaTeX tables | Jose Luis Duran | 1 | -1/+1 | |
[ci skip] | |||||
2013-12-03 | EPUB writer: Allow 'stylesheet' in metadata. | John MacFarlane | 1 | -0/+2 | |
The value is a path to the stylesheet. | |||||
2013-11-30 | Fixed `cover-image` in EPUB YAML metadata. | John MacFarlane | 1 | -2/+2 | |
2013-11-30 | Allow specification of epub-cover-image in YAML metadata. | John MacFarlane | 1 | -1/+5 | |
2013-11-30 | README: minor reformatting. | John MacFarlane | 1 | -13/+13 | |
2013-11-30 | Documented use of YAML metadata for EPUB. | John MacFarlane | 1 | -1/+72 | |
2013-10-13 | Treat div with class "notes" as speaker notes in slide formats. | John MacFarlane | 1 | -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-19 | Added small explanation of difference btw `-M` and `-V`. | John MacFarlane | 1 | -1/+5 | |
2013-09-19 | Documented `--metadata` change. | John MacFarlane | 1 | -4/+4 | |
2013-09-13 | README: Added link to lua. | John MacFarlane | 1 | -1/+1 | |
2013-09-11 | Updated README on pandocfilters python module. | John MacFarlane | 1 | -5/+6 | |
2013-09-11 | Changed pandocfilters repository URL. | John MacFarlane | 1 | -1/+1 | |
2013-09-10 | `--bibliography` again implies `-F pandoc-citeproc`. | John MacFarlane | 1 | -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 MacFarlane | 1 | -4/+2 | |
This could lead to double filtering if the user specifies `-F` too. | |||||
2013-09-08 | Made . . . for pause work in all slide show formats except slideous. | John MacFarlane | 1 | -3/+2 | |
2013-09-07 | Added `lists_without_preceding_blankline` extension. | John MacFarlane | 1 | -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-05 | Fixed typo. | John MacFarlane | 1 | -1/+1 | |
2013-09-01 | Documented --bibliography, --csl, --citation-abbreviations. | John MacFarlane | 1 | -0/+17 | |
2013-09-01 | Changed --metadata to return Boolean True if no value. | John MacFarlane | 1 | -0/+6 | |
Also documented in README. | |||||
2013-09-01 | Document fact that --toc doesn't do anything for docx or odt output. | John MacFarlane | 1 | -1/+1 | |
See #458. | |||||
2013-08-24 | Removed dependency on citeproc-hs. | John MacFarlane | 1 | -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-18 | Allow multiple YAML metadata blocks in document. | John MacFarlane | 1 | -10/+17 | |
2013-08-18 | Improved `--filter` documentation. | John MacFarlane | 1 | -3/+20 | |
2013-08-16 | Shared: Changed stringify so it ignores notes. | John MacFarlane | 1 | -0/+1 | |
Also documented this in README. | |||||
2013-08-13 | Removed `--print-sample-lua-writer`, added `--print-default-data-file`. | John MacFarlane | 1 | -4/+3 | |
Closes #943. | |||||
2013-08-08 | Revert "Revert "Added `--filter` option."" | John MacFarlane | 1 | -0/+8 | |
This reverts commit 2e5edbb27837372f658b1abbe05371be57415847. | |||||
2013-08-06 | Beamer template: Added fonttheme variable. | John MacFarlane | 1 | -3/+3 | |
2013-07-29 | Document that `fancy_lists` turns on `#` as list marker. | John MacFarlane | 1 | -0/+6 | |
2013-07-26 | Beamer: add allowframebreaks to slide if set in header classes. | John MacFarlane | 1 | -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-23 | Revert "Added `--filter` option." | John MacFarlane | 1 | -8/+0 | |
This reverts commit 85dacbb282f34dc45a810d7c7b5a2d639b70e1f5. | |||||
2013-07-23 | Added `--filter` option. | John MacFarlane | 1 | -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-20 | LaTeX template: Added `biblio-style` variable. | John MacFarlane | 1 | -0/+2 | |
Closes #920. | |||||
2013-07-20 | README: Fix minor typo | David Röthlisberger | 1 | -1/+1 | |
2013-07-17 | Added `ignore_line_breaks` markdown extension. | John MacFarlane | 1 | -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-17 | LaTeX/Beamer template: Added `classoption` variable. | John MacFarlane | 1 | -0/+3 | |
This is intended for class options like `oneside`; it may be repeated with different options. Thanks to Oliver Matthews. | |||||
2013-07-15 | Fixed YAML code block in README. | John MacFarlane | 1 | -13/+13 | |
2013-07-14 | Updated authors in README. | John MacFarlane | 1 | -1/+2 | |
2013-07-03 | `--toc-level` no longer implies `--toc`. | John MacFarlane | 1 | -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-02 | Document YAML metadata blocks. | John MacFarlane | 1 | -11/+45 | |
2013-07-02 | Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`. | John MacFarlane | 1 | -2/+8 | |
2013-06-27 | Man writer: give more fine-grained control in template. | John MacFarlane | 1 | -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-24 | Documented `citecolor` variable | Aaron Wolen | 1 | -0/+2 | |
2013-05-30 | README: Note that `--atx-headers` affects asciidoc as well as markdown. | John MacFarlane | 1 | -2/+2 | |