tentative fix for epsi problems

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@5330 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-09-23 14:12:33 +00:00
parent f19d20cf5a
commit 1ebc19226f
3 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-09-23 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* configure.m4: add a test for eps2eps. Add converters for
epsi>eps and apsi>xpm
2002-08-23 Andre Poenitz <poenitz@htwm.de>
* layouts/cl2emult.layout: small improvements

View File

@ -386,6 +386,13 @@ case $TOPNG in
jpg_to_png="jpegtopnm \$\$i | pnmtopng >\$\$o";;
esac
SEARCH_PROG([for an EPSI -> EPS/XPM converter], EPS2EPS, eps2eps)
if test "$EPS2EPS" = "eps2eps"; then
epsi_to_eps="eps2eps \$\$i \$\$o"
epsi_to_xpm="eps2eps -sOutputFile=- \$\$i dummy.eps | convert - \$\$o"
fi
SEARCH_PROG([for an Image -> XPM converter], TOXPM, convert)
if test "$TOXPM" = "convert"; then
gif_to_xpm="convert GIF:\$\$i XPM:\$\$o"
@ -546,6 +553,7 @@ cat >$outfile <<EOF
\\converter word latex "$word_to_latex_command" ""
\\converter bmp eps "$bmp_to_eps" ""
\\converter epsi eps "$epsi_to_eps" ""
\\converter fits eps "$fits_to_eps" ""
\\converter fig eps "$fig_to_eps" ""
\\converter gif eps "$gif_to_eps" ""
@ -573,7 +581,7 @@ cat >$outfile <<EOF
\\converter fig xpm "$fig_to_xpm" ""
\\converter gif xpm "$gif_to_xpm" ""
\\converter eps xpm "$eps_to_xpm" ""
\\converter epsi xpm "$eps_to_xpm" ""
\\converter epsi xpm "$epsi_to_xpm" ""
\\converter jpg xpm "$jpg_to_xpm" ""
\\converter png xpm "$png_to_xpm" ""
\\converter ps xpm "$ps_to_xpm" ""

View File

@ -42,7 +42,10 @@ What's new
- fix bug where special characters in equations label confuse LyX
(this was a new bug in 1.2.1)
- fix bug with citation keys that contain spaces
- fix bug with citation keys that contain spaces (this was a new bug
in 1.2.1)
- fix bug with handling of EPSI files (this was a new bug in 1.2.1)
- fix bug with graphics files which name contain a '.'