-
Notifications
You must be signed in to change notification settings - Fork 537
/
Copy pathpackage.nls.json
102 lines (102 loc) · 5.12 KB
/
package.nls.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"command.navigate-envpair": "Navigate to matching \\begin{}/\\end{}",
"command.select-envname": "Select the current environment name",
"command.select-envcontent": "Select the current environment content",
"command.select-env": "Select the current environment",
"command.multicursor-envname": "Add a multicursor to the current environment name",
"command.wrap-env": "Surround selection with \\begin{}...\\end{}",
"command.surround": "Surround selection with LaTeX command",
"command.close-env": "Close current environment",
"command.toggle-equation-envname": "Toggle between \\[...\\] and \\begin{}...\\end{}",
"command.revealoutput": "Reveal output folder in OS",
"command.saveWithoutBuilding": "Save without Building",
"command.build": "Build LaTeX project",
"command.recipes": "Build with recipe",
"command.view": "View LaTeX PDF file",
"command.tab": "View LaTeX PDF file in VSCode tab",
"command.viewInBrowser": "View LaTeX PDF file in web browser",
"command.viewExternal": "View LaTeX PDF file in external viewer",
"command.refresh-viewer": "Refresh all LaTeX PDF viewers",
"command.kill": "Kill LaTeX compiler process",
"command.synctex": "SyncTeX from cursor",
"command.clean": "Clean up auxiliary files",
"command.citation": "Open citation browser",
"command.addtexroot": "Insert !TeX root magic comment",
"command.wordcount": "Count words in LaTeX document",
"command.changeHostName": "Change server listening hostname",
"command.resetHostName": "Reset server listening hostname to 127.0.0.1",
"command.compilerlog": "View LaTeX compiler logs",
"command.log": "View LaTeX Workshop messages",
"command.actions": "LaTeX actions",
"command-dev.parselog": "Parse current document as LaTeX logs",
"command-dev.parsetex": "Parse current file as LaTeX AST",
"command-dev.parsebib": "Parse current file as BibTeX AST",
"command-dev.striptext": "Strip text and comments from LaTeX.",
"command.texdoc": "Show package documentation",
"command.texdocUsepackages": "Show package documentation actually used",
"command.promote-sectioning": "Promote all the section levels used in the selection",
"command.demote-sectioning": "Demote all the section levels used in the selection",
"command.select-section": "Select the current section",
"command.bibsort": "Sort BibTeX file",
"command.bibalign": "Align BibTeX file",
"command.bibalignsort": "Sort and align BibTeX file",
"command.openMathPreviewPanel": "Open Math Preview Panel",
"command.closeMathPreviewPanel": "Close Math Preview Panel",
"command.toggleMathPreviewPanel": "Toggle Math Preview Panel",
"activity.commands": "Commands",
"activity.structure": "Structure",
"activity.snippetview": "Snippet View",
"activity.recipe": "Recipe",
"activity.view": "View LaTeX PDF",
"activity.viewintab": "View in VSCode tab",
"activity.viewinweb": "View in web browser",
"activity.viewinexternal": "View in external viewer",
"activity.log": "View log messages",
"activity.navigate": "Navigate, select, and edit",
"activity.misc": "Miscellaneous",
"activity.bibtex": "BibTeX actions",
"snippetview.symbol": "Symbols",
"snippetview.tikz": "TikZ",
"snippetview.search": "Search",
"snippetview.tikz.general": "General",
"snippetview.tikz.coordinate": "name a point X",
"snippetview.tikz.node": "place a node and name it X",
"snippetview.tikz.coordinatespec": "coordinate Specifications",
"snippetview.tikz.coordinate.cartesian": "cartesian coordinate",
"snippetview.tikz.coordinate.polar": "polar coordinate",
"snippetview.tikz.coordinate.uselibrary.before": "Using ",
"snippetview.tikz.coordinate.uselibrary.after": " library",
"snippetview.tikz.coordinate.calculation": "coordinate calculations",
"snippetview.tikz.coordinate.fromto": "from (A) 25% to (B)",
"snippetview.tikz.coordinate.rotate": "from (A) 3cm to (B) then rotate 30°",
"snippetview.tikz.coordinate.projection": "projection of (B) onto line (AC)",
"snippetview.tikz.coordinate.above": "position new node 1cm above existing anchor",
"snippetview.tikz.paths": "Paths",
"snippetview.tikz.paths.line": "line",
"snippetview.tikz.paths.extend": "extend line",
"snippetview.tikz.paths.join": "joint to start",
"snippetview.tikz.paths.angle": "line with tweaked entry and exit angles",
"snippetview.tikz.paths.center": "line with center displaced",
"snippetview.tikz.paths.rectangle": "rectangle",
"snippetview.tikz.paths.circle": "circle",
"snippetview.tikz.paths.ellipse": "ellipse",
"snippetview.tikz.paths.circulararc": "circular arc",
"snippetview.tikz.paths.ellipticarc": "elliptic arc",
"snippetview.tikz.paths.beziercurve": "Bezier curve",
"snippetview.tikz.paths.grid": "grid",
"snippetview.tikz.paths.parabola": "parabola",
"snippetview.tikz.pathoption": "Path Options",
"snippetview.tikz.color": "Color",
"snippetview.tikz.maths": "Maths",
"snippetview.tikz.maths.plot": "Plot",
"snippetview.tikz.maths.value": "Set Value",
"snippetview.tikz.maths.function": "Set Function",
"DOC": "%DOC%",
"DOCFILE": "%DOCFILE%",
"DOC_EXT": "%DOC_EXT%",
"DIR": "%DIR%",
"TEX": "%TEX%",
"PDF": "%PDF%",
"LINE": "%LINE%",
"TMPFILE": "%TMPFILE%"
}