From 47a56b5dc7f17f502aee404c912490f135ca3c52 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 7 May 2009 14:11:20 +0000 Subject: rsc update git-svn-id: svn://tug.org/texlive/trunk@12985 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/rsc/README | 12 +- Master/texmf-dist/doc/latex/rsc/rsc-demo.tex | 246 +++++++++++++++++++++++++ Master/texmf-dist/doc/latex/rsc/rsc-manual.pdf | Bin 123886 -> 0 bytes Master/texmf-dist/doc/latex/rsc/rsc.bib | 47 ++++- Master/texmf-dist/doc/latex/rsc/rsc.pdf | Bin 194307 -> 163616 bytes 5 files changed, 297 insertions(+), 8 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/rsc/rsc-demo.tex delete mode 100644 Master/texmf-dist/doc/latex/rsc/rsc-manual.pdf (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 index 403984ff8e4..edb37ca1bf1 100644 --- a/Master/texmf-dist/doc/latex/rsc/README +++ b/Master/texmf-dist/doc/latex/rsc/README @@ -1,7 +1,6 @@ ---------------------------------------------------------------- -The rsc package --- BibTeX styles for Royal Society of Chemistry -and Wiley journals -Maintained by Joseph Wright +rsc --- BibTeX styles for Royal Society of Chemistry and Wiley + journals E-mail: joseph.wright@morningstar2.co.uk Released under the LaTeX Project Public License v1.3c or later See http://www.latex-project.org/lppl.txt @@ -10,7 +9,6 @@ See http://www.latex-project.org/lppl.txt The rsc package provides BibTeX style files to produce bibliographies in accordance with the guidelines of the Royal Society of Chemistry and Wiley chemistry-related journals. The -styles require the use of natbib and mciteplus. In addition, a -short LaTeX package is included; this provides a convenient -user interface to the customisation hooks made available by the -BibTeX styles. +styles require the use of natbib. In addition, a short LaTeX +package is included; this provides a convenient user interface to +the customisation hooks made available by the BibTeX styles. diff --git a/Master/texmf-dist/doc/latex/rsc/rsc-demo.tex b/Master/texmf-dist/doc/latex/rsc/rsc-demo.tex new file mode 100644 index 00000000000..a5af097309b --- /dev/null +++ b/Master/texmf-dist/doc/latex/rsc/rsc-demo.tex @@ -0,0 +1,246 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% This is a (brief) model paper for submission to the RSC using +%% standard LaTeX packages +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\documentclass[a4paper]{article} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% A few core packages which are really essential +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\usepackage[T1]{fontenc} % Modern font encoding +\usepackage{float} % For creating charts, graphs and schemes +\usepackage{helvet} % Helvetica font for sans serif +\usepackage{mathptmx} % Times font ("Word-like") +\usepackage{rsc} % Loads natbib, etc. +\usepackage{setspace} % For double-spacing +\AtBeginDocument{\doublespacing} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% New floats are created for standard chemistry graphics +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\newfloat{chart}{htbp}{loc} +\newfloat{graph}{htbp}{loh} +\newfloat{scheme}{htbp}{los} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Place any additional packages needed here. Only include packages +%% which are essential, to avoid problems later. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\usepackage[version=3]{mhchem} % Formula subscripts using \ce{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% If issues arise when submitting your manuscript, you may want to +%% un-comment the next line. This provides information on the +%% version of every file you have used. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%\listfiles + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Place any additional macros here. Please use \newcommand* where +%% possible, and avoid layout-changing macros (which are not used +%% when typesetting). +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\newcommand*{\mycommand}[1]{\texttt{\emph{#1}}} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Meta-data block +%% --------------- +%% Give details for all authors here, using the standard LaTeX +%% method. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\author{% + Andrew N. Other\thanks{% + Department of Chemistry, Unknown University, Unknown Town% + }% + \and + I. Ken Groupleader\thanks{% + Department of Chemistry, Unknown University, Unknown Town, + E-mail: \texttt{i.k.groupleader@unknown.uu} + }% + \and + Susanne K. Laborator\thanks{% + Lead Discovery, BigPharma, Big Town, USA + }% +} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% The document title should be given as usual +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\title{A demonstration for submission to the RSC} + +\begin{document} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Make a title, of course +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\maketitle + +\begin{abstract} + This is an example document for writing a submission to the + Royal Society of Chemistry. It does not seek to reproduce the + layout of a published paper, but instead shows how the standard + \LaTeX\ tools can be used to create a manuscript. +\end{abstract} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Start the main part of the manuscript here. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Introduction} +This is a paragraph of text to fill the introduction of the +demonstration file. + +\section{Results and discussion} + +\subsection{Outline} + +The document layout should follow the style of the journal concerned. +Consult the appropriate Instructions for Authors to see what is +required. Some journals, for example, do not allow sections in +articles. + +\subsection{References} + +The rsc bibliography style requires the \textsf{natbib} package, +which is loaded automatically by the \textsf{rsc} package. +References can be made using the normal method; if the +\textsf{natmove} package is available, citations can be placed +before any punctuation, and they will be moved as necessary +\cite{Mena2000,Abernethy2003}. The \textsf{natmove} package is +part of the \textsf{achemso} bundle. + +The use of \textsf{natbib} allows the use of the various citation +commands of that package: \citeauthor{Abernethy2003} have shown +something, in \citeyear{Cotton1999}, or as given by +Ref.~\citenum{Mena2000}. If you encounter problems with the +citation macros, please check that your copy of \textsf{natbib} +is up to date. + +Multiple citations to be combined into a list can be given as +a single citation. This uses the \textsf{mciteplus} package +\cite{Arduengo1992,*Eisenstein2005,*Arduengo1994}. Citations +other than the first of the list should be indicated with a star. +If the \textsf{mciteplus} package is not installed, the standard +bibliography tools will still work but starred references will be +ignored. + +\subsection{Floats} + +Setting up new float types is demonstrated in the premable, where +charts, graphs and schemes are defined. As illustrated, the float +is ``here'' if possible (Scheme~\ref{sch:example}). +\begin{scheme} + \centering + Your scheme graphic would go here: \texttt{.eps} format\\ + for \LaTeX\, or \texttt{.pdf} (or \texttt{.png}) for pdf\LaTeX\\ + \textsc{ChemDraw} files are best saved as \texttt{.eps} files;\\ + these can be scaled without loss of quality, and can be\\ + converted to \texttt{.pdf} files easily using \texttt{eps2pdf}.\\ + %\includegraphics{graphic} + \caption{An example scheme} + \label{sch:example} +\end{scheme} + +\begin{figure} + \centering + As well as the standard float types \texttt{table}\\ + and \texttt{figure}, the premable defines\\ + \texttt{scheme}, \texttt{chart} and \texttt{graph}. + \caption{An example figure} + \label{fgr:example} +\end{figure} + +Charts, figures and schemes do not necessarily have to be labelled or +captioned. However, tables should always have a title. It is +possible to include a number and label for a graphic without any +title, using an empty argument to the \texttt{\textbackslash caption} +macro. + +The use of the different floating environments is not required, but +it is intended to make document preparation easier for authors. In +general, you should place your graphics where they make logical +sense; the production process will move them if needed. + +\subsection{Math(s)} + +This file does not load any particular additional support for +mathematics. If the author \emph{needs} things like +\textsf{amsmath}, they should be loaded in the preamble. However, +the basics should work fine. Some inline material $ y = mx + c$ +followed by some display. \[ A = \pi r^2 \] + +It is possible to label equations in the usual way. +\begin{equation} + \frac{\mathrm{d}}{\mathrm{d}x} r^2 = 2r +\end{equation} +This can also be used to have equations containing graphical +content. +\begin{equation} + \textrm{Some content} + %\includegraphics{graphic} + \label{eqn:graphic} +\end{equation} + +\section{Experimental} + +The usual experimental details should appear here. This could +include a table, which can be referenced as Table~\ref{tbl:example}. +Do not worry about the appearance of the table: this will be altered +during production. +\begin{table} + \centering + \caption{An example table} + \label{tbl:example} + \begin{tabular}{ll} + \hline + Header one & Header two \\ + \hline + Entry one & Entry two \\ + Entry three & Entry four \\ + Entry five & Entry five \\ + Entry seven & Entry eight \\ + \hline + \end{tabular} +\end{table} + +Adding notes to tables can be complicated. Perhaps the easiest +method is to generate these using the basic +\texttt{\textbackslash textsuperscript} and +\texttt{\textbackslash emph} macros, as illustrated +(\ref{tbl:notes}). +\begin{table} + \caption{A table with notes} + \label{tbl:notes} + \begin{tabular}{ll} + \hline + Header one & Header two \\ + \hline + Entry one\textsuperscript{\emph{a}} + & Entry two \\ + Entry three\textsuperscript{\emph{b}} + & Entry four \\ + \hline + \end{tabular} + + \textsuperscript{\emph{a}} Some text; + \textsuperscript{\emph{b}} Some more text. +\end{table} + +The example file also loads the \textsf{mhchem} package, so +that formulas are easy to input: \texttt{\textbackslash +\ce\{H2SO4\}} gives \ce{H2SO4}. See the use in the +bibliography file (when using titles in the references +section). + +The use of new commands should be limited to simple things which will +not interfere with the production process. For example, +\texttt{\textbackslash mycommand} has been defined in this example, +to give italic, monospaced text: \mycommand{some text}. + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% The appropriate \bibliographystyle and \bibliography commands +%% should be placed here. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\bibliographystyle{rsc} +\bibliography{rsc} + +\end{document} diff --git a/Master/texmf-dist/doc/latex/rsc/rsc-manual.pdf b/Master/texmf-dist/doc/latex/rsc/rsc-manual.pdf deleted file mode 100644 index 7cffef52108..00000000000 Binary files a/Master/texmf-dist/doc/latex/rsc/rsc-manual.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/rsc/rsc.bib b/Master/texmf-dist/doc/latex/rsc/rsc.bib index 842170afbab..a2f0a89f442 100644 --- a/Master/texmf-dist/doc/latex/rsc/rsc.bib +++ b/Master/texmf-dist/doc/latex/rsc/rsc.bib @@ -12,6 +12,10 @@ doi = {10.1021/ja0276321}, } +@MISC{ACS2007, + url = {http://pubs.acs.org/books/references.shtml}, +} + @ARTICLE{Arduengo1992, author = {Arduengo, III, Anthony J. and H. V. Rasika Dias and Richard L. Harlow and Michael Kline}, @@ -29,7 +33,7 @@ Joseph C. Calabrese and Fredric Davidson}, title = {{L}ow-coordinate carbene complexes of nickel(0) and platinum(0)}, - journal = jacsat, + journal = {{J}.~{A}m.\ {C}hem. {S}oc.}, year = {1994}, volume = {116}, pages = {4391--4394}, @@ -37,6 +41,34 @@ doi = {10.1021/ja00089a029}, } +@ARTICLE{Eisenstein2005, + author = {Appelhans, Leah N. and Zuccaccia, Daniele and Kovacevic, + Anes and Chianese, Anthony R. and Miecznikowski, John R. and + Macchioni, Aleco and Clot, Eric and Eisenstein, Odile and + Crabtree, Robert H.}, + title = {{A}n anion-dependent switch in selectivity results from a + change of {C}---{H} activation mechanism in the reaction of an + imidazolium salt with \ce{IrH5(PPh3)2}}, + journal = {{J}.~{A}m.\ {C}hem. {S}oc.}, + year = {2005}, + volume = {127}, + pages = {16299--16311}, + number = {46}, + doi = {10.1021/ja055317j}, +} + +@BOOK{Coghill2006, + title = {{T}he {ACS} {S}tyle {G}uide}, + publisher = {{O}xford {U}niversity {P}ress, {I}nc. and + {T}he {A}merican {C}hemical {S}ociety}, + year = {2006}, + editor = {Coghill, Anne M. and Garson, Lorrin R.}, + address = {{N}ew {Y}ork}, + edition = {3}, + subtitle = {{E}ffective {C}ommunication of {S}cientific + {I}nformation}, +} + @BOOK{Cotton1999, title = {{A}dvanced {I}norganic {C}hemistry}, publisher = {Wiley}, @@ -46,3 +78,16 @@ address = {Chichester}, edition = {6}, } + +@ARTICLE{Mena2000, + author = {Angel Abarca and Pilar G\'omez-Sal and Avelino Mart\'in + and Miguel Mena and Josep Mar\'ia Poblet and Carlos Y\'elamos}, + title = {{A}mmonolysis of mono(pentamethylcyclopentadienyl) + titanium(\textsc{iv}) derivatives}, + journal = {Inorg. Chem.}, + year = {2000}, + volume = {39}, + pages = {642--651}, + number = {4}, + doi = {10.1021/ic9907718}, +} diff --git a/Master/texmf-dist/doc/latex/rsc/rsc.pdf b/Master/texmf-dist/doc/latex/rsc/rsc.pdf index a61237adba4..4d23a3264ef 100644 Binary files a/Master/texmf-dist/doc/latex/rsc/rsc.pdf and b/Master/texmf-dist/doc/latex/rsc/rsc.pdf differ -- cgit v1.2.3