blob: 8791197e9e7edb60897e505b533a5b217b715faa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
%%
%% This is file `rsc-template.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% rsc.dtx (with options: `template')
%% ----------------------------------------------------------------
%% The rsc package - BibTeX and macro support for Royal Society
%% of Chemistry and Wiley chemistry articles
%% 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
%% ----------------------------------------------------------------
\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[english,UKenglish]{babel}
\usepackage[version=3]{mhchem}
\usepackage{rsc}
\usepackage{mcite} % Pick one or the other
\begin{document}
\bibliography{refs} % Your reference database
\bibliographystyle{rsc-mc} % Take your pick of styles
\end{document}
\endinput
%%
%% End of file `rsc-template.tex'.
|