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:
John MacFarlane 2021-09-29 08:29:14 -07:00
parent 92abe45863
commit 45db998b39
2 changed files with 2 additions and 1 deletions

View file

@ -6278,6 +6278,7 @@ halftitlepage frontmatter
seriespage frontmatter
foreword frontmatter
preface frontmatter
frontispiece frontmatter
appendix backmatter
colophon backmatter
bibliography backmatter

View file

@ -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"]