-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
增加「延期公开」功能、修改「第二导师」行为;Close #102 Close 107
- Loading branch information
Showing
3 changed files
with
60 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1814,6 +1814,15 @@ Copyright (C) 2017–2021 by Xiangdong Zeng <[email protected]>. | |
% 密级。\opt{i}、\opt{ii}、\opt{iii} 分别表示秘密、机密、绝密; | ||
% \opt{none} 表示论文不涉密,即不显示密级。 | ||
% \end{function} | ||
% | ||
% | ||
% \begin{function}{info/delay-time} | ||
% \begin{fdusyntax}[emph={[1]delay-time}] | ||
% delay-time = (*(none)|\marg{延期公开年限}*) | ||
% \end{fdusyntax} | ||
% 延期公开年限。若为“延期公开”情况,请输入延期公开年限; | ||
% 若无延期情况,请输入 |none|。 | ||
% \end{function} | ||
%^^A! Secret level. \opt{i}, \opt{ii} and \opt{iii} means | ||
%^^A! ``秘密'' (secret), ``机密'' (confidential) and ``绝密'' | ||
%^^A! (top secret) respectively. \opt{none} means your thesis is | ||
|