diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-11-04 21:21:57 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-11-04 21:21:57 -0800 |
commit | 5914be88a8e783cb8368e654109dc291a6d92092 (patch) | |
tree | 89b75e9d27348c03ced7f727fc50ea009f714ca7 /README | |
parent | 83b326b005c3917cee9a475bbac00462cd5ffe5a (diff) | |
download | pandoc-5914be88a8e783cb8368e654109dc291a6d92092.tar.gz |
EPUB writer: Rationalized templates.
* Previously there were three different templates involved in
epub production. There is now just one template, default.epub
or default.epub3.
* It can now be overridden using `--template`, just like other
templates.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -660,8 +660,7 @@ the system default templates for a given output format `FORMAT` by putting a file `templates/default.FORMAT` in the user data directory (see `--data-dir`, above). *Exceptions:* For `odt` output, customize the `default.opendocument` template. For `pdf` output, -customize the `default.latex` template. For `epub` and `epub3` output, -customize the `epub-page.html` template. +customize the `default.latex` template. Templates may contain *variables*. Variable names are sequences of alphanumerics, `-`, and `_`, starting with a letter. A variable name |