-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathHelp.plist
39 lines (36 loc) · 1.02 KB
/
Help.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>beforeRunningCommand</key>
<string>nop</string>
<key>command</key>
<string>#!/bin/bash
[[ -f "${TM_SUPPORT_PATH}/lib/bash_init.sh" ]] && \
. "${TM_SUPPORT_PATH}/lib/bash_init.sh"
. "$TM_SUPPORT_PATH/lib/webpreview.sh"
html_header "LaTeX Bundle Help" "LaTeX"
echo "<meta http-equiv='refresh' content='0;
file:///${TM_BUNDLE_SUPPORT}/Help/Help.pdf'>"
html_footer
</string>
<key>input</key>
<string>none</string>
<key>inputFormat</key>
<string>text</string>
<key>name</key>
<string>Help</string>
<key>outputCaret</key>
<string>afterOutput</string>
<key>outputFormat</key>
<string>html</string>
<key>outputLocation</key>
<string>newWindow</string>
<key>scope</key>
<string>text.tex.latex</string>
<key>uuid</key>
<string>37B43A9E-AD5E-11D9-97B0-000D93B6E43C</string>
<key>version</key>
<integer>2</integer>
</dict>
</plist>