From ead08a179d6dc3a06b5521e93b0edb99feee40f6 Mon Sep 17 00:00:00 2001 From: xkwxdyy Date: Sat, 11 May 2024 20:32:55 +0800 Subject: [PATCH] Fix one small typing mistake in comments --- ustcthesis.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ustcthesis.cls b/ustcthesis.cls index 9fb587a..4e1684d 100644 --- a/ustcthesis.cls +++ b/ustcthesis.cls @@ -2182,7 +2182,7 @@ \setcounter{secnumdepth}{5} % 研究生规定章题为两字时中间空两字,三字时空一字,四字时空半字,四字以上不空。 -% 这里用 \LaTeX3 的 \cs{str\_count:N} 判断字数。 +% 这里用 \LaTeX3 的 \cs{\str_count:N} 判断字数。 % 注意,\pkg{stringstrings} 宏包会导致范数命令 \verb+\|+ 被修改。 \newcount\ustc@titlelength \DeclareRobustCommand\ustc@spacetitle[1]{%