summaryrefslogtreecommitdiff
path: root/data/templates
Commit message (Collapse)AuthorAge
* New upstream version 2.1.2~dfsgSean Whitton2018-04-24
|\
| * rst template: remove definition of 'math' role as raw.John MacFarlane2018-02-08
| | | | | | | | | | This used to be needed prior to v 0.8 of docutils, but now math support is built-in.
| * hlint code improvements.John MacFarlane2018-01-19
| |
| * Merge pull request #4221 from phikal/masterJohn MacFarlane2018-01-19
| |\ | | | | | | Ms writer: Added papersize variable
| | * Ms writer: Added papersize variablePhilip K2018-01-03
| | |
| * | ConTeXt writer: Use xtables instead of Tables (#4223)Henri Menke2018-01-15
| | | | | | | | | | | | | | | | | | - Default to xtables for context output. - Added `ntb` extension (affecting context writer only) to use Natural Tables instead. - Added `Ext_ntb` constructor to `Extension` (API change).
| * | Update copyright notices to include 2018Albert Krewinkel2018-01-05
| |/
| * HTML writer: Use br elements in line blocks...John MacFarlane2017-12-26
| | | | | | | | | | | | | | | | instead of relying on CSS. Closes #4162. HTML-based templates have had the custom CSS for div.line-block removed. Those maintaining custom templates will want to remove this too. We still enclose line blocks in a div with class line-block.
| * Update latex template to work with recent versions of beamer.John MacFarlane2017-12-13
| | | | | | | | | | | | | | The old template produced numbered sections with some recent versions of beamer. Thanks to Thomas Hodgson.
| * Added support for LaTeX pagestyle variable (#4135)Thomas Hodgson2017-12-11
| | | | | | | | | | | | | | | | * Add pagestyle support * Add pagestyle option to MANUAL.txt * Moved mention of pagestyle to the section on variables
| * reveal.js template: add title-slide identifier to title slide.John MacFarlane2017-12-04
| | | | | | | | | | | | This allows it to be styled more easily. Closes #4120.
| * Include default CSS for 'underline' class in HTML-based templates.John MacFarlane2017-12-03
| |
| * revealjs template: added a necessary escape.John MacFarlane2017-12-01
| |
| * reveal.js template: include tex2jax configuration.John MacFarlane2017-12-01
| | | | | | | | | | | | This ensures that we don't use $..$ delimiters, which gives bad results when $ is used as a currency sign. This depends on the current dev version of reveal.js.
| * LaTeX template: include natbib/biblatex after polyglossia.John MacFarlane2017-11-14
| | | | | | | | | | | | | | Otherwise we seem to get an error; biblatex wants polyglossia language to be defined. Closes #4073.
| * Improved support for columns in HTML.John MacFarlane2017-11-02
| | | | | | | | | | | | | | | | | | | | * Move as much as possible to the CSS in the template. * Ensure that all the HTML-based templates (including epub) contain the CSS for columns. * Columns default to 50% width unless they are given a width attribute. Closes #4028.
| * HTML Writer: consistently use dashed class-namesmb212017-10-31
| | | | | | | | see #3556
| * Load Google Font using HTTPS by defaultYoan Blanc2017-10-03
| | | | | | Otherwise they won't show up in current version of firefox/chromium.
| * Move 'tables in footnotes' fix out of beamer part of default.latex.John MacFarlane2017-09-12
| | | | | | | | | | | | This caused an error in beamer. Footnotes already work in tables in beamer, without this code.
| * Write euro symbol directly in LaTeXAndrew Dunning2017-09-08
| | | | | | | | The textcomp package allows pdfLaTeX to parse `€` directly, making the \euro command unneeded. Closes #3801.
| * Removed old beamer template.John MacFarlane2017-09-08
| | | | | | | | | | | | | | 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.
| * Use starred versions of xcolor namesAndrew Dunning2017-09-08
| | | | | | Prevents changes to documents defined using the dvipsnames list (e.g. `Blue` gives a different result with svgnames enabled).
| * Merge branch 'master' into patch-1Andrew Dunning2017-09-08
| |\
| | * LaTeX template: load polyglossia after header-includes.John MacFarlane2017-09-07
| | | | | | | | | | | | | | | | | | It needs to be loaded as late as possible. Closes #3898.
| * | Use xcolor for colorlinks optionAndrew Dunning2017-09-07
| | | | | | | | | Beamer loads `xcolor` rather than `color`, and thus the `dvipsnames` option doesn't take effect. This also provides a wider range of colour selections with the `svgnames` option. Closes #3877.
| * | Combine LaTeX/Beamer templatesAndrew Dunning2017-08-26
| |/ | | | | | | | | All conditionals use the `beamer` variable set by the writer. Closes #3878.
| * Allow setting Japanese fonts when using LuaLaTeX (#3873)Václav Haisman2017-08-25
| | | | | | | | | | | | | | ...by using the `luatexja-fontspec` and `luatexja-preset` packages. Use existing `CJKmainfont` and `CJKoptions` template variables. Add `luatexjafontspecoptions` for `luatexja-fontspec` and `luatexjapresetoptions` for `luatexja-preset`.
| * Small improvement to #3855 - move lang attribute up.John MacFarlane2017-08-21
| | | | | | | | | | So we don't have a dangling line with the closing `>` when `lang` is not set.
| * docbook5 template: use lang and subtitle variables (#3855)Jens Getreu2017-08-21
| |
| * Implement multicolumn support for slide formats.John MacFarlane2017-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The structure expected is: <div class="columns"> <div class="column" width="40%"> contents... </div> <div class="column" width="60%"> contents... </div> </div> Support has been added for beamer and all HTML slide formats. Closes #1710. Note: later we could add a more elegant way to create this structure in Markdown than to use raw HTML div elements. This would come for free with a "native div syntax" (#168). Or we could devise something specific to slides
| * Fix hyperref options clash (#3847)Andrew Dunning2017-08-14
| | | | | | Avoids an options clash when loading a package (e.g. `tufte-latex`) that uses `hyperref` settings different from those in the template (introduced in <https://github.com/jgm/pandoc-templates/commit/feffd7c64abab863abd3f6458d1c445d6bfe7fc4>).
| * LaTeX template: added `natbiboptions` variable.John MacFarlane2017-06-28
| | | | | | | | Closes #3768.
| * Support `--toc` in `opendocument`/`odt`.John MacFarlane2017-06-26
| |
| * Use `table-of-contents` for contents of toc, make `toc` a boolean.John MacFarlane2017-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed markdown, rtf, and HTML-based templates accordingly. This allows you to set `toc: true` in the metadata; this previously produced strange results in some output formats. Closes #2872. For backwards compatibility, `toc` is still set to the toc contents. But it is recommended that you update templates to use `table-of-contents` for the toc contents and `toc` for a boolean flag.
| * latex template: fix typo in fix for notes in tables.John MacFarlane2017-06-20
| | | | | | | | | | | | | | | | | | See https://github.com/jgm/pandoc-templates/commit/1475299c9aebfe3e47c135d6653202db3b2f6696#diff-c7c27b8e99f898fde7715afd9ae8cd02R126 However, this is not a complete fix: https://github.com/jgm/pandoc-templates/pull/208#issuecomment-309631622 Thanks to zeeMonkeez. See #2378.
| * Use revealjs's math plugin for mathjax.John MacFarlane2017-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a thin wrapper around mathjax that makes math look better on revealjs. See https://github.com/hakimel/reveal.js/#mathjax We do this by setting the 'mathjax' boolean variable and using it in the revealjs template. Also, for revealjs and mathjax, we don't assign the usual thing to the 'math' variable, since it's handled by mathjax config. Closes #3743.
| * Added aspectratio variable to beamer template (#3723).Václav Haisman2017-06-05
| | | | | | | | | | | | * Transplant jgm/pandoc-templates#236 to Pandoc repository. * Document `aspectratio` in user manual. * Enumerate possible values for `aspectratio`.
| * modified template.latex to fix XeLaTex being used with tables (#3661)lwolfsonkin2017-05-18
| | | | | | - reordered `lang` variable handling to immediately before `bidi`
| * LaTeX: Load `parskip` before `hyperref`. (#3654)Václav Haisman2017-05-09
| | | | | | | | | | | | | | | | | | * LaTeX: Load `parskip` before `hyperref`. According to `hyperref` package's `README.pdf`, page 22, `hyperref` package should be loaded after `parskip` package. * Adjust tests for previous change.
| * Fix links inside captions in LaTeX output with links-as-notes.Václav Haisman2017-05-08
| | | | | | | | | | | | Declare our redefined `\href` robust. Fixes #3651. (#3652)
| * ConTeXt template: improved font handling.John MacFarlane2017-05-06
| | | | | | | | | | | | simplefonts is now obsolete in ConTeXt. This patch comes from Pablo Rodríguez via jgm/pandoc-templates#247.
| * LaTeX writer: Fix problem with escaping in lstinline.John MacFarlane2017-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * HTML line block: Use class instead of style attribute.John MacFarlane2017-04-25
| | | | | | | | | | | | | | | | | | We now issue `<div class="line-block">` and include a default definition for `line-block` in the default templates, instead of hard-coding a `style` on the div. Closes #1623.
| * Ms writer improvements:John MacFarlane2017-04-04
| | | | | | | | | | - added some variables to the default template. - cleaner output for images (stringify alt text).
| * Small fixes to ms template.John MacFarlane2017-04-04
| |
| * Ms writer: added syntax highlighting.John MacFarlane2017-04-01
| | | | | | | | | | | | | | | | | | | | Closes #3547. Macro definitions are inserted in the template when there is highlighted code. Limitations: background colors and underline currently not supported.
| * JATS template: always include `<back>` element even if empty.John MacFarlane2017-03-31
| |
| * JATS writer: put references in `<back>`.John MacFarlane2017-03-31
| | | | | | | | | | | | | | Modified template to include a `<back>` and `<body>` section. This should give authors more flexibility, e.g. to put acknowledgements metadata in `<back>`. References are automatically extracted and put into `<back>`.
| * jats template: added xml-stylesheet variable.John MacFarlane2017-03-30
| |
| * Added default.jats template.John MacFarlane2017-03-28
| | | | | | | | | | This is copied from Martin Fenner's pandoc-jats project: https://github.com/mfenner/pandoc-jats