mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add a Grace -> PPM converter.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6792 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
679d74f466
commit
290c946f3c
@ -1,3 +1,7 @@
|
|||||||
|
2003-04-11 Rob Lahaye <lahaye@users.sourceforge.net>
|
||||||
|
|
||||||
|
* configure.m4: add another Grace conversion from agr to ppm.
|
||||||
|
|
||||||
2003-04-10 John Levon <levon@movementarian.org>
|
2003-04-10 John Levon <levon@movementarian.org>
|
||||||
|
|
||||||
* ui/default.ui: Add visibility tag to toolbars
|
* ui/default.ui: Add visibility tag to toolbars
|
||||||
|
@ -533,6 +533,7 @@ cat >>$outfile <<EOF
|
|||||||
\\converter agr eps "gracebat -hardcopy -printfile \$\$o -hdevice EPS \$\$i 2>/dev/null" ""
|
\\converter agr eps "gracebat -hardcopy -printfile \$\$o -hdevice EPS \$\$i 2>/dev/null" ""
|
||||||
\\converter agr png "gracebat -hardcopy -printfile \$\$o -hdevice PNG \$\$i 2>/dev/null" ""
|
\\converter agr png "gracebat -hardcopy -printfile \$\$o -hdevice PNG \$\$i 2>/dev/null" ""
|
||||||
\\converter agr jpg "gracebat -hardcopy -printfile \$\$o -hdevice JPEG \$\$i 2>/dev/null" ""
|
\\converter agr jpg "gracebat -hardcopy -printfile \$\$o -hdevice JPEG \$\$i 2>/dev/null" ""
|
||||||
|
\\converter agr ppm "gracebat -hardcopy -printfile \$\$o -hdevice PNM \$\$i 2>/dev/null" ""
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user