diff options
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 |