ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Rogers, Michael K" <mroge02@emory.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Can't generate an epub - what am I doing wrong?
Date: Thu, 9 Aug 2012 14:33:36 +0000	[thread overview]
Message-ID: <61612DDD-6D81-4528-BB38-51C4758B48DF@emory.edu> (raw)
In-Reply-To: <20120809150943.2974e31d@aga-netbook>


[-- Attachment #1.1: Type: text/plain, Size: 2695 bytes --]

Hi,

I don't seem to have an epub reader that can format the output.  (MS Word complain there was no xslt file,  But the xhtml file produced contains the metadata and the document structure.  Output pasted below.

Michael

On Aug 9, 2012, at 9:09 AM, Marcin Borkowski wrote:

Hello all,

my problem is as in the topic;).  The minimal example from the wiki
works fine, but this does not:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setupbackend[export=yes,xhtml=yes]

\settaggedmetadata
 [title=My Document,
  author=A. U. Thor]

\starttext

\startchapter[title={First chapter}]
\input tufte
\stopchapter

\startchapter[title={Second chapter}]
\input knuth
\stopchapter
\stoptext
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

The resulting epub file (after the mtxrun, of course) does not contain
any metadata; also, there is no chapter structure whatsoever.

What am I missing?

TIA,

--
Marcin Borkowski
http://mbork.pl

XHTML output (text shortened):

<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>

<!-- input filename   : foo13338          -->
<!-- processing date  : Thu Aug  9 09:30:38 2012 -->
<!-- context version  : 2012.08.05 12:52  -->
<!-- exporter version : 0.30              -->


<document xmlns:m="http://www.w3.org/1998/Math/MathML" version="0.30" language="en" date="Thu Aug  9 09:30:38 2012" file="foo13338" context="2012.08.05 12:52" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<metadata>
  <metavariable name="author">A. U. Thor</metavariable>
  <metavariable name="title">My Document</metavariable>
</metadata>
  <xhtml:a name="aut_1"><section location="aut:1" detail="chapter">
    <sectionnumber>1</sectionnumber>
    <sectiontitle>First chapter</sectiontitle>
    <sectioncontent>
We thrive...
    </sectioncontent>
  </section></xhtml:a>
  <xhtml:a name="aut_2"><section location="aut:2" detail="chapter">
    <sectionnumber>2</sectionnumber>
    <sectiontitle>Second chapter</sectiontitle>
    <sectioncontent>
Thus,...
      <break/>
The separation...
      <break/>
But...
    </sectioncontent>
  </section></xhtml:a>
</document>

________________________________

This e-mail message (including any attachments) is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution
or copying of this message (including any attachments) is strictly
prohibited.

If you have received this message in error, please contact
the sender by reply e-mail message and destroy all copies of the
original message (including attachments).

[-- Attachment #1.2: Type: text/html, Size: 11985 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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	other threads:[~2012-08-09 14:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-09 13:09 Marcin Borkowski
2012-08-09 14:33 ` Rogers, Michael K [this message]
2012-08-09 15:55   ` Marcin Borkowski
2012-08-09 16:11     ` Wolfgang Schuster
2012-08-09 16:38       ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=61612DDD-6D81-4528-BB38-51C4758B48DF@emory.edu \
    --to=mroge02@emory.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).