Skip to content

Commit

Permalink
V2 release (#40)
Browse files Browse the repository at this point in the history
* docs: update

* Bump version to 2.0

---------

Co-authored-by: LogCreative <logcreative@outlook.com>
  • Loading branch information
AlexaraWu and LogCreative authored Mar 29, 2023
1 parent f7cbbe7 commit c01e104
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 105 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: xu-cheng/texlive-action/full@v1
with:
run: |
apk add font-noto-cjk
cd sjtutex && l3build ctan
name: build package with l3build
- name: prepare upload artifacts
Expand Down
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,24 @@ SJTUTeX 和 SJTUThesis 项目共享讨论区与社区写作模式。如遇问题

```bash
cd sjtutex
l3build doc # 编译示例及文档
l3build unpack # 解包
l3build doc # 编译全部示例及文档
l3build ctan # 生成发布包
```

在您提交 PR 时,GitHub Action 会自动构建文档 PDF。
文档类还含有多个示例(比如 `sample-thesis-zh`),主要存放于 `doc` 文件夹中(支持文件存放于 `support` 文件夹),编译单个示例 `<sample>` 可使用

```bash
l3build doc <sample>
```

## 致谢
仅编译文档类文档可以使用

* 感谢 [CTeX-kit](https://github.com/CTeX-org/ctex-kit) 提供了 LaTeX 的中文支持
* 感谢那位最先制作出博士学位论文 LaTeX 模板的交大物理系同学
* 感谢 William Wang 同学对模板移植做出的巨大贡献
* 感谢 [@weijianwen](https://github.com/weijianwen) 学长一直以来的开发和维护工作
* 感谢 [@sjtug](https://github.com/sjtug) 以及 [@dyweb](https://github.com/dyweb) 对 0.9.5 之后版本的开发和维护工作
* 感谢所有为模板贡献过代码的[同学们](https://github.com/sjtug/SJTUThesis/graphs/contributors),以及所有测试和使用模板的各位同学
```bash
l3build doc sjtutex
```

在您提交 PR 时,GitHub Action 会自动构建文档 PDF。

## 软件许可证

Expand Down
Loading

0 comments on commit c01e104

Please sign in to comment.