2 Star 3 Fork 0

邓韬 / ZUEL-Thesis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.tex 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
\documentclass{zuelthesis}
% 论文信息填写
\title{中国南北方蛋炒饭做法的比较研究\\——基于实证调查}{The English title name} % 若标题过长需换行
\author{\quad}{San, Zhang}
\studentnumber{123456}
\class{1801班}
\major{数据科学与大数据技术}
\school{统计与数学学院}
\advisor{李四}
\advisortitle{副教授} % 也可不写,仍然可以正常显示
\addbibresource{thesis.bib}
\begin{document}
\frontmatter % 前言部分
\makecover
\makestatement
\maketitle
\include{content/abstract}
\adjustabletableofcontents{1.5} % 调节行距因子以获得美观的目录
\mainmatter % 正文部分
\include{content/introduction}
\include{content/chapter1}
\include{content/chapter2}
\include{content/conclusion}
% 列出所有参考文献
\nocite{*} % 列出全部参考文献
\phantomsection % reestablish the hyper anchors
\printbibliography[title={主要参考文献}, heading=zuelbib]
\appendix
\include{content/appendices}
\backmatter
\include{content/epilogue}
\end{document}
TeX/LaTeX
1
https://gitee.com/ToryDeng/ZUEL-Thesis.git
git@gitee.com:ToryDeng/ZUEL-Thesis.git
ToryDeng
ZUEL-Thesis
ZUEL-Thesis
master

搜索帮助