1 Star 1 Fork 0

楠木 / TeXProposal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.latexmkrc 377 Bytes
一键复制 编辑 原始数据 按行查看 历史
楠木 提交于 2016-09-21 10:19 . 更新清除列表
$pdflatex = 'xelatex %O %S';
$pdf_mode = 1;
$postscript_mode = $dvi_mode = 0;
$clean_ext = 'aux bbl equ glo gls hd idx ilg ind lof lot out blg log thm toc synctex.gz lofEN lotEN equEN etoc';
$makeindex = 'zhmakeindex -s gind.ist %O -o %D %S';
add_cus_dep('glo', 'gls', 0, 'makeglo2gls');
sub makeglo2gls {
system("zhmakeindex -s gglo.ist -o \"$_[0].gls\" \"$_[0].glo\"");
}
TeX/LaTeX
1
https://gitee.com/nanmu42/TeXProposal.git
git@gitee.com:nanmu42/TeXProposal.git
nanmu42
TeXProposal
TeXProposal
master

搜索帮助