diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-23 13:31:18 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-23 13:33:30 -0800 |
commit | 59d6f02a9af4ea47d001c84527df77f26d2d1fdd (patch) | |
tree | 31308549c0129df7e32838d632f65883ab3058b9 /data | |
parent | 3861df510c45ecfc0ac9581dc6f16b07eac4a62d (diff) | |
download | pandoc-59d6f02a9af4ea47d001c84527df77f26d2d1fdd.tar.gz |
Added 'paper' after $papersize$ variable in latex template.
Thus you can say `papersize: a4` and the latex will contain
`a4paper`.
This change may break some existing workflows; if you currently
specify `a4paper`, you'll get `a4paperpaper` which is meaningless.
However, the change seems worth it, as it will make the
`papersize` variable work uniformly across ConTeXt, LaTeX,
and html->pdf via wkhtmltopdf.
See
https://github.com/jgm/pandoc/commit/3861df510c45ecfc0ac9581dc6f16b07eac4a
62d#commitcomment-15135193
Diffstat (limited to 'data')
m--------- | data/templates | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/data/templates b/data/templates -Subproject 133a7e04074ba83176ca22ed4a18818263340f8 +Subproject fea830fcd27b4df2a337ac774daa7d4bbca0086 |