Re: (dsssl) lists and extra space

Subject: Re: (dsssl) lists and extra space
From: Balazs Scheidler <bazsi@xxxxxxxxxx>
Date: Mon, 2 Jul 2001 09:17:46 +0200
> >-    out << "\\" << name << "%\n{" << s << '}';
> >+    out << "\\" << name << "%\n{" << s << "}%\n";
> ...
> >-    os() << '}';
> >+    os() << "}%\n";
> 
> 
> You are right the tabs aren't the culprit.  The culprit is the lack of a
> % char.
> 
> This is exactly the right solution.  The tabs collapse, but TeX still
> wants to put a space between the two items.  Under these circumstances,
> you use the comment character as Balazs used to let TeX no that the line
> is done--and not to insert a space between it and the next item.  For
> example:
> [...]

My question is then whether I should send my patch to somebody else, or
posting it on this list is enough? Any jade maintainers around?

-- 
Bazsi
PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1

 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist

Current Thread