Skip to content

Commit 5b799e3

Browse files
authored
Fix texpath documentation (#1663)
1 parent aff6a39 commit 5b799e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This section refers to setting that can be found in a platform-specific block fo
7575

7676
### All Platforms
7777

78-
* `texpath` (varies): the path to TeX & friends. Note that this should always include `$PATH` to ensure the default path is loaded as well.
78+
* `texpath` (varies): path-list, starting with path to TeX & friends, being used to lookup LaTeX commands. It replaces global `$PATH` environment variable and thus must be of the form `"/path/to/tex:$PATH` (Linux/MacOS) or `"C:\\path\\to\\tex;$PATH"` (Windows) to ensure custom TeX paths take precedence over already defined global ones.
7979
* `sublime_executable` (`""`): absolute path to `sublime_text.exe` to construct subl command line calls, if the path to sublime_text executable cannot be discovered automatically.
8080
* `keep_focus_delay` (`0.5`): this is used if `keep_focus` is set to true. It controls how long (in seconds) the delay is between the completion of the `latextools_jumpto_pdf` command and the attempt to refocus on Sublime Text. This may need to be adjusted depending on your machine or configuration.
8181

0 commit comments

Comments
 (0)