Skip to content

Commit f8d36c8

Browse files
committed
Fix compatibility with TeX Live 2022
1 parent 72dbfc8 commit f8d36c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ustcthesis.cls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,12 +1757,13 @@
17571757
}
17581758
17591759
% \seq_set_split:Nne is not available in TeX Live 2022
1760-
\seq_set_split:Nnx \l__ustc_date_seq { - }
1760+
\tl_set:Nx \l_tmpa_tl
17611761
{
17621762
\int_use:N \c_sys_year_int
17631763
- \int_use:N \c_sys_month_int
17641764
- \int_use:N \c_sys_day_int
17651765
}
1766+
\seq_set_split:NnV \l__ustc_date_seq { - } \l_tmp_tl
17661767
17671768
17681769
% 版本 v3.2 开始使用 \cs{ustcsetup} 设置接口,

0 commit comments

Comments
 (0)