Skip to content

Commit e0ad3d0

Browse files
committed
add a new command \siganaturewithdate to set a siganature with a specific date.
1 parent e4cdcb4 commit e0ad3d0

8 files changed

Lines changed: 31 additions & 0 deletions

File tree

config/commands.tex

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,15 @@
161161
\end{flushright}
162162
}
163163

164+
\newcommand{\signaturewithdate}[4]
165+
{
166+
\begin{flushright}
167+
\bfseries \zihao{-4}
168+
#1 \underline{\multido{}{5}{\quad}} \\
169+
#2 年 #3 月 #4 日
170+
\end{flushright}
171+
}
172+
164173
\DeclareDocumentCommand{\finaleval}{O{~} O{~} O{~} O{~} O{~}}
165174
{
166175
\begin{table}[H]

page/undergraduate/final/eval.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
\vskip 50mm
88

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

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

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

1719
\signature{负责人(签名)}
20+
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
21+
% \signaturewithdate{负责人(签名)}{1897}{5}{21}
1822
}

page/undergraduate/final/job.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@
1818

1919
\mbox{} \vfill
2020
\signature{负责人(签名)}
21+
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
22+
% \signaturewithdate{负责人(签名)}{1897}{5}{21}
2123
}

page/undergraduate/proposal/design/midcheckeval.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
\mbox{} \vfill
1212
\designmidcheckeval[15]
1313
\signature{指导教师(签名)}
14+
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
15+
% \signaturewithdate{指导教师(签名)}{1897}{5}{21}
1416
}

page/undergraduate/proposal/design/previous.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
\mbox{} \vfill
88

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

page/undergraduate/proposal/design/proposaleval.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
\vspace{50mm}
1313
\designproposaleval[15][5]
1414
\signature{导师签名}
15+
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
16+
% \signaturewithdate{导师签名}{1897}{5}{21}
1517

1618
{
1719
\zihao{4}
@@ -22,4 +24,6 @@
2224
\mbox{} \vfill
2325
\designproposaleval
2426
\signature{开题报告审核负责人(签名/签章)}
27+
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
28+
% \signaturewithdate{开题报告审核负责人(签名/签章)}{1897}{5}{21}
2529
}

page/undergraduate/proposal/thesis/previous.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
\mbox{} \vfill
99

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

page/undergraduate/proposal/thesis/proposaleval.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
\vspace{50mm}
1515
\thesisproposaleval[10][15][5]
1616
\signature{导师签名}
17+
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
18+
% \signaturewithdate{导师签名}{1897}{5}{21}
1719

1820
{
1921
\zihao{4}
@@ -24,6 +26,8 @@
2426
\mbox{} \vfill
2527
\thesisproposaleval
2628
\signature{开题报告审核负责人(签名/签章)}
29+
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
30+
% \signaturewithdate{开题报告审核负责人(签名/签章)}{1897}{5}{21}
2731
}
2832
{
2933
\chapternonum{毕业论文(设计)文献综述和开题报告考核}
@@ -38,4 +42,6 @@
3842
\mbox{} \vfill
3943
\thesisproposaleval
4044
\signature{开题报告答辩小组负责人(签名)}
45+
% comment the line above and uncomment the line below if you want to set a signature with a specific date.
46+
% \signaturewithdate{开题报告答辩小组负责人(签名)}{1897}{5}{21}
4147
}

0 commit comments

Comments
 (0)