File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11
11
- 图表标题区分单行多行设置
12
12
- 软性规定标题和图表本身的位置关系 -[ #253 ]
13
13
14
+ ### 修复
15
+
16
+ - 修复 ` macoffice ` 配置的变量命名问题
17
+
18
+ ## [ 1.4.1] - 2024-04-22
19
+
14
20
### 新增
15
21
16
22
- 匹配新版盲审模板 - [ #185 ]
572
578
- 模板上传至 CTAN
573
579
574
580
575
- [ 未发布 ] : https://github.com/nju-lug/NJUThesis/compare/v1.4.0 ...HEAD
581
+ [ 未发布 ] : https://github.com/nju-lug/NJUThesis/compare/v1.4.1 ...HEAD
576
582
583
+ [ 1.4.1 ] : https://github.com/nju-lug/NJUThesis/compare/v1.4.0...v1.4.1
577
584
[ 1.4.0 ] : https://github.com/nju-lug/NJUThesis/compare/v1.3.2...v1.4.0
578
585
[ 1.3.2 ] : https://github.com/nju-lug/NJUThesis/compare/v1.3.1...v1.3.2
579
586
[ 1.3.1 ] : https://github.com/nju-lug/NJUThesis/compare/v1.3.0...v1.3.1
Original file line number Diff line number Diff line change @@ -4853,9 +4853,9 @@ To produce the documentation run the original source files ending with
4853
4853
\cs _new_protected:Npn \@@ _loadfont_latin_macoffice:
4854
4854
{
4855
4855
\_ _fontspec_main_setmainfont:nn
4856
- { \l _ @@_name_macofficefeature_clist } { times }
4856
+ { \c _ @@_name_macofficefeature_clist } { times }
4857
4857
\_ _fontspec_main_setsansfont:nn
4858
- { \l _ @@_name_macofficefeature_clist } { arial }
4858
+ { \c _ @@_name_macofficefeature_clist } { arial }
4859
4859
\_ _fontspec_main_setmonofont:nn
4860
4860
{ Scale = MatchLowercase } { Menlo }
4861
4861
}
You can’t perform that action at this time.
0 commit comments