We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289729f commit 6533483Copy full SHA for 6533483
1 file changed
ustcthesis.cls
@@ -1607,9 +1607,16 @@
1607
keywords* .clist_set:N = \l__ustc_keywords_en_clist ,
1608
}
1609
1610
+% \tl_set:Ne was not available until 2023-06-05.
1611
+\cs_if_exist:NF \tl_set:Ne
1612
+ { \cs_generate_variant:Nn \tl_set:Nn { Ne } }
1613
+
1614
+% `\regex_if_match:` was not available until 2025-05-19.
1615
+\cs_if_exist:NF \regex_if_match:nVTF
1616
+ { \cs_new_protected:Npn \regex_if_match:nVTF { \regex_match:nVTF } }
1617
1618
\cs_new:Npn \__ustc_set_date:n #1
1619
{
- % \tl_set:Ne was not available until 2023-06-05
1620
\tl_set:Nx \l_tmpa_tl {#1}
1621
\regex_if_match:nVTF { ^ \d + - \d + - \d + $ } \l_tmpa_tl
1622
0 commit comments