mirror of
https://github.com/ElegantLaTeX/ElegantBook.git
synced 2026-03-28 02:04:36 +08:00
Replaced latexmk -xelatex to latexmk -pdfxe as OsbertWang suggested
This commit is contained in:
@@ -34,7 +34,7 @@ typesetsuppfiles = {"*.cls", "*.bib"}
|
||||
imagesuppdir = "image"
|
||||
figuresuppdir = "figure"
|
||||
specialtypesetting = specialtypesetting or {}
|
||||
specialtypesetting[module .. "-cn.tex"] = {cmd = "latexmk -xelatex"}
|
||||
specialtypesetting[module .. "-cn.tex"] = {cmd = "latexmk -pdfxe"}
|
||||
|
||||
uploadconfig = {
|
||||
pkg = module,
|
||||
|
||||
Reference in New Issue
Block a user