11 Star 79 Fork 30

Dustin / hithesis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
latexmkrc 675 Bytes
一键复制 编辑 原始数据 按行查看 历史
syvshc 提交于 2022-05-17 16:13 . 修改深圳校区毕业论文格式
# vim: set ft=perl:
@default_files = ('hithesis.dtx');
$pdf_mode = 1;
$bibtex_use = 2;
$recorder = 1;
$preview_continuous_mode = 1;
$clean_ext = "synctex.gz acn acr alg aux bbl bcf blg brf fdb_latexmk glg glo gls idx ilg ind lof log lot out run.xml toc pdf thm toe ist idx";
$pdflatex = "xelatex -file-line-error -halt-on-error -src-specials -synctex=1 %O %S";
$pdf_update_method = 0;
$makeindex = 'makeindex -s gind.ist %O -o %D %S';
# Show CPU time used.
$show_time = 1;
# Process glossary (change history).
add_cus_dep('glo', 'gls', 0, 'makeglo2gls');
sub makeglo2gls {
system("makeindex -s gglo.ist -o \"$_[0].gls\"
-t \"$_[0].glg\" \"$_[0].glo\"");
}
图书/手册/教程
1
https://gitee.com/dustincys/hithesis.git
git@gitee.com:dustincys/hithesis.git
dustincys
hithesis
hithesis
master

搜索帮助