Skip to content

Commit 533074b

Browse files
committed
Change the parentheses of citations to fullwidth
1 parent 7b704ed commit 533074b

4 files changed

Lines changed: 389 additions & 275 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Changed
1515

1616
- 默认数学符号风格 `math-style` 改为 `TeX`
17+
- 中文著者-出版年制引用标注的括号改为全角([tuna/thuthesis#1054](https://github.com/tuna/thuthesis/issues/1054))。
1718

1819
### Fixed
1920

test/testfiles-biblatex/biblatex-authoryear.tex

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
\START
1111
\showoutput
1212

13-
Citation \cite{baker1995future} test\par
14-
Citation \cite{baker1995future} test\par
15-
Citation \cite{baker1995future} test\par
16-
13+
\ustcsetup{language = chinese}
1714
引用\citet{yangzongying1996dianzi}测试\par
1815
引用\citet[42]{yangzongying1996dianzi}测试\par
1916
引用\citep{yangzongying1996dianzi}测试\par
@@ -23,6 +20,11 @@
2320
引用\citet*{yangzongying1996dianzi}测试\par
2421
引用\citep*{yangzongying1996dianzi}测试\par
2522

23+
\ustcsetup{language = english}
24+
Citation \cite{baker1995future} test\par
25+
Citation \cite{baker1995future} test\par
26+
Citation \cite{baker1995future} test\par
27+
2628
Citation \citet{baker1995future} test\par
2729
Citation \citet[42]{baker1995future} test\par
2830
Citation \citep{baker1995future} test\par

0 commit comments

Comments
 (0)