diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-26 23:29:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-26 23:29:48 +0000 |
commit | 729ce53995492a87f35451ca5aa1075beca00c6b (patch) | |
tree | 30494c8c41d92c218424b0893754a1e9963cb38c /Master/texmf-dist/doc | |
parent | bbd8230e72add61180e3071b90bf5c6a48908650 (diff) |
rsc update
git-svn-id: svn://tug.org/texlive/trunk@2956 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/rsc/README | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rsc/rsc.pdf | bin | 0 -> 166334 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/rsc/rsc.tex | 29 |
3 files changed, 44 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 00000000000..bf79c437e15 --- /dev/null +++ b/Master/texmf-dist/doc/latex/rsc/rsc.pdf 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'. |