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
|
||||
local cmd
|
||||
if string.match(file, "%-cn%.tex$") then
|
||||
cmd = "latexmk -pdfxe -synctex=1 -interaction=nonstopmode "
|
||||
cmd = "latexmk -pdfxe -interaction=nonstopmode "
|
||||
else
|
||||
cmd = "latexmk -pdf -synctex=1 -interaction=nonstopmode "
|
||||
cmd = "latexmk -pdf -interaction=nonstopmode "
|
||||
end
|
||||
return run(dir, cmd .. file)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user