Releases: BITNP/BIThesis
Releases · BITNP/BIThesis
Public Release for v3.3.1
- 研究生模板针对空白页问题进行修复,现在默认启用双页打印的格式(
twoside
)。(如果你从原有版本升级而来,可以在升级后手动开启twoside
模式) - 修复多处文档问题,包括有关数学字体替换的兼容性问题和示例代码的吞字问题。
What's Changed
- fix(docs): increase Indent. by @note286 in #219
- fix: chapters now
openany
intwoside
mode. by @fky2015 in #221 - fix: set font by font file names (instead of font names). by @fky2015 in #222
- docs: add special thanks. by @fky2015 in #223
- hotfix(bithesis): \clearpage after remove \cleardoublepage. by @fky2015 in #226
- Preparation for the release v3.3.1 by @fky2015 in #225
New Contributors
Full Changelog: v3.3.0...v3.3.1
Public Release for v3.3.0
🧨 新年快乐!又要开学啦!
- 增加了新的模板选项
quirks
用于兼容北理工特殊格式(详情请查看手册或 #209 )。 - 更新、修复了多处文档问题。
What's Changed
- chore: fix typo. by @YDX-2147483647 in #204
- Update README.md by @scliubit in #207
- typo by @YDX-2147483647 in #210
- docs: typo and other small fixes by @YDX-2147483647 in #211
- chore(workflow): add missing field in the issue template. by @fky2015 in #213
- Make
rm
can work on Windows (really) by @YDX-2147483647 in #215 - chore: update copyright and docs. by @fky2015 in #208
- feat: Add a quirks mode (disabled by default) to support BIT's unique format. by @fky2015 in #214
- 217 release tracker v330 by @fky2015 in #218
New Contributors
- @YDX-2147483647 made their first contribution in #204
Full Changelog: v3.2.3...v3.3.0
Preview Release for v3.3.0-alpha-1
更新方式:从旧版本升级到此版本,只需要直接替换 bithesis.cls 文件即可。
- 在模板类选项中,引入了 quirks 模式,开启后支持一些针对北理工特殊格式的细节上的适配。
开启方法:
% 在 main.tex 中使用 quirks 即可。
- \documentclass[type=master]{bithesis}
+ \documentclass[type=master,quirks]{bithesis}
What's Changed
- chore: fix typo. by @YDX-2147483647 in #204
- Update README.md by @scliubit in #207
- typo by @YDX-2147483647 in #210
- docs: typo and other small fixes by @YDX-2147483647 in #211
- chore(workflow): add missing field in the issue template. by @fky2015 in #213
New Contributors
- @YDX-2147483647 made their first contribution in #204
Full Changelog: v3.2.3...v3.3.0-alpha-1
Public Release for v3.2.3
- 修复了研究生模板中,PDF 中附录书签的错误索引(感谢 @oPengLuo 提供的反馈)。
- 修复文件名错误拼写。
更新方式:从旧版本升级到此版本,只需要直接替换 bithesis.cls 文件即可。
What's Changed
- fix(bithesis): fix the wrong bookmarks in the appendix. by @fky2015 in #201
- typos fix by @scliubit in #199
- prepare for v3.2.3 releases by @fky2015 in #203
New Contributors
Full Changelog: v3.2.2...v3.2.3
Preview Release for v3.2.3-alpha-1
修复 PDF 中,附录目录的错误索引。(只有以章节(\chapter
)为附录目录的模板存在此问题。)
从旧版本升级到此版本,只需要直接替换 bithesis.cls
文件即可。
Public Release for v3.2.2
Public Release for v3.2.1
感谢 @KaysinBIT 提供的反馈。
本次小版本提升主要优化了生成 PDF 的书签样式。
What's Changed
- fix: add pdf bookmarks for \chapter* (v3.2.1) by @fky2015 in #194
- preparations for v3.2.1 by @fky2015 in #196
Full Changelog: v3.2.0...v3.2.1
Preview Release for v3.2.1
PR #194
Full Changelog: v3.2.0...v3.2.1-alpha-1
Public Release for v3.2.0
本次更新主要增加了以下内容:
- 增加了自适应下划线的空白填充。简而言之,现在你可以通过
cover/autoWidthPadding
为封面的每个信息项的首尾添加一个空白间距,使得排版更美观。 - 丰富了开发者文档
What's Changed
- docs(dev): add a dev doc for maintainers. by @fky2015 in #189
- feat: add padding in auto width underline. by @fky2015 in #191
- prepare for v3.2.0 by @fky2015 in #193
Full Changelog: v3.1.1...v3.2.0
Public Release for v3.1.1
感谢 @KaysinBIT 提供的反馈。
主要针对研究生模板进行了一系列修复:
- 隐藏 hyprref 的颜色和边框。
- 修复 \BigStar 无法显示的问题。
- 设置 Times New Roman 为英文主字体。
- 修复了错误的图表与上下文间距。
- 增加了部分文档。
What's Changed
Full Changelog: v3.1.0...v3.1.1