%%
%% This is file 'hhuthesis-example.tex'
%%
%% Copyright(C) 2020, Wenhan Cao.
%% College of Water Conservancy and Hydropower Engineering, Hohai University.
%%
%% Home Page of the Project:
%% http://github.com/caowenhan/hhuthesis
%%
%% Version:v1.0.0
%% Last update: July 19th,2020.
%% It may be distribute and / or modified under the conditions of the LaTeX Project
%% Public License, either version 1.3c of this license or (at your option) any
%% later version. The latest version of this license is in
%%
%% http://www.latex-project.org/lppl.txt
%%
%% and version 1.3c or later is part of all distributions of LaTeX version
%% 2008/05/04 or later.
%%
%% 默认双面打印 twoside、博士论文模板 doctor
\documentclass[twoside, doctor]{hhuthesis}
%% 模板选项:学士论文bachelor;学术型硕士论文academicmaster;专业型硕士论文professionalmaster;博士论文doctor
%% 模板选项:单面打印oneside;双面打印twoside
%% 更改数学字体设置,Latin Modern Math 默认的有点细,可选用下列宏包
% \usepackage[bold-style=ISO]{unicode-math}
%% 设置双线页眉,使用单线页眉可注释
\makeatletter
\def\headrule{{\if@fancyplain\let\headrulewidth\plainheadrulewidth\fi%
\hrule\@height 1.0pt \@width\headwidth\vskip1pt % 上面线为1pt粗
\hrule\@height 0.5pt \@width\headwidth % 下面线为0.5pt粗
\vskip-2\headrulewidth\vskip-1pt}%
\vspace{6mm}}
\makeatother
\begin{document}
%%
%% 封面
%%
%% 国家图书馆封面和中文信息封面
\studentnumber{<学生学号>}
\classification{<分类号>}
\securitylevel{公开}
\udc{<UDC号>}
\title{寒冷地区渗水病害影响下混凝土坝\\服役性态多尺度分析方法}
\author{作者姓名}
% 专业型硕士\tutorinfoa填写学校指导老师信息,\tutorinfob填写基地指导老师信息
% 其余用户\tutorinfoa填写指导老师姓名&职称,\tutorinfob填写指导老师单位&地址
\tutorinfoa{导师姓名\hspace{3em}教授~~博导}
\tutorinfob{学院名称~~南京市西康路1号}
\degree{工学博士}
\major{<专业名称>}
\submitdate{2018年7月}
\defenddate{2018年9月7日}
\awarded{河海大学~~~~2018年9月26日}
\chairman{主席A}
\reviewer{专家A、专家B、专家C、专家D、专家E、专家F}
\nlcdate{2018年9月}
\nlclocate{中国 $\cdot$ 南京}
\institute{河海大学}
\zhtitle{寒冷地区渗水病害影响下混凝土坝服役性态多尺度分析方法}
\zhsubtitle{无}
\entitlea{Multiscale analysis of concrete dam service ability under}
\entitleb{ the influence of water-seepage diseases in cold region}
\ensubtitle{None}
\thesislang{汉语}
\abstractlang{汉、英}
\thesispages{145}
\numofwords{8.5万}
\thesiskeywords{寒冷地区、混凝土坝、服役性态、渗水病害、多尺度分析}
\researchfield{<具体研究方向>}
%% 博士、学术型硕士、本科生填写,专业型硕士不用填写
\tutor{<导师姓名>}
\tutorinstitute{<导师单位>}
%% 专业型硕士填写,其余不用填写
\tutora{}
\tutorainstitute{}
\tutorb{}
\tutorbinstitute{}
%% 英文信息封面
\englishtitle{Multiscale analysis of concrete dam service ability under the influence of water-seepage diseases in cold region}
\englishauthor{author's name}
\entutor{~~supervisor's name}
\eninstitute{Hohai University}
\englishdepartment{author's department}
\englishdate{September, 2018}
\enlocate{Nanjing, P.R.China}
\englishdegree{Doctor of Engineering}
%% 制作国家图书馆封面
\makenlctitle
%% 制作中文信息封面
\makeinfo
%% 制作英文信息封面
\makeeninfo
%% 论文原创性声明和使用授权
\makedeclare
%%
%% 前置部分
%%
\frontmatter
%%
\input{chapters/preface}
%%
\input{chapters/abstract}
%% 符号对照表,可选,如不用可注释掉
\input{chapters/denotation}
%% 加入目录
\tableofcontents
%% 加入图、表索引(同时取消图表索引中章之间的垂直间隔)
\let\origaddvspace\addvspace
\renewcommand{\addvspace}[1]{}
\listoffigures
\listoftables
\renewcommand{\addvspace}[1]{\origaddvspace{#1}}
%%
%% 正文部分
%%
\mainmatter
%% 各章正文内容
\input{chapters/chapter1}
% \input{chapters/chapter2}
% \input{chapters/chapter3}
% \input{chapters/chapter4}
% \input{chapters/chapter5}
% \input{chapters/chapter6}
%% 参考文献样式设定
\bibliographystyle{hhuthesis-numeric} % 顺序编码式
%% 参考文献,10号字,使用 BibTeX,包含参考文献文件.bib
% \bibliography{reference/chap1,reference/chap2} %
\bibliography{reference/chap1}
%%
%% 后置部分
%%
%% (其后部分无编号)
\backmatter
%% 致谢
\input{chapters/acknowledgement}
%% 作者简介
\input{chapters/resume}
\end{document}