Skip to content

Commit

Permalink
Merge pull request #406 from xfz329/fix
Browse files Browse the repository at this point in the history
enable signature command to set the date.
  • Loading branch information
TheNetAdmin committed May 1, 2024
2 parents 0464c71 + e0ad3d0 commit 9476151
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/commands.tex
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,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 @@ -17,4 +19,6 @@
\finaleval[][][][][]

\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 @@ -17,6 +17,8 @@
\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}

{
\zihao{4}
Expand All @@ -27,6 +29,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 @@ -41,4 +45,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}
}

0 comments on commit 9476151

Please sign in to comment.