summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/rsc/rsc-template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/rsc/rsc-template.tex')
-rw-r--r--Master/texmf-dist/doc/latex/rsc/rsc-template.tex13
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/rsc/rsc-template.tex b/Master/texmf-dist/doc/latex/rsc/rsc-template.tex
index c9e56e80920..8791197e9e7 100644
--- a/Master/texmf-dist/doc/latex/rsc/rsc-template.tex
+++ b/Master/texmf-dist/doc/latex/rsc/rsc-template.tex
@@ -8,20 +8,21 @@
%% ----------------------------------------------------------------
%% The rsc package - BibTeX and macro support for Royal Society
%% of Chemistry and Wiley chemistry articles
-%% Maintained by Joseph A. Wright
+%% 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[12pt,a4paper]{article}
+
+\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[english,UKenglish]{babel}
\usepackage[version=3]{mhchem}
-\usepackage{rsc} % Package options are angew, ch, fl and cl
-\usepackage{bpchem,mcite}
+\usepackage{rsc}
+\usepackage{mcite} % Pick one or the other
\begin{document}
-\bibliography{refs} % Change this to your reference database!
-\bibliographystyle{rsc} % Take your pick of reference style file
+\bibliography{refs} % Your reference database
+\bibliographystyle{rsc-mc} % Take your pick of styles
\end{document}
\endinput
%%