Hi,
I ran the following commands:
- context t.tex
- mtxrun --script epub --make t.specification
This produced the following code:
<document xmlns:m="http://www.w3.org/1998/Math/MathML" date="Tue Sep 3
17:29:27 2013" xmlns:xhtml="http://www.w3.org/1999/xhtml" file="t"
context="2013.08.17 00:58" version="0.30" language="en">
<division detail="frontpart">
*Title pageCopyright
* <section detail="title" location="aut:1"
reference="content">
<sectiontitle>Contents</sectiontitle>
The "Title page" and "Copyright" page are inseparable text. I believe this
is due to how the front matter is coded:
\startfrontmatter
\startstandardmakeup
Title page
\stopstandardmakeup
\startstandardmakeup
Copyright
\stopstandardmakeup
\completecontent
\stopfrontmatter
The front matter produces correct PDF output (with three separate pages for
the title page, copyright page, and ToC, respectively).
What must I do to wrap the *Title page* and *Copyright* page in separate
elements, yet still produce the same PDF?
Kind regards.