ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: highlight problems on xml export [hacky workaround included]
Date: Sat, 5 Nov 2011 11:13:40 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.02.1111051106210.26785@nqv-gnoyrg> (raw)
In-Reply-To: <87lirr7uao.fsf_-_@universe.krase.net>

On Mon, 7 Nov 2011, Marco Pessotto wrote:

> So, my impression is that for exporting the modal compilation is not an
> option.

So far, that has been my impression as well. I need a lot of tweaks to get 
the right XML output (and I also need (multiple) PDF output). I have set a 
separate mode for XML export, and use something equivalent to

    context --mode=screen --result=s-filename filename

to get a screen version of the document,

    context --mode=handout --result=h-filename filename

to get a handout version of the document, and

    context --mode=export filename

to get an xml version.

> Is there a way to set the paper width to infinity? (Even if,
> speaking about impression, I believe the 4 meters are enough for
> the average usage).

TeX does finite precision arithematics, so infinity is not possible. But 
you can set paper width (and paper height) to \maxdimen, which is the 
maximum dimension TeX can handle.

\definepapersize[max][paperwidth=\maxdimen, paperheight=\maxdimen]
\setuppapersize[max]


Aditya
___________________________________________________________________________________
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:[~2011-11-05 15:13 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-06 13:54 Missing <break/> while exporting to xml before <highlight> Marco Pessotto
2011-11-06 20:38 ` Marco Pessotto
2011-11-06 23:26   ` Hans Hagen
2011-11-07  7:53     ` Marco
2011-11-07  8:13       ` Hans Hagen
2011-11-07  8:35         ` highlight problems on xml export (Was: Missing <break/> while exporting to xml before <highlight>) Marco Pessotto
2011-11-07 16:48           ` highlight problems on xml export [hacky workaround included] Marco Pessotto
2011-11-05 15:13             ` Aditya Mahajan [this message]
2011-11-07 17:07               ` Marco Pessotto
2011-11-07 17:49             ` Hans Hagen
2011-11-07 18:02               ` Marco Pessotto
2011-11-08 16:04               ` highlight problems on xml export Marco Pessotto

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=alpine.LNX.2.02.1111051106210.26785@nqv-gnoyrg \
    --to=adityam@umich.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).