Commit graph

6 commits

Author SHA1 Message Date
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
095196e8d6 epub3: Put title page in section w epub:type titlepage. 2014-08-12 17:06:11 -07:00
John MacFarlane
4425dfc894 Added type="text/css" to link tags in epub3 template. 2014-07-08 00:23:51 -06: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
Renamed from epub-page.html (Browse further)