mirror of
https://github.com/ElegantLaTeX/ElegantPaper.git
synced 2026-03-28 02:04:37 +08:00
删除 build.lua 的 synctex
This commit is contained in:
@@ -59,9 +59,9 @@ function typeset(file, dir, exe)
|
|||||||
dir = dir or typesetdir
|
dir = dir or typesetdir
|
||||||
local cmd
|
local cmd
|
||||||
if string.match(file, "%-cn%.tex$") then
|
if string.match(file, "%-cn%.tex$") then
|
||||||
cmd = "latexmk -pdfxe -synctex=1 -interaction=nonstopmode "
|
cmd = "latexmk -pdfxe -interaction=nonstopmode "
|
||||||
else
|
else
|
||||||
cmd = "latexmk -pdf -synctex=1 -interaction=nonstopmode "
|
cmd = "latexmk -pdf -interaction=nonstopmode "
|
||||||
end
|
end
|
||||||
return run(dir, cmd .. file)
|
return run(dir, cmd .. file)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user