Skip to content

Commit dc5497e

Browse files
Merge pull request #1013 from vincent-skywalker/unpace-for-et-al-cn
在biblatex中也去除“人名”和“等”之间的空格。
1 parent 3bbded2 commit dc5497e

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

testfiles/10-biblatex/10-biblatex-numeric.tlg

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Completed box being shipped out [1]
3838
...\write-{}
3939
...\special{color push gray 0}
4040
...\glue(\topskip) 1.07468
41-
...\hbox(10.92532+2.144)x426.79135, glue set 304.51926fil
41+
...\hbox(10.92532+2.144)x426.79135, glue set 307.5305fil
4242
....\hbox(0.0+0.0)x24.09
4343
....\TU/FandolSong(0)/m/n/12.045 引
4444
....\glue 0.0 plus 0.52307
@@ -47,9 +47,7 @@ Completed box being shipped out [1]
4747
....\TU/FandolSong(0)/m/n/12.045 张
4848
....\glue 0.0 plus 0.52307
4949
....\TU/FandolSong(0)/m/n/12.045 昆
50-
....\kern -0.00017
51-
....\kern 0.00017
52-
....\glue 3.01125 plus 1.50562 minus 1.00374
50+
....\glue 0.0 plus 0.52307
5351
....\TU/FandolSong(0)/m/n/12.045 等
5452
....\kern -0.00017
5553
....\kern 0.00017
@@ -86,7 +84,7 @@ Completed box being shipped out [1]
8684
...\glue(\parskip) 0.0 plus 1.0
8785
...\glue(\parskip) 0.0
8886
...\glue(\baselineskip) 7.00568
89-
...\hbox(10.92532+2.144)x426.79135, glue set 290.96863fil
87+
...\hbox(10.92532+2.144)x426.79135, glue set 293.97987fil
9088
....\hbox(0.0+0.0)x24.09
9189
....\TU/FandolSong(0)/m/n/12.045 引
9290
....\glue 0.0 plus 0.52307
@@ -95,9 +93,7 @@ Completed box being shipped out [1]
9593
....\TU/FandolSong(0)/m/n/12.045 张
9694
....\glue 0.0 plus 0.52307
9795
....\TU/FandolSong(0)/m/n/12.045 昆
98-
....\kern -0.00017
99-
....\kern 0.00017
100-
....\glue 3.01125 plus 1.50562 minus 1.00374
96+
....\glue 0.0 plus 0.52307
10197
....\TU/FandolSong(0)/m/n/12.045 等
10298
....\kern -0.00017
10399
....\kern 0.00017

thuthesis-numeric.cbx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@
1010
\blx@warning{Nested superscript}%
1111
\mkbibbrackets{##1}}%
1212
#1\endgroup}\kern\z@}
13+
14+
\ifthu@main@language@chinese
15+
\DefineBibliographyStrings{english}{
16+
andothersincitecn={\unspace 等},%
17+
andothersincite = {等}
18+
}
19+
\fi

0 commit comments

Comments
 (0)