ITERATE {longest.label.pass}
% The usual default hbadness is 1000, but bibliography entries tend to
-% have badnesses up to 2000. Here, we try that value instead to avoid
-% spurious warnings (there's nothing the document author can do about
-% them). Before we end the bibliography, we restore the original value.
+% have badnesses up around 2000, and I have one example with badness
+% 2302. Here, we try the value 2500 instead to avoid spurious warnings
+% (there's nothing the document author can do about them). Before we
+% end the bibliography, we restore the original value.
FUNCTION {begin.bib}
{ preamble$ empty$
'skip$
write$ newline$
"\let\originalhbadness\hbadness"
write$ newline$
- "\hbadness=2000"
+ "\hbadness=2500"
write$ newline$
"\providecommand{\url}[1]{\texttt{#1}}"
write$ newline$
write$ newline$
}
EXECUTE {end.bib}
-%% End of customized bst file
-%%
-%% End of file `mjo.bst'.