summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/achemso
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-09 21:51:41 +0000
committerKarl Berry <karl@freefriends.org>2012-05-09 21:51:41 +0000
commita01f0a51f25da1ca929e78589d976ec767d00a38 (patch)
tree0ab09fdf4d4400509ac56aba895d967822d35679 /Master/texmf-dist/bibtex/bst/achemso
parent86f19f650e1431d7dc608da533112aabf2504b5c (diff)
achemso 3.7a (9may12)
git-svn-id: svn://tug.org/texlive/trunk@26274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/achemso')
-rw-r--r--Master/texmf-dist/bibtex/bst/achemso/achemso.bst5
-rw-r--r--Master/texmf-dist/bibtex/bst/achemso/biochem.bst5
2 files changed, 8 insertions, 2 deletions
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$
}