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
|
%中文封面
\studentid{你的学号}
\cntitle{论文题目}
\cnname{你的名字}
\cnteacher{XXX~教授}
\cncollege{所在学院}
\cnmajor{你的专业}
\cnspcial{研究方向}
\cndegree{学位}
\cnschool{学校}
%\cdate{二〇一八年二月二十四日} % 日期默认是今天,也可自行修改
\makecntitle
%英文封面
\entitle{English Title}
\candidate{Your name}
\supervisor{Professor XXX}
\college{Your college}
\program{Your program}
\specialization{Your specialization}
\degree{Master of XXX}
\university{XXX university}
%\edate{February 24, 2018} % 同中文日期
\makeentitle
%原创声明
\makedeclare
|