From a01f0a51f25da1ca929e78589d976ec767d00a38 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 9 May 2012 21:51:41 +0000 Subject: achemso 3.7a (9may12) git-svn-id: svn://tug.org/texlive/trunk@26274 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/bibtex/bst/achemso/achemso.bst | 5 ++++- Master/texmf-dist/bibtex/bst/achemso/biochem.bst | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/bibtex') diff --git a/Master/texmf-dist/bibtex/bst/achemso/achemso.bst b/Master/texmf-dist/bibtex/bst/achemso/achemso.bst index 886a8ca1841..ac361948d95 100644 --- a/Master/texmf-dist/bibtex/bst/achemso/achemso.bst +++ b/Master/texmf-dist/bibtex/bst/achemso/achemso.bst @@ -731,7 +731,10 @@ FUNCTION { control } { ctrl-chapter-title yes.no.to.bool 'ctrl.chapter.title.bool := ctrl-etal-firstonly yes.no.to.bool 'ctrl.etal.firstonly.bool := ctrl-etal-number str.to.int 'ctrl.etal.number.int := - ctrl-use-title yes.no.to.bool 'ctrl.article.title.bool := + ctrl-use-title empty$ + 'skip$ + { ctrl-use-title yes.no.to.bool 'ctrl.article.title.bool := } + if$ } diff --git a/Master/texmf-dist/bibtex/bst/achemso/biochem.bst b/Master/texmf-dist/bibtex/bst/achemso/biochem.bst index 870d62d83bf..a44deeb2190 100644 --- a/Master/texmf-dist/bibtex/bst/achemso/biochem.bst +++ b/Master/texmf-dist/bibtex/bst/achemso/biochem.bst @@ -731,7 +731,10 @@ FUNCTION { control } { ctrl-chapter-title yes.no.to.bool 'ctrl.chapter.title.bool := ctrl-etal-firstonly yes.no.to.bool 'ctrl.etal.firstonly.bool := ctrl-etal-number str.to.int 'ctrl.etal.number.int := - ctrl-use-title yes.no.to.bool 'ctrl.article.title.bool := + ctrl-use-title empty$ + 'skip$ + { ctrl-use-title yes.no.to.bool 'ctrl.article.title.bool := } + if$ } -- cgit v1.2.3