summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/rsc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-19 17:53:59 +0000
committerKarl Berry <karl@freefriends.org>2007-10-19 17:53:59 +0000
commite54cc81ce53f9edaa9f64cbba5b5cc9d37b041b2 (patch)
tree01c74630ab90a39c81e6e6fed0cb87c1ffd9c5d2 /Master/texmf-dist/bibtex/bst/rsc
parent2034f98ccd2647b427b70c8ecd1fb430e9e1592e (diff)
rsc 2.2 (16oct07)
git-svn-id: svn://tug.org/texlive/trunk@5236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/rsc')
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst25
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/angew.bst25
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/angewnat.bst25
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst25
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/rsc.bst25
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/rscnat.bst25
6 files changed, 108 insertions, 42 deletions
diff --git a/Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst b/Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst
index c40465554de..b9a0619d3a0 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst
@@ -6,14 +6,14 @@
%%
%% rsc.dtx (with options: `bib,angew,mc')
%% ----------------------------------------------------------------
-%% The rsc package - BibTeX and macro support for Royal Society
-%% of Chemistry and Wiley chemistry articles
+%% The rsc package - BibTeX support for Royal Society of Chemistry
+%% and Wiley style article
%% Maintained by Joseph Wright
%% E-mail: joseph.wright@morningstar2.co.uk
-%% Released under the GNU General Public License
-%% See http://www.gnu.org/licenses/gpl.txt
+%% Released under the LaTeX Project Public License v1.3 or later
+%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
-
+%%
ENTRY
{ address
author
@@ -34,6 +34,7 @@ ENTRY
series
title
type
+ url
volume
year
}
@@ -496,6 +497,13 @@ FUNCTION {format.title}
if$
}
+FUNCTION {format.url}
+{ url empty$
+ { "" }
+ { "\url{" url * "}" * }
+ if$
+}
+
FUNCTION {format.title.vol}
{ 't :=
t empty$
@@ -704,8 +712,8 @@ FUNCTION {format.pub.address}
FUNCTION {empty.misc.check}
{ author empty$ title empty$ howpublished empty$
- year empty$ note empty$
- and and and and
+ year empty$ note empty$ url empty$
+ and and and and and
{ "all relevant fields are empty in " cite$ * warning$ }
'skip$
if$
@@ -885,6 +893,7 @@ FUNCTION {misc}
if$
howpublished output
format.date output
+ format.url output
note output
fin.entry
empty.misc.check
@@ -1028,6 +1037,8 @@ FUNCTION {begin.bib}
'skip$
{ preamble$ write$ newline$ }
if$
+ "\providecommand{\url}[1]{\texttt{#1}}"
+ write$ newline$
"\begin{mcbibliography}{" longest.label * "}" * write$ newline$
}
diff --git a/Master/texmf-dist/bibtex/bst/rsc/angew.bst b/Master/texmf-dist/bibtex/bst/rsc/angew.bst
index ad1fa49c6de..bb6521b1d52 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/angew.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/angew.bst
@@ -6,14 +6,14 @@
%%
%% rsc.dtx (with options: `bib,angew')
%% ----------------------------------------------------------------
-%% The rsc package - BibTeX and macro support for Royal Society
-%% of Chemistry and Wiley chemistry articles
+%% The rsc package - BibTeX support for Royal Society of Chemistry
+%% and Wiley style article
%% Maintained by Joseph Wright
%% E-mail: joseph.wright@morningstar2.co.uk
-%% Released under the GNU General Public License
-%% See http://www.gnu.org/licenses/gpl.txt
+%% Released under the LaTeX Project Public License v1.3 or later
+%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
-
+%%
ENTRY
{ address
author
@@ -34,6 +34,7 @@ ENTRY
series
title
type
+ url
volume
year
}
@@ -495,6 +496,13 @@ FUNCTION {format.title}
if$
}
+FUNCTION {format.url}
+{ url empty$
+ { "" }
+ { "\url{" url * "}" * }
+ if$
+}
+
FUNCTION {format.title.vol}
{ 't :=
t empty$
@@ -703,8 +711,8 @@ FUNCTION {format.pub.address}
FUNCTION {empty.misc.check}
{ author empty$ title empty$ howpublished empty$
- year empty$ note empty$
- and and and and
+ year empty$ note empty$ url empty$
+ and and and and and
{ "all relevant fields are empty in " cite$ * warning$ }
'skip$
if$
@@ -884,6 +892,7 @@ FUNCTION {misc}
if$
howpublished output
format.date output
+ format.url output
note output
fin.entry
empty.misc.check
@@ -1027,6 +1036,8 @@ FUNCTION {begin.bib}
'skip$
{ preamble$ write$ newline$ }
if$
+ "\providecommand{\url}[1]{\texttt{#1}}"
+ write$ newline$
"\begin{thebibliography}{" longest.label * "}" * write$ newline$
}
diff --git a/Master/texmf-dist/bibtex/bst/rsc/angewnat.bst b/Master/texmf-dist/bibtex/bst/rsc/angewnat.bst
index 0dd2ee0f7ff..a089a1ab60b 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/angewnat.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/angewnat.bst
@@ -6,14 +6,14 @@
%%
%% rsc.dtx (with options: `bib,angew,nat')
%% ----------------------------------------------------------------
-%% The rsc package - BibTeX and macro support for Royal Society
-%% of Chemistry and Wiley chemistry articles
+%% The rsc package - BibTeX support for Royal Society of Chemistry
+%% and Wiley style article
%% Maintained by Joseph Wright
%% E-mail: joseph.wright@morningstar2.co.uk
-%% Released under the GNU General Public License
-%% See http://www.gnu.org/licenses/gpl.txt
+%% Released under the LaTeX Project Public License v1.3 or later
+%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
-
+%%
ENTRY
{ address
author
@@ -35,6 +35,7 @@ ENTRY
series
title
type
+ url
volume
year
}
@@ -489,6 +490,13 @@ FUNCTION {format.title}
if$
}
+FUNCTION {format.url}
+{ url empty$
+ { "" }
+ { "\url{" url * "}" * }
+ if$
+}
+
FUNCTION {format.title.vol}
{ 't :=
t empty$
@@ -782,8 +790,8 @@ FUNCTION {format.pub.address}
FUNCTION {empty.misc.check}
{ author empty$ title empty$ howpublished empty$
- year empty$ note empty$
- and and and and
+ year empty$ note empty$ url empty$
+ and and and and and
{ "all relevant fields are empty in " cite$ * warning$ }
'skip$
if$
@@ -963,6 +971,7 @@ FUNCTION {misc}
if$
howpublished output
format.date output
+ format.url output
note output
fin.entry
empty.misc.check
@@ -1230,6 +1239,8 @@ FUNCTION {begin.bib}
'skip$
{ preamble$ write$ newline$ }
if$
+ "\providecommand{\url}[1]{\texttt{#1}}"
+ write$ newline$
"\begin{thebibliography}{" number.label int.to.str$ * "}" *
write$ newline$
"\providecommand{\natexlab}[1]{#1}"
diff --git a/Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst b/Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst
index 4d19f913005..7d880ae6fb7 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst
@@ -6,14 +6,14 @@
%%
%% rsc.dtx (with options: `bib,rsc,mc')
%% ----------------------------------------------------------------
-%% The rsc package - BibTeX and macro support for Royal Society
-%% of Chemistry and Wiley chemistry articles
+%% The rsc package - BibTeX support for Royal Society of Chemistry
+%% and Wiley style article
%% Maintained by Joseph Wright
%% E-mail: joseph.wright@morningstar2.co.uk
-%% Released under the GNU General Public License
-%% See http://www.gnu.org/licenses/gpl.txt
+%% Released under the LaTeX Project Public License v1.3 or later
+%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
-
+%%
ENTRY
{ address
author
@@ -34,6 +34,7 @@ ENTRY
series
title
type
+ url
volume
year
}
@@ -443,6 +444,13 @@ FUNCTION {format.title}
if$
}
+FUNCTION {format.url}
+{ url empty$
+ { "" }
+ { "\url{" url * "}" * }
+ if$
+}
+
FUNCTION {n.dashify} { 't :=
""
{ t empty$ not }
@@ -621,8 +629,8 @@ FUNCTION {format.pub.address}
FUNCTION {empty.misc.check}
{ author empty$ title empty$ howpublished empty$
- year empty$ note empty$
- and and and and
+ year empty$ note empty$ url empty$
+ and and and and and
{ "all relevant fields are empty in " cite$ * warning$ }
'skip$
if$
@@ -803,6 +811,7 @@ FUNCTION {misc}
if$
howpublished output
year output
+ format.url output
note output
fin.entry
empty.misc.check
@@ -948,6 +957,8 @@ FUNCTION {begin.bib}
'skip$
{ preamble$ write$ newline$ }
if$
+ "\providecommand{\url}[1]{\texttt{#1}}"
+ write$ newline$
"\begin{mcbibliography}{" longest.label * "}" * write$ newline$
}
diff --git a/Master/texmf-dist/bibtex/bst/rsc/rsc.bst b/Master/texmf-dist/bibtex/bst/rsc/rsc.bst
index a4347c61443..7ad2dc8f67d 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/rsc.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/rsc.bst
@@ -6,14 +6,14 @@
%%
%% rsc.dtx (with options: `bib,rsc')
%% ----------------------------------------------------------------
-%% The rsc package - BibTeX and macro support for Royal Society
-%% of Chemistry and Wiley chemistry articles
+%% The rsc package - BibTeX support for Royal Society of Chemistry
+%% and Wiley style article
%% Maintained by Joseph Wright
%% E-mail: joseph.wright@morningstar2.co.uk
-%% Released under the GNU General Public License
-%% See http://www.gnu.org/licenses/gpl.txt
+%% Released under the LaTeX Project Public License v1.3 or later
+%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
-
+%%
ENTRY
{ address
author
@@ -34,6 +34,7 @@ ENTRY
series
title
type
+ url
volume
year
}
@@ -442,6 +443,13 @@ FUNCTION {format.title}
if$
}
+FUNCTION {format.url}
+{ url empty$
+ { "" }
+ { "\url{" url * "}" * }
+ if$
+}
+
FUNCTION {n.dashify} { 't :=
""
{ t empty$ not }
@@ -620,8 +628,8 @@ FUNCTION {format.pub.address}
FUNCTION {empty.misc.check}
{ author empty$ title empty$ howpublished empty$
- year empty$ note empty$
- and and and and
+ year empty$ note empty$ url empty$
+ and and and and and
{ "all relevant fields are empty in " cite$ * warning$ }
'skip$
if$
@@ -802,6 +810,7 @@ FUNCTION {misc}
if$
howpublished output
year output
+ format.url output
note output
fin.entry
empty.misc.check
@@ -947,6 +956,8 @@ FUNCTION {begin.bib}
'skip$
{ preamble$ write$ newline$ }
if$
+ "\providecommand{\url}[1]{\texttt{#1}}"
+ write$ newline$
"\begin{thebibliography}{" longest.label * "}" * write$ newline$
}
diff --git a/Master/texmf-dist/bibtex/bst/rsc/rscnat.bst b/Master/texmf-dist/bibtex/bst/rsc/rscnat.bst
index 7b19df66ed7..b14ec4e19bf 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/rscnat.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/rscnat.bst
@@ -6,14 +6,14 @@
%%
%% rsc.dtx (with options: `bib,rsc,nat')
%% ----------------------------------------------------------------
-%% The rsc package - BibTeX and macro support for Royal Society
-%% of Chemistry and Wiley chemistry articles
+%% The rsc package - BibTeX support for Royal Society of Chemistry
+%% and Wiley style article
%% Maintained by Joseph Wright
%% E-mail: joseph.wright@morningstar2.co.uk
-%% Released under the GNU General Public License
-%% See http://www.gnu.org/licenses/gpl.txt
+%% Released under the LaTeX Project Public License v1.3 or later
+%% See http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
-
+%%
ENTRY
{ address
author
@@ -35,6 +35,7 @@ ENTRY
series
title
type
+ url
volume
year
}
@@ -436,6 +437,13 @@ FUNCTION {format.title}
if$
}
+FUNCTION {format.url}
+{ url empty$
+ { "" }
+ { "\url{" url * "}" * }
+ if$
+}
+
FUNCTION {format.full.names}
{'s :=
#1 'nameptr :=
@@ -699,8 +707,8 @@ FUNCTION {format.pub.address}
FUNCTION {empty.misc.check}
{ author empty$ title empty$ howpublished empty$
- year empty$ note empty$
- and and and and
+ year empty$ note empty$ url empty$
+ and and and and and
{ "all relevant fields are empty in " cite$ * warning$ }
'skip$
if$
@@ -881,6 +889,7 @@ FUNCTION {misc}
if$
howpublished output
year output
+ format.url output
note output
fin.entry
empty.misc.check
@@ -1150,6 +1159,8 @@ FUNCTION {begin.bib}
'skip$
{ preamble$ write$ newline$ }
if$
+ "\providecommand{\url}[1]{\texttt{#1}}"
+ write$ newline$
"\begin{thebibliography}{" number.label int.to.str$ * "}" *
write$ newline$
"\providecommand{\natexlab}[1]{#1}"