diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-28 00:46:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-28 00:46:11 +0000 |
commit | 9b250c80ddb1e70ccdee183214943700e6756ef4 (patch) | |
tree | 7f69e42f7b0850b411e0b394ec7c7f4e42669f62 /Master/tlpkg | |
parent | 746397aa602d92ed9d0e8612a7901b897b85f233 (diff) |
* ptex.tlpsrc (eptex): new format.
(platex): engine eptex.
* texworks.tlpsrc,
* tlpsv.win32.tlpsrc: remove shortcut type=desktop.
git-svn-id: svn://tug.org/texlive/trunk@22629 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/ptex.tlpsrc | 7 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texworks.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc | 1 |
3 files changed, 3 insertions, 7 deletions
diff --git a/Master/tlpkg/tlpsrc/ptex.tlpsrc b/Master/tlpkg/tlpsrc/ptex.tlpsrc index 0a256f7e4b2..7af2e713d2c 100644 --- a/Master/tlpkg/tlpsrc/ptex.tlpsrc +++ b/Master/tlpkg/tlpsrc/ptex.tlpsrc @@ -3,12 +3,11 @@ depend latex depend adobemapping # execute AddFormat name=ptex engine=ptex options="ptex.ini" -execute AddFormat name=platex engine=ptex options="platex.ini" \ +execute AddFormat name=eptex engine=eptex options="*eptex.ini" \ + patterns=language.def +execute AddFormat name=platex engine=eptex options="*platex.ini" \ patterns=language.ptx # -# for 2011: -#execute AddFormat name=platex engine=eptex options="*platex.ini" -# binpattern f bin/${ARCH}/makejvf binpattern f bin/${ARCH}/mendex binpattern f bin/${ARCH}/pbibtex diff --git a/Master/tlpkg/tlpsrc/texworks.tlpsrc b/Master/tlpkg/tlpsrc/texworks.tlpsrc index bdfec446400..47040b64cde 100644 --- a/Master/tlpkg/tlpsrc/texworks.tlpsrc +++ b/Master/tlpkg/tlpsrc/texworks.tlpsrc @@ -5,8 +5,6 @@ longdesc TeX Live includes executables only for Windows. postaction shortcut type=menu name="TeXworks editor" \ cmd=TEXDIR/bin/win32/texworks.exe -postaction shortcut type=desktop name="TeXworks editor" \ - cmd=TEXDIR/bin/win32/texworks.exe postaction filetype name=TL.TeXworks.edit \ cmd='"TEXDIR/bin/win32/texworks.exe" "%1"' postaction fileassoc extension=.tex filetype=TL.TeXworks.edit diff --git a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc index a2b1953599b..09d1fd160e6 100644 --- a/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/tlpsv.win32.tlpsrc @@ -8,7 +8,6 @@ longdesc TeX Live includes executables only for Windows. binpattern f/win32 bin/win32/psv runpattern d tlpkg/tlpsv postaction shortcut type=menu name="PS_View" cmd=TEXDIR/bin/win32/psv.exe -postaction shortcut type=desktop name="PS_View" cmd=TEXDIR/bin/win32/psv.exe postaction filetype name=TL.PSView.view cmd='"TEXDIR/bin/win32/psv.exe" "%1"' postaction fileassoc extension=.eps filetype=TL.PSView.view postaction fileassoc extension=.ps filetype=TL.PSView.view |