File tree 4 files changed +22
-8
lines changed
4 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 1
1
@article {preskill2018 ,
2
2
title = { Quantum {{Computing}} in the {{NISQ}} Era and Beyond} ,
3
3
author = { Preskill, John} ,
4
+ author+an = { 1=thesisauthor} ,
4
5
date = { 2018-08-06} ,
5
6
journaltitle = { Quantum} ,
6
7
volume = { 2} ,
Original file line number Diff line number Diff line change 1
1
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
- % njuthesis 示例模板 v1.4.0 2024-03 -19
2
+ % njuthesis 示例模板 v1.4.1 2024-04 -19
3
3
% https://github.com/nju-lug/NJUThesis
4
4
%
5
5
% 贡献者
26
26
% ---------------------------------------------------------------------
27
27
28
28
\documentclass [
29
- % 模板选项:
29
+ % 模板选项(注意右端逗号) :
30
30
%
31
31
% type = bachelor|master|doctor|postdoc, % 文档类型,默认为本科生
32
32
% degree = academic|professional, % 学位类型,默认为学术型
73
73
% 生成封面页
74
74
\maketitle
75
75
76
- % 文档默认使用 \flushbottom,即底部平齐
76
+ % 模板默认使用 \flushbottom,即底部平齐
77
77
% 效果更好,但可能出现 underfull \vbox 信息
78
- % 如需抑制这些信息,可以反注释以下命令
79
- % \raggedbottom
78
+ % 以下命令用于抑制这些信息
79
+ \raggedbottom
80
80
81
81
\begin {abstract }
82
82
中文摘要
@@ -136,14 +136,24 @@ \section{量子计算}
136
136
感谢 \href {https://git.nju.edu.cn/nju-lug/lug-introduction}{LUG@NJU}。
137
137
\end {acknowledgement }
138
138
139
+ % ---------------------------------------------------------------------
140
+ % 学术简历
141
+ % ---------------------------------------------------------------------
142
+
143
+ % 详见手册中“成果列表”一节
144
+ % \njuchapter{学术成果}
145
+ % \njupaperlist[攻读博士学位期间发表的学术论文]{preskill2018}
146
+
139
147
% ---------------------------------------------------------------------
140
148
% 附录部分
141
149
% ---------------------------------------------------------------------
142
150
143
151
% 附录部分使用单独的字母序号
144
- % \appendix
152
+ \appendix
145
153
146
154
% 可以在这里插入补充材料
155
+ \chapter {正文中涉及的数据及源代码 }
156
+ \dots
147
157
148
158
% 完工
149
159
\end {document }
Original file line number Diff line number Diff line change 1
- % njuthesis 参数设置文件 v1.4.0 2024-03 -19
1
+ % njuthesis 参数设置文件 v1.4.1 2024-04 -19
2
2
3
3
% 一些提醒:
4
4
% 1. \njusetup 内部千万不要有空行
253
253
% \njusetformat{header}{\small\kaishu}
254
254
% \njusetformat{footer}{}
255
255
256
+ % 在盲审模式下隐藏学校信息
257
+ % \njusetup{anonymous-mode/no-nju}
258
+
256
259
% 一些灵活调整
257
260
% \njusetname{type}{本科毕业设计} % 我做的是毕业设计
258
261
% \njusetname{notation}{术语表} % 更改符号表名称
Original file line number Diff line number Diff line change @@ -843,7 +843,7 @@ To produce the documentation run the original source files ending with
843
843
%
844
844
% \begin{function}[added=2024-04-19]{anonymous-mode/no-nju}
845
845
% \begin{syntax}
846
- % < \OPT{no-nju}> = <\TFF>
846
+ % \OPT{no-nju} = <\TFF>
847
847
% \end{syntax}
848
848
% 是否隐藏学校信息。默认关闭。开启后会隐藏校名、校徽和学校代码。
849
849
% \end{function}
You can’t perform that action at this time.
0 commit comments