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
*   <xhtml:a name="aut_1"><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.

Attachment: t.tex
Description: TeX document

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to