Skip to content
Snippets Groups Projects
Commit 445a7f1b authored by Yu Xiong's avatar Yu Xiong :confounded:
Browse files

chore: 使用l3build进行自动构建

parent 4545e8f2
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,9 @@
*.sty
*.ins
## Zip file
*.zip
## Intermediate documents:
*.hd
*.dvi
......@@ -28,6 +31,14 @@
# *.eps
*.pdf
# Folders
build/
release/
support/
TDS/
temp/
mythesis/
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
......
......@@ -6,8 +6,8 @@ The `njuthesis` class is intended for typesetting Nanjing University dissertatio
Contributing
------------
[Issues](https://github.com/nju-lug/NJUVisual/issues) and
[pull requests](https://github.com/nju-lug/NJUVisual/pulls)
[Issues](https://github.com/nju-lug/NJUThesis/issues) and
[pull requests](https://github.com/nju-lug/NJUThesis/pulls)
are always welcome.
Wiki
......
#!/usr/bin/env texlua
-- Build script for njuthesis.
-- run with `l3build`
module = "njuthesis"
checkengines = {"xetex", "luatex"}
checkopts = "-interaction=batchmode"
ctanreadme = "README-CTAN.md"
sourcefiles = {"source/*.dtx"}
installfiles = {"*.cls"}
typesetexe = "xelatex"
typesetfiles = {"njuthesis.dtx"}
unpackfiles = {"njuthesis.dtx"}
unpackexe = "xetex"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment