diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-17 22:15:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-17 22:15:56 +0000 |
commit | 0c6e9f5d2c89128d94d3e190f1d69607ed0757ab (patch) | |
tree | e3efbe1c00a93053b729ed63c02d8e24facef6f6 /Master/texmf-dist/bibtex | |
parent | 64f6ef59da37e7dfcaedbc874997dd5cc56ed813 (diff) |
achemso (17jun16)
git-svn-id: svn://tug.org/texlive/trunk@41472 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/achemso/achemso.bst | 17 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/achemso/biochem.bst | 17 |
2 files changed, 28 insertions, 6 deletions
diff --git a/Master/texmf-dist/bibtex/bst/achemso/achemso.bst b/Master/texmf-dist/bibtex/bst/achemso/achemso.bst index 376762d97e9..503c522a6f6 100644 --- a/Master/texmf-dist/bibtex/bst/achemso/achemso.bst +++ b/Master/texmf-dist/bibtex/bst/achemso/achemso.bst @@ -14,7 +14,6 @@ %% ---------------------------------------------------------------- %% - ENTRY { address @@ -657,7 +656,7 @@ FUNCTION { count.entries } { FUNCTION { begin.bib } { - "achemso 2016/05/10 v3.10c" top$ + "achemso 2016/06/17 v3.10d" top$ preamble$ empty$ { } { @@ -667,6 +666,18 @@ FUNCTION { begin.bib } { if$ "\providecommand{\latin}[1]{#1}" write$ newline$ + "\makeatletter" write$ + newline$ + "\providecommand{\doi}" write$ + newline$ + " {\begingroup\let\do\@makeother\dospecials" write$ + newline$ + " \catcode`\{=1 \catcode`\}=2\doi@aux}" write$ + newline$ + "\providecommand{\doi@aux}[1]{\endgroup\texttt{#1}}" write$ + newline$ + "\makeatother" write$ + newline$ "\providecommand*\mcitethebibliography{\thebibliography}" write$ newline$ "\csname @ifundefined\endcsname{endmcitethebibliography}" write$ @@ -1085,7 +1096,7 @@ FUNCTION { format.doi } { 'skip$ { bbl.doi add.space - doi * + "\doi{" * doi * "}" * output } if$ diff --git a/Master/texmf-dist/bibtex/bst/achemso/biochem.bst b/Master/texmf-dist/bibtex/bst/achemso/biochem.bst index 6dbf7cdecf9..4773aebc2f8 100644 --- a/Master/texmf-dist/bibtex/bst/achemso/biochem.bst +++ b/Master/texmf-dist/bibtex/bst/achemso/biochem.bst @@ -14,7 +14,6 @@ %% ---------------------------------------------------------------- %% - ENTRY { address @@ -657,7 +656,7 @@ FUNCTION { count.entries } { FUNCTION { begin.bib } { - "achemso 2016/05/10 v3.10c" top$ + "achemso 2016/06/17 v3.10d" top$ preamble$ empty$ { } { @@ -667,6 +666,18 @@ FUNCTION { begin.bib } { if$ "\providecommand{\latin}[1]{#1}" write$ newline$ + "\makeatletter" write$ + newline$ + "\providecommand{\doi}" write$ + newline$ + " {\begingroup\let\do\@makeother\dospecials" write$ + newline$ + " \catcode`\{=1 \catcode`\}=2\doi@aux}" write$ + newline$ + "\providecommand{\doi@aux}[1]{\endgroup\texttt{#1}}" write$ + newline$ + "\makeatother" write$ + newline$ "\providecommand*\mcitethebibliography{\thebibliography}" write$ newline$ "\csname @ifundefined\endcsname{endmcitethebibliography}" write$ @@ -1089,7 +1100,7 @@ FUNCTION { format.doi } { 'skip$ { bbl.doi add.space - doi * + "\doi{" * doi * "}" * output } if$ |