first commit
This commit is contained in:
5
.latexmkrc
Normal file
5
.latexmkrc
Normal file
@@ -0,0 +1,5 @@
|
||||
$pdf_mode = 1; # 生成PDF
|
||||
$latex = 'xelatex %O %S'; # 用 xelatex 替代 latex
|
||||
$pdflatex = 'xelatex %O %S'; # 用 xelatex 替代 pdflatex
|
||||
$dvi_mode = 0; # 禁用DVI输出
|
||||
$postscript_mode = 0; # 禁用PS输出
|
Reference in New Issue
Block a user