Skip to content

Releases: BITNP/BIThesis

v3.8.3 (Public Release)

08 Apr 01:31
dfb29fe
Compare
Choose a tag to compare

Tip

若是初次使用,可先参考快速使用指南本科硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf

这个版本主要是适应2025年三月末新研究生模板。

  • 硕博模板

    • 若已在用之前 v3.8.3-alpha-1 测试版:这次基本没有变化,可以不升级;如想升级,替换bithesis.cls即可。
    • 若在用 v3.8.2 或更早版本:因为要填信息,不能像往常一样单纯替换bithesis.cls;请参考以下升级指南。
  • 本科模板:升级仍只需替换bithesis.cls

硕博升级指南

  1. 下载新的模板包并解压。
  2. 用新的bithesis.cls替换旧的bithesis.cls
  3. 将新的misc/icon_{academic,professional}.jpg复制到旧的misc/
  4. 参考新的main.tex重新填写\BITSetup{ info = {…} }
    • 增加学号studentId(用于封皮)、研究生类型degreeType(学术型academic、专业型professional)。
    • 若是专业型研究生,增加行业合作导师industrialMentor{,En}
    • 若是工程硕博士专项,增加工程硕博士专项 = true
  5. 重新编译。

此外,关于 #584 图表标题与周围文字的间距异常(特别是 float 宏包),可以用\captionsetup[figure]{belowskip = 0pt}微调。

补充:如果三种类型都不是,封面「学生类型」信息框为美观默认关闭,可以手动开启。

请编辑main.tex

  \BITSetup{
    cover = {
      …  
      autoWidthPadding = 0.25em,
+     showSpecialTypeBox = true,
    },

以前和研究生院确认过这个信息框重要程度比较低,这回还没有问。如果有人通知要始终保留,欢迎分享,LaTeX模板可以改一下默认行为。

[3.8.3] - 2025-04-08

🚀 Features

🐛 Bug Fixes

📚 Documentation

🧪 Testing

⚙️ Miscellaneous Tasks

New Contributors

v3.8.3-alpha-1

31 Mar 11:35
Compare
Choose a tag to compare
v3.8.3-alpha-1 Pre-release
Pre-release

Tip

若是初次使用,可先参考快速使用指南本科硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf

硕博升级指南

这个测试版主要是适应2025年三月末新研究生模板。因为要填信息,不能像往常一样单纯替换bithesis.cls;请如下操作。

  1. 下载新的模板包并解压。
  2. 用新的bithesis.cls替换旧的bithesis.cls
  3. 将新的misc/icon_{academic,professional}.jpg复制到旧的misc/
  4. 参考新的main.tex重新填写\BITSetup{ info = {…} }
    • 增加学号studentId(用于封皮)、研究生类型degreeType(学术型academic、专业型professional)。
    • 若是专业型研究生,增加行业合作导师industrialMentor{,En}
    • 若是工程硕博士专项,增加工程硕博士专项 = true
  5. 重新编译。

此外,关于 #584 图表标题与周围文字的间距异常(特别是 float 宏包),可以用\captionsetup[figure]{belowskip = 0pt}微调。

(本科不受影响,升级仍只需替换bithesis.cls,当然不升级也可以。)

补充(2025年4月3日傍晚)

如果三种类型都不是,封面「学生类型」信息框为美观默认关闭。如需开启,请编辑main.tex

  \BITSetup{
    cover = {
      …  
      autoWidthPadding = 0.25em,
+     showSpecialTypeBox = true,
    },

以前和研究生院确认过这个信息框重要程度比较低,这回还没有问。如果有人通知要始终保留,欢迎分享,LaTeX模板可以改一下默认行为。

[unreleased]

🚀 Features

🐛 Bug Fixes

  • (GT) 参照Word模板微调摘要、正文、结论等标题上下的间距,并展示省略号写法 (3433a53) by @YDX-2147483647 in #606

📚 Documentation

New Contributors

v3.8.2 (Public Release)

25 Mar 11:53
Compare
Choose a tag to compare

Tip

若是初次使用,可先参考快速使用指南本科硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf

v3.8.2 主要更改:

如果使用本科模板,或者不介意间距,可以不更新bithesis.cls

[3.8.2] - 2025-03-25

🐛 Bug Fixes

📚 Documentation

⚙️ Miscellaneous Tasks

◀️ Revert

v3.8.1 (Public Release)

03 Jan 04:33
a6a1209
Compare
Choose a tag to compare

Tip

若是初次使用,可先参考快速使用指南本科硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf

[3.8.1] - 2025-01-03

🚀 Features

📚 Documentation

⚙️ Miscellaneous Tasks

New Contributors

v3.8.0 (Public Release)

07 Oct 12:28
0c94ca5
Compare
Choose a tag to compare

Tip

若是初次使用,可先参考快速使用指南本科硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf

[3.8.0] - 2024-10-07

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

🎨 Styling

⚙️ Miscellaneous Tasks

Build

v3.8.0-alpha-3

15 Sep 01:11
Compare
Choose a tag to compare
v3.8.0-alpha-3 Pre-release
Pre-release

Tip

若是初次使用,可先参考快速使用指南本科硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf

[unreleased]

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

🎨 Styling

⚙️ Miscellaneous Tasks

Build

v3.8.0-alpha-2

30 Aug 11:06
Compare
Choose a tag to compare
v3.8.0-alpha-2 Pre-release
Pre-release

Tip

若是初次使用,可先参考快速使用指南本科硕博)或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf

[unreleased]

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

🎨 Styling

⚙️ Miscellaneous Tasks

v3.7.10-alpha-1

25 Jul 12:36
424e5b8
Compare
Choose a tag to compare
v3.7.10-alpha-1 Pre-release
Pre-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

⚙️ Miscellaneous Tasks

New Contributors

v3.7.9 (Public Release)

30 May 07:58
6d56033
Compare
Choose a tag to compare

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

⚙️ Miscellaneous Tasks

New Contributors

v3.7.8 (Public Release)

27 May 04:09
7a20e31
Compare
Choose a tag to compare

Tip

若是初次使用,可先参考快速使用指南或者 Wiki 网站。有需要再进一步参考详细配置手册bithesis.pdf

[3.7.8] - 2024-05-27

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚙️ Miscellaneous Tasks

Build