Skip to content
Snippets Groups Projects
Commit 02013358 authored by Yichen Zhao's avatar Yichen Zhao
Browse files

docs: 更新文档; chore: 修复release CTAN宏包的bug

parent cddfd4e1
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,10 @@ jobs:
- name: Zip CTAN Source
run: |
mkdir -p doc/example
cp chapters njuthesis.tex doc/example
cp -r chapters njuthesis.tex doc/example
cp njuthesis.pdf doc
mv README.md README_ZH_CN.md
mv README_EN.md README.md
zip -r njuthesis_ctan.zip . -x ".github/*" ".gitignore" "chapters/*" "njuthesis.*"
- uses: "marvinpinto/action-automatic-releases@latest"
......
......@@ -72,11 +72,3 @@
## 许可
本模板的发布遵守 LaTeX Project Public License(版本 1.3c 或更高)。
## TODO
- [x] 主要代码转为LaTeX3,使用`expl3`宏包
- [x] 基于CTeX宏集重构所有页面以符合学校论文要求
- [x] Github Action自动化构建预览PDF
- [x] 完善文档
- [x] CTAN发布宏包
......@@ -5,7 +5,7 @@
## Overview
This is A LaTex Template for Nanjing University Bachelor Thesis. The Template needs `xelatex` or `lualatex`.
This is A LaTex Template for Nanjing University Thesis. This template supports bachelor, master, doctor thesis. The Template needs `xelatex` or `lualatex`.
## License
......
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