Skip to content

Commit 721c408

Browse files
committed
Fix deprecation message
1 parent 04ba108 commit 721c408

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ustcthesis.cls

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
\DeclareComplementaryOption{openany}{openright}
387387

388388
% 兼容旧版本的文档类选项。
389-
% Reserved for compatibility until 2020-07-01.
389+
% Deprecated since 2020-07-01.
390390
\DeclareVoidOption{doctor}{\ustcsetup{degree=doctor}}
391391
\DeclareVoidOption{master}{\ustcsetup{degree=master}}
392392
\DeclareVoidOption{bachelor}{\ustcsetup{degree=bachelor}}
@@ -1808,7 +1808,7 @@
18081808

18091809
% 版本 v3.2 开始使用 \cs{ustcsetup} 设置接口,
18101810
% 兼容旧版本的命令式设置。
1811-
% Reserved for compatibility until 2020-07-01.
1811+
% Deprecated since 2020-07-01.
18121812
\def\ustc@define@term#1#2{%
18131813
\expandafter\gdef\csname #1\endcsname##1{%
18141814
\ustc@deprecated{'\expandafter\protect\csname #1\endcsname' command}{2020-07-01}{'\protect\ustcsetup'}%
@@ -2253,7 +2253,7 @@
22532253
\ifustc@degree@bachelor
22542254
\let\copyrightpage\relax
22552255
\fi
2256-
% Reserved for compatibility until 2020-07-01.
2256+
% Deprecated since 2020-07-01.
22572257
\newcommand\makestatement{%
22582258
\ustc@deprecated{'\protect\makestatement' command}{2020-07-01}{'\protect\copyrightpage'}%
22592259
\copyrightpage
@@ -2518,7 +2518,7 @@
25182518
\ustc@reset@main@language
25192519
}
25202520

2521-
% Reserved for compatibility until 2020-07-01.
2521+
% Deprecated since 2020-07-01.
25222522
\newenvironment{enabstract}{%
25232523
\ustc@deprecated{'enabsctract' environment}{2020-07-01}{'abstract*'}%
25242524
\begin{abstract*}%
@@ -3310,7 +3310,7 @@
33103310

33113311

33123312
% 兼容旧版本中“acknowledgments”的拼法。
3313-
% Reserved for compatibility until 2020-07-01.
3313+
% Deprecated since 2020-07-01.
33143314
\newenvironment{acknowledgments}{%
33153315
\begin{acknowledgements}%
33163316
}{%

0 commit comments

Comments
 (0)