|
386 | 386 | \DeclareComplementaryOption{openany}{openright} |
387 | 387 |
|
388 | 388 | % 兼容旧版本的文档类选项。 |
389 | | -% Reserved for compatibility until 2020-07-01. |
| 389 | +% Deprecated since 2020-07-01. |
390 | 390 | \DeclareVoidOption{doctor}{\ustcsetup{degree=doctor}} |
391 | 391 | \DeclareVoidOption{master}{\ustcsetup{degree=master}} |
392 | 392 | \DeclareVoidOption{bachelor}{\ustcsetup{degree=bachelor}} |
|
1808 | 1808 |
|
1809 | 1809 | % 版本 v3.2 开始使用 \cs{ustcsetup} 设置接口, |
1810 | 1810 | % 兼容旧版本的命令式设置。 |
1811 | | -% Reserved for compatibility until 2020-07-01. |
| 1811 | +% Deprecated since 2020-07-01. |
1812 | 1812 | \def\ustc@define@term#1#2{% |
1813 | 1813 | \expandafter\gdef\csname #1\endcsname##1{% |
1814 | 1814 | \ustc@deprecated{'\expandafter\protect\csname #1\endcsname' command}{2020-07-01}{'\protect\ustcsetup'}% |
|
2253 | 2253 | \ifustc@degree@bachelor |
2254 | 2254 | \let\copyrightpage\relax |
2255 | 2255 | \fi |
2256 | | -% Reserved for compatibility until 2020-07-01. |
| 2256 | +% Deprecated since 2020-07-01. |
2257 | 2257 | \newcommand\makestatement{% |
2258 | 2258 | \ustc@deprecated{'\protect\makestatement' command}{2020-07-01}{'\protect\copyrightpage'}% |
2259 | 2259 | \copyrightpage |
|
2518 | 2518 | \ustc@reset@main@language |
2519 | 2519 | } |
2520 | 2520 |
|
2521 | | -% Reserved for compatibility until 2020-07-01. |
| 2521 | +% Deprecated since 2020-07-01. |
2522 | 2522 | \newenvironment{enabstract}{% |
2523 | 2523 | \ustc@deprecated{'enabsctract' environment}{2020-07-01}{'abstract*'}% |
2524 | 2524 | \begin{abstract*}% |
|
3310 | 3310 |
|
3311 | 3311 |
|
3312 | 3312 | % 兼容旧版本中“acknowledgments”的拼法。 |
3313 | | -% Reserved for compatibility until 2020-07-01. |
| 3313 | +% Deprecated since 2020-07-01. |
3314 | 3314 | \newenvironment{acknowledgments}{% |
3315 | 3315 | \begin{acknowledgements}% |
3316 | 3316 | }{% |
|
0 commit comments