Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/extensions/lua-api.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ Quarto exposes paths to utilities that are likely to be useful to Lua extension
|------------------------------------|------------------------------------|
| `quarto.paths.rscript()` | Returns the path to `Rscript` that Quarto uses in the `knitr` engine and R files for `quarto run` scripts |
| `quarto.paths.tinytex_bin_dir()` | Returns the path to `TinyTeX` binaries directory (where `tlmgr`, `pdlatex` and others are). If Quarto did not install `TinyTeX` and does not found it, it will return `nil`. This means that PDF rendering by Quarto probably used tools found in PATH. |
| `quarto.paths.typst()` | Returns the path to `typst` used by Quarto. |

### Shortcodes

Expand Down