ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: drymartini@gmx.de (Robbie Pickering)
Subject: Extraneous spaces in XML documents
Date: Mon, 10 Feb 2003 02:58:25 +0000	[thread overview]
Message-ID: <20030210025825.F22427%05570575@gmx.de> (raw)


I'm typesetting some XML text with comments in and for the working
version the comments are to go in the margin. For the final version the
comments are simply to be ignored.

In the end result there is a noticeably larger space between the words
where the comma had been. Apparently more than one space is reaching
TeX's stomach, though it's beyond me to work out how.

I suppose I need a more sophisticated \gobble definition than the
simple TeXbook one, yes?


----file minimal.tex



%now we will map XML arguments to context ones.

\defineXMLargument [title] \title
\defineXMLargument [footnote] \footnote
\defineXMLargument [section] \section  % et cetera....

% this definition for drafts where comments are printed 
%in the margin
%\defineXMLargument [comment] \inmargin

%this definition for the final version where the
% remaining comments are ignored

\def\gobble#1{}

\defineXMLargument [comment] \gobble


\starttext

\processXMLfilegrouped {sample.xml}

\stoptext



--- file sample.xml

<article>
<title>Nonsense</title>
<text>

<section>A section
</section>


Makes complicated pages by starting with simple individual characters
and putting them together in larger units, and putting these together
<comment>what does he mean here, putting these together???</comment> in
still larger units, and so on. Conceptually, it's a big paste-up
job.<footnote>From The TeXbook.</footnote>

</text>
</article>

             reply	other threads:[~2003-02-10  2:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-10  2:58 Robbie Pickering [this message]
2003-02-10  9:26 ` Hans Hagen
2003-02-10 18:11   ` Robbie Pickering
2003-02-10 22:05 ` Simon Pepping
2003-02-11 13:30   ` Robbie Pickering 
2003-02-11 20:18     ` Hans Hagen
2003-02-14 20:17     ` Simon Pepping

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=20030210025825.F22427%05570575@gmx.de \
    --to=drymartini@gmx.de \
    --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).