Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-07 | epub, epub3: added header-includes, include-before, include-after. | John MacFarlane | 1 | -0/+9 | |
Closes jgm/pandoc#1987. | |||||
2014-12-28 | replace <p class="rights"> with <div class="rights"> (fixes #75) | Pablo RodrÃguez | 1 | -1/+1 | |
2014-11-17 | epub templates: insert id="cover" in body of cover page. | John MacFarlane | 1 | -1/+1 | |
We check for the coverpage variable. | |||||
2014-11-17 | Revert "epub, epub3: Added id="cover" to body of titlepage." | John MacFarlane | 1 | -4/+1 | |
This reverts commit 63443da4501728332a6624a1d1b769ef9183436b. | |||||
2014-11-17 | Revert "Removed extra body tag from epub3 template." | John MacFarlane | 1 | -0/+2 | |
This reverts commit 7ff2baf592ee4627da0ad1e5cec60e6be3de5785. | |||||
2014-11-16 | Removed extra body tag from epub3 template. | John MacFarlane | 1 | -2/+0 | |
2014-11-16 | epub, epub3: Added id="cover" to body of titlepage. | John MacFarlane | 1 | -1/+4 | |
Closes jgm/pandoc#1758. | |||||
2014-08-31 | EPUB, EPUB3 templates: Handle structured metadata on titlepage. | John MacFarlane | 1 | -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-21 | Added subtitle to html and latex formats. | John MacFarlane | 1 | -0/+3 | |
2012-11-04 | EPUB templates: UTF-8, lang variable, meta tags. | John MacFarlane | 1 | -2/+5 | |
2012-11-04 | Split epub-page.html into default.epub and default.epub3. | John MacFarlane | 1 | -0/+29 | |