We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7550720 commit 75df5c9Copy full SHA for 75df5c9
src/resources/lua-types/quarto/paths.lua
@@ -7,3 +7,9 @@ Returns the path to the `Rscript` file that Quarto itself would use in its knitr
7
]]
8
---@return string # Path to `Rscript` file
9
function quarto.paths.rscript() end
10
+
11
+--[[
12
+Returns the path to the `TinyTeX` bin directory that `quarto install tinytex` installed to, or nil if not found.
13
+]]
14
+---@return string|nil # Path to `TinyTeX` bin directory
15
+function quarto.paths.tinytex_bin_dir() end
0 commit comments