Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable signature command to set the date. #406

Merged
merged 1 commit into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions config/commands.tex
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@
\end{flushright}
}

\newcommand{\signaturewithdate}[4]
{
\begin{flushright}
\bfseries \zihao{-4}
#1 \underline{\multido{}{5}{\quad}} \\
#2 年 #3 月 #4 日
\end{flushright}
}

\DeclareDocumentCommand{\finaleval}{O{~} O{~} O{~} O{~} O{~}}
{
\begin{table}[H]
Expand Down
4 changes: 4 additions & 0 deletions page/undergraduate/final/eval.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
\vskip 50mm

\signature{指导教师(签名)}
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
% \signaturewithdate{指导教师(签名)}{1897}{5}{21}

\noindent 二、答辩小组对毕业论文(设计)的答辩评语及总评成绩:\\

Expand All @@ -15,4 +17,6 @@
\finaleval[10][15][5][70][100]

\signature{负责人(签名)}
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
% \signaturewithdate{负责人(签名)}{1897}{5}{21}
}
2 changes: 2 additions & 0 deletions page/undergraduate/final/job.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@

\mbox{} \vfill
\signature{负责人(签名)}
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
% \signaturewithdate{负责人(签名)}{1897}{5}{21}
}
2 changes: 2 additions & 0 deletions page/undergraduate/proposal/design/midcheckeval.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
\mbox{} \vfill
\designmidcheckeval[15]
\signature{指导教师(签名)}
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
% \signaturewithdate{指导教师(签名)}{1897}{5}{21}
}
2 changes: 2 additions & 0 deletions page/undergraduate/proposal/design/previous.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
\mbox{} \vfill

\signature{指导教师(签名)}
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
% \signaturewithdate{指导教师(签名)}{1897}{5}{21}
4 changes: 4 additions & 0 deletions page/undergraduate/proposal/design/proposaleval.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
\vspace{50mm}
\designproposaleval[15][5]
\signature{导师签名}
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
% \signaturewithdate{导师签名}{1897}{5}{21}

{
\zihao{4}
Expand All @@ -22,4 +24,6 @@
\mbox{} \vfill
\designproposaleval
\signature{开题报告审核负责人(签名/签章)}
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
% \signaturewithdate{开题报告审核负责人(签名/签章)}{1897}{5}{21}
}
2 changes: 2 additions & 0 deletions page/undergraduate/proposal/thesis/previous.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
\mbox{} \vfill

\signature{指导教师(签名)}
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
% \signaturewithdate{指导教师(签名)}{1897}{5}{21}
6 changes: 6 additions & 0 deletions page/undergraduate/proposal/thesis/proposaleval.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
\vspace{50mm}
\thesisproposaleval[10][15][5]
\signature{导师签名}
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
% \signaturewithdate{导师签名}{1897}{5}{21}

{
\zihao{4}
Expand All @@ -24,6 +26,8 @@
\mbox{} \vfill
\thesisproposaleval
\signature{开题报告审核负责人(签名/签章)}
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
% \signaturewithdate{开题报告审核负责人(签名/签章)}{1897}{5}{21}
}
{
\chapternonum{毕业论文(设计)文献综述和开题报告考核}
Expand All @@ -38,4 +42,6 @@
\mbox{} \vfill
\thesisproposaleval
\signature{开题报告答辩小组负责人(签名)}
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
% \signaturewithdate{开题报告答辩小组负责人(签名)}{1897}{5}{21}
}
Loading