From 729ce53995492a87f35451ca5aa1075beca00c6b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 26 Dec 2006 23:29:48 +0000 Subject: rsc update git-svn-id: svn://tug.org/texlive/trunk@2956 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/rsc/README | 15 +++++++++++++++ Master/texmf-dist/doc/latex/rsc/rsc.pdf | Bin 0 -> 166334 bytes Master/texmf-dist/doc/latex/rsc/rsc.tex | 29 +++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/rsc/README create mode 100644 Master/texmf-dist/doc/latex/rsc/rsc.pdf create mode 100644 Master/texmf-dist/doc/latex/rsc/rsc.tex (limited to 'Master/texmf-dist/doc/latex/rsc') diff --git a/Master/texmf-dist/doc/latex/rsc/README b/Master/texmf-dist/doc/latex/rsc/README new file mode 100644 index 00000000000..3640961b8e7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/rsc/README @@ -0,0 +1,15 @@ +The rsc package - BibTeX and macro support for Royal Society +of Chemistry style articles + +---------------------------------------------------------------- +Maintained by Joseph A. Wright +E-mail: joseph.wright@morningstar2.co.uk +Released under the GNU General Public License +See http://www.gnu.org/licenses/gpl.txt +---------------------------------------------------------------- + +The rsc package provides a BibTeX style in accordance with the +requirements of the Royal Society of Chemistry. It was originally +based on the file pccp.bst, but also implements a number of styles +from the achemso package. It also provides a small number of +chemistry-related macros. \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/rsc/rsc.pdf b/Master/texmf-dist/doc/latex/rsc/rsc.pdf new file mode 100644 index 00000000000..bf79c437e15 Binary files /dev/null and b/Master/texmf-dist/doc/latex/rsc/rsc.pdf differ diff --git a/Master/texmf-dist/doc/latex/rsc/rsc.tex b/Master/texmf-dist/doc/latex/rsc/rsc.tex new file mode 100644 index 00000000000..609b304d932 --- /dev/null +++ b/Master/texmf-dist/doc/latex/rsc/rsc.tex @@ -0,0 +1,29 @@ +%% +%% This is file `rsc.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 style articles +%% Maintained by Joseph A. 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} +\usepackage[T1]{fontenc} +\usepackage[english,UKenglish]{babel} +\usepackage[super]{cite} +\usepackage[version=3]{mhchem} +\usepackage{rsc} % Package options are chapter, fl and cl +\usepackage{bpchem,mcite} +\begin{document} +\bibliography{refs} % Change this to your reference database! +\bibliographystyle{rsc-mc} % Change to rsc if you don't +\end{document} % want multiple citations +\endinput +%% +%% End of file `rsc.tex'. -- cgit v1.2.3