summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/angew.bst82
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/rsc.bst82
2 files changed, 120 insertions, 44 deletions
diff --git a/Master/texmf-dist/bibtex/bst/rsc/angew.bst b/Master/texmf-dist/bibtex/bst/rsc/angew.bst
index 9859c2fad86..a040fd1ec4d 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/angew.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/angew.bst
@@ -4,15 +4,14 @@
%%
%% The original source files were:
%%
-%% rsc.dtx (with options: `bib,angew')
-%% ----------------------------------------------------------------
-%% The rsc package --- BibTeX styles for Royal Society of Chemistry
-%% and Wiley journals
-%% Maintained by Joseph Wright
-%% 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
-%% ----------------------------------------------------------------
+%% rsc.dtx (with options: `bst,angew')
+%% ----------------------------------------------------------------
+%% rsc --- BibTeX styles for Royal Society of Chemistry and Wiley
+%% 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
@@ -62,10 +61,15 @@ FUNCTION {init.state.consts}
INTEGERS { is.use.title etal.number use.doi.all }
+%% #0 turns off the display of the title for articles
+%% #1 enables
FUNCTION {default.is.use.title} { #0 }
+%% The number of names that force "et al." to be used
FUNCTION {default.etal.number} { #0 }
+%% #0 turns off the display of the DOI for articles
+%% #1 enables
FUNCTION {default.use.doi.all} { #0 }
FUNCTION {add.comma}
@@ -1420,21 +1424,33 @@ FUNCTION {begin.bib}
'skip$
{ preamble$ write$ newline$ }
if$
- "\ifx\mcitethebibliography\mciteundefinedmacro"
+ "\providecommand*{\mcitethebibliography}{\thebibliography}"
write$ newline$
- " \PackageError"
- "{angew.bst}"
- "{mciteplus.sty has not been loaded}" * *
+ "\csname @ifundefined\endcsname{endmcitethebibliography}"
write$ newline$
- " {This bibstyle requires the use of the"
- " mciteplus package.}" *
+ "{\let\endmcitethebibliography\endthebibliography}{}"
write$ newline$
- "\fi"
+ "\begin{mcitethebibliography}{" number.label int.to.str$ * "}" *
write$ newline$
- "\begin{mcitethebibliography}{"
- number.label int.to.str$ * "}" *
+ "\providecommand*{\natexlab}[1]{#1}"
write$ newline$
- "\providecommand{\natexlab}[1]{#1}"
+ "\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$
@@ -1442,9 +1458,7 @@ FUNCTION {begin.bib}
write$ newline$
"{\alph{mcitesubitemcount})}"
write$ newline$
- "\mciteSetBstSublistLabelBeginEnd"
- write$ newline$
- "{\mcitemaxwidthsubitemform\space}"
+ "\mciteSetBstSublistLabelBeginEnd{\mcitemaxwidthsubitemform\space}"
write$ newline$
"{\relax}{\relax}"
write$ newline$
@@ -1462,3 +1476,27 @@ FUNCTION {end.bib}
}
EXECUTE {end.bib}
+%%
+%% Copyright (C) 2006-2009 by
+%% Joseph Wright <joseph.wright@morningstar2.co.uk>
+%%
+%% 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 rsc.dtx
+%% and the derived files rsc.pdf,
+%% rsc.ins,
+%% rsc.sty,
+%% rsc.bib and
+%% rsc-demo.tex.
+%%
+%%
+%%
+%% End of file `angew.bst'.
diff --git a/Master/texmf-dist/bibtex/bst/rsc/rsc.bst b/Master/texmf-dist/bibtex/bst/rsc/rsc.bst
index b89f80a15e7..7cef3902e9c 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/rsc.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/rsc.bst
@@ -4,15 +4,14 @@
%%
%% The original source files were:
%%
-%% rsc.dtx (with options: `bib,rsc')
-%% ----------------------------------------------------------------
-%% The rsc package --- BibTeX styles for Royal Society of Chemistry
-%% and Wiley journals
-%% Maintained by Joseph Wright
-%% 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
-%% ----------------------------------------------------------------
+%% rsc.dtx (with options: `bst,rsc')
+%% ----------------------------------------------------------------
+%% rsc --- BibTeX styles for Royal Society of Chemistry and Wiley
+%% 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
@@ -62,10 +61,15 @@ FUNCTION {init.state.consts}
INTEGERS { is.use.title etal.number use.doi.all }
+%% #0 turns off the display of the title for articles
+%% #1 enables
FUNCTION {default.is.use.title} { #0 }
+%% The number of names that force "et al." to be used
FUNCTION {default.etal.number} { #0 }
+%% #0 turns off the display of the DOI for articles
+%% #1 enables
FUNCTION {default.use.doi.all} { #0 }
FUNCTION {add.comma}
@@ -1413,21 +1417,33 @@ FUNCTION {begin.bib}
'skip$
{ preamble$ write$ newline$ }
if$
- "\ifx\mcitethebibliography\mciteundefinedmacro"
+ "\providecommand*{\mcitethebibliography}{\thebibliography}"
write$ newline$
- " \PackageError"
- "{rsc.bst}"
- "{mciteplus.sty has not been loaded}" * *
+ "\csname @ifundefined\endcsname{endmcitethebibliography}"
write$ newline$
- " {This bibstyle requires the use of the"
- " mciteplus package.}" *
+ "{\let\endmcitethebibliography\endthebibliography}{}"
write$ newline$
- "\fi"
+ "\begin{mcitethebibliography}{" number.label int.to.str$ * "}" *
write$ newline$
- "\begin{mcitethebibliography}{"
- number.label int.to.str$ * "}" *
+ "\providecommand*{\natexlab}[1]{#1}"
write$ newline$
- "\providecommand{\natexlab}[1]{#1}"
+ "\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$
@@ -1435,9 +1451,7 @@ FUNCTION {begin.bib}
write$ newline$
"{(\emph{\alph{mcitesubitemcount}})}"
write$ newline$
- "\mciteSetBstSublistLabelBeginEnd"
- write$ newline$
- "{\mcitemaxwidthsubitemform\space}"
+ "\mciteSetBstSublistLabelBeginEnd{\mcitemaxwidthsubitemform\space}"
write$ newline$
"{\relax}{\relax}"
write$ newline$
@@ -1455,3 +1469,27 @@ FUNCTION {end.bib}
}
EXECUTE {end.bib}
+%%
+%% Copyright (C) 2006-2009 by
+%% Joseph Wright <joseph.wright@morningstar2.co.uk>
+%%
+%% 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 rsc.dtx
+%% and the derived files rsc.pdf,
+%% rsc.ins,
+%% rsc.sty,
+%% rsc.bib and
+%% rsc-demo.tex.
+%%
+%%
+%%
+%% End of file `rsc.bst'.