Skip to content

Commit

Permalink
Merge pull request #4 from will-henney/will-henney-fix
Browse files Browse the repository at this point in the history
Fix bst file to prevent errors with TeX Live 2024
  • Loading branch information
yangcht authored Jan 18, 2025
2 parents 63cc1e8 + c521d66 commit 9dcfe72
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion aa_url.bst
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,11 @@ FUNCTION {format.names}
while$
}

FUNCTION {format.names.ed}
{
format.names
}

FUNCTION {format.key}
{ empty$
{ key field.or.null }
Expand All @@ -503,6 +508,14 @@ FUNCTION {format.editors}
if$
}

FUNCTION {format.in.editors}
{ editor empty$
{ "" }
{ editor format.names.ed
}
if$
}

FUNCTION {format.note}
{ note empty$
{ "" }
Expand Down Expand Up @@ -725,7 +738,7 @@ FUNCTION {format.number.series}
{ output.state mid.sentence =
{ bbl.number }
{ bbl.number capitalize }
if
if$
number tie.or.space.connect
series empty$
{ "there's a number but no series in " cite$ * warning$ }
Expand Down

0 comments on commit 9dcfe72

Please sign in to comment.