Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-06 | MANUAL: Clarify when `--resource-path` has an effect. | John MacFarlane | 1 | -0/+5 | |
2018-09-05 | Document encoding issue with `--listings` (#4873) | damien clochard | 1 | -1/+6 | |
Document encoding issue with `--listings`. Closes #4871. | |||||
2018-08-30 | MANUAL: remove docs on removed --katex-stylesheet | Mauro Bieg | 1 | -8/+3 | |
closes #4862 | |||||
2018-08-25 | Add support for $toc-title$ to LaTeX (and PDF). (#4853) | Wandmalfarbe | 1 | -1/+1 | |
2018-08-24 | HTML reader: allow enabling `raw_tex` extension. | John MacFarlane | 1 | -1/+2 | |
This now allows raw LaTeX environments, `\ref`, and `\eqref` to be parsed (which is helpful for translation HTML documents using MathJaX). Closes #1126. | |||||
2018-08-16 | LaTeX writer/template: be sensitive to `filecolor` variable. | John MacFarlane | 1 | -6/+8 | |
`linkcolor` only affects internal links, and `urlcolor` only affects linked URLs. For external links, the option to use is `filecolor`. Closes #4822. | |||||
2018-08-15 | Support "toc-title" in the beamer template. (#4835) | Cyril Roelandt | 1 | -1/+1 | |
It is a bit awkward to have a title for every frame, but not for the one that holds the table of contents. Allow users to specify a title if they wish. | |||||
2018-08-11 | MANUAL: more detail on customization in syntax highlighting section. | John MacFarlane | 1 | -3/+21 | |
2018-08-07 | Bump to 2.2.3.2, update man page, changelog. | John MacFarlane | 1 | -1/+1 | |
2018-08-06 | Bump to 2.2.3.1, update man page and changelog. | John MacFarlane | 1 | -1/+1 | |
2018-08-05 | Bump to 2.2.3, update changelog and man page. | John MacFarlane | 1 | -1/+1 | |
2018-07-31 | MANUAL: Add beamer info for slide backgrounds (#4802) | John Muccigrosso | 1 | -12/+16 | |
2018-07-21 | MANUAL: Clarify when csquotes is used in LaTeX writer. | John MacFarlane | 1 | -3/+4 | |
Closes #4514. | |||||
2018-07-21 | MANUAL: Added commonmark to list of output formats where... | John MacFarlane | 1 | -1/+1 | |
`raw_tex` has an effect. See #4527. | |||||
2018-07-19 | Update man page, changelog, authors. | John MacFarlane | 1 | -1/+1 | |
2018-07-19 | MANUAL: clarify gfm vs markdown_github (#4783) | Mauro Bieg | 1 | -7/+7 | |
2018-07-18 | Use 'keywords' instead of 'tags' in YAML metadata example. | John MacFarlane | 1 | -1/+1 | |
Unlike `tags`, `keywords` is used in some of the writers and default templates. Closes #4779. | |||||
2018-07-15 | Update man page. | John MacFarlane | 1 | -1/+1 | |
2018-07-06 | MANUAL: clarify EPUB linked media (#4756) | Mauro Bieg | 1 | -2/+3 | |
2018-06-30 | Update manual for "true" YAML values. | John MacFarlane | 1 | -2/+1 | |
Now that we're using HsYAML and YAML 1.2, the valid true values are `true`, `True`, `TRUE`. NOTE! `y`, `yes`, `on` no longer count as true values. | |||||
2018-06-29 | Use HsYAML instead of yaml for translations, YAML metadata. | John MacFarlane | 1 | -1/+3 | |
yaml wraps a C library; HsYAML is pure Haskell. Closes #4747. Advances #4535. | |||||
2018-06-25 | MANUAL: Removed spurious 'LaTeX' from list. | John MacFarlane | 1 | -1/+1 | |
2018-06-25 | MANUAL: document -F as alias for --filter. | John MacFarlane | 1 | -1/+1 | |
Thanks to Gandalf Saxe for pointing out the omission. | |||||
2018-06-24 | Update manual on how math is rendered in LaTeX. | John MacFarlane | 1 | -1/+6 | |
2018-06-14 | MANUAL.txt add proxy description (#4707) | Mauro Bieg | 1 | -1/+2 | |
closes #4131 | |||||
2018-06-13 | MANUAL: Clarify that --toc requires --standalone. See #4703. | John MacFarlane | 1 | -2/+3 | |
2018-06-12 | Beamer: Allow "noframenumbering" option (#4696) | Raymond Ehlers | 1 | -1/+1 | |
As noted [here](https://tex.stackexchange.com/a/49805) ([beamer commit here](https://github.com/josephwright/beamer/commit/ff70090f36b631667b472cfe675fc3514fe46f7e)), `noframenumbering` is an undocumented, but long existing option to disable frame numbering for a particular slide. This is useful to avoid numbering backup slides. | |||||
2018-06-12 | Allow --template to take a URL argument. | John MacFarlane | 1 | -3/+3 | |
2018-06-12 | Citation styles link updated (#4699) | wiefling | 1 | -1/+1 | |
2018-05-10 | Update manual date and man page. | John MacFarlane | 1 | -1/+1 | |
2018-05-09 | MANUAL: clarify pipe table width calculation (#4630) | Mauro Bieg | 1 | -4/+6 | |
closes #4520 | |||||
2018-05-09 | Restored and undeprecated gladtex for HTML math. | John MacFarlane | 1 | -0/+12 | |
- Added `GladTeX` constructor to `Text.Pandoc.Options.HTMLMathMethod` [API change, reverts removal in v2.2] - Restored and undeprecated `--gladtex` option, removed in v2.2. Closes #4607. | |||||
2018-05-08 | MANUAL: clarify truthiness in template variables (#4631) | Mauro Bieg | 1 | -4/+18 | |
closes #2281 | |||||
2018-05-03 | Note on the effect of --standalone on native output. | John MacFarlane | 1 | -1/+2 | |
2018-05-02 | MANUAL.txt fix two internal links | Mauro Bieg | 1 | -2/+2 | |
2018-04-26 | Update man page and MANUAL date. | John MacFarlane | 1 | -1/+1 | |
2018-04-26 | Document FB2 reader. | John MacFarlane | 1 | -0/+1 | |
2018-04-26 | MANUAL: explain where you can put lua filters. | John MacFarlane | 1 | -0/+8 | |
2018-04-26 | Make `--ascii` work for all XML formats (ICML, OPML, JATS,...). | John MacFarlane | 1 | -3/+4 | |
Also document in manual. | |||||
2018-04-25 | Removed deprecated ancient HTML math methods. | John MacFarlane | 1 | -46/+0 | |
Removed `--latexmathml`, `--gladtex`, `--mimetex`, `--jsmath`, `-m`, `--asciimathml` options. Removed `JsMath`, `LaTeXMathML`, and `GladTeX` constructors from `Text.Pandoc.Options.HTMLMathMethod` [API change]. Removed unneeded data file LaTeXMathML.js and updated tests. Bumped version to 2.2. | |||||
2018-04-22 | New README template, take in/out formats from manual. | John MacFarlane | 1 | -8/+8 | |
2018-04-22 | MANUAL: consolidate input/output format documentation (#4577) | Mauro Bieg | 1 | -113/+146 | |
* MANUAL: consolidate format lists * MANUAL: make formats a proper list | |||||
2018-04-15 | MANUAL.txt: Don't say that `empty_paragraphs` affects markdown output. | John MacFarlane | 1 | -1/+1 | |
It doesn't. Closes #4540. | |||||
2018-04-02 | Fix typo. | John MacFarlane | 1 | -3/+3 | |
2018-03-30 | Add -V beameroption variable (#4359) | Étienne BERSAC | 1 | -0/+3 | |
* LaTeX template: Use `pgfpages` package; this is needed for notes on second screen in beamer * LaTeX template: Add `beameroption` variable in template | |||||
2018-03-27 | MANUAL: clarify template vs metadata variables (#4501) | Mauro Bieg | 1 | -10/+11 | |
2018-03-21 | MANUAL.txt fix raw content example (#4479) | Mauro Bieg | 1 | -1/+2 | |
2018-03-19 | MANUAL: specify that you use html for raw output in epub. | John MacFarlane | 1 | -3/+4 | |
2018-03-19 | Small improvement of doc change in #4472. | John MacFarlane | 1 | -1/+4 | |
Mention other formats as well where a different name is needed. | |||||
2018-03-19 | Add examples for raw docx blocks (#4472) | Tristan Stenner | 1 | -1/+12 | |
The documentation states that the target format name should match the output format, which isn't the case for `docx`/`openxml`. This PR adds a remark and a frequently requested example (inserting a pagebreak in docx output) to the documentation. |