Newer
Older
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% https://git.nju.edu.cn/nju-lug/nju-latex-templates/njuthesis
% Yu XIONG @atxy-blip Yichen ZHAO @FengChendian
% Song GAO @myandeg Chang MA @glatavento
% Yilun SUN @HermitSun Yinfeng LIN @linyinfeng
%
% 许可证
% LaTeX Project Public License(版本 1.3c 或更高)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% type=design,% 默认毕业论文(thesis),design: 毕业设计
nlcover,% 需要国家图书馆封面,对本科无效
% customlatinfont=windows,% 设置英文字符集
% customchinesefont=windows,% 设置中文字符集
% 注意不要有空行,否则可能报错
info = {
% 题目
TitleA = 一种使用南京大学\hologo{LaTeX}模版,
TitleB = 编写毕业论文的经验性方法, % 没有第二行就留空
TitleC = (内容已经过时,详见说明手册), % 没有第三行就留空
Title* = {An Empirical Way of Composing Thesis with NJU \hologo{LaTeX} Template},
% 院系专业
Department = 拉太赫科学与技术学院,
Field* = Contemporary~Usage~of~the~\hologo{LaTeX}~Language, % 研究生项
SupervisorA = 李成殿,
SupervisorA*= Li~Chengdian,
SupervisorATitle = 教授,
SupervisorATitle* = Professor,
% 第二导师,如无则留空
% SupervisorB = 孙赫弥,
% SupervisorB* = Sun~Hemi,
% SupervisorBTitle = 副教授,
Classification = 0175.2,
SecurityLevel = 限制,
UDC = 004.72,
% 设置图片存储位置
\graphicspath{{figure/}}
% 导入参考文献数据
%-------------------------------------------------
%-------------------------------------------------
%-------------------------------------------------
%-------------------------------------------------
\input{chapters/Introduction.tex}
\input{chapters/Environments.tex}
\input{chapters/Layout.tex}
\input{chapters/FigTabCode.tex}
\input{chapters/Mathematics.tex}
\input{chapters/Reference.tex}
%-------------------------------------------------
%-------------------------------------------------
\printbibliography[
heading=bibintoc,% 插入目录条目
title=参考文献]
%-------------------------------------------------
%-------------------------------------------------
%-------------------------------------------------
%-------------------------------------------------