Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
NJUThesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NJU LUG
NJU LaTeX Templates
NJUThesis
Commits
b1ad05ff
Commit
b1ad05ff
authored
3 years ago
by
Yu Xiong
Browse files
Options
Downloads
Patches
Plain Diff
docs: 在主文档插入了一些花哨的注释
parent
578854c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
njuthesis.tex
+40
-5
40 additions, 5 deletions
njuthesis.tex
with
40 additions
and
5 deletions
njuthesis.tex
+
40
−
5
View file @
b1ad05ff
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% NJU Thesis Undergraduate
% 南京大学本科生毕业论文LaTeX模板
% Version 0.1 (2021/09/07)
%
% 请关注项目地址以获取最新变化
% https://github.com/nju-lug/NJUThesisUndergraduate
% https://git.nju.edu.cn/nju-lug/nju-latex-templates/njuthesisundergraduate
%
% 贡献者
% @atxy
% @FengChendian
% @HermitSun
% @glatavento
%
% 许可证
% LaTeX Project Public License(版本 1.3c 或更高)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass
[
TitleLength=1,
% 选择标题行数,范围是1~3
Degree=UG,
% 学位 本科:UG
Type=thesis
% thesis:毕业论文,design:毕业设计
]
{
njuthesis
}
% 导入参考文献源
\addbibresource
{
njuthesis.bib
}
\begin{document}
\maketitle
%----------------------------------------------------------------------------------------
% 封面、摘要和目录
%----------------------------------------------------------------------------------------
\maketitle
% 请在coverpage.sty输入封面信息
\begin{abstract}
\zhlipsum
[76][name=zhufu]
...
...
@@ -23,7 +47,9 @@
\tableofcontents
% 开始正文部分
%----------------------------------------------------------------------------------------
% 正文部分
%----------------------------------------------------------------------------------------
\mainmatter
\chapter
{
绪论
}
...
...
@@ -119,14 +145,23 @@
\end{equation}
\end{lstlisting}
%----------------------------------------------------------------------------------------
% 致谢
%----------------------------------------------------------------------------------------
% \chapter*{致谢}
% \addcontentsline{toc}{chapter}{致谢}
% 感谢\href{https://git.nju.edu.cn/nju-lug/lug-introduction}{NJU LUG}。
\printbibliography
[heading=bibintoc, title=参考文献]
% 方括号内的命令可以将参考文献列表加入目录
% \printindex
%----------------------------------------------------------------------------------------
% 参考文献
%----------------------------------------------------------------------------------------
\printbibliography
[heading=bibintoc, title=参考文献]
% 输出参考文献列表并插入目录
% 开始附录部分
%----------------------------------------------------------------------------------------
% 附录部分
%----------------------------------------------------------------------------------------
\appendix
\end{document}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment