Re: [PATCH] Re: Graphics: Viewing XPM and stray-EPS files ?!?!

2002-04-21 Thread Herbert Voss

R. Lahaye wrote:

 In addition, I have patched lib/configure.m4 further by adding
 more conversion-schemes for Grace. From Grace (agr) to EPS,
 PDF, PNG and JPEG (only if Grace itself and each of these output
 formats are available).
 
 Would that be of help?


when does LyX needs a conversion agr-jpg?

Herbert



-- 
http://www.lyx.org/help/




Re: [PATCH] Re: Graphics: Viewing XPM and stray-EPS files ?!?!

2002-04-21 Thread R. Lahaye

Herbert Voss wrote:
 
 R. Lahaye wrote:
 
  In addition, I have patched lib/configure.m4 further by adding
  more conversion-schemes for Grace. From Grace (agr) to EPS,
  PDF, PNG and JPEG (only if Grace itself and each of these output
  formats are available).
 
  Would that be of help?
 
 when does LyX needs a conversion agr-jpg?

Good question. I added it, because JPEG was there in Grace.
That should go then if not useful in LyX.
Are the other Grace conversions still convenient?

If so, then we don't need another patch for lib/configure.m4,
do we? Simply apply my latest patch and remove the two lines
that contain agr_to_jpg (lines 578 and 411).

Regards,
Rob.

PS: the patch also contains the conversion from XPM to EPS,
which is really necessary; otherwise xpm graphics cannot be
viewed or printed!



Re: [PATCH] Re: Graphics: Viewing XPM and stray-EPS files ?!?!

2002-04-21 Thread Herbert Voss

R. Lahaye wrote:

> In addition, I have patched lib/configure.m4 further by adding
> more conversion-schemes for Grace. From Grace (agr) to EPS,
> PDF, PNG and JPEG (only if Grace itself and each of these output
> formats are available).
> 
> Would that be of help?


when does LyX needs a conversion agr->jpg?

Herbert



-- 
http://www.lyx.org/help/




Re: [PATCH] Re: Graphics: Viewing XPM and stray-EPS files ?!?!

2002-04-21 Thread R. Lahaye

Herbert Voss wrote:
> 
> R. Lahaye wrote:
> 
> > In addition, I have patched lib/configure.m4 further by adding
> > more conversion-schemes for Grace. From Grace (agr) to EPS,
> > PDF, PNG and JPEG (only if Grace itself and each of these output
> > formats are available).
> >
> > Would that be of help?
> 
> when does LyX needs a conversion agr->jpg?

Good question. I added it, because JPEG was there in Grace.
That should go then if not useful in LyX.
Are the other Grace conversions still convenient?

If so, then we don't need another patch for lib/configure.m4,
do we? Simply apply my latest patch and remove the two lines
that contain "agr_to_jpg" (lines 578 and 411).

Regards,
Rob.

PS: the patch also contains the conversion from XPM to EPS,
which is really necessary; otherwise xpm graphics cannot be
viewed or printed!



Re: [PATCH] Re: Graphics: Viewing XPM and stray-EPS files ?!?!

2002-04-20 Thread R. Lahaye

R. Lahaye wrote:
 [Adding xpm to eps]
 
 Hi,
 
 I have modified lib/configure.m4 so that it also includes the conversion
 from XPM to EPS by default, at least for ImageMagick's convert:
 
 convert XPM:$$i EPS:$$o
 
 Do we also need a netpbm equivalent? Angus?
 
 This conversion is required, when loading XPM files and viewing/printing
 them to Postscript.
 
 Patch attached.

In addition, I have patched lib/configure.m4 further by adding
more conversion-schemes for Grace. From Grace (agr) to EPS,
PDF, PNG and JPEG (only if Grace itself and each of these output
formats are available).

Would that be of help?
If so, then do not apply previous patch, but only this one.
This one has all diffs with unpatched CVS.

Regards,
Rob.


configure_m4.diff.gz
Description: GNU Zip compressed data


Re: [PATCH] Re: Graphics: Viewing XPM and stray-EPS files ?!?!

2002-04-20 Thread R. Lahaye

R. Lahaye wrote:
> [Adding xpm to eps]
> 
> Hi,
> 
> I have modified lib/configure.m4 so that it also includes the conversion
> from XPM to EPS by default, at least for ImageMagick's convert:
> 
> convert XPM:$$i EPS:$$o
> 
> Do we also need a netpbm equivalent? Angus?
> 
> This conversion is required, when loading XPM files and viewing/printing
> them to Postscript.
> 
> Patch attached.

In addition, I have patched lib/configure.m4 further by adding
more conversion-schemes for Grace. From Grace (agr) to EPS,
PDF, PNG and JPEG (only if Grace itself and each of these output
formats are available).

Would that be of help?
If so, then do not apply previous patch, but only this one.
This one has all diffs with unpatched CVS.

Regards,
Rob.


configure_m4.diff.gz
Description: GNU Zip compressed data


[PATCH] Re: Graphics: Viewing XPM and stray-EPS files ?!?!

2002-04-17 Thread R. Lahaye


[Adding xpm to eps]

Hi,

I have modified lib/configure.m4 so that it also includes the conversion
from XPM to EPS by default, at least for ImageMagick's convert:

convert XPM:$$i EPS:$$o

Do we also need a netpbm equivalent? Angus?

This conversion is required, when loading XPM files and viewing/printing
them to Postscript.

Patch attached.

Rob.


XPMtoEPS.diff.gz
Description: GNU Zip compressed data


[PATCH] Re: Graphics: Viewing XPM and stray-EPS files ?!?!

2002-04-17 Thread R. Lahaye


[Adding xpm to eps]

Hi,

I have modified lib/configure.m4 so that it also includes the conversion
from XPM to EPS by default, at least for ImageMagick's convert:

convert XPM:$$i EPS:$$o

Do we also need a netpbm equivalent? Angus?

This conversion is required, when loading XPM files and viewing/printing
them to Postscript.

Patch attached.

Rob.


XPMtoEPS.diff.gz
Description: GNU Zip compressed data