diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-18 00:19:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-18 00:19:15 +0000 |
commit | 3a76d8231c1fbea7a9820ee6349ec06a91553260 (patch) | |
tree | 3cc3fbce10ef0b058220d125135f7290cf130d74 /Master/texmf-dist/bibtex | |
parent | c06e20f7385a69d6e1941e0db119bc5c7f922a09 (diff) |
achemso (16feb11)
git-svn-id: svn://tug.org/texlive/trunk@21449 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/achemso/achemso.bst | 4 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/achemso/biochem.bst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/bibtex/bst/achemso/achemso.bst b/Master/texmf-dist/bibtex/bst/achemso/achemso.bst index c9392e4ac9f..61eefb29f3f 100644 --- a/Master/texmf-dist/bibtex/bst/achemso/achemso.bst +++ b/Master/texmf-dist/bibtex/bst/achemso/achemso.bst @@ -847,7 +847,7 @@ FUNCTION { format.names.loop } { { bbl.etal add.space - remaining.names.int #1 'remaining.names.int := + remaining.names.int #1 - 'remaining.names.int := } { swap$ @@ -876,7 +876,7 @@ FUNCTION { format.names.all } { FUNCTION { format.names.etal } { ctrl.etal.firstonly.bool { #1 'remaining.names.int := } - { ctrl.etal.number.int 'remaining.names.int := } + { ctrl.etal.number.int 'ma := } if$ format.names.loop current.name.str "others," = diff --git a/Master/texmf-dist/bibtex/bst/achemso/biochem.bst b/Master/texmf-dist/bibtex/bst/achemso/biochem.bst index 9174ecfcc57..eb8dad25fb3 100644 --- a/Master/texmf-dist/bibtex/bst/achemso/biochem.bst +++ b/Master/texmf-dist/bibtex/bst/achemso/biochem.bst @@ -847,7 +847,7 @@ FUNCTION { format.names.loop } { { bbl.etal add.space - remaining.names.int #1 'remaining.names.int := + remaining.names.int #1 - 'remaining.names.int := } { swap$ @@ -880,7 +880,7 @@ FUNCTION { format.names.all } { FUNCTION { format.names.etal } { ctrl.etal.firstonly.bool { #1 'remaining.names.int := } - { ctrl.etal.number.int 'remaining.names.int := } + { ctrl.etal.number.int 'ma := } if$ format.names.loop current.name.str "others," = |