forked from ChenMeng0518/sduthesis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsduthesis-front-cover.def
More file actions
55 lines (54 loc) · 1.41 KB
/
sduthesis-front-cover.def
File metadata and controls
55 lines (54 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
\newtoks\fenlei % 中图分类号
\newtoks\DWdaihao % 单位代号
\newtoks\miji % 密级
\newtoks\StuNum % 学号
\newtoks\Ctitle % 中文标题
\newtoks\Cauthor % 作者中文名
\newtoks\Cmajor % 专业
\newtoks\Csuperver % 导师
\newtoks\Cdate % 中文日期
\newtoks\Dpart % 学院
\newtoks\Grade % 年级
\RequirePackage{makecell}
\newcommand{\LeftLength}{2.3cm}
\newcommand{\RightLength}{5.5cm}
\newcommand{\Mcs}[1]{\makebox[\LeftLength][s]{{\zihao{3}\bfseries\kaishu{}#1}}}
\newcommand{\Mcc}[1]{\makebox[\RightLength][c]{{\zihao{-3}\songti{}#1}}}
\newcommand{\maketitlepage}{%
\thispagestyle{empty}
\begin{center}
~
\vskip 8mm\relax
{
{\includegraphics[width = .7\textwidth]{SDUWords.jpg}}\\[3mm]
{\scalebox{4}{\fzbHei{}毕业论文(设计)}}
}
\par \vskip 15mm \relax
{
\begin{flushleft}
{\zihao{3}\heiti{}论文(设计)题目:}
\end{flushleft}
}
\vfill
{
\noindent
\zihao{-1}\kaishu\the\Ctitle
}
\vfill
{
\begin{tabular}{p{\LeftLength}p{\RightLength}}
\Mcs{姓名}& \Mcc{\the\Cauthor}\\[-.8mm]\cline{2-2}\\[-4mm]
\Mcs{学号}& \Mcc{\the\StuNum}\\[-.8mm]\cline{2-2}\\[-4mm]
\Mcs{学院}& \Mcc{\the\Dpart}\\[-.8mm]\cline{2-2}\\[-4mm]
\Mcs{专业}& \Mcc{\the\Cmajor}\\[-.8mm]\cline{2-2}\\[-4mm]
\Mcs{年级}& \Mcc{\the\Grade}\\[-.8mm]\cline{2-2}\\[-4mm]
\Mcs{指导老师}& \Mcc{\the\Csuperver}\\[-.8mm]\cline{2-2}
\end{tabular}
}
\par \vskip 20mm \relax
{
\zihao{3}\the\Cdate
}
\end{center}
\clearpage
}