ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: robbieinsel@freeuk.com (Robbie Pickering )
Subject: Re: Extraneous spaces in XML documents
Date: Tue, 11 Feb 2003 13:30:50 +0000	[thread overview]
Message-ID: <20030211133050.13232F3%05570575@freeuk.com> (raw)
In-Reply-To: <20030210220515.GB3325@scaprea>

Simon Pepping wrote:
>On Mon, Feb 10, 2003 at 02:58:25AM +0000, Robbie Pickering 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.
>> 
>> \defineXMLargument [comment] \gobble
>
>You should use \ignorespaces in the end tag. Unfortunately,
>\defineXMLargument does not allow you to define the action for the end
>tag. This would work:
>
>\defineXMLenvironmentsave [comment] {} {\ignorespaces}
>
>The save action gobbles the content as well.
>
>Regards, Simon
>

Thanks.
Is this conceptually different to writing

\def\gobble#1{\ignorespaces}
\defineXMLargument [comment] \gobble

?


It seems to have the effect of also devouring the necessary space after
a full stop, if the comment tag comes directly after it in the source:

Makes complicated pages by starting.<comment>This is not a proper
sentence.</comment> With simple ...

The space after the comment, before "With" should get into the final
document, but doesn't make it. (on the other hand, this also happens
when the comments are shown with

\defineXMLargument [comment] \inmargin



cheers, robbie

  reply	other threads:[~2003-02-11 13:30 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
2003-02-10 18:11   ` Robbie Pickering
2003-02-10 22:05 ` Simon Pepping
2003-02-11 13:30   ` Robbie Pickering  [this message]
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=20030211133050.13232F3%05570575@freeuk.com \
    --to=robbieinsel@freeuk.com \
    --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).