Skip to content

Commit

Permalink
README: Document option to use arrays as execpath arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Sep 28, 2024
1 parent 6567c44 commit 9e8024d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ Currently supported options:
override the default executable name listed in the table
above.

Use a list to pass additional arguments to the executable.
E.g., `execpath: ['xelatex' '-halt-on-error']` will use
`xelatex` as the executable and pass `-halt-on-error` as the
first argument.

+ `package`: if this option is set then the filter will try to
`require` a Lua package with the given name. If the operation
is successful, then the result will be used as the compiler
Expand Down

0 comments on commit 9e8024d

Please sign in to comment.