mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Fix bug displaying tgif images and with exporting them to pdflatex
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3662 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a7a622e888
commit
b32de13261
@ -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
|
||||
|
@ -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" ""
|
||||
|
Loading…
Reference in New Issue
Block a user