aboutsummaryrefslogtreecommitdiff
path: root/default.epub
AgeCommit message (Collapse)AuthorFilesLines
2016-09-25Use p tag for subtitle, author, date in epub, revealjs, slidy.John MacFarlane1-3/+3
2015-06-03Use creator.role instead of creator.typeJan Larres1-1/+1
The EPUB metadata description specifies "role" for creators, not "type": http://pandoc.org/README.html#epub-metadata This fixed the two epub templates to use the correct syntax.
2015-04-07epub, epub3: added header-includes, include-before, include-after.John MacFarlane1-0/+9
Closes jgm/pandoc#1987.
2014-12-28replace <p class="rights"> with <div class="rights"> (fixes #75)Pablo Rodríguez1-1/+1
2014-11-17epub templates: insert id="cover" in body of cover page.John MacFarlane1-1/+1
We check for the coverpage variable.
2014-11-17Revert "epub, epub3: Added id="cover" to body of titlepage."John MacFarlane1-4/+1
This reverts commit 63443da4501728332a6624a1d1b769ef9183436b.
2014-11-17Revert "Removed extra body tag from epub3 template."John MacFarlane1-0/+2
This reverts commit 7ff2baf592ee4627da0ad1e5cec60e6be3de5785.
2014-11-16Removed extra body tag from epub3 template.John MacFarlane1-2/+0
2014-11-16epub, epub3: Added id="cover" to body of titlepage.John MacFarlane1-1/+4
Closes jgm/pandoc#1758.
2014-08-31EPUB, EPUB3 templates: Handle structured metadata on titlepage.John MacFarlane1-1/+16
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 ...
2013-06-21Added subtitle to html and latex formats.John MacFarlane1-0/+3
2012-11-04EPUB templates: UTF-8, lang variable, meta tags.John MacFarlane1-2/+5
2012-11-04Split epub-page.html into default.epub and default.epub3.John MacFarlane1-0/+29