mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
* lib/configure.py: Add tgif->png and tgif->ppm converters
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14021 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
993374a769
commit
51ca3d43d3
@ -361,6 +361,8 @@ def checkConverterEntries():
|
||||
checkProg('a TGIF -> EPS/PPM converter', ['tgif'],
|
||||
rc_entry = [
|
||||
r'''\converter tgif eps "tgif -stdout -print -color -eps $$i > $$o" ""
|
||||
\converter tgif ppm "tgif -stdout -print -color -ppm $$i > $$o" ""
|
||||
\converter tgif png "tgif -stdout -print -color -png $$i > $$o" ""
|
||||
\converter tgif pdf "tgif -stdout -print -color -pdf $$i > $$o" ""''',
|
||||
''])
|
||||
#
|
||||
|
@ -44,6 +44,8 @@ What's new
|
||||
|
||||
- Add support for the dvipdfmx converter.
|
||||
|
||||
- Add tgif->ppm and tgif->png converters for preview of tgif figures
|
||||
|
||||
** Bug fixes
|
||||
|
||||
* Document input/output:
|
||||
|
Loading…
x
Reference in New Issue
Block a user