Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-25 | Document hyperref options for beamer in MANUAL. | John MacFarlane | 1 | -0/+8 | |
2016-10-23 | Added --list-* options. | John MacFarlane | 1 | -1/+28 | |
Added `--list-input-formats`, `--list-output-formats`, `--list-extensions`, `--list-highlight-languages`, `--list-highlight-styles`. Removed list of highlighting languages from `--version` output. Removed list of input and output formats from default `--help` output. Closes #3173. | |||||
2016-10-22 | Added `angle_brackets_escapable` extension. | John MacFarlane | 1 | -1/+7 | |
This is needed because github flavored Markdown has a slightly different set of escapable symbols than original Markdown; it includes angle brackets. Closes #2846. | |||||
2016-10-22 | "Merge" MANUAL.txt into README.md (#3167) | ickc | 1 | -5/+5 | |
* "Merge" MANUAL.txt into README.md Pull request #3157 without the automatic building from MANUAL.txt to README.md * remove contributors in README.md | |||||
2016-10-19 | Add option for top-level division type | Albert Krewinkel | 1 | -10/+13 | |
The `--chapters` option is replaced with `--top-level-division` which allows users to specify the type as which top-level headers should be output. Possible values are `section` (the default), `chapter`, or `part`. The formats LaTeX, ConTeXt, and Docbook allow `part` as top-level division, TEI only allows to set the `type` attribute on `div` containers. The writers are altered to respect this option in a sensible way. | |||||
2016-09-06 | Add --parts command line option to LaTeX writer. | Oliver Matthews | 1 | -0/+5 | |
Add --parts command line argument. This only effects LaTeX writer, and only for non-beamer output formats. It changes the output levels so the top level is 'part', the next 'chapter' and then into sections. | |||||
2016-10-13 | Document `biblio-title` variable in MANUAL.txt. | John MacFarlane | 1 | -2/+4 | |
Cloess #258. | |||||
2016-10-12 | MANUAL: Made formatting of arguments with several options consistent. | John MacFarlane | 1 | -2/+2 | |
2016-10-12 | Note on --reference-links about --reference-location. | John MacFarlane | 1 | -1/+3 | |
2016-10-11 | MANUAL.txt: document --reference-location. | Jesse Rosenthal | 1 | -0/+7 | |
2016-10-09 | update manual accordingly | KolenCheung | 1 | -1/+1 | |
2016-10-06 | Added a small clarification on --webtex with Markdown output. | John MacFarlane | 1 | -1/+2 | |
Thanks to @ickc. | |||||
2016-10-06 | fix typo | KolenCheung | 1 | -1/+1 | |
2016-10-06 | Replace Google Chart API by CodeCogs | KolenCheung | 1 | -4/+4 | |
2016-09-28 | Markdown reader: added bracket syntax for native spans. | John MacFarlane | 1 | -0/+10 | |
See #168. Text.Pandoc.Options.Extension has a new constructor `Ext_brackted_spans`, which is enabled by default in pandoc's Markdown. | |||||
2016-09-28 | Whitespace fixes. | John MacFarlane | 1 | -3/+3 | |
2016-09-27 | Update MANUAL.txt for new filter behavior. | Jesse Rosenthal | 1 | -6/+17 | |
2016-09-26 | Updated man page and MANUAL date. | John MacFarlane | 1 | -1/+1 | |
2016-09-20 | Merge pull request #3071 from tarleb/structured-author-doc | John MacFarlane | 1 | -7/+19 | |
Put note on structured vars in separate paragraph | |||||
2016-08-20 | Note in MANUAL that `--katex` works best with `html5`. | John MacFarlane | 1 | -0/+1 | |
Closes #3077. | |||||
2016-08-20 | MANUAL: fix up custom-style documentation. | Jesse Rosenthal | 1 | -8/+3 | |
* Remove nitty-gritty details about custom-style filters (it won't make sense to readers unfamiliar with filters, and would be obvious to users already familiar with them). * Fix a capitalization. | |||||
2016-08-15 | MANUAL: fix some whitespace issues. | Jesse Rosenthal | 1 | -3/+3 | |
2016-08-15 | Add discussion of custom styles to MANUAL.txt. | Jesse Rosenthal | 1 | -0/+48 | |
2016-08-15 | Put note on structured vars in separate paragraph | Albert Krewinkel | 1 | -7/+19 | |
Make it clearer that structured author variables require a custom template. Many thanks to John Muccigrosso (@Jmuccigr) for his help in addressing this issue. This supersedes and closes #2148. | |||||
2016-08-11 | Added `themeoptions` variable to beamer template (Carsten Gips). | John MacFarlane | 1 | -0/+3 | |
2016-08-06 | Added `beamerarticle` variable. | John MacFarlane | 1 | -0/+4 | |
This causes the `beamerarticle` package to be loaded in beamer, to produce an article from beamer slides. (Carsten Gips) | |||||
2016-07-20 | Rename README to MANUAL.txt | Albert Krewinkel | 1 | -0/+4007 | |