Skip to content

Commit 7e107fa

Browse files
committed
Fix compatibility with TeX Live 2022
1 parent d8f068b commit 7e107fa

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
@@ -1755,7 +1755,8 @@
17551755
practice-supervisor* = { } ,
17561756
}
17571757
1758-
\seq_set_split:Nne \l__ustc_date_seq { - }
1758+
% \exp_args:NNne: Make compatible with TeX Live 2022
1759+
\exp_args:NNne \seq_set_split:Nnn \l__ustc_date_seq { - }
17591760
{
17601761
\int_use:N \c_sys_year_int
17611762
- \int_use:N \c_sys_month_int

0 commit comments

Comments
 (0)