Skip to content

Commit 51f3edd

Browse files
committed
fix: 修复 macoffice 配置的变量命名问题
1 parent 8191336 commit 51f3edd

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
- 图表标题区分单行多行设置
1212
- 软性规定标题和图表本身的位置关系 -[#253]
1313

14+
### 修复
15+
16+
- 修复 `macoffice` 配置的变量命名问题
17+
18+
## [1.4.1] - 2024-04-22
19+
1420
### 新增
1521

1622
- 匹配新版盲审模板 - [#185]
@@ -572,8 +578,9 @@
572578
- 模板上传至 CTAN
573579

574580

575-
[未发布]: https://github.com/nju-lug/NJUThesis/compare/v1.4.0...HEAD
581+
[未发布]: https://github.com/nju-lug/NJUThesis/compare/v1.4.1...HEAD
576582

583+
[1.4.1]: https://github.com/nju-lug/NJUThesis/compare/v1.4.0...v1.4.1
577584
[1.4.0]: https://github.com/nju-lug/NJUThesis/compare/v1.3.2...v1.4.0
578585
[1.3.2]: https://github.com/nju-lug/NJUThesis/compare/v1.3.1...v1.3.2
579586
[1.3.1]: https://github.com/nju-lug/NJUThesis/compare/v1.3.0...v1.3.1

source/njuthesis.dtx

+2-2
Original file line numberDiff line numberDiff line change
@@ -4853,9 +4853,9 @@ To produce the documentation run the original source files ending with
48534853
\cs_new_protected:Npn \@@_loadfont_latin_macoffice:
48544854
{
48554855
\__fontspec_main_setmainfont:nn
4856-
{ \l_@@_name_macofficefeature_clist } { times }
4856+
{ \c_@@_name_macofficefeature_clist } { times }
48574857
\__fontspec_main_setsansfont:nn
4858-
{ \l_@@_name_macofficefeature_clist } { arial }
4858+
{ \c_@@_name_macofficefeature_clist } { arial }
48594859
\__fontspec_main_setmonofont:nn
48604860
{ Scale = MatchLowercase } { Menlo }
48614861
}

0 commit comments

Comments
 (0)