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(); > } > > So the spaces are added intentionally. The question is probably: why?
No special reason I suppose. So just remove them if you want to. Andre'