Skip to content

Releases: BITNP/BIThesis

v3.7.4 (Public Release) 600 stars achieved!

16 Apr 15:28

Choose a tag to compare

[3.7.4] - 2024-04-16

Tip

写伪代码一般有algorithm+X或algorithm2e两种方式,BIThesis 最近几个版本适配了它们,您引入相关宏包即可使用。只需注意采用algorithm2e方式时,要加上选项algochapter才能按学校要求分章编号(例如\usepackage[ruled,algochapter]{algorithm2e}),详见手册bithesis.pdf(搜索“算法”)。

🐛 Bug Fixes

📚 Documentation

⚙️ Miscellaneous Tasks

v3.7.3 (Public Release)

11 Apr 17:08
7760e33

Choose a tag to compare

[3.7.3] - 2024-04-11

🚀 Features

🐛 Bug Fixes

📚 Documentation

⚙️ Miscellaneous Tasks

Build

v3.7.2 (Public Release)

06 Apr 08:24
2093be0

Choose a tag to compare

Important

在研究生模板的“研究成果声明”一页,之前第二段“论文中的研究数据及结果……”漏掉了☑,现在补上了。

请研究生同学升级到此版本及以上。(替换bithesis.cls即可)

[3.7.2] - 2024-04-06

🚀 Features

🚜 Refactor

📚 Documentation

⚙️ Miscellaneous Tasks

New Contributors

v3.7.1 (Public Release)

26 Mar 04:51
1a09d47

Choose a tag to compare

[3.7.1] - 2024-03-26

🐛 Bug Fixes

📚 Documentation

⚙️ Miscellaneous Tasks

CI

Test only

23 Mar 05:49
d306cb4

Choose a tag to compare

Test only Pre-release
Pre-release

[3.7.1-alpha-1] - 2024-03-23

🐛 Bug Fixes

  • (GT) Add a switch to show special type. (c6cd86e)

⚙️ Miscellaneous Tasks

  • Automatically generate changelog. (c664487)
  • Fix broken cliff. (d306cb4)

v3.7.0 (Public Release)

22 Mar 04:51
648d5b6

Choose a tag to compare

已经根据最新的(2024)研究生模板更新样式,请研究生同学升级到此版本及以上。特别鸣谢:@Manpopp

What's Changed

Full Changelog: v3.6.2...v3.7.0

Public Release for v3.6.2

27 Feb 16:49
4fc807e

Choose a tag to compare

重要修改

对于研究生模板,在 main.tex 中存在这样一行配置:

pageVerticalAlign = scattered,

请删去它,删去以后文本会顶部对齐(更类似于 word 文档)。

What's Changed

Full Changelog: v3.6.1...v3.6.2

Public Release for v3.6.1

26 Oct 09:48
a4daadb

Choose a tag to compare

  • 修复了公式与上下文的间距问题。
  • 增加了快速使用手册,为替换研究生院官方模板作准备。

What's Changed

Full Changelog: v3.6.0...v3.6.1

Public Release for v3.6.0

01 Oct 16:08
e9b015e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.4...v3.6.0

v3.6.0-beta-11-test-2

13 Jul 16:07
c85fa6b

Choose a tag to compare

v3.6.0-beta-11-test-2 Pre-release
Pre-release
fix: update gitignore.