Skip to content

Releases: tuna/thuthesis

v6.0.0

05 Jan 12:46
dd5d2b0
Compare
Choose a tag to compare

此版本变更较多,所有工作都是 @zepinglee 完成的 👍

Added

  • 新增 survey(调研阅读报告)和 translation(书面翻译)环境用于本科生的附录,
    其中的参考文献引用独立于论文正文(#343)。
  • 新增论文语言选项。
  • 增加 l3build 测试。

Changed

  • 重新设计 \thusetup 的接口。
  • 指导教师的姓名和职称用英文逗号分开(#424)。
  • 重新设计封面(题名页)。
  • \makecover 拆分为 \maketitle\copyrightpage
  • 中英文摘分别用 abstractabstract* 环境生成。
  • 附录使用 \appendix 命令开始,不再使用 appendix 环境。
  • 修改 shujispine
  • 修改 acknowledgementacknowledgements
  • 从 travis 切换到 github actions。
  • 更改日志从 thuthesis.dtx 挪到 CHANGELOG.md
  • 整理 Makefile,便于日常使用。

Removed

  • 移除 secret 选项。
  • 移除 translationbib 环境。
  • 移除 tocarialchaptertocarialchapterentrytocarialchapterpage 选项。
  • 只保留 xelatex 编译方式。

Fixed

  • 修正本科生的文献引用样式。
  • 修正本科生目录章标题的字体。
  • 处理 hyperrefunicode-math 的兼容性问题。

v5.5.2

27 Apr 05:18
Compare
Choose a tag to compare
  • font: use XITS as math font by default.
  • cfg: add missing conjecture
  • example: refactor example
  • Makefile: fix version checking error
  • Gulp: generate github and ctan zips together
  • Gulp: replace deprecated pkgs

v5.5.1

16 Apr 11:59
f7aefe4
Compare
Choose a tag to compare
  • Fix footnote numbering in minipage
  • Refactor building tools

v5.5.0

10 Apr 06:25
Compare
Choose a tag to compare

Credit to @zepinglee

  • font: use unicode-math and stix2 for math fonts.
  • font: replace newtx with Times New Roman, Arial, and Courier New.
  • font: remove pifont option
  • spacing: fix spacing between float caption and text.
  • postdoc: fix titlepage for post doc.
  • denoation: support nomencl
  • lang: added English thesis template.
  • cfg: merge thuthesis.cfg into thuthsis.cls
  • bst: add period for all reference items.
  • bst: update to GB/T 7714-2015 for bachelors
  • macros: lots of independent configuration macros are removed for the sake of simplicity. For example \secretlevel, \cauthor. Please use the \thusetup form instead.
  • doc: greatly updated and improved
  • build: only xetex is supported.
  • build: upgrade to gulp-4.0
  • build: refactor travis-ci

v5.4.5

17 May 02:07
Compare
Choose a tag to compare
  • Font adjustment for ctex 2.4.14
  • Shrink display skip
  • Add English README

v5.4.4

24 Apr 05:53
Compare
Choose a tag to compare
  • 支持灵活的调整目录中章的字体样式
  • 调整封面联合导师信息间距
  • 修改 bst 支持不详信息
  • bib 语言字段修改为 language
  • 修复 keywords 大小写
  • 修复 float caption 间距问题
  • 参考文献编号左对齐
  • 本科论文时系统没有隶书使用图片 logo
  • 引入 notoccite 避免编号混乱
  • 修改参考文献页码短横线
  • 连续编号引用加横线
  • xelatex 编译嵌入字体
  • bst 更新 doi 引用路径
  • 更新 CI script

v5.4.3

24 Dec 03:21
Compare
Choose a tag to compare
  • Remove DOI.
  • Fix doc error.

v5.4.2

18 Dec 07:51
Compare
Choose a tag to compare
  • 论文类别选项用 degree
  • 修正未设置 degree 判断
  • 删除 \pozhehao
  • bst 样式
    • 修正了一个 "第 volume 册" 的 bug
    • "Knuth D E" 改为 "Knuth D~E"
    • 支持中文姓名格式 "李, 泽平"
    • 检查 url 是否包含 doi,如果包含则不输出 doi
    • 在 doi 上添加了链接

v5.4.1

04 Dec 02:01
Compare
Choose a tag to compare
  • fix bst names.

v5.4.0

03 Dec 04:00
Compare
Choose a tag to compare
  • 支持 author-year 引用方式
  • 优化参考文献环境
  • 修复一些字体,spacing 配置
  • 优化 Makefile