summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-04-22 17:09:30 +0000
committerKarl Berry <karl@freefriends.org>2009-04-22 17:09:30 +0000
commitda42a0204f57b55e973f5e1554170f84df8833e2 (patch)
tree5fe241e546b00c9903a383a822c3a148f3041d87 /Master/texmf-dist/bibtex
parent66c43c768dd459a054b014c5cb6652c87895d682 (diff)
achemso 3.2 (20apr09)
git-svn-id: svn://tug.org/texlive/trunk@12793 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/achemso/achemso.bst78
-rw-r--r--Master/texmf-dist/bibtex/bst/achemso/biochem.bst78
2 files changed, 142 insertions, 14 deletions
diff --git a/Master/texmf-dist/bibtex/bst/achemso/achemso.bst b/Master/texmf-dist/bibtex/bst/achemso/achemso.bst
index 597d13b4cbe..6ce62d149af 100644
--- a/Master/texmf-dist/bibtex/bst/achemso/achemso.bst
+++ b/Master/texmf-dist/bibtex/bst/achemso/achemso.bst
@@ -1,3 +1,19 @@
+%%
+%% This is file `achemso.bst',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% achemso.dtx (with options: `bst')
+%% ----------------------------------------------------------------
+%% achemso --- Support for submissions to American Chemical Society
+%% journals
+%% E-mail: joseph.wright@morningstar2.co.uk
+%% Released under the LaTeX Project Public License v1.3c or later
+%% See http://www.latex-project.org/lppl.txt
+%% ----------------------------------------------------------------
+%%
+
ENTRY
{ address
author
@@ -1468,20 +1484,34 @@ FUNCTION {begin.bib}
'skip$
{ preamble$ write$ newline$ }
if$
- "\ifx\mcitethebibliography\mciteundefinedmacro"
+ "\providecommand*{\mcitethebibliography}{\thebibliography}"
write$ newline$
- "\PackageError"
- write$
- "{achemso.bst}"
- write$
- "{mciteplus.sty has not been loaded}"
+ "\csname @ifundefined\endcsname{endmcitethebibliography}"
write$ newline$
- "{This bibstyle requires the use of the mciteplus package.}\fi"
+ "{\let\endmcitethebibliography\endthebibliography}{}"
write$ newline$
"\begin{mcitethebibliography}{" number.label int.to.str$ * "}" *
write$ newline$
"\providecommand*{\natexlab}[1]{#1}"
write$ newline$
+ "\providecommand*{\mciteSetBstSublistMode}[1]{}"
+ write$ newline$
+ "\providecommand*{\mciteSetBstMaxWidthForm}[2]{}"
+ write$ newline$
+ "\providecommand*{\mciteBstWouldAddEndPuncttrue}"
+ write$ newline$
+ " {\def\EndOfBibitem{\unskip.}}"
+ write$ newline$
+ "\providecommand*{\mciteBstWouldAddEndPunctfalse}"
+ write$ newline$
+ " {\let\EndOfBibitem\relax}"
+ write$ newline$
+ "\providecommand*{\mciteSetBstMidEndSepPunct}[3]{}"
+ write$ newline$
+ "\providecommand*{\mciteSetBstSublistLabelBeginEnd}[3]{}"
+ write$ newline$
+ "\providecommand*{\EndOfBibitem}{}"
+ write$ newline$
"\mciteSetBstSublistMode{f}"
write$ newline$
"\mciteSetBstMaxWidthForm{subitem}{(\alph{mcitesubitemcount})}"
@@ -1504,3 +1534,37 @@ FUNCTION {end.bib}
}
EXECUTE {end.bib}
+%%
+%% Originally developed by Mats Dahlgren
+%% Copyright (C) 1996-1998 by Mats Dahlgren
+%% Copyright (C) 2008-2009 by
+%% Joseph Wright <joseph.wright@morningstar2.co.uk>
+%%
+%% Part of this bundle is derived from cite.sty, to which the
+%% following license applies:
+%% Copyright (C) 1989-2003 by Donald Arseneau
+%% These macros may be freely transmitted, reproduced, or
+%% modified provided that this notice is left intact.
+%%
+%% It may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License (LPPL), either version 1.3c of
+%% this license or (at your option) any later version. The latest
+%% version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% This work is "maintained" (as per LPPL maintenance status) by
+%% Joseph Wright.
+%%
+%% This work consists of the file achemso.dtx
+%% and the derived files achemso.pdf,
+%% achemso.bib,
+%% achemso.cls,
+%% achemso.ins,
+%% achemso.sty,
+%% achemso-demo.tex,
+%% natmove.sty and
+%% a number of configuration files.
+%%
+%%
+%% End of file `achemso.bst'.
diff --git a/Master/texmf-dist/bibtex/bst/achemso/biochem.bst b/Master/texmf-dist/bibtex/bst/achemso/biochem.bst
index 989c3cdb222..52c9a60e45a 100644
--- a/Master/texmf-dist/bibtex/bst/achemso/biochem.bst
+++ b/Master/texmf-dist/bibtex/bst/achemso/biochem.bst
@@ -1,3 +1,19 @@
+%%
+%% This is file `biochem.bst',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% achemso.dtx (with options: `bst,bio')
+%% ----------------------------------------------------------------
+%% achemso --- Support for submissions to American Chemical Society
+%% journals
+%% E-mail: joseph.wright@morningstar2.co.uk
+%% Released under the LaTeX Project Public License v1.3c or later
+%% See http://www.latex-project.org/lppl.txt
+%% ----------------------------------------------------------------
+%%
+
ENTRY
{ address
author
@@ -1460,20 +1476,34 @@ FUNCTION {begin.bib}
'skip$
{ preamble$ write$ newline$ }
if$
- "\ifx\mcitethebibliography\mciteundefinedmacro"
+ "\providecommand*{\mcitethebibliography}{\thebibliography}"
write$ newline$
- "\PackageError"
- write$
- "{biochem.bst}"
- write$
- "{mciteplus.sty has not been loaded}"
+ "\csname @ifundefined\endcsname{endmcitethebibliography}"
write$ newline$
- "{This bibstyle requires the use of the mciteplus package.}\fi"
+ "{\let\endmcitethebibliography\endthebibliography}{}"
write$ newline$
"\begin{mcitethebibliography}{" number.label int.to.str$ * "}" *
write$ newline$
"\providecommand*{\natexlab}[1]{#1}"
write$ newline$
+ "\providecommand*{\mciteSetBstSublistMode}[1]{}"
+ write$ newline$
+ "\providecommand*{\mciteSetBstMaxWidthForm}[2]{}"
+ write$ newline$
+ "\providecommand*{\mciteBstWouldAddEndPuncttrue}"
+ write$ newline$
+ " {\def\EndOfBibitem{\unskip.}}"
+ write$ newline$
+ "\providecommand*{\mciteBstWouldAddEndPunctfalse}"
+ write$ newline$
+ " {\let\EndOfBibitem\relax}"
+ write$ newline$
+ "\providecommand*{\mciteSetBstMidEndSepPunct}[3]{}"
+ write$ newline$
+ "\providecommand*{\mciteSetBstSublistLabelBeginEnd}[3]{}"
+ write$ newline$
+ "\providecommand*{\EndOfBibitem}{}"
+ write$ newline$
"\mciteSetBstSublistMode{f}"
write$ newline$
"\mciteSetBstMaxWidthForm{subitem}{(\alph{mcitesubitemcount})}"
@@ -1496,3 +1526,37 @@ FUNCTION {end.bib}
}
EXECUTE {end.bib}
+%%
+%% Originally developed by Mats Dahlgren
+%% Copyright (C) 1996-1998 by Mats Dahlgren
+%% Copyright (C) 2008-2009 by
+%% Joseph Wright <joseph.wright@morningstar2.co.uk>
+%%
+%% Part of this bundle is derived from cite.sty, to which the
+%% following license applies:
+%% Copyright (C) 1989-2003 by Donald Arseneau
+%% These macros may be freely transmitted, reproduced, or
+%% modified provided that this notice is left intact.
+%%
+%% It may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License (LPPL), either version 1.3c of
+%% this license or (at your option) any later version. The latest
+%% version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% This work is "maintained" (as per LPPL maintenance status) by
+%% Joseph Wright.
+%%
+%% This work consists of the file achemso.dtx
+%% and the derived files achemso.pdf,
+%% achemso.bib,
+%% achemso.cls,
+%% achemso.ins,
+%% achemso.sty,
+%% achemso-demo.tex,
+%% natmove.sty and
+%% a number of configuration files.
+%%
+%%
+%% End of file `biochem.bst'.