Releases: BITNP/BIThesis
v3.8.3 (Public Release)
Tip
若是初次使用,可先参考快速使用指南(本科/硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf
。
这个版本主要是适应2025年三月末新研究生模板。
-
硕博模板
- 若已在用之前 v3.8.3-alpha-1 测试版:这次基本没有变化,可以不升级;如想升级,替换
bithesis.cls
即可。 - 若在用 v3.8.2 或更早版本:因为要填信息,不能像往常一样单纯替换
bithesis.cls
;请参考以下升级指南。
- 若已在用之前 v3.8.3-alpha-1 测试版:这次基本没有变化,可以不升级;如想升级,替换
-
本科模板:升级仍只需替换
bithesis.cls
。
硕博升级指南
- 下载新的模板包并解压。
- 用新的
bithesis.cls
替换旧的bithesis.cls
。 - 将新的
misc/icon_{academic,professional}.jpg
复制到旧的misc/
。 - 参考新的
main.tex
重新填写\BITSetup{ info = {…} }
:- 增加学号
studentId
(用于封皮)、研究生类型degreeType
(学术型academic
、专业型professional
)。 - 若是专业型研究生,增加行业合作导师
industrialMentor{,En}
。 - 若是工程硕博士专项,增加
工程硕博士专项 = true
。
- 增加学号
- 重新编译。
此外,关于 #584 图表标题与周围文字的间距异常(特别是 float 宏包),可以用\captionsetup[figure]{belowskip = 0pt}
微调。
补充:如果三种类型都不是,封面「学生类型」信息框为美观默认关闭,可以手动开启。
请编辑main.tex
:
\BITSetup{
cover = {
…
autoWidthPadding = 0.25em,
+ showSpecialTypeBox = true,
},
以前和研究生院确认过这个信息框重要程度比较低,这回还没有问。如果有人通知要始终保留,欢迎分享,LaTeX模板可以改一下默认行为。
[3.8.3] - 2025-04-08
🚀 Features
- (GT) 适应2025年三月末新研究生模板 (03e05f9) by @YDX-2147483647 in #605
🐛 Bug Fixes
- (GT) 参照Word模板微调摘要、正文、结论等标题上下的间距,并展示省略号写法 (3433a53) by @YDX-2147483647 in #606
- 调大
cover/autoWidthPadding
时,题名页信息应该整体居中 (3c5e397) by @YDX-2147483647 in #611
📚 Documentation
- 2023 → 2025 (c82d688) by @Aaron-Gp in #599
- 更正文档类组成 (af20679) by @YDX-2147483647
- Fix 24 warnings (e7ed4f8) by @YDX-2147483647 in #600
- Update README to v3.8.3-alpha-1 (ab73edb) by @YDX-2147483647 in #609
- (handbook) Clean obsolete codes, add manual
\clearpage
(7200ebd) by @YDX-2147483647
🧪 Testing
- Refactor
make test
withtest.py
for easier debugging (6f8a9f7) by @YDX-2147483647 - Move
make doc
into `test.py (ae28957) by @YDX-2147483647 - Record durations (c4bb27b) by @YDX-2147483647
- Force latexmk to process document fully (c76efbb) by @YDX-2147483647 in #607
- Collect key errors from log files (6e23060) by @YDX-2147483647
⚙️ Miscellaneous Tasks
- Switch from xu-cheng/texlive-action to teatimeguest/setup-texlive-action (08614f9) by @YDX-2147483647
- Minimize packages (5685220) by @YDX-2147483647
- Fix packages (4ef7ce0) by @YDX-2147483647 in #610
- Update version to 3.8.3 (dfb29fe) by @YDX-2147483647
New Contributors
v3.8.3-alpha-1
Tip
若是初次使用,可先参考快速使用指南(本科/硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf
。
硕博升级指南
这个测试版主要是适应2025年三月末新研究生模板。因为要填信息,不能像往常一样单纯替换bithesis.cls
;请如下操作。
- 下载新的模板包并解压。
- 用新的
bithesis.cls
替换旧的bithesis.cls
。 - 将新的
misc/icon_{academic,professional}.jpg
复制到旧的misc/
。 - 参考新的
main.tex
重新填写\BITSetup{ info = {…} }
:- 增加学号
studentId
(用于封皮)、研究生类型degreeType
(学术型academic
、专业型professional
)。 - 若是专业型研究生,增加行业合作导师
industrialMentor{,En}
。 - 若是工程硕博士专项,增加
工程硕博士专项 = true
。
- 增加学号
- 重新编译。
此外,关于 #584 图表标题与周围文字的间距异常(特别是 float 宏包),可以用\captionsetup[figure]{belowskip = 0pt}
微调。
(本科不受影响,升级仍只需替换bithesis.cls
,当然不升级也可以。)
补充(2025年4月3日傍晚)
如果三种类型都不是,封面「学生类型」信息框为美观默认关闭。如需开启,请编辑main.tex
:
\BITSetup{
cover = {
…
autoWidthPadding = 0.25em,
+ showSpecialTypeBox = true,
},
以前和研究生院确认过这个信息框重要程度比较低,这回还没有问。如果有人通知要始终保留,欢迎分享,LaTeX模板可以改一下默认行为。
[unreleased]
🚀 Features
- (GT) 适应2025年三月末新研究生模板 (03e05f9) by @YDX-2147483647 in #605
🐛 Bug Fixes
- (GT) 参照Word模板微调摘要、正文、结论等标题上下的间距,并展示省略号写法 (3433a53) by @YDX-2147483647 in #606
📚 Documentation
- 2023 → 2025 (c82d688) by @Aaron-Gp in #599
- 更正文档类组成 (af20679) by @YDX-2147483647
- Fix 24 warnings (e7ed4f8) by @YDX-2147483647 in #600
New Contributors
v3.8.2 (Public Release)
Tip
若是初次使用,可先参考快速使用指南(本科/硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf
。
v3.8.2 主要更改:
- 改善文档,特别是将以前散落各处的FAQ整理成了 🥑 疑难杂症 (bithesis.bitnp.net/faq)。
- 对于硕博模板,参考学校规定调整了图表前后的间距,原先间距过大。
如果使用本科模板,或者不介意间距,可以不更新bithesis.cls
。
[3.8.2] - 2025-03-25
🐛 Bug Fixes
- Listings 代码编号中的分隔标签 (7c37def) by @YDX-2147483647 in #590
- (GT) [breaking] 参照规定调整浮动体附近的间距 (#587) (e485b46) by @YDX-2147483647
- (GT) 浮动体连续排列时的间距不能过窄 (7bd201d) by @YDX-2147483647 in #595
📚 Documentation
- 改正
misc/algorithmSeparation
的文档 (eb2b93d) by @YDX-2147483647 in #571 - 更新 [Bug] 模板 (5497443) by @YDX-2147483647 in #573
- 更新开发文档 (6c66799) by @YDX-2147483647 in #576
- 改正
cover/{label,value}Align
选项的文档 (b7a9dbd) by @YDX-2147483647 - Http → https (0f0d47b) by @YDX-2147483647 in #578
- 将 GitHub Discussions 链接更新为疑难杂症单独页面 (25d9f7a) by @YDX-2147483647 in #585
- 链接优先指向 🥑 疑难杂症 (bithesis.bitnp.net/faq) (2ed79ae) by @YDX-2147483647
- 更正
const/heading/acknowledgements
选项的文档 (f7ce6de) by @YDX-2147483647 in #588 - 将生僻字、断字等“部分正确”的注释换成FAQ (4e27fa9) by @YDX-2147483647
⚙️ Miscellaneous Tasks
- 缓存链接检查结果 (b86ba69) by @YDX-2147483647
- Update version to 3.8.2 (5b9f990) by @YDX-2147483647 in #597
◀️ Revert
- (GT) 撤销 #587 修改的浮动体间距 (09f16ab) by @YDX-2147483647
v3.8.1 (Public Release)
Tip
若是初次使用,可先参考快速使用指南(本科/硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf
。
[3.8.1] - 2025-01-03
🚀 Features
- 支持不编号的
\pubsection*
(7d372ea) by @YDX-2147483647 in #567
📚 Documentation
- (handbook) 增加链接 (e8708f2) by @YDX-2147483647
- 改进「攻读学位期间发表论文与研究成果清单」相关文档 (0fd8034) by @YDX-2147483647 in #559
- 修复GitHub议题模板 (8e2d6f5) by @YDX-2147483647
- 给
titleEn
示例添加括号 (c5c88e3) by @YDX-2147483647 in #565
⚙️ Miscellaneous Tasks
- Ignore binaries installed by git-cliff-action (426991b) by @YDX-2147483647 in #557
- Remove assets added accidentally (eb0adc8) by @YDX-2147483647
- Texlive 2024 (5c41393) by @everything411
- Update version to 3.8.1 (a6a1209) by @YDX-2147483647
New Contributors
- @everything411 made their first contribution
v3.8.0 (Public Release)
Tip
若是初次使用,可先参考快速使用指南(本科/硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf
。
[3.8.0] - 2024-10-07
🚀 Features
- 自动设置
hideCoverInPeerReview
(286fa70) by @YDX-2147483647 - 改小数学行距至西文水平 (bcae36c) by @YDX-2147483647 in #537
- [breaking] 致谢标题支持用
const/heading/acknowledgements
调整,同时英文模板默认值从单数改为复数 (e524e6b) by @YDX-2147483647 - 目录标题支持用
TOC/title
调整 (3f5f938) by @YDX-2147483647 - (UTE) 支持英文模板采用中文封面 (f14ec56) by @YDX-2147483647 in #539
- 本科毕设英文模板封面按照要求加入中文标题 (8aecf33) by @CreeperLKF
🐛 Bug Fixes
- 统一更新本科若干模板的注释 (eb03d24) by @YDX-2147483647
- (UTE) [breaking] 本科英文模板前置部分的页码从小写罗马数字改为大写 (c721bd2) by @YDX-2147483647
- (UTE) 本科英文模板也应支持
const/info/major
(0ecd8db) by @YDX-2147483647 - (UTE) [breaking] 本科英文模板的声明页删除页码,并与中文模板统一格式 (0ec02cc) by @YDX-2147483647
- 目录包含「目录」本身时,页码应为目录的首页而非末页 (6e32fd3) by @YDX-2147483647
- (UTE) [breaking] 本科英文模板的目录默认不再包含目录本身 (aa2fa1e) by @YDX-2147483647
- 硕博模板中
cover/hideCoverInPeerReview
应仍默认为 false (c845fef) by @YDX-2147483647 in #549
🚜 Refactor
- 统一使用
\@@_if_thesis_int_type:nTF
(e43a008) by @YDX-2147483647 - (UTE) [breaking] 本科英文模板英文摘要上方的论文标题改为三号(16 bp),与中文模板一致 (39a7093) by @YDX-2147483647
- (UTE) [breaking] 本科英文模板标题中的中文改为黑体,取消摘要标题加粗,与中文模板一致 (832c1fb) by @YDX-2147483647
- (UTE) [breaking] 本科英文模板的 Arial 换为 Times,与中文模板一致 (b302128) by @YDX-2147483647
cover/dilimiter
选项改为cover/delimiter
(49cae71) by @YDX-2147483647 in #542
📚 Documentation
- 提示更改外文翻译模板的页眉,并更新相关注释 (fe5d1f7) by @YDX-2147483647 in #529
- 更新 Overleaf 情况 (6a20fff) by @YDX-2147483647
- 更新开发指南 (2bfe946) by @YDX-2147483647 in #530
- 补充介绍
\AuthorEn
(3439553) by @YDX-2147483647 in #535 - (handbook) 生成盲评版论文 (24a7e5d) by @YDX-2147483647 in #534
- (UTE) 可以调换中英文摘要顺序 (2625d43) by @YDX-2147483647
appendices/title
等选项 (7b89ffa) by @YDX-2147483647- (UTE) 更新英文模板示例 (9104d6a) by @YDX-2147483647 in #541
cover/addTitleZh
(bee5642) by @YDX-2147483647 in #552
🎨 Styling
- Trim trailing whitespace and make sure files end in a newline and only a newline (5e439b0) by @YDX-2147483647 in #538
⚙️ Miscellaneous Tasks
- Fix typo (f950040) by @fky2015
- 更新开发文档、脚本等资料 (1f0f4f7) by @YDX-2147483647
- DocStrip 统一用
@@
而非_bithesis_
(ac3b973) by @YDX-2147483647 - 所有
latexmkrc
统一启用 SyncTeX 并关闭-shell-escape
(3ed9359) by @YDX-2147483647 in #545 - 标注中文显示名 (cd01f88) by @YDX-2147483647 in #546
gh release upload
应当使用tag_name
(424e5b8) by @YDX-2147483647- Fix release notes of pre-releases (25055b3) by @YDX-2147483647 in #550
- Update version to 3.8.0 (0c94ca5) by @fky2015
Build
- (deps) Bump orhun/git-cliff-action from 3 to 4 (a1fee78) by @dependabot[bot] in #551
- (deps) Bump peter-evans/create-pull-request from 6 to 7 (a6cb98c) by @dependabot[bot] in #553
v3.8.0-alpha-3
Tip
若是初次使用,可先参考快速使用指南(本科/硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf
。
[unreleased]
🚀 Features
- 自动设置
hideCoverInPeerReview
(286fa70) by @YDX-2147483647 - 改小数学行距至西文水平 (bcae36c) by @YDX-2147483647 in #537
- [breaking] 致谢标题支持用
const/heading/acknowledgements
调整,同时英文模板默认值从单数改为复数 (e524e6b) by @YDX-2147483647 - 目录标题支持用
TOC/title
调整 (3f5f938) by @YDX-2147483647 - (UTE) 支持英文模板采用中文封面 (f14ec56) by @YDX-2147483647 in #539
- 本科毕设英文模板封面按照要求加入中文标题 (8aecf33) by @CreeperLKF
🐛 Bug Fixes
- 统一更新本科若干模板的注释 (eb03d24) by @YDX-2147483647
- (UTE) [breaking] 本科英文模板前置部分的页码从小写罗马数字改为大写 (c721bd2) by @YDX-2147483647
- (UTE) 本科英文模板也应支持
const/info/major
(0ecd8db) by @YDX-2147483647 - (UTE) [breaking] 本科英文模板的声明页删除页码,并与中文模板统一格式 (0ec02cc) by @YDX-2147483647
- 目录包含「目录」本身时,页码应为目录的首页而非末页 (6e32fd3) by @YDX-2147483647
- (UTE) [breaking] 本科英文模板的目录默认不再包含目录本身 (aa2fa1e) by @YDX-2147483647
- 硕博模板中
cover/hideCoverInPeerReview
应仍默认为 false (c845fef) by @YDX-2147483647 in #549
🚜 Refactor
- 统一使用
\@@_if_thesis_int_type:nTF
(e43a008) by @YDX-2147483647 - (UTE) [breaking] 本科英文模板英文摘要上方的论文标题改为三号(16 bp),与中文模板一致 (39a7093) by @YDX-2147483647
- (UTE) [breaking] 本科英文模板标题中的中文改为黑体,取消摘要标题加粗,与中文模板一致 (832c1fb) by @YDX-2147483647
- (UTE) [breaking] 本科英文模板的 Arial 换为 Times,与中文模板一致 (b302128) by @YDX-2147483647
cover/dilimiter
选项改为cover/delimiter
(49cae71) by @YDX-2147483647 in #542
📚 Documentation
- 提示更改外文翻译模板的页眉,并更新相关注释 (fe5d1f7) by @YDX-2147483647 in #529
- 更新 Overleaf 情况 (6a20fff) by @YDX-2147483647
- 更新开发指南 (2bfe946) by @YDX-2147483647 in #530
- 补充介绍
\AuthorEn
(3439553) by @YDX-2147483647 in #535 - (handbook) 生成盲评版论文 (24a7e5d) by @YDX-2147483647 in #534
- (UTE) 可以调换中英文摘要顺序 (2625d43) by @YDX-2147483647
appendices/title
等选项 (7b89ffa) by @YDX-2147483647- (UTE) 更新英文模板示例 (9104d6a) by @YDX-2147483647 in #541
cover/addTitleZh
(bee5642) by @YDX-2147483647 in #552
🎨 Styling
- Trim trailing whitespace and make sure files end in a newline and only a newline (5e439b0) by @YDX-2147483647 in #538
⚙️ Miscellaneous Tasks
- Fix typo (f950040) by @fky2015
- 更新开发文档、脚本等资料 (1f0f4f7) by @YDX-2147483647
- DocStrip 统一用
@@
而非_bithesis_
(ac3b973) by @YDX-2147483647 - 所有
latexmkrc
统一启用 SyncTeX 并关闭-shell-escape
(3ed9359) by @YDX-2147483647 in #545 - 标注中文显示名 (cd01f88) by @YDX-2147483647 in #546
gh release upload
应当使用tag_name
(424e5b8) by @YDX-2147483647- Fix release notes of pre-releases (25055b3) by @YDX-2147483647 in #550
Build
- (deps) Bump orhun/git-cliff-action from 3 to 4 (a1fee78) by @dependabot[bot] in #551
v3.8.0-alpha-2
Tip
若是初次使用,可先参考快速使用指南(本科/硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf
。
[unreleased]
🚀 Features
- 自动设置
hideCoverInPeerReview
(286fa70) by @YDX-2147483647 - 改小数学行距至西文水平 (bcae36c) by @YDX-2147483647 in #537
- [breaking] 致谢标题支持用
const/heading/acknowledgements
调整,同时英文模板默认值从单数改为复数 (e524e6b) by @YDX-2147483647 - 目录标题支持用
TOC/title
调整 (3f5f938) by @YDX-2147483647 - (UTE) 支持英文模板采用中文封面 (f14ec56) by @YDX-2147483647 in #539
🐛 Bug Fixes
- 统一更新本科若干模板的注释 (eb03d24) by @YDX-2147483647
- (UTE) [breaking] 本科英文模板前置部分的页码从小写罗马数字改为大写 (c721bd2) by @YDX-2147483647
- (UTE) 本科英文模板也应支持
const/info/major
(0ecd8db) by @YDX-2147483647 - (UTE) [breaking] 本科英文模板的声明页删除页码,并与中文模板统一格式 (0ec02cc) by @YDX-2147483647
- 目录包含「目录」本身时,页码应为目录的首页而非末页 (6e32fd3) by @YDX-2147483647
- (UTE) [breaking] 本科英文模板的目录默认不再包含目录本身 (aa2fa1e) by @YDX-2147483647
- 硕博模板中
cover/hideCoverInPeerReview
应仍默认为 false (c845fef) by @YDX-2147483647 in #549
🚜 Refactor
- 统一使用
\@@_if_thesis_int_type:nTF
(e43a008) by @YDX-2147483647 - (UTE) [breaking] 本科英文模板英文摘要上方的论文标题改为三号(16 bp),与中文模板一致 (39a7093) by @YDX-2147483647
- (UTE) [breaking] 本科英文模板标题中的中文改为黑体,取消摘要标题加粗,与中文模板一致 (832c1fb) by @YDX-2147483647
- (UTE) [breaking] 本科英文模板的 Arial 换为 Times,与中文模板一致 (b302128) by @YDX-2147483647
cover/dilimiter
选项改为cover/delimiter
(49cae71) by @YDX-2147483647 in #542
📚 Documentation
- 提示更改外文翻译模板的页眉,并更新相关注释 (fe5d1f7) by @YDX-2147483647 in #529
- 更新 Overleaf 情况 (6a20fff) by @YDX-2147483647
- 更新开发指南 (2bfe946) by @YDX-2147483647 in #530
- 补充介绍
\AuthorEn
(3439553) by @YDX-2147483647 in #535 - (handbook) 生成盲评版论文 (24a7e5d) by @YDX-2147483647 in #534
- (UTE) 可以调换中英文摘要顺序 (2625d43) by @YDX-2147483647
appendices/title
等选项 (7b89ffa) by @YDX-2147483647- (UTE) 更新英文模板示例 (9104d6a) by @YDX-2147483647 in #541
🎨 Styling
- Trim trailing whitespace and make sure files end in a newline and only a newline (5e439b0) by @YDX-2147483647 in #538
⚙️ Miscellaneous Tasks
- Fix typo (f950040) by @fky2015
- 更新开发文档、脚本等资料 (1f0f4f7) by @YDX-2147483647
- DocStrip 统一用
@@
而非_bithesis_
(ac3b973) by @YDX-2147483647 - 所有
latexmkrc
统一启用 SyncTeX 并关闭-shell-escape
(3ed9359) by @YDX-2147483647 in #545 - 标注中文显示名 (cd01f88) by @YDX-2147483647 in #546
gh release upload
应当使用tag_name
(424e5b8) by @YDX-2147483647- Fix release notes of pre-releases (25055b3) by @YDX-2147483647 in #550
v3.7.10-alpha-1
Tip
若是初次使用,可先参考快速使用指南(本科/硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf
。
[3.7.9] - 2024-05-30
🐛 Bug Fixes
- Remove redundant
currentpdfbookmark
for English bachelor thesis (95ef418) by @CreeperLKF - Toc entry in bookmarks should not point to the tail of toc in Chinese bachelor thesis (9e1f0e4) by @CreeperLKF in #522
📚 Documentation
- 更新生僻字使用提示,限制作用范围 (31abab0) by @YDX-2147483647 in #521
- 在更多地方介绍如何添加水印 (a9a1aa7) by @YDX-2147483647 in #520
- Add title property in
BITSetup.info
for undergraduate-thesis-en (3f92180) by @CreeperLKF
⚙️ Miscellaneous Tasks
- 编译快速使用手册 (ef0e51e) by @YDX-2147483647 in #519
- Update bithesis.dtx version to 3.7.9 (6d56033) by @fky2015
New Contributors
- @CreeperLKF made their first contribution in #522
v3.7.9 (Public Release)
Tip
若是初次使用,可先参考快速使用指南(本科/硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf
。
[3.7.9] - 2024-05-30
🐛 Bug Fixes
- Remove redundant
currentpdfbookmark
for English bachelor thesis (95ef418) by @CreeperLKF - Toc entry in bookmarks should not point to the tail of toc in Chinese bachelor thesis (9e1f0e4) by @CreeperLKF in #522
📚 Documentation
- 更新生僻字使用提示,限制作用范围 (31abab0) by @YDX-2147483647 in #521
- 在更多地方介绍如何添加水印 (a9a1aa7) by @YDX-2147483647 in #520
- Add title property in
BITSetup.info
for undergraduate-thesis-en (3f92180) by @CreeperLKF
⚙️ Miscellaneous Tasks
- 编译快速使用手册 (ef0e51e) by @YDX-2147483647 in #519
- Update bithesis.dtx version to 3.7.9 (6d56033) by @fky2015
New Contributors
- @CreeperLKF made their first contribution in #522
v3.7.8 (Public Release)
Tip
若是初次使用,可先参考快速使用指南或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf
。
[3.7.8] - 2024-05-27
🚀 Features
misc/algorithmSeparation
选项调整算法与文字之间的距离(仅针对algorithm2e宏包) (0bffec6) by @YDX-2147483647 in #510- 支持用
misc/tabularRowSeparation
调节longtable
宏包 (ecf5af8) by @YDX-2147483647 - 让longtable与文字的间距与其它浮动体相近,并支持用
misc/floatSeparation
统一调整 (f5f24e5) by @YDX-2147483647 in #513
🐛 Bug Fixes
misc/tabularRowSeparation
不应影响矩阵,并适配longtable
宏包 (2f6cf63) by @YDX-2147483647 in #499- 去除longtable表格上框线和caption的多余间距 (689de6c) by @YDX-2147483647
🚜 Refactor
- 让硕博模板书脊上下居中,并适应长标题,避免与姓名粘连 (9b315ee) by @YDX-2147483647 in #511
📚 Documentation
- 修正快速使用手册中的
\isGraduateTF
(2b0d3f3) by @YDX-2147483647 - 给本科英文模板添加盲审模式注释 (8673d0a) by @YDX-2147483647 in #507
- Add an example for enumerate in publications (6a2c1c1) by @fky2015 in #515
⚙️ Miscellaneous Tasks
- Create dependabot.yml (1cc4c09) by @YDX-2147483647 in #488
- 发布快速使用手册 (2f6bf7e) by @YDX-2147483647 in #493
- Remove redundant code for consistency with official examples (cf34b13) by @fky2015 in #514
- 在发行说明中提示快速使用指南等 (9ac93e5) by @YDX-2147483647 in #516
- Update version to 3.7.8 (7a20e31) by @fky2015
Build
- (deps) Bump actions/upload-artifact from 3 to 4 (9a446f1) by @dependabot[bot] in #489
- (deps) Bump actions/download-artifact from 3 to 4 (4d6c99d) by @dependabot[bot] in #490
- (deps) Bump xu-cheng/texlive-action from 1 to 2 (648c5b8) by @dependabot[bot] in #492