diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-24 22:52:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-24 22:52:20 +0000 |
commit | 294e3885d5690afb44c9e24aebd44125d3a0c618 (patch) | |
tree | 395557c800ddb6397b353f564f72abd3cc54652f /Master/texmf-dist/doc/latex/rsc | |
parent | 38f19219bd0becb7a7a83e93c4265f54bf8d8315 (diff) |
rsc (23aug16)
git-svn-id: svn://tug.org/texlive/trunk@41923 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/rsc')
-rw-r--r-- | Master/texmf-dist/doc/latex/rsc/LICENSE.md | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rsc/README | 14 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rsc/README.md | 31 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rsc/rsc-demo.tex | 246 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rsc/rsc.bib | 93 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rsc/rsc.pdf | bin | 154921 -> 187050 bytes |
6 files changed, 36 insertions, 353 deletions
diff --git a/Master/texmf-dist/doc/latex/rsc/LICENSE.md b/Master/texmf-dist/doc/latex/rsc/LICENSE.md new file mode 100644 index 00000000000..69cdc42a1a3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/rsc/LICENSE.md @@ -0,0 +1,5 @@ +Released under the [LaTeX Project Public +License](http://www.latex-project.org/lppl.txt), v1.3c or later. + +The package has status 'maintained': the current maintainer is +[Joseph Wright](joseph.wright@morningstar2.co.uk).
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/rsc/README b/Master/texmf-dist/doc/latex/rsc/README deleted file mode 100644 index a409a3e0bdc..00000000000 --- a/Master/texmf-dist/doc/latex/rsc/README +++ /dev/null @@ -1,14 +0,0 @@ ----------------------------------------------------------------- -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 ----------------------------------------------------------------- - -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. 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/README.md b/Master/texmf-dist/doc/latex/rsc/README.md new file mode 100644 index 00000000000..cf1766c1c01 --- /dev/null +++ b/Master/texmf-dist/doc/latex/rsc/README.md @@ -0,0 +1,31 @@ +rsc - BibTeX styles for Royal Society of Chemistry and Wiley journals +===================================================================== + +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`. In addition, a short LaTeX +package is included; this provides a convenient user interface to +the customisation hooks made available by the BibTeX styles. + +Installation +------------ + +The package is supplied in `.dtx` format and as a pre-extracted +zip file, `rsc.tds.zip`. The later is most convenient for +most users: simply unzip this in your local `texmf` directory. +If you want to unpack the `.dtx` yourself, running `tex +rsc.dtx` will extract the package whereas 'latex rsc.dtx +will extract it and also typeset the documentation. + +Typesetting the documentation requires a number of packages in +addition to those needed to use the package. This is mainly +because of the number of demonstration items included in the +text. To compile the documentation without error, you will +need the packages: + - `helvet` + - `hypdoc` + - `listings` + - `lmodern` + - `mathpazo` + - `microtype`
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/rsc/rsc-demo.tex b/Master/texmf-dist/doc/latex/rsc/rsc-demo.tex deleted file mode 100644 index a5af097309b..00000000000 --- a/Master/texmf-dist/doc/latex/rsc/rsc-demo.tex +++ /dev/null @@ -1,246 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% 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.bib b/Master/texmf-dist/doc/latex/rsc/rsc.bib deleted file mode 100644 index a2f0a89f442..00000000000 --- a/Master/texmf-dist/doc/latex/rsc/rsc.bib +++ /dev/null @@ -1,93 +0,0 @@ -@ARTICLE{Abernethy2003, - author = {Colin D. Abernethy and Gareth M. Codd and Mark D. Spicer - and Michelle K. Taylor}, - title = {{A} highly stable {N}-heterocyclic carbene complex of - trichloro-oxo-vanadium(\textsc{v}) displaying novel - {C}l---{C}(carbene) bonding interactions}, - journal = {{J}. {A}m. {C}hem. {S}oc.}, - year = {2003}, - volume = {125}, - pages = {1128--1129}, - number = {5}, - 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}, - title = {{E}lectronic stabilization of nucleophilic carbenes}, - journal = {{J}.~{A}m.\ {C}hem.\ {S}oc.}, - year = {1992}, - volume = {114}, - pages = {5530--5534}, - number = {14}, - doi = {10.1021/ja00040a007}, -} - -@ARTICLE{Arduengo1994, - author = {Arduengo, III, Anthony J. and Siegfried F. Gamper and - Joseph C. Calabrese and Fredric Davidson}, - title = {{L}ow-coordinate carbene complexes of nickel(0) and - platinum(0)}, - journal = {{J}.~{A}m.\ {C}hem. {S}oc.}, - year = {1994}, - volume = {116}, - pages = {4391--4394}, - number = {10}, - 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}, - year = {1999}, - author = {Cotton, Frank Albert and Wilkinson, Geoffrery and - Murillio, Carlos A. and Bochmann, Manfred}, - 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 Binary files differindex f645c232eb1..75c851bdaee 100644 --- a/Master/texmf-dist/doc/latex/rsc/rsc.pdf +++ b/Master/texmf-dist/doc/latex/rsc/rsc.pdf |