Skip to content
Snippets Groups Projects
njuthesis.tex 3.27 KiB
Newer Older
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% NJU Thesis Undergraduate
% 南京大学毕业论文LaTeX模板
Yu Xiong's avatar
Yu Xiong committed
% Version 0.6.0 (2021-09-11)
%
% 请关注项目地址以获取最新变化
% https://github.com/nju-lug/NJUThesisUndergraduate
% https://git.nju.edu.cn/nju-lug/nju-latex-templates/njuthesisundergraduate
%
% 贡献者
Yu Xiong's avatar
Yu Xiong committed
% @atxy         @FengChendian   @myandeg 
% @glatavento   @HermitSun      @linyinfeng
% 
% 许可证
% LaTeX Project Public License(版本 1.3c 或更高)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Yichen Zhao's avatar
Yichen Zhao committed
\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,
        % 日期
        DefenseDate = 2021年9月19日,
% 导入参考文献源
\addbibresource{njuthesis.bib}
Yichen Zhao's avatar
Yichen Zhao committed

Yichen Zhao's avatar
Yichen Zhao committed
\begin{document}
Yichen Zhao's avatar
Yichen Zhao committed

Yu Xiong's avatar
Yu Xiong committed
%----------------------------------------
%	封面、摘要和目录
Yu Xiong's avatar
Yu Xiong committed
%----------------------------------------
\maketitle 
\input{chapters/Abstract.tex}
\tableofcontents
Yu Xiong's avatar
Yu Xiong committed
%----------------------------------------
Yu Xiong's avatar
Yu Xiong committed
%----------------------------------------
Yichen Zhao's avatar
Yichen Zhao committed
\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}
Yu Xiong's avatar
Yu Xiong committed
\input{chapters/Bibliography.tex}
Yu Xiong's avatar
Yu Xiong committed
%----------------------------------------
Yu Xiong's avatar
Yu Xiong committed
%	参考文献
Yu Xiong's avatar
Yu Xiong committed
%----------------------------------------
Koishi Jinguji's avatar
Koishi Jinguji committed

Yu Xiong's avatar
Yu Xiong committed
\printbibliography[
    heading=bibintoc,% 插入目录条目
    title=参考文献]
Yu Xiong's avatar
Yu Xiong committed
%----------------------------------------
Yu Xiong's avatar
Yu Xiong committed
%	致谢
Yu Xiong's avatar
Yu Xiong committed
%----------------------------------------
\input{chapters/Acknowledgement.tex}
Yu Xiong's avatar
Yu Xiong committed
%----------------------------------------
Yu Xiong's avatar
Yu Xiong committed
%----------------------------------------
\appendix

\input{chapters/Standard.tex}
\end{document}