first commit

This commit is contained in:
2025-05-04 00:06:02 +08:00
commit 4a0dc137a4
6 changed files with 717 additions and 0 deletions

5
.latexmkrc Normal file
View 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输出