blob: e95d53d32e9e40eb46fc79b371ee5b4fbe49d458 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
category TLCore
shortdesc Cross-platform friendly front end.
longdesc See http://tug.org/texworks for information and downloads.
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
postaction fileassoc extension=.sty filetype=TL.TeXworks.edit
postaction fileassoc extension=.cls filetype=TL.TeXworks.edit
binpattern f/win32 bin/${ARCH}/texworks
binpattern d/win32 tlpkg/texworks
binpattern +!d/win32 tlpkg/texworks/poppler-data
binpattern +!d/win32 tlpkg/texworks/texworks-help
runpattern d tlpkg/texworks/poppler-data
runpattern d tlpkg/texworks/texworks-help
|