mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
fix converters for tgif
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6421 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
88e694fae9
commit
1861992f3f
@ -1,3 +1,7 @@
|
||||
2003-03-10 Michael Schmitt <Michael.Schmitt@teststep.org>
|
||||
|
||||
* configure.m4: fix the tgif converters
|
||||
|
||||
2003-03-06 Serge Winitzki <serge@cosmos.phy.tufts.edu>
|
||||
|
||||
* bind/sciword.bind: update for 1.3.x
|
||||
|
@ -514,10 +514,8 @@ fi
|
||||
SEARCH_PROG([for an TGIF -> EPS/PPM converter], TGIF, tgif)
|
||||
if test "$TGIF" = "tgif"; then
|
||||
cat >>$outfile <<EOF
|
||||
\\converter tgif eps "tgif -print -eps \$\$i" ""
|
||||
\\converter tgif pdf "tgif -print -pdf \$\$i" ""
|
||||
\\converter tgif png "tgif -print -png \$\$i" ""
|
||||
\\converter tgif ppm "tgif -print -stdout -xpm \$\$i | xpmtoppm > \$\$o" ""
|
||||
\\converter tgif eps "tgif -stdout -print -color -eps \$\$i > \$\$o" ""
|
||||
\\converter tgif png "tgif -stdout -print -color -xpm \$\$i | xpmtoppm | pnmtopng > \$\$o" ""
|
||||
EOF
|
||||
fi
|
||||
|
||||
|
@ -64,6 +64,8 @@ What's new
|
||||
- graphics that have been set to not display in LyX are no longer
|
||||
converted [bug #920]
|
||||
|
||||
- fix converters for tgif format
|
||||
|
||||
- fix bug where preview snippets would most of the time be processed twice
|
||||
|
||||
- prevent a crash when generating previews if the user is not using a
|
||||
|
Loading…
x
Reference in New Issue
Block a user