Skip to content

Commit d1eb221

Browse files
committed
Fix traditional builder command example
Command line string is supported, according the setting's documentation, a list of strings is expected.
1 parent 5252b1f commit d1eb221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/buildsystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Supported settings:
141141
```json
142142
{
143143
"builder_settings": {
144-
"command": "latexmk -cd -f -%E -interaction=nonstopmode -synctex=1",
144+
"command": ["latexmk", "-cd", "-f", "-%E", "-interaction=nonstopmode", "-synctex=1"],
145145
"program": "xelatex",
146146
"options": ["--shell-escape"],
147147

0 commit comments

Comments
 (0)