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.
build.lua
1 parent bf5c901 commit 91ed52eCopy full SHA for 91ed52e
build.lua
@@ -16,7 +16,7 @@ typesetopts = "-pdf -interaction=nonstopmode"
16
function docinit_hook()
17
for _,supp in pairs(suppdirs) do
18
run(currentdir, "cp -r " .. supp .. " " .. typesetdir)
19
- end
+ end
20
return 0
21
end
22
function tex(file,dir,cmd)
0 commit comments