Skip to content

Commit f3110e3

Browse files
committed
Change BibTeX style name to ustcthesis-numeric.bst
1 parent fe457f4 commit f3110e3

12 files changed

Lines changed: 38 additions & 13 deletions

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- 默认数学符号风格 `math-style` 改为 `TeX`
1919
- 中文著者-出版年制引用标注的括号改为全角([tuna/thuthesis#1054](https://github.com/tuna/thuthesis/issues/1054))。
2020
- 研究生的原创性声明命令改为 `\statement`
21+
- BibTeX 顺序编码制的样式名称改为 `ustcthesis-numeric.bst`
2122

2223
### Deprecated
2324

2425
- 原创性声明命令 `\copyrightpage` 已经过时。
26+
- BibTeX 样式名称 `ustcthesis-numerical.bst` 已过时。
2527

2628
### Fixed
2729

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MAIN = main
22
NAME = ustcthesis
33
CLSFILES = $(NAME).cls
4-
BSTFILES = $(NAME)-numerical.bst $(NAME)-authoryear.bst $(NAME)-bachelor.bst
4+
BSTFILES = $(NAME)-numeric.bst $(NAME)-authoryear.bst $(NAME)-bachelor.bst
55

66
SHELL = bash
77
LATEXMK = latexmk -xelatex

tests/testfiles-biblatex/biblatex-inline.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
bibstyle = ustcthesis-numeric,
66
citestyle = ustcthesis-inline,
77
]{biblatex}
8-
\addbibresource{refs-numerical.bib}
8+
\addbibresource{refs-numeric.bib}
99

1010
\pagestyle{empty}
1111

tests/testfiles-biblatex/biblatex-numeric.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\documentclass[degree=doctor,fontset=fandol]{ustcthesis}
33

44
\usepackage[style=ustcthesis-numeric]{biblatex}
5-
\addbibresource{refs-numerical.bib}
5+
\addbibresource{refs-numeric.bib}
66

77
\pagestyle{empty}
88

tests/testfiles-bibtex/bibtex-inline.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\documentclass[degree=doctor,fontset=fandol]{ustcthesis}
33

44
\usepackage[sort]{natbib}
5-
\bibliographystyle{ustcthesis-numerical}
5+
\bibliographystyle{ustcthesis-numeric}
66

77
\ustcsetup{
88
cite-style = inline,
@@ -35,7 +35,7 @@
3535
\nocite{*}
3636

3737
\backmatter
38-
\bibliography{refs-numerical}
38+
\bibliography{refs-numeric}
3939

4040
\clearpage
4141
\OMIT

tests/testfiles-bibtex/bibtex-numerical.tex renamed to tests/testfiles-bibtex/bibtex-numeric.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\documentclass[degree=doctor,fontset=fandol]{ustcthesis}
33

44
\usepackage[sort]{natbib}
5-
\bibliographystyle{ustcthesis-numerical}
5+
\bibliographystyle{ustcthesis-numeric}
66

77
\pagestyle{empty}
88

@@ -31,7 +31,7 @@
3131
\nocite{*}
3232

3333
\backmatter
34-
\bibliography{refs-numerical}
34+
\bibliography{refs-numeric}
3535

3636
\clearpage
3737
\OMIT

tests/testfiles-bibtex/bibtex-numerical.tlg renamed to tests/testfiles-bibtex/bibtex-numeric.tlg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ Completed box being shipped out [1]
585585
...\special{color push Black}
586586
...\hbox(0.0+0.0)x417.11752
587587
...\special{color pop}
588-
(bibtex-numerical.bbl
588+
(bibtex-numeric.bbl
589589
Package fontspec Info:
590590
(fontspec) Font family 'FandolHei(0)' created for font 'FandolHei' with options [Extension={.otf},UprightFont={*-Regular},BoldFont={*-Bold}].
591591
(fontspec)

ustcsetup.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
% 参考文献使用 BibTeX + natbib 宏包
5656
% 顺序编码制
5757
\usepackage[sort]{natbib}
58-
\bibliographystyle{ustcthesis-numerical}
58+
\bibliographystyle{ustcthesis-numeric}
5959

6060
% 著者-出版年制
6161
% \usepackage{natbib}

ustcthesis-bachelor.bst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%%
55
%% The original source files were:
66
%%
7-
%% gbt7714.dtx (with options: `2015,ustc,numerical')
7+
%% gbt7714.dtx (with options: `2015,ustc,numeric')
88
%% -------------------------------------------------------------------
99
%% GB/T 7714 BibTeX Style
1010
%% https://github.com/zepinglee/gbt7714-bibtex-style

0 commit comments

Comments
 (0)