Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-08 | Removed old beamer template. | John MacFarlane | 1 | -285/+0 | |
We now use the default.latex template for both latex and beamer. It contains conditionals for the beamer-specific things. `pandoc -D beamer` will return this template. | |||||
2017-06-05 | Added aspectratio variable to beamer template (#3723). | Václav Haisman | 1 | -1/+1 | |
* Transplant jgm/pandoc-templates#236 to Pandoc repository. * Document `aspectratio` in user manual. * Enumerate possible values for `aspectratio`. | |||||
2017-04-29 | LaTeX writer: Fix problem with escaping in lstinline. | John MacFarlane | 1 | -0/+1 | |
Previously the LaTeX writer created invalid LaTeX when `--listings` was specified and a code span occured inside emphasis or another construction. This is because the characters `%{}\` must be escaped in lstinline when the listinline occurs in another command, otherwise they must not be escaped. To deal with this, adoping Michael Kofler's suggestion, we always wrap lstinline in a dummy command `\passthrough`, now defined in the default template if `--listings` is specified. This way we can consistently escape the special characters. Closes #1629. | |||||
2017-02-20 | Merge commit '9e52ac6bb02afd7b4ed5dad61021a1fa33051203' as 'data/templates' | John MacFarlane | 1 | -0/+284 | |