Re: using tex2lyx and various added spaces

2004-09-21 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> So the spaces are added intentionally. The question is probably: >> why? Andre> No special reason I suppose. So just remove them if you want Andre> to. I just did that to 1.4.0cvs and 1.3.5cvs. JMarc

Re: using tex2lyx and various added spaces

2004-09-12 Thread Andre Poenitz
On Tue, Sep 07, 2004 at 02:14:46PM +0200, Jean-Marc Lasgouttes wrote: > int MathHullInset::plaintext(Buffer const &, ostream & os, > OutputParams const &) const > { > WriteStream wi(os, false, true); > wi << ' ' << cell(0) << ' '; > return wi.line(); > } > >

Re: using tex2lyx and various added spaces

2004-09-12 Thread Andre Poenitz
On Fri, Sep 10, 2004 at 07:27:24PM +0200, Georg Baum wrote: > Jean-Marc Lasgouttes wrote: > > > The problem is indeed in the ascii export which reads basically: > > > > int MathHullInset::plaintext(Buffer const &, ostream & os, > > OutputParams const &) const > > { > > WriteStream wi(os, false, t

Re: using tex2lyx and various added spaces

2004-09-10 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > The problem is indeed in the ascii export which reads basically: > > int MathHullInset::plaintext(Buffer const &, ostream & os, > OutputParams const &) const > { > WriteStream wi(os, false, true); > wi << ' ' << cell(0) << ' '; > return wi.line(); > } > > So the spa

Re: using tex2lyx and various added spaces

2004-09-07 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Georg> Am Sonntag, 29. August 2004 06:16 schrieb Jeremy C. Reed: > Georg> This is probably a problem of the ascii export and not tex2lyx. > Georg> Please send a minimal example .tex file (and the resulting .lyx > Georg> file) so that we can be sure. > > The problem i

Re: using tex2lyx and various added spaces

2004-09-07 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Sonntag, 29. August 2004 06:16 schrieb Jeremy C. Reed: >> I am using tex2lyx from cvs updated yesterday. I am glad to finally >> be able to import tex into lyx (after a year of trying). >> >> It seems like some added spaces are bei

Re: using tex2lyx and various added spaces

2004-09-03 Thread Georg Baum
Some small aadditions to Kubas explanations follow. Jeremy C. Reed wrote: > On Sun, 29 Aug 2004, Georg Baum wrote: > >> > It seems like some added spaces are being added. >> > >> > For example, the tex file has: >> > >> > $-$u user >> > >> > But lyx shows it as: >> > >> > - u user >> >> Hopefull

Re: using tex2lyx and various added spaces

2004-09-02 Thread Kuba Ober
> > > For example, the tex file has: > > > $-$u user The tex file should have "--", not "$-$"! > > > But lyx shows it as: > > > > > > - u user And does so correctly, as math mode contents are surrounded by a small margin IIRC. > > Are you sure that there is really a > > space in lx and not ju

Re: using tex2lyx and various added spaces

2004-08-30 Thread Jeremy C. Reed
On Sun, 29 Aug 2004, Georg Baum wrote: > > It seems like some added spaces are being added. > > > > For example, the tex file has: > > > > $-$u user > > > > But lyx shows it as: > > > > - u user > > Hopefully with the "-" in math mode? Are you sure that there is really a > space in lx and not just

Re: using tex2lyx and various added spaces

2004-08-29 Thread Georg Baum
Am Sonntag, 29. August 2004 06:16 schrieb Jeremy C. Reed: > I am using tex2lyx from cvs updated yesterday. I am glad to finally be > able to import tex into lyx (after a year of trying). > > It seems like some added spaces are being added. > > For example, the tex file has: > > $-$u user > > Bu