diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-11-04 20:53:27 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-11-04 20:53:41 -0800 |
commit | a7b8351d436434165c6cc70ba855322c76c102cf (patch) | |
tree | 3da55f5f470a95a09348d0c9c26080a82969f1fa /README | |
parent | 7f5e2af1fb9f7eff11c50996bc6b6245ec9550ff (diff) | |
download | pandoc-a7b8351d436434165c6cc70ba855322c76c102cf.tar.gz |
EPUB writer: Removed need for separate epub-coverpage template.
The standard epub-page template is now used.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -661,8 +661,7 @@ 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`, `epub-coverimage.html`, and -`epub-titlepage.html` templates. +customize the `epub-page.html`, and `epub-titlepage.html` templates. Templates may contain *variables*. Variable names are sequences of alphanumerics, `-`, and `_`, starting with a letter. A variable name |