From 3a25a18426a941309e160a14018cd18b31562e3b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 1 Nov 2019 11:50:02 -0400 Subject: [PATCH] mjo.bst: allow hbadness up to 2500, since I have an example of 2302. --- mjo.bst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/mjo.bst b/mjo.bst index 49d98f3..908559f 100644 --- a/mjo.bst +++ b/mjo.bst @@ -1401,9 +1401,10 @@ EXECUTE {initialize.longest.label} 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$ @@ -1413,7 +1414,7 @@ FUNCTION {begin.bib} write$ newline$ "\let\originalhbadness\hbadness" write$ newline$ - "\hbadness=2000" + "\hbadness=2500" write$ newline$ "\providecommand{\url}[1]{\texttt{#1}}" write$ newline$ @@ -1442,6 +1443,3 @@ FUNCTION {end.bib} write$ newline$ } EXECUTE {end.bib} -%% End of customized bst file -%% -%% End of file `mjo.bst'. -- 2.43.2