Skip to content

Commit 710a71e

Browse files
committed
docs: 更新参考模板
1 parent c0146b9 commit 710a71e

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

docs/njuthesis-sample.bib

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@article{preskill2018,
22
title = {Quantum {{Computing}} in the {{NISQ}} Era and Beyond},
33
author = {Preskill, John},
4+
author+an = {1=thesisauthor},
45
date = {2018-08-06},
56
journaltitle = {Quantum},
67
volume = {2},

docs/njuthesis-sample.tex

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2-
% njuthesis 示例模板 v1.4.0 2024-03-19
2+
% njuthesis 示例模板 v1.4.1 2024-04-19
33
% https://github.com/nju-lug/NJUThesis
44
%
55
% 贡献者
@@ -26,7 +26,7 @@
2626
%---------------------------------------------------------------------
2727

2828
\documentclass[
29-
% 模板选项:
29+
% 模板选项(注意右端逗号)
3030
%
3131
% type = bachelor|master|doctor|postdoc, % 文档类型,默认为本科生
3232
% degree = academic|professional, % 学位类型,默认为学术型
@@ -73,10 +73,10 @@
7373
% 生成封面页
7474
\maketitle
7575

76-
% 文档默认使用 \flushbottom,即底部平齐
76+
% 模板默认使用 \flushbottom,即底部平齐
7777
% 效果更好,但可能出现 underfull \vbox 信息
78-
% 如需抑制这些信息,可以反注释以下命令
79-
% \raggedbottom
78+
% 以下命令用于抑制这些信息
79+
\raggedbottom
8080

8181
\begin{abstract}
8282
中文摘要
@@ -136,14 +136,24 @@ \section{量子计算}
136136
感谢 \href{https://git.nju.edu.cn/nju-lug/lug-introduction}{LUG@NJU}。
137137
\end{acknowledgement}
138138

139+
%---------------------------------------------------------------------
140+
% 学术简历
141+
%---------------------------------------------------------------------
142+
143+
% 详见手册中“成果列表”一节
144+
% \njuchapter{学术成果}
145+
% \njupaperlist[攻读博士学位期间发表的学术论文]{preskill2018}
146+
139147
%---------------------------------------------------------------------
140148
% 附录部分
141149
%---------------------------------------------------------------------
142150

143151
% 附录部分使用单独的字母序号
144-
% \appendix
152+
\appendix
145153

146154
% 可以在这里插入补充材料
155+
\chapter{正文中涉及的数据及源代码}
156+
\dots
147157

148158
% 完工
149159
\end{document}

docs/njuthesis-setup.def

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% njuthesis 参数设置文件 v1.4.0 2024-03-19
1+
% njuthesis 参数设置文件 v1.4.1 2024-04-19
22

33
% 一些提醒:
44
% 1. \njusetup 内部千万不要有空行
@@ -253,6 +253,9 @@
253253
% \njusetformat{header}{\small\kaishu}
254254
% \njusetformat{footer}{}
255255

256+
% 在盲审模式下隐藏学校信息
257+
% \njusetup{anonymous-mode/no-nju}
258+
256259
% 一些灵活调整
257260
% \njusetname{type}{本科毕业设计} % 我做的是毕业设计
258261
% \njusetname{notation}{术语表} % 更改符号表名称

source/njuthesis.dtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ To produce the documentation run the original source files ending with
843843
%
844844
% \begin{function}[added=2024-04-19]{anonymous-mode/no-nju}
845845
% \begin{syntax}
846-
% <\OPT{no-nju}> = <\TFF>
846+
% \OPT{no-nju} = <\TFF>
847847
% \end{syntax}
848848
% 是否隐藏学校信息。默认关闭。开启后会隐藏校名、校徽和学校代码。
849849
% \end{function}

0 commit comments

Comments
 (0)