%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % NJU Thesis Undergraduate % 南京大学毕业论文LaTeX模板 % Version 0.6.0 (2021-09-11) % % 请关注项目地址以获取最新变化 % https://github.com/nju-lug/NJUThesisUndergraduate % https://git.nju.edu.cn/nju-lug/nju-latex-templates/njuthesisundergraduate % % 贡献者 % @atxy @FengChendian @myandeg % @glatavento @HermitSun @linyinfeng % % 许可证 % LaTeX Project Public License(版本 1.3c 或更高) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[ titlelength=2,% 选择标题行数,范围是1~3 secondmentor=true,% 有第二导师请取消注释此项 degree=mg,% ug: 本科, mg: 学硕, mf: 专硕, d: 博士 type=thesis,% thesis: 毕业论文,design: 毕业设计 % systemfont=false,% 自定义字体请取消注释此项 % customlatinfont=windows,% 设置英文字符集 % customchinesefont=windows,% 设置中文字符集 ]{njuthesis} % 设置个人信息 \njusetup { % 注意不要有空行,否则可能报错 info = { % 题目 TitleA = 一种使用南京大学\hologo{LaTeX}模版, TitleB = 编写毕业论文的经验性方法, % TitleC = 没有第三行就不用填这个哦, TitleEN = An~Empirical~Way~of~Composing~Thesis~with~NJU~\hologo{LaTeX}~Template, %注意英文名中空格必须替换为波浪线 % 姓名学号 Grade = 2018, StudentID = 181114514, StudentName = 周煜华, StudentNameEN = Zhou~Yuhua, % 院系专业 Department = 拉太赫科学与技术学院, DepartmentEN = School~of~\hologo{LaTeX}, Major = 拉太赫语言学, MajorEN = \hologo{LaTeX}~Linguistics, Field = 拉太赫语言在现当代的使用, FieldEN = Contemporary~Usage~of~the~\hologo{LaTeX}~Language, % 导师 MentorA = 李成殿, MentorAEN= Li~Chengdian, MentorATitle = 教授, MentorATitleEN = Professor, % 第二导师 MentorB = 孙赫弥, MentorBEN = Sun~Hemi, MentorBTitle = 副教授, MentorBTitleEN = Associate professor, % 日期 SubmitDate = 2021年8月10日, DefenseDate = 2021年9月19日, } } % 导入参考文献源 \addbibresource{njuthesis.bib} \begin{document} %---------------------------------------- % 封面、摘要和目录 %---------------------------------------- \maketitle \input{chapters/Abstract.tex} \tableofcontents %---------------------------------------- % 正文部分 %---------------------------------------- \mainmatter \input{chapters/Introduction.tex} \input{chapters/Environments.tex} \input{chapters/Layout.tex} \input{chapters/FigTabCode.tex} \input{chapters/Mathematics.tex} \input{chapters/Reference.tex} \input{chapters/Bibliography.tex} %---------------------------------------- % 参考文献 %---------------------------------------- \printbibliography[ heading=bibintoc,% 插入目录条目 title=参考文献] %---------------------------------------- % 致谢 %---------------------------------------- \input{chapters/Acknowledgement.tex} %---------------------------------------- % 附录部分 %---------------------------------------- \appendix \input{chapters/Standard.tex} \end{document}