Latest CVS fixes

2000-06-14 Thread Kayvan A. Sylvan
A couple of things: 1) The directory lib/scripts needs to be there for ``make dist'' or ``make rpmdist'' to work. 2) There are some missing files from the tar, fixed by this patch: Index: src/Makefile.am === RCS file: /usr/local

Latest CVS compile problem

2000-06-14 Thread Kayvan A. Sylvan
make[4]: Entering directory `/home/kayvan/src/rpm/BUILD/lyx-1.1.6cvs/sigc++' /bin/sh ./libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./..-O2 -m486 -fno-strength-reduce -ansi -W -Wall -Wno-return-type -c object.cc c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -O2 -m486 -fno-s

Re: Insert xfig

2000-06-14 Thread Garst R. Reese
Dekel Tsur wrote: > > On Tue, Jun 13, 2000 at 05:47:18PM -0300, Garst R. Reese wrote: > > All goes well until I try to ViewPostscript, then it complains > > extensively about numbers being missing and illegal units of measure. > > teTeX-1, ImageMagik-5.2.0 > > The default behavior for a xfig fil

Re: Insert xfig

2000-06-14 Thread Dekel Tsur
On Tue, Jun 13, 2000 at 05:47:18PM -0300, Garst R. Reese wrote: > All goes well until I try to ViewPostscript, then it complains > extensively about numbers being missing and illegal units of measure. > teTeX-1, ImageMagik-5.2.0 The default behavior for a xfig file is to convert it to TeX picture

alignement in tables with linebreaks

2000-06-14 Thread Alain Castera
Hi. Still playing with tables, I found usefull to change the line #1400 in table.C from os << "\\parbox[t]{" to os << "\\parbox{" in order to obtain "centered" alignement between multiline cells and single- ones. This works perfectly for my purpose, but I cannot make i