pkuthss/doc/example/latexmkrc
2019-11-15 22:17:45 +08:00

15 lines
461 B
Perl
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Copyright (c) 2019 Casper Ti. Vector
# Public domain.
@default_files = ('thesis');
# 5xelatex3latex+ dvipdfmx1pdflatex。
$pdf_mode = 5;
# 用 latex 模式编译时,使用 dvipdfmx 而非默认的 dvipdf。
$dvipdf = "dvipdfmx %O -o %D %S";
# 此选项相关说明见 texdoc latexmk。
$bibtex_use = 1.5;
$biber = "biber -l zh__pinyin --output-safechars %O %S";
# latexmk -c 时自动删除 .run.xml 文件。
$clean_ext = "run.xml";