-
Notifications
You must be signed in to change notification settings - Fork 639
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0aa149c
commit 3817c47
Showing
4 changed files
with
129 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
\thispagestyle{cover} | ||
|
||
~ \vspace{-75pt} | ||
|
||
\begin{center} | ||
\zihao{-3} \songti | ||
\begin{tabularx}{.8\textwidth}{l l >{\raggedleft}X l} | ||
~ & ~ & | ||
密级: & \underline{\quad\quad\quad} | ||
\end{tabularx} | ||
\end{center} | ||
|
||
|
||
\begin{center} | ||
\includegraphics[width=0.5\paperwidth]{logo/zjuchar.pdf} | ||
\end{center} | ||
|
||
\vspace{-20pt} | ||
|
||
\begin{center} | ||
\zihao{1} \songti% | ||
博{\quad}士{\quad}学{\quad}位{\quad}论{\quad}文 | ||
\end{center} | ||
|
||
\vskip 20pt | ||
|
||
\begin{center} | ||
\includegraphics[width=0.15\paperwidth]{logo/zju.pdf} | ||
\end{center} | ||
|
||
\vskip 30pt | ||
|
||
\begin{center} | ||
\begin{tabularx}{.85\textwidth}{>{\songti\zihao{2}}l >{\songti\zihao{-2}}X<{\centering}} | ||
论文题目 & \uline{\hfill \Title{} \hfill} \\ | ||
\end{tabularx} | ||
\end{center} | ||
|
||
\vskip 15pt | ||
|
||
\begin{center} | ||
\zihao{3} | ||
\renewcommand{\arraystretch}{1.3} | ||
\begin{tabularx}{.85\textwidth}{>{\songti}l >{\songti}X<{\centering}} | ||
\ifthenelse{\equal{\BlindReview}{true}}% | ||
{% | ||
作者姓名 & \uline{\hfill} \\ | ||
指导教师 & \uline{\hfill} \\ | ||
~ & \uline{\hfill} \\ | ||
学科(专业) & \uline{\hfill} \\ | ||
所在学院 & \uline{\hfill} \\ | ||
递交日期 & \uline{\hfill} | ||
} | ||
{% | ||
作者姓名 & \uline{\hfill \StudentName \hfill} \\ | ||
指导教师 & \uline{\hfill \AdvisorName \hfill} \\ | ||
~ & \uline{\hfill \ColaboratorName \hfill} \\ | ||
学科(专业) & \uline{\hfill \Major \hfill} \\ | ||
所在学院 & \uline{\hfill \Department \hfill} \\ | ||
递交日期 & \uline{\hfill} | ||
} | ||
\end{tabularx} | ||
\end{center} | ||
|
||
\vfill |
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
\cleardoublepage{} | ||
|
||
{ | ||
~ \vspace{-75pt} | ||
|
||
\begin{center} | ||
\zihao{2}\songti% | ||
A Dissertation Submitted to Zhejiang\vspace{-10pt} | ||
|
||
University for the Degree of\vspace{-10pt} | ||
|
||
Doctor of Philosophy | ||
\end{center} | ||
|
||
\vskip 20pt | ||
|
||
\begin{center} | ||
\includegraphics[width=0.15\paperwidth]{logo/zju.pdf} | ||
\end{center} | ||
|
||
\vskip 30pt | ||
|
||
\begin{center} | ||
\begin{tabularx}{.85\textwidth}{>{\songti\zihao{2}}l >{\songti\zihao{-2}}X<{\centering}} | ||
TITLE: & \uline{\hfill \TitleEng{} \hfill} \\ | ||
\end{tabularx} | ||
\end{center} | ||
|
||
\vskip 45pt | ||
|
||
\begin{center} | ||
\zihao{-2} | ||
\renewcommand{\arraystretch}{1.3} | ||
\begin{tabularx}{.85\textwidth}{>{\songti}l >{\songti}X<{\centering}} | ||
\ifthenelse{\equal{\BlindReview}{true}}% | ||
{% | ||
Author: & \uline{\hfill} \\ | ||
Supervisor: & \uline{\hfill} \\ | ||
~ & \uline{\hfill} \\ | ||
Subject: & \uline{\hfill} \\ | ||
College: & \uline{\hfill} \\ | ||
Submitted Date: & \uline{\hfill} | ||
} | ||
{% | ||
Author: & \uline{\hfill \StudentName \hfill} \\ | ||
Supervisor: & \uline{\hfill \AdvisorName \hfill} \\ | ||
~ & \uline{\hfill \ColaboratorName \hfill} \\ | ||
Subject: & \uline{\hfill \Major \hfill} \\ | ||
College: & \uline{\hfill \Department \hfill} \\ | ||
Submitted Date: & \uline{\hfill} | ||
} | ||
\end{tabularx} | ||
\end{center} | ||
|
||
\vfill | ||
} |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
\inputpage{cover-chn} | ||
\inputpage{cover-eng} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
% Previous part | ||
\cleardoublepage{} | ||
% TODO: check if it is 'roman' or 'Roman' | ||
% \pagenumbering{roman} | ||
|
||
\inputpage{abstract} |