@@ -158,10 +158,14 @@ ENTRY {
158
158
verbb
159
159
verbc
160
160
}
161
- { skipbib skiplos skiplab useauthor useeditor usetranslator useprefix singletitle }
162
- { entryoptions labelhash namehash fullhash dateyear dateendyear extradate labelalpha extraalpha
163
- sortinit label.name label.year sortkey.nosort sortkey.name sortkey.year
164
- sortkey.title sortkey.alpha sort.year sort.alph warningmsg }
161
+ { skipbib skiplos skiplab
162
+ useauthor useeditor usetranslator useprefix
163
+ singletitle }
164
+ { entryoptions labelhash namehash fullhash
165
+ dateyear dateendyear extradate labelalpha extraalpha label.name label.year
166
+ sortinit sortkey.nosort sortkey.name sortkey.year
167
+ sortkey.title sortkey.alpha sort.year sort.alph
168
+ warningmsg }
165
169
166
170
INTEGERS { ctrl.debug ctrl.bibtex8 ctrl.maxline ctrl.sorting ctrl.cssort
167
171
ctrl.maxnames ctrl.minnames ctrl.maxalphanames ctrl.minalphanames
@@ -1205,7 +1209,8 @@ FUNCTION {output:write:verb} {
1205
1209
{ 'tempstrga :=
1206
1210
"\verb" swap$ wrap:braces * output:indent:field
1207
1211
{ tempstrga empty$ not }
1208
- { "\verb " tempstrga #1 ctrl.maxline #10 - substring$ * output:indent:field
1212
+ { "\verb " tempstrga #1 ctrl.maxline #10 - substring$ *
1213
+ output:indent:field
1209
1214
tempstrga ctrl.maxline #9 - global.max$ substring$ 'tempstrga :=
1210
1215
}
1211
1216
while$
@@ -1899,7 +1904,8 @@ FUNCTION {input:control:version} {
1899
1904
{ pop$ }
1900
1905
{ "bbl version mismatch: biblatex.bst has " tempstrga *
1901
1906
", but biblatex.sty has " * swap$ * warning$
1902
- " The bbl version need not be the same as the biblatex version." top$
1907
+ " The bbl version need not be the same as the biblatex version."
1908
+ top$
1903
1909
pop$ "" }
1904
1910
if$
1905
1911
}
@@ -2310,7 +2316,7 @@ FUNCTION {makelabel:ctrl:alpha:format} {
2310
2316
if$
2311
2317
}
2312
2318
{ pop$
2313
- ""
2319
+ ""
2314
2320
}
2315
2321
if$
2316
2322
}
@@ -2740,7 +2746,7 @@ FUNCTION {output:main:begin} {
2740
2746
" {}" write$ newline$
2741
2747
"\endgroup" write$ newline$
2742
2748
newline$
2743
- "\datalist[entry]{" ctrl.sortstr * "/global//global/global}" * write$
2749
+ "\datalist[entry]{" ctrl.sortstr * "/global//global/global}" * write$
2744
2750
}
2745
2751
2746
2752
FUNCTION {output :main:preamble} {
0 commit comments