ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: \input introduces space
Date: Tue, 28 Feb 2006 19:04:01 +0100	[thread overview]
Message-ID: <44049091.5000609@wxs.nl> (raw)
In-Reply-To: <4404766B.2090007@elvenkind.com>

Taco Hoekwater wrote:
> Hi Peter,
>
> Not the \input command, but the end-of-line in the inputted file
> is creating the space, indirectly. TeX normally appends a character
> with the current value of \endlinechar to each line of an input-ed
> file, and that character is later converted to a space.
>
> Setting \endlinechar to -1 temporarily is a possibility, another
> is writing a percent sign to the end of the line, yet another is
> ending the written line with \relax (or a similar space-gobbling
> command), and finally changing the catcode of the current
> \endlinechar to 9 (ignored) also works.
>
> Cheers, Taco
>
> Peter M�nster wrote:
>   
>> Hello,
>> \input seems to introduce a space. Example:
>>
>> \starttext
>> \immediate\write18{echo -n X >bla.tex}
>> X\input bla\relax X
>> \stoptext
>>
>> How could I get rid of this space?
>>
>> Cheers, Peter
>>
>>     
in addition to taco's answers: 

X\ignorespaces \input bla\relax \removeunwantedspaces X

can help you out; 

btw, can you wikify taco's response? somewhere under 'how tex reads input'; in due time we can then add some additional info about how scantokens etc behave (everyeof stuff and such) 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  parent reply	other threads:[~2006-02-28 18:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-28 15:55 Peter Münster
2006-02-28 16:12 ` Taco Hoekwater
2006-02-28 16:22   ` Taco Hoekwater
2006-02-28 17:24     ` Peter Münster
2006-02-28 18:04   ` Hans Hagen [this message]
2006-02-28 19:33     ` Peter Münster

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=44049091.5000609@wxs.nl \
    --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).