支持本科论文排版,参考文献引擎切换至 biblatex,添加编号定理等数学环境
版本号: v0.3.0
迁移注意
v0.3.0 将学位选项(master、doctor 等)的设置接口从 \shtsetup
移至类选项,以确保对本科生论文和研究生论文使用不同的格式设置。
v0.2.0 及以前 | v0.3.0 |
---|---|
\documentclass{shtthesis}
% ...
\shtsetup{
degree = master,
author = {作者姓名},
% ...
}
|
\documentclass[master]{shtthesis}
% ...
\shtsetup{
author = {作者姓名},
% ...
}
|
新增功能及改进
- 支持本科论文排版(试验性支持,学院的反馈是教务处尚未对本科生论文格式完全定稿),目前 shtthesis 以教务处 2019 年通知 中 Word 模板为参考;
- 将参考文献后端改为 biblatex,不再依赖修改后的
shtthesis-gbt7714-plain.bst
文件,因此 shtthesis 项目(除校徽文件shanghaitech-logo.pdf
外)变更为纯 GPLv3 授权; - 添加编号定理、证明等常用数学环境;
- 将学位指定从
\shtsetup
移至类选项;
排版细节修正
- 在使用思源黑体且能够找到 Medium 字重时,中文无衬线粗体使用 Medium 字重而非 Bold 字重;
- 用户文档
shtthesis-user-document.tex
中修正对LuaHBTeX
引擎及 Emoji 支持的检测逻辑;