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