\documentclass[ Title = 曲率引擎的研究, %标题 Title_EN = Curvature engine research, Grade = 17, StudentID = 17184xxx, StudentName = 张三, StudentName_EN = ZhangSan, Department = 未来学院, Department_EN = School of future, Major = 未来学, Major_EN = Future, Mentor = 李四, Mentor_EN = LiSi, MentorTitle = 教授, MentorTitle_EN = Professor, SubmitDate = 2077年12月31日, Degree = 本科, %学位 Type = thesis % thesis:毕业论文,design:毕业设计 ]{njuthesis} \addbibresource{njuthesis.bib} % 无页眉页脚 \pagestyle{empty} \begin{document} \maketitle \begin{abstract} 模板。 \keywords{驾驶} \end{abstract} \begin{englishabstract} Template。 % 英文关键词。关键词之间用英文半角逗号隔开,末尾无符号。 \englishkeywords{Drive} \end{englishabstract} \tableofcontents % 开始正文部分 \mainmatter \chapter{绪论} \section{简介} 南京大学学士学位论文LaTex模板\cite{test1}基于本科生院的论文撰写规范修改,用于生成符合南京大学学位论文排版要求和相应的国家规范、行业标准的学位论文。 此模板旨在为同学提供毕业论文书写的方便,如有模板问题或者版权问题,请联系作者。 \chapter{使用方法} \section{表格} \begin{table}[htbp] \centering \caption{表格样例} \begin{tabular}{|c|c|c|} \hline 1 & 2 & 3 \\ \hline 4 & 5 & 6 \\ \hline \end{tabular} \end{table} \subsection{图片} \printbibliography \end{document}