summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-08-24 22:38:19 +0000
committerKarl Berry <karl@freefriends.org>2013-08-24 22:38:19 +0000
commit8f202738ce363c80b55b8a2a9496340292a4b200 (patch)
tree55b14aa65a17409600f1677a535435ad33902432 /Master/texmf-dist/bibtex
parent7296f99c246a5b1e923c7207fbe7f637685cc67e (diff)
achemso (24aug13)
git-svn-id: svn://tug.org/texlive/trunk@31512 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/achemso/achemso.bst6
-rw-r--r--Master/texmf-dist/bibtex/bst/achemso/biochem.bst6
2 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/bibtex/bst/achemso/achemso.bst b/Master/texmf-dist/bibtex/bst/achemso/achemso.bst
index 0f83d0894ff..d67015ba2bf 100644
--- a/Master/texmf-dist/bibtex/bst/achemso/achemso.bst
+++ b/Master/texmf-dist/bibtex/bst/achemso/achemso.bst
@@ -346,7 +346,7 @@ FUNCTION { bbl.editors } { "Eds." }
FUNCTION { bbl.edition } { "ed." }
-FUNCTION { bbl.etal } { "et~al." }
+FUNCTION { bbl.etal } { "\latin{et~al.}" }
FUNCTION { bbl.in } { "In" }
@@ -663,6 +663,8 @@ FUNCTION { begin.bib } {
newline$
}
if$
+ "\providecommand{\latin}[1]{#1}" write$
+ newline$
"\providecommand*\mcitethebibliography{\thebibliography}" write$
newline$
"\csname @ifundefined\endcsname{endmcitethebibliography}" write$
@@ -1675,7 +1677,7 @@ EXECUTE { end.bib }
%%
%% Originally developed by Mats Dahlgren
%% Copyright (C) 1996-1998 by Mats Dahlgren
-%% Copyright (C) 2008-2011 by
+%% Copyright (C) 2008-2013 by
%% Joseph Wright <joseph.wright@morningstar2.co.uk>
%%
%% Part of this bundle is derived from cite.sty, to which the
diff --git a/Master/texmf-dist/bibtex/bst/achemso/biochem.bst b/Master/texmf-dist/bibtex/bst/achemso/biochem.bst
index 5aa4ed4e400..334dc6874fb 100644
--- a/Master/texmf-dist/bibtex/bst/achemso/biochem.bst
+++ b/Master/texmf-dist/bibtex/bst/achemso/biochem.bst
@@ -346,7 +346,7 @@ FUNCTION { bbl.editors } { "Eds." }
FUNCTION { bbl.edition } { "ed." }
-FUNCTION { bbl.etal } { "et~al." }
+FUNCTION { bbl.etal } { "\latin{et~al.}" }
FUNCTION { bbl.in } { "In" }
@@ -663,6 +663,8 @@ FUNCTION { begin.bib } {
newline$
}
if$
+ "\providecommand{\latin}[1]{#1}" write$
+ newline$
"\providecommand*\mcitethebibliography{\thebibliography}" write$
newline$
"\csname @ifundefined\endcsname{endmcitethebibliography}" write$
@@ -1680,7 +1682,7 @@ EXECUTE { end.bib }
%%
%% Originally developed by Mats Dahlgren
%% Copyright (C) 1996-1998 by Mats Dahlgren
-%% Copyright (C) 2008-2011 by
+%% Copyright (C) 2008-2013 by
%% Joseph Wright <joseph.wright@morningstar2.co.uk>
%%
%% Part of this bundle is derived from cite.sty, to which the