]> git.lyx.org Git - features.git/commitdiff
Fix bug displaying tgif images and with exporting them to pdflatex
authorAngus Leeming <leeming@lyx.org>
Tue, 5 Mar 2002 11:02:32 +0000 (11:02 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 5 Mar 2002 11:02:32 +0000 (11:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3662 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/configure.m4

index 66a86758d625b02e391e48d6c3a877255298827a..7d7f656f63bbf612bfcd6729588c5ca7d1d75eb5 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-04  Herbert Voss  <voss@perce.de>
+
+       * configure.m4: fix the problem with tgif's xpm export
+
 2002-03-03  Herbert Voss  <voss@perce.de>
 
        * configure.m4: added more converter stuff for different formats
index 045365c25bf7f257bc521c912b6aff0be1c523fb..a0e348d413308f3ab4998c08aab848062cdc3ce6 100644 (file)
@@ -519,8 +519,9 @@ cat >$outfile <<EOF
 \\converter xbm  eps "$xbm_to_eps" ""
 \\converter xwd  eps "$xwd_to_eps" ""
 
-\\converter tgif gif "tgif -print -gif \$\$i" ""
-\\converter tgif pdf "tgif -print -pdf \$\$i" ""
+\\converter tgif xpm "tgif -print -stdout -xpm \$\$i > \$\$o" ""
+\\converter tgif png "tgif -print -stdout -png \$\$i > \$\$o" ""
+\\converter tgif pdf "tgif -print -stdout -pdf \$\$i > \$\$o" ""
 
 \\converter gif  png "$gif_to_png" ""
 \\converter eps  png "$eps_to_png" ""