summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/achemso/biochem.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/achemso/biochem.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/achemso/biochem.bst5
1 files changed, 4 insertions, 1 deletions
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$
}