From 710a71e9329d8148b455fea4346fe24db1a04a39 Mon Sep 17 00:00:00 2001 From: Yu Xiong Date: Fri, 19 Apr 2024 01:54:18 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E5=8F=82=E8=80=83?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/njuthesis-sample.bib | 1 + docs/njuthesis-sample.tex | 22 ++++++++++++++++------ docs/njuthesis-setup.def | 5 ++++- source/njuthesis.dtx | 2 +- 4 files changed, 22 insertions(+), 8 deletions(-) diff --git a/docs/njuthesis-sample.bib b/docs/njuthesis-sample.bib index 84bbab6..da123f3 100644 --- a/docs/njuthesis-sample.bib +++ b/docs/njuthesis-sample.bib @@ -1,6 +1,7 @@ @article{preskill2018, title = {Quantum {{Computing}} in the {{NISQ}} Era and Beyond}, author = {Preskill, John}, + author+an = {1=thesisauthor}, date = {2018-08-06}, journaltitle = {Quantum}, volume = {2}, diff --git a/docs/njuthesis-sample.tex b/docs/njuthesis-sample.tex index 281d1bd..bfa3f6d 100644 --- a/docs/njuthesis-sample.tex +++ b/docs/njuthesis-sample.tex @@ -1,5 +1,5 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% njuthesis 示例模板 v1.4.0 2024-03-19 +% njuthesis 示例模板 v1.4.1 2024-04-19 % https://github.com/nju-lug/NJUThesis % % 贡献者 @@ -26,7 +26,7 @@ %--------------------------------------------------------------------- \documentclass[ - % 模板选项: + % 模板选项(注意右端逗号): % % type = bachelor|master|doctor|postdoc, % 文档类型,默认为本科生 % degree = academic|professional, % 学位类型,默认为学术型 @@ -73,10 +73,10 @@ % 生成封面页 \maketitle -% 文档默认使用 \flushbottom,即底部平齐 +% 模板默认使用 \flushbottom,即底部平齐 % 效果更好,但可能出现 underfull \vbox 信息 -% 如需抑制这些信息,可以反注释以下命令 -% \raggedbottom +% 以下命令用于抑制这些信息 +\raggedbottom \begin{abstract} 中文摘要 @@ -136,14 +136,24 @@ \section{量子计算} 感谢 \href{https://git.nju.edu.cn/nju-lug/lug-introduction}{LUG@NJU}。 \end{acknowledgement} +%--------------------------------------------------------------------- +% 学术简历 +%--------------------------------------------------------------------- + +% 详见手册中“成果列表”一节 +% \njuchapter{学术成果} +% \njupaperlist[攻读博士学位期间发表的学术论文]{preskill2018} + %--------------------------------------------------------------------- % 附录部分 %--------------------------------------------------------------------- % 附录部分使用单独的字母序号 -% \appendix +\appendix % 可以在这里插入补充材料 +\chapter{正文中涉及的数据及源代码} +\dots % 完工 \end{document} diff --git a/docs/njuthesis-setup.def b/docs/njuthesis-setup.def index 7de6278..03c0460 100644 --- a/docs/njuthesis-setup.def +++ b/docs/njuthesis-setup.def @@ -1,4 +1,4 @@ -% njuthesis 参数设置文件 v1.4.0 2024-03-19 +% njuthesis 参数设置文件 v1.4.1 2024-04-19 % 一些提醒: % 1. \njusetup 内部千万不要有空行 @@ -253,6 +253,9 @@ % \njusetformat{header}{\small\kaishu} % \njusetformat{footer}{} +% 在盲审模式下隐藏学校信息 +% \njusetup{anonymous-mode/no-nju} + % 一些灵活调整 % \njusetname{type}{本科毕业设计} % 我做的是毕业设计 % \njusetname{notation}{术语表} % 更改符号表名称 diff --git a/source/njuthesis.dtx b/source/njuthesis.dtx index 4ec5918..2060574 100644 --- a/source/njuthesis.dtx +++ b/source/njuthesis.dtx @@ -843,7 +843,7 @@ To produce the documentation run the original source files ending with % % \begin{function}[added=2024-04-19]{anonymous-mode/no-nju} % \begin{syntax} -% <\OPT{no-nju}> = <\TFF> +% \OPT{no-nju} = <\TFF> % \end{syntax} % 是否隐藏学校信息。默认关闭。开启后会隐藏校名、校徽和学校代码。 % \end{function}