summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-26 21:19:19 +0000
committerKarl Berry <karl@freefriends.org>2021-12-26 21:19:19 +0000
commit6443f770c8ea5e1e1dd5a11bda55db60f199ee15 (patch)
tree26a68a9d42feacd92c44be18a01c64a4dd5d4004 /Master/texmf-dist/bibtex
parent072ecf41200a568426414e62b729e04dde6cb879 (diff)
asmeconf (26dec21)
git-svn-id: svn://tug.org/texlive/trunk@61412 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/asmeconf/asmeconf.bst20
1 files changed, 12 insertions, 8 deletions
diff --git a/Master/texmf-dist/bibtex/bst/asmeconf/asmeconf.bst b/Master/texmf-dist/bibtex/bst/asmeconf/asmeconf.bst
index 1dcbf48a66d..aec731ec0a3 100644
--- a/Master/texmf-dist/bibtex/bst/asmeconf/asmeconf.bst
+++ b/Master/texmf-dist/bibtex/bst/asmeconf/asmeconf.bst
@@ -4,7 +4,7 @@
%%%%% *** https://www.asme.org/publications-submissions/proceedings/author-guidelines/elements-of-a-paper/references ***
%%%%% *** The examples given by ASME do *not* cover all possibilities ***
%%%%%
-%%%%% This file is version 1.12 dated 2021/01/04
+%%%%% This file is version 1.13 dated 2021/12/02
%%%%%
%%%%% Author: John H. Lienhard V
%%%%% Department of Mechanical Engineering
@@ -26,6 +26,10 @@
%%%%% Added: urlprefix = {}, format.web.urldate, bbl.urldate; urltype field changes "accessed" to something else.
%%%%% Added: venue and eventdate to @inproceedings
%%%%%
+%%%%% Edits in version 1.13, 2021/12/02
+%%%%% Switched remaining http:// prefixes to https://
+%%%%% Replace \href{}{} in \eprint by \url
+%%%%%
%%%%% Edits in version 1.12, 2021/01/04:
%%%%% Added fields: version={}, format.version, to @book, @inbook, @online, @manual;
%%%%% versiontype = {}, with bbl.version, changes "Version" to other
@@ -445,16 +449,16 @@ FUNCTION {eng.ord}
MACRO {arxiv} {"https://arxiv.org/abs/"}
-MACRO {googlebooks} {"http://books.google.com/books?id="}
+MACRO {googlebooks} {"https://books.google.com/books?id="}
-MACRO {hdl} {"http://hdl.handle.net/"}
-MACRO {hndl} {"http://hdl.handle.net/"}
+MACRO {hdl} {"https://hdl.handle.net/"}
+MACRO {hndl} {"https://hdl.handle.net/"}
-MACRO {jstor} {"http://www.jstor.org/stable/"}
+MACRO {jstor} {"https://www.jstor.org/stable/"}
-MACRO {oclc} {"http://www.worldcat.org/oclc/"}
+MACRO {oclc} {"https://www.worldcat.org/oclc/"}
-MACRO {pubmed} {"http://www.ncbi.nlm.nih.gov/pubmed/"}
+MACRO {pubmed} {"https://www.ncbi.nlm.nih.gov/pubmed/"}
MACRO {amr} {"Appl. Mech. Rev."}
@@ -1758,7 +1762,7 @@ FUNCTION {begin.bib}
write$ newline$
" \providecommand{\doi}{DOI \discretionary{}{}{}\begingroup \urlstyle{rm}\Url}\fi"
write$ newline$
- "\providecommand{\eprint}[2][]{\urlprefix\href{#1#2}{#1#2}}"
+ "\providecommand{\eprint}[2][]{\urlprefix\url{#1#2}}"
write$ newline$
}
EXECUTE {begin.bib}