forked from SublimeText/LaTeXTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LaTeX.sublime-commands
19 lines (19 loc) · 1.43 KB
/
LaTeX.sublime-commands
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
{ "caption": "LaTeXTools: Check system", "command": "latextools_system_check"},
{ "caption": "LaTeXTools: Delete temporary files", "command": "delete_temp_files"},
{ "caption": "LaTeXTools: Clear cache", "command": "latextools_clear_cache"},
{ "caption": "LaTeXTools: Clear document cache", "command": "clear_local_latex_cache"},
{ "caption": "LaTeXTools: Clear current bibliography cache", "command": "clear_bibliography_cache"},
{ "caption": "LaTeXTools: View PDF", "command": "view_pdf"},
{ "caption": "LaTeXTools: Jump to PDF", "command": "jump_to_pdf"},
{ "caption": "LaTeXTools: Show word count", "command": "texcount"},
{ "caption": "LaTeXTools: Show toggles", "command": "toggle_show"},
{ "caption": "LaTeXTools: Search for commands in document", "command": "latex_search_command_input"},
{ "caption": "LaTeXTools: Reset user settings to default", "command": "latextools_migrate"},
{ "caption": "LaTeXTools: Create mousemap in user folder", "command": "latextools_create_mousemap"},
{ "caption": "LaTeXTools: Open Detexify", "command": "latextools_open_detexify"},
{ "caption": "LaTeXTools: View TeX package documentation", "command": "latex_pkg_doc"},
{ "caption": "LaTeXTools: Build cache of LaTeX packages", "command": "latex_gen_pkg_cache"},
{ "caption": "LaTeXTools: Update document analysis cache", "command": "latextools_analysis_update"},
{ "caption": "LaTeXTools: Update bibliography cache", "command": "latextools_bib_update"}
]