Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meng Cao
NJUThesis
Commits
d63e92f5
Unverified
Commit
d63e92f5
authored
Oct 23, 2022
by
atxy-blip
Committed by
GitHub
Oct 23, 2022
Browse files
Merge pull request #161 from nju-lug/dev
调整匿名模式和脚注设置
parents
fa2b59ce
482a137d
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
.github/ISSUE_TEMPLATE/1-bug_report.yaml
View file @
d63e92f5
...
...
@@ -55,7 +55,7 @@ body:
id
:
njuthesis_version
attributes
:
label
:
njuthesis 模板版本
placeholder
:
v
0.17
.0
placeholder
:
v
1.0
.0
description
:
模板版本可以在 `.log` 文件中搜索 `njuthesis` 得到。
validations
:
required
:
true
...
...
.github/workflows/build.yml
View file @
d63e92f5
...
...
@@ -11,7 +11,7 @@ on:
env
:
CTAN_URL
:
https://mirrors.rit.edu/CTAN
TL_PACKAGES
:
alphalph auxhook biber biblatex biblatex-gb7714-2015 bigfoot blindtext booktabs caption cleveref cm-unicode csquotes ctex dashundergaps emptypage enumitem fancyhdr fancyvrb fandol footmisc grfext hologo hycolor hypdoc hyperref l3build latexmk libertinus-fonts listings lua-ul lualatex-math luatex85 makecell makeindex mathtools newcomputermodern ninecolors njuvisual ntheorem pict2e preview psnfss setspace siunitx standalone symbol tabularray tex-gyre tex-gyre-math threeparttable translator underscore unicode-math xits xstring zhlipsum zref
TL_PACKAGES
:
alphalph auxhook biber biblatex biblatex-gb7714-2015 bigfoot blindtext booktabs caption
circledtext
cleveref cm-unicode csquotes ctex dashundergaps emptypage enumitem fancyhdr fancyvrb fandol footmisc grfext hologo hycolor hypdoc hyperref
l3experimental
l3build latexmk libertinus-fonts listings lua-ul lualatex-math luatex85 makecell makeindex mathtools newcomputermodern ninecolors njuvisual ntheorem pict2e preview psnfss setspace siunitx standalone symbol tabularray tex-gyre tex-gyre-math threeparttable translator underscore unicode-math xits xstring zhlipsum zref
jobs
:
build-on-ubuntu
:
...
...
CHANGELOG.md
View file @
d63e92f5
...
...
@@ -6,14 +6,30 @@
## [未发布]
## 修复
### 新增
-
盲审模式下不显示致谢
-
新增脚注圈码选项
`circled`
和
`circled*`
- [#129]
-
新增脚注的悬挂缩进选项
`hang`
- [#129]
### 修复
-
修复国家图书馆封面的编译错误
-
修复研究生英文封面的学位信息
-
更正盲审模式隐藏的个人信息类别
-
修复
`\le`
和
`\ge`
的定义
### 变动
-
脚注默认进行悬挂缩进
### 杂项
-
手册中以黄色突出选项
## [1.0.0] - 2022-08-07
# 新增
##
# 新增
-
新增博士后出站报告模板
-
新增数学字体选项
`math-font`
...
...
@@ -30,11 +46,11 @@
-
可使用
`\njusetformat`
修改本科摘要标签格式 - [#155]
-
为页面对象添加书签属性
## 修复
##
#
修复
-
修正元素对象的底部间距设置
## 变动
##
#
变动
-
调整
`type`
和
`degree`
文档类选项的定义 - [#117]
-
移除毕业设计封面
...
...
@@ -54,14 +70,14 @@
## [0.20.0] - 2022-06-10
## 新增
##
#
新增
-
日期设置项可以通过留空生成空白的年月日字样 - [#150]
-
自动处理大于四的评审委员会人数 - [#150]
-
可使用
`\njusetformat`
修改页眉页脚样式
-
可使用
`\njusetformat`
修改内置校名校徽颜色
## 修复
##
#
修复
-
修复 0.19.0 版本中错误的研究生英文封面日期
-
修复 0.19.0 版本中错误的本科生目录条目样式
...
...
@@ -70,7 +86,7 @@
## [0.19.0] - 2022-05-23
## 新增
##
#
新增
-
可使用
`\njusetformat`
修改默认页面样式
-
对封面上的超宽文字进行压缩
...
...
@@ -80,12 +96,12 @@
-
添加学位授予日期设置项
`info/confer-date`
- [#150]
-
添加底部日期设置项
`info/bottom-date`
## 修复
##
#
修复
-
图表标题使用粗体 -[#139]
-
修复成果列表与章末参考文献表的冲突 -[#148]
## 变动
##
#
变动
-
将国家图书馆封面的标题字样修改为“学位论文”
-
将国家图书馆封面的评审委员会人数分离为单独参数
...
...
@@ -97,14 +113,14 @@
## [0.18.0] - 2022-05-01
## 新增
##
#
新增
-
新增内置定理环境的若干设置项 - [#50]
-
新增脚注设置项 - [#129]
-
编号可使用带圈数字
-
新增盲审模式 - [#130]
## 修复
##
#
修复
-
正确生成出版授权书前后的空白页
-
删除出版授权书页的页眉 - [#130]
...
...
@@ -442,6 +458,7 @@
[
#117
]:
https://github.com/nju-lug/NJUThesis/issues/117
[
#119
]:
https://github.com/nju-lug/NJUThesis/issues/119
[
#121
]:
https://github.com/nju-lug/NJUThesis/issues/121
[
#129
]:
https://github.com/nju-lug/NJUThesis/issues/129
[
#130
]:
https://github.com/nju-lug/NJUThesis/issues/130
[
#131
]:
https://github.com/nju-lug/NJUThesis/issues/131
[
#134
]:
https://github.com/nju-lug/NJUThesis/discussions/134
...
...
docs/njuthesis-sample.tex
View file @
d63e92f5
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% njuthesis 示例模板 v1.
0
.0 2022-
08-08
% njuthesis 示例模板 v1.
1
.0 2022-
10-23
% https://github.com/nju-lug/NJUThesis
%
% 贡献者
...
...
docs/njuthesis-setup.def
View file @
d63e92f5
% njuthesis 参数设置文件 v1.
0
.0 2022-
08-08
% njuthesis 参数设置文件 v1.
1
.0 2022-
10-23
% 一些提醒:
% 1. \njusetup 内部千万不要有空行
...
...
@@ -212,7 +212,13 @@
}
% footnote 类用于设置脚注样式,功能详见手册
% \njusetup[footnote/style]{pifont}
\njusetup[footnote]{
% style = pifont|circled,
% 使用圈码编号
%
% hang = false,
% 不使用悬挂缩进
}
% 页眉页脚内容设置
\njusetup{
...
...
source/njuthesis.dtx
View file @
d63e92f5
This diff is collapsed.
Click to expand it.
test/test.tex
View file @
d63e92f5
...
...
@@ -72,6 +72,11 @@
define,
}
\njusetup
[footnote]
{
style=
{
circled
}
,
circledtext-option=
{
resize=none,boxcolor=blue,boxtype=ox+,boxfill=red!30
}
}
% \addbibresource{test.bib}
% \ctexset{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment