Skip to content

支持本科论文排版,参考文献引擎切换至 biblatex,添加编号定理等数学环境

Compare
Choose a tag to compare
@lirundong lirundong released this 23 Jun 09:29
· 46 commits to master since this release

版本号: 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 = {作者姓名}, 
  % ... 
}
 

新增功能及改进

  1. 支持本科论文排版(试验性支持,学院的反馈是教务处尚未对本科生论文格式完全定稿),目前 shtthesis 以教务处 2019 年通知 中 Word 模板为参考;
  2. 将参考文献后端改为 biblatex,不再依赖修改后的 shtthesis-gbt7714-plain.bst 文件,因此 shtthesis 项目(除校徽文件 shanghaitech-logo.pdf 外)变更为纯 GPLv3 授权;
  3. 添加编号定理、证明等常用数学环境;
  4. 将学位指定从 \shtsetup 移至类选项;

排版细节修正

  1. 在使用思源黑体且能够找到 Medium 字重时,中文无衬线粗体使用 Medium 字重而非 Bold 字重;
  2. 用户文档 shtthesis-user-document.tex 中修正对 LuaHBTeX 引擎及 Emoji 支持的检测逻辑;