summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/asmejour/asmejour.bst
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/asmejour/asmejour.bst')
-rw-r--r--macros/latex/contrib/asmejour/asmejour.bst7
1 files changed, 5 insertions, 2 deletions
diff --git a/macros/latex/contrib/asmejour/asmejour.bst b/macros/latex/contrib/asmejour/asmejour.bst
index b92c89979b..fbd4985d98 100644
--- a/macros/latex/contrib/asmejour/asmejour.bst
+++ b/macros/latex/contrib/asmejour/asmejour.bst
@@ -4,7 +4,7 @@
%% *** This bibtex style follows ASME journals ***
%%
%%
- %% This file is asmejour.bst, version 1.06 dated 2022/12/30.
+ %% This file is asmejour.bst, version 1.07 dated 2023/05/06.
%%
%% This file was generated and edited by John Lienhard.
%% This file is a derivative work under Clause 6 of the LPPL license.
@@ -80,6 +80,9 @@
%% Modifications in v1.06 (2022/12/30)
%% add macro text "jhmt" for "ASME J. Heat Mass Transfer"
%%
+ %% Modifications in v1.07 (2023/05/06)
+ %% correct code that provides \hrefurl
+ %%
%% Author: John H. Lienhard V
%% Department of Mechanical Engineering
%% Massachusetts Institute of Technology
@@ -1925,7 +1928,7 @@ FUNCTION {begin.bib}
write$ newline$
"\providecommand{\eprint}[2][]{\urlprefix\url{#1#2}}"
write$ newline$
- "\providecommand{\hrefurl}[2][]{\href{#1}{#2}}"
+ "\providecommand{\hrefurl}[2]{\href{#1}{#2}}"
write$ newline$
}
EXECUTE {begin.bib}