summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-12 17:06:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-12 17:07:12 -0700
commit5b1d841a6fe1713837344922bc53d08b550b4337 (patch)
tree95c336c05fde7e412c070b7ac839f6df3817d776
parente883ef4eb9a56f2319fb90e405d0612249af5924 (diff)
epub3 template: Put title page in section with epub:type titlepage.
-rw-r--r--changelog1
m---------data/templates13
2 files changed, 6 insertions, 8 deletions
diff --git a/changelog b/changelog
index 4c0161127..bc4c11ab0 100644
--- a/changelog
+++ b/changelog
@@ -457,6 +457,7 @@ pandoc (1.13)
* Added haddock template.
* EPUB3: Added `type` attribute to `link` tags. They are supposed to
be "advisory" in HTML5, but kindlegen seems to require them.
+ * EPUB3: Put title page in section with `epub:type="titlepage"`.
* LaTeX: Made `\subtitle` work properly (#1327).
* LaTeX/Beamer: remove conditional around date (#1321).
* LaTeX: Added `lot` and `lof` variables, which can be set to
diff --git a/data/templates b/data/templates
-Subproject 3befef257ce461ae68760004df938f3ca8397b3
+Subproject 095196e8d6e873ee36846ca120bf5dfd39e30a8