EPUB writer: treat epub:type "frontispiece" as front matter.
This allows you to include a frontispiece using ``` ![](yourimage.jpg) etc. ``` Closes #7600.
This commit is contained in:
parent
92abe45863
commit
45db998b39
2 changed files with 2 additions and 1 deletions
|
@ -6278,6 +6278,7 @@ halftitlepage frontmatter
|
|||
seriespage frontmatter
|
||||
foreword frontmatter
|
||||
preface frontmatter
|
||||
frontispiece frontmatter
|
||||
appendix backmatter
|
||||
colophon backmatter
|
||||
bibliography backmatter
|
||||
|
|
|
@ -659,7 +659,7 @@ pandocToEPUB version opts doc = do
|
|||
"contributors", "other-credits",
|
||||
"errata", "revision-history",
|
||||
"titlepage", "halftitlepage", "seriespage",
|
||||
"foreword", "preface",
|
||||
"foreword", "preface", "frontispiece",
|
||||
"seriespage", "titlepage"]
|
||||
backMatterTypes = ["appendix", "colophon", "bibliography",
|
||||
"index"]
|
||||
|
|
Loading…
Add table
Reference in a new issue