diff options
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/rsc/angewnat.bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/rsc/angewnat.bst | 25 |
1 files changed, 18 insertions, 7 deletions
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}" |