From eca4d678b3569d4200d81d36a775503e5699c637 Mon Sep 17 00:00:00 2001 From: Feng Kaiyu Date: Fri, 22 Mar 2024 11:24:42 +0800 Subject: [PATCH 1/4] chore: update GitHub Actions' version --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f325e0ef..5e90aa54 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: build_latex: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: xu-cheng/texlive-action/full@v1 with: run: | @@ -24,7 +24,7 @@ jobs: check_typos: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Check spelling of bithesis.dtx uses: crate-ci/typos@master From 00abcf38d5454e5d987eaf58ee020c51258fea0f Mon Sep 17 00:00:00 2001 From: Feng Kaiyu Date: Fri, 22 Mar 2024 11:30:31 +0800 Subject: [PATCH 2/4] docs: update readme. --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 36b6f1fc..a9eaa4a0 100644 --- a/README.md +++ b/README.md @@ -27,19 +27,26 @@ _(此文档已被包含在 [Releases][releases] 的文件中)_
-:raised_hand: **BIThesis 正在招募项目维护者!** :raised_hand: 如果你对 LaTeX 有使用经验、有兴趣进一步学习、有 Git 使用经验、并且希望帮助这个项目变得更好的话。欢迎与 [Feng Kaiyu](https://github.com/fky2015) 取得联系,加入我们。 -
+> [!NOTE] +> :raised_hand: **BIThesis 正在招募项目维护者!** :raised_hand: 如果你对 LaTeX 有使用经验、有兴趣进一步学习、有 Git 使用经验、并且希望帮助这个项目变得更好的话。欢迎与 [Feng Kaiyu](https://github.com/fky2015) 取得联系,加入我们。 + +

欢迎

BIThesis 是针对北京理工大学本科生毕业设计论文、研究生学位论文的一个非官方的 LaTeX 模板,BIThesis 同时也包括其他本科学习中涉及到的文献综述、实验报告等的 LaTeX 模板。 -> 本项目获得了 [北京理工大学教务部](http://jwb.bit.edu.cn/)、[北京理工大学计算机学院](http://cs.bit.edu.cn/) 的认可、背书与大力支持。详见:[致谢 - 官方赞助](https://bithesis.bitnp.net/guide/acknowledgements.html#%E5%AE%98%E6%96%B9%E8%B5%9E%E5%8A%A9-official-sponsors)。 +> [!CAUTION] +> 研究生院在 2024-03-20 发布了新的研究生模板,本项目已经根据最新模板更新,请同学们使用 v3.7.0 及以上的 BIThesis 模板。 +> [!NOTE] +> 本项目获得了 [北京理工大学教务部](http://jwb.bit.edu.cn/)、[北京理工大学计算机学院](http://cs.bit.edu.cn/) 的认可、背书与大力支持。详见:[致谢 - 官方赞助](https://bithesis.bitnp.net/guide/acknowledgements.html#%E5%AE%98%E6%96%B9%E8%B5%9E%E5%8A%A9-official-sponsors)。 +> > **研究生模板正在完成与研究生院的沟通。[__(进度详情)__](https://github.com/BITNP/BIThesis/issues/163)** -> :warning: 重要提示:建议 macOS 用户使用最新版的 [texlive 2023](https://www.tug.org/mactex/mactex-download.html),否则可能会遇到参考文献被查重的情况。详见 https://github.com/BITNP/BIThesis/issues/326 +> [!WARNING] +> 重要提示:建议 macOS 用户使用最新版的 [texlive 2023](https://www.tug.org/mactex/mactex-download.html),否则可能会遇到参考文献被查重的情况。详见 https://github.com/BITNP/BIThesis/issues/326

特性

From 93847740d897518dbc0ffa9ca00ba4c3282cfefe Mon Sep 17 00:00:00 2001 From: Feng Kaiyu Date: Fri, 22 Mar 2024 12:39:13 +0800 Subject: [PATCH 3/4] chore: bump version to 3.7.0 --- bithesis.dtx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bithesis.dtx b/bithesis.dtx index 265f43b7..c52de38c 100644 --- a/bithesis.dtx +++ b/bithesis.dtx @@ -21,10 +21,10 @@ %\ProvidesExplClass{bithesis} %\ProvidesExplClass{bitreport} %\ProvidesExplClass{bitbeamer} -%{2024-03-20}{3.6.3}{BIT Thesis Templates} +%{2024-03-22}{3.7.0}{BIT Thesis Templates} % %<*driver> -\ProvidesFile{bithesis.dtx}[2024/03/20 3.6.3 BIT Thesis Templates] +\ProvidesFile{bithesis.dtx}[2024/03/22 3.7.0 BIT Thesis Templates] \documentclass[letterpaper]{l3doc} \usepackage{dtx-style} From cf500fe0a35512484c998c7672baf82a2653800c Mon Sep 17 00:00:00 2001 From: Feng Kaiyu Date: Fri, 22 Mar 2024 12:46:18 +0800 Subject: [PATCH 4/4] update CHANGELOG. --- CHANGELOG.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ebea80..b55ded6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,23 +14,34 @@ Acronyms: **Bolded text highlights its importance.** -## [3.6.3] - 2024-03-20 +## [3.7.0] - 2024-03-22 -[4fc807e](https://github.com/BITNP/BIThesis/commit/4fc807e541549725eed628d5b32ccebd9606a0e6)...[c4e9098](https://github.com/BITNP/BIThesis/commit/c4e9098f742cbe599e0edd34f59feef0c750d09d) +[4fc807e](https://github.com/BITNP/BIThesis/commit/4fc807e541549725eed628d5b32ccebd9606a0e6)...[9384774](https://github.com/BITNP/BIThesis/commit/93847740d897518dbc0ffa9ca00ba4c3282cfefe) ### Bug Fixes - Remove `, et al.` etc. for `pub.bib` in `blindPeerReview` mode ([d604b0e](https://github.com/BITNP/BIThesis/commit/d604b0ee7285e673fc2cc711cb5b9874d7f4cbbb)) +- Try fix github-action-markdown-link-check. ([9b64b96](https://github.com/BITNP/BIThesis/commit/9b64b96d40db2aed0cff6d692e2963c744eb2696)) +- Zip without parent folder. ([94d14b2](https://github.com/BITNP/BIThesis/commit/94d14b2ea78949a14a2b332225ccaa35b67cd260)) +- Update according new 2024 Word template. ([0609af7](https://github.com/BITNP/BIThesis/commit/0609af7820b5cbcd2898cd3a3b1e19e27c616350)) ### Documentation - Hyperref ([7f07e3c](https://github.com/BITNP/BIThesis/commit/7f07e3c7690fe3cf661bc57b470606c7c04df0eb)) - Update DEVELOPMENT.md ([08910a6](https://github.com/BITNP/BIThesis/commit/08910a64d20b0c7d987e838f7e23f9acd6b04849)) - Update `wiki/guide/preface.md` in `BIThesis-wiki` ([c4e9098](https://github.com/BITNP/BIThesis/commit/c4e9098f742cbe599e0edd34f59feef0c750d09d)) +- Update readme. ([00abcf3](https://github.com/BITNP/BIThesis/commit/00abcf38d5454e5d987eaf58ee020c51258fea0f)) + +### Features + +- Update make grad. ([5562de4](https://github.com/BITNP/BIThesis/commit/5562de434a516d2ff1553df89fb9247cbc2bd0fb)) +- Add support for special type. ([76255d8](https://github.com/BITNP/BIThesis/commit/76255d80467081cd952a99439ad1150f392f3ec8)) ### Miscellaneous Tasks - Bump version to v3.6.3 ([24ad394](https://github.com/BITNP/BIThesis/commit/24ad394fc5adeb7b50cd6fa2b736433f6b3920d0)) +- Update GitHub Actions' version ([eca4d67](https://github.com/BITNP/BIThesis/commit/eca4d678b3569d4200d81d36a775503e5699c637)) +- Bump version to 3.7.0 ([9384774](https://github.com/BITNP/BIThesis/commit/93847740d897518dbc0ffa9ca00ba4c3282cfefe)) ### Refactor @@ -38,9 +49,6 @@ Acronyms: ### Ci -- Try fix github-action-markdown-link-check. ([9b64b96](https://github.com/BITNP/BIThesis/commit/9b64b96d40db2aed0cff6d692e2963c744eb2696)) -- Update make grad. ([5562de4](https://github.com/BITNP/BIThesis/commit/5562de434a516d2ff1553df89fb9247cbc2bd0fb)) -- Zip without parent folder. ([94d14b2](https://github.com/BITNP/BIThesis/commit/94d14b2ea78949a14a2b332225ccaa35b67cd260)) - Remove `make check-cls` ([8a0d5d1](https://github.com/BITNP/BIThesis/commit/8a0d5d19df58bc2c2b2834cbfac1b50bbb2b2cda)) ## [3.6.2] - 2024-02-24