Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v7.2 #608

Merged
merged 28 commits into from
Mar 12, 2021
Merged

v7.2 #608

Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
19f8116
Update test files due to new version of fanyhdr
zepinglee Jan 6, 2021
ba869b4
Fix separator in header
zepinglee Jan 5, 2021
568e21e
Move main language settings ahead of math style
zepinglee Jan 5, 2021
d7fc56e
Fix option hook of main-language
zepinglee Jan 14, 2021
0336ed9
Fix script style of stix font
zepinglee Jan 14, 2021
cad61ab
Simplify page style of chapter heading
zepinglee Jan 20, 2021
1dae923
Fix co-supervisor in English title page
zepinglee Jan 20, 2021
387c371
Add title page test for English template
zepinglee Jan 20, 2021
290b084
Fix title in English template
zepinglee Jan 21, 2021
126622c
Update copyright info
zepinglee Jan 21, 2021
a0119c9
Update bib and test files
zepinglee Jan 21, 2021
9f1e4c6
Fix obsoletion of everysel
zepinglee Jan 21, 2021
d62076b
Fix space in statement heading (fix #591)
zepinglee Jan 22, 2021
61fcd98
Fix vscode settings (Fix #596)
zepinglee Feb 25, 2021
cf915a8
Fix magic comments of appendix
zepinglee Feb 28, 2021
c2913a0
Remove Fangsong_GB2312
zepinglee Feb 28, 2021
83791b8
Remove quiet option for fontspec
zepinglee Mar 10, 2021
7c848fa
Fix mathrm font for lm
zepinglee Feb 28, 2021
df460d6
Add math-font option newcm
zepinglee Feb 28, 2021
70a6a1d
Fix STIX file names
zepinglee Feb 28, 2021
8fbb915
Add detailed options for math style
zepinglee Mar 10, 2021
8af9cba
Add experimental math-font option newtx
zepinglee Mar 10, 2021
8fff6ae
Reorganize font settings
zepinglee Mar 11, 2021
e0610bf
Update doc
zepinglee Mar 11, 2021
ae31fd1
Update seciton and toc format for English template
zepinglee Mar 11, 2021
bb0609a
Unify use of parentheses
zepinglee Mar 12, 2021
82dbbde
Reorganize changelog
zepinglee Mar 12, 2021
3a8b0f0
Prioritize windows fontset
zepinglee Mar 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reorganize changelog
  • Loading branch information
zepinglee committed Mar 12, 2021
commit 82dbbde0bc68af6b34608cdb5cb560d379b29d0e
20 changes: 9 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
点击版本号即可在 GitHub 上查看相邻版本间的代码变动。

## [Unreleased]
### Changed
- 研究生的声明页默认加上页眉和页码,不受 `page-style` 的控制(#574)。
- 取消图表标题的悬挂缩进(#589)。
- 联合导师的 key 改为 `co-supervisor`,同英文版模板一致。

### Fixed
- 修正 `longtable` 宏包的配置(#584)。
- 英文封面的联合导师修正为“Co-supervisor”。
- 修正本科生的“目录”、“声明”和“致谢”等标题中的空白(#591)。

### Added
- 新增英文版写作指南要求的格式。
- 新增选题报告的格式(#579)。
Expand All @@ -23,7 +13,15 @@
- 新增选项控制数学字体风格的细节:`uppercase-greek`、`less-than-or-equal`、`integral`、`integral-limits`、`partial` 和 `math-ellipsis`。
- 新增数学字体试验性选项 `math-font = newtx`。

### Fixes
### Changed
- 研究生的声明页默认加上页眉和页码,不受 `page-style` 的控制(#574)。
- 取消图表标题的悬挂缩进(#589)。
- 英文封面的联合导师改为“Co-supervisor”。
- 联合导师的 key 改为 `co-supervisor`,同英文版模板一致。

### Fixed
- 修正 `longtable` 宏包的配置(#584)。
- 修正本科生的“目录”、“声明”和“致谢”等标题中的空白(#591)。
- 修正参考文献的格式,取消页码与前面冒号之间的空格。
- 修正中文封面的字距。

Expand Down