diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-03-08 23:25:01 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-03-13 12:42:16 -0700 |
commit | f5cbb68534c52b292c57aaf741ab94442ddadd7a (patch) | |
tree | 40a0b6357dcbfd22b4a5eb361a2b9d40a25a82e6 /README | |
parent | 403bb521cd78942096ae70f9c37f18da58d6290d (diff) | |
download | pandoc-f5cbb68534c52b292c57aaf741ab94442ddadd7a.tar.gz |
Added --epub-cover-image option.
API change: Added a parameter for the cover image path to
writeEPUB.
Followed best practices outlined in
http://blog.threepress.org/2009/11/20/best-practices-in-epub-cover-images/
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -379,6 +379,10 @@ Options user data directory (see `--data-dir`, below). If it is not found there, sensible defaults will be used. +`--epub-cover-image=`*FILE* +: Use the specified image as the EPUB cover. It is recommended + that the image be less than 1000px in width and height. + `--epub-metadata=`*FILE* : Look in the specified XML file for metadata for the EPUB. The file should contain a series of Dublin Core elements, |