Commit graph

6 commits

Author SHA1 Message Date
John MacFarlane
7ff2baf592 Removed extra body tag from epub3 template. 2014-11-16 21:12:04 -08:00
John MacFarlane
63443da450 epub, epub3: Added id="cover" to body of titlepage.
Closes jgm/pandoc#1758.
2014-11-16 20:58:17 -08:00
John MacFarlane
2d5491bc0b EPUB, EPUB3 templates: Handle structured metadata on titlepage.
Previously we just expected 'title', 'subtitle', 'author', 'date'.

Now we still support those, but also support the format recommended
for epub metadata in the pandoc README:

---
title:
- type: main
  text: My Book
- type: subtitle
  text: An investigation of metadata
creator:
- role: author
  text: John Smith
- role: editor
  text: Sarah Jones
identifier:
- scheme: DOI
  text: doi:10.234234.234/33
publisher:  My Press
rights:  (c) 2007 John Smith, CC BY-NC
...
2014-08-31 12:00:37 -07:00
John MacFarlane
64544dea58 Added subtitle to html and latex formats. 2013-06-21 22:48:49 -07:00
John MacFarlane
4c1f840c39 EPUB templates: UTF-8, lang variable, meta tags. 2012-11-04 21:40:03 -08:00
John MacFarlane
ba97adf746 Split epub-page.html into default.epub and default.epub3. 2012-11-04 21:11:31 -08:00