ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: Extraneous spaces in XML documents
Date: Mon, 10 Feb 2003 10:26:53 +0100	[thread overview]
Message-ID: <5.1.0.14.1.20030210101155.027637a8@server-1> (raw)
In-Reply-To: <20030210025825.F22427%05570575@gmx.de>

At 02:58 AM 2/10/2003 +0000, you wrote:

>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

you can use \gobbleoneargument here

the next solution may help:

\defineXMLargument [comment] \XMLhideelement

\long\def\XMLhideelement#1%
   {\futurelet\nexttoken\doXMLhideelement}

\def\doXMLhideelement
   {\ifx\nexttoken\blankspace\removeunwantedspaces\fi}

maybe i will add something \defineXMLhide; will think about it

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

  reply	other threads:[~2003-02-10  9:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-10  2:58 Robbie Pickering
2003-02-10  9:26 ` Hans Hagen [this message]
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=5.1.0.14.1.20030210101155.027637a8@server-1 \
    --to=pragma@wxs.nl \
    --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).