summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/achemso
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-04-22 17:09:30 +0000
committerKarl Berry <karl@freefriends.org>2009-04-22 17:09:30 +0000
commitda42a0204f57b55e973f5e1554170f84df8833e2 (patch)
tree5fe241e546b00c9903a383a822c3a148f3041d87 /Master/texmf-dist/doc/latex/achemso
parent66c43c768dd459a054b014c5cb6652c87895d682 (diff)
achemso 3.2 (20apr09)
git-svn-id: svn://tug.org/texlive/trunk@12793 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/achemso')
-rw-r--r--Master/texmf-dist/doc/latex/achemso/README21
-rw-r--r--Master/texmf-dist/doc/latex/achemso/achemso-demo.tex41
-rw-r--r--Master/texmf-dist/doc/latex/achemso/achemso.bib1
-rw-r--r--Master/texmf-dist/doc/latex/achemso/achemso.pdfbin189612 -> 209001 bytes
-rw-r--r--Master/texmf-dist/doc/latex/achemso/natmove.pdfbin92753 -> 0 bytes
5 files changed, 42 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/achemso/README b/Master/texmf-dist/doc/latex/achemso/README
index 65b2becb175..5afbcece804 100644
--- a/Master/texmf-dist/doc/latex/achemso/README
+++ b/Master/texmf-dist/doc/latex/achemso/README
@@ -1,27 +1,18 @@
----------------------------------------------------------------
-achemso --- Support for submissions to American Chemical
- Society journals
-Maintained by Joseph Wright
+achemso --- Support for submissions to American Chemical Society
+ journals
E-mail: joseph.wright@morningstar2.co.uk
-Originally developed by Mats Dahlgren
- (c) 1996-98 by Mats Dahlgren
- (c) 2007-2009 Joseph Wright
-Released under the LaTeX Project Public license v1.3c or later
+Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
-
-Part of this bundle is derived from cite.sty, to which the
-following license applies:
- Copyright (C) 1989-2003 by Donald Arseneau
- These macros may be freely transmitted, reproduced, or
- modified provided that this notice is left intact.
----------------------------------------------------------------
The achemso bundle provides a LaTeX class file and BibTeX style
file in accordance with the requirements of the American
-Chemical Society. The files can be used for any documents, but
-have been carefully designed and tested to be suitable for
+Chemical Society (ACS). The files can be used for any documents,
+but have been carefully designed and tested to be suitable for
submission to ACS journals.
The bundle also includes the natmove package. This package is
loaded by achemso, and provides automatic moving of superscript
citations after punctuation.
+
diff --git a/Master/texmf-dist/doc/latex/achemso/achemso-demo.tex b/Master/texmf-dist/doc/latex/achemso/achemso-demo.tex
index 850c67228ce..bf730b512d8 100644
--- a/Master/texmf-dist/doc/latex/achemso/achemso-demo.tex
+++ b/Master/texmf-dist/doc/latex/achemso/achemso-demo.tex
@@ -1,7 +1,8 @@
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% This is a (brief) model paper using the achemso class
%% The document class accepts keyval options, which should include
-%% the target journal and optionally the macuscript type.
+%% the target journal and optionally the manuscript type.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[journal=jacsat,manuscript=article]{achemso}
@@ -69,10 +70,8 @@ Germany}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% The document title should be given as usual
-%% A short title can be given as a *suggestion* for running headers.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\title[\texttt{achemso} demonstration]
-{A demonstration of the \textsf{achemso} \LaTeX\ class}
+\title{A demonstration of the \textsf{achemso} \LaTeX\ class}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -91,8 +90,8 @@ Germany}
This is an abstract for the \textsf{achemso} document class
demonstration document. An abstract is only allowed for certain
manuscript types. The selection of \texttt{journal} and
- \texttt{type} will determine if an abstract is valid. If not, the
- class will issue an appropriate error.
+ \texttt{manuscript} will determine if an abstract is valid. If
+ not, the class will issue an appropriate error.
\end{abstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -135,6 +134,9 @@ 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.
The class also handles notes to be added to the bibliography. These
should be given in place in the document \bibnote{This is a note.
@@ -317,4 +319,31 @@ package files.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliography{achemso}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% The "tocentry" environment can be used to create an entry for the
+%% graphical table of contents.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\begin{tocentry}
+
+Some journals require a graphical entry for the Table of Contents.
+This should be laid out ``print ready'' so that the sizing of the
+text is correct.
+
+Inside the \texttt{tocentry} environment, the font used is Helvetica
+8\,pt, as required by \emph{Journal of the American Chemical
+Society}.
+
+The surrounding frame is 9\,cm by 3.5\,cm, which is the maximum
+permitted for \emph{Journal of the American Chemical Society}
+graphical table of content entries. The box will not resize if the
+content is too big: instead it will overflow the edge of the box.
+
+This box and the associated title will always be printed on a
+separate page from the rest of the document. It is best to place the
+graphical TOC entry as the last item in the draft so that the page
+break is not a problem.
+
+\end{tocentry}
+
\end{document}
diff --git a/Master/texmf-dist/doc/latex/achemso/achemso.bib b/Master/texmf-dist/doc/latex/achemso/achemso.bib
index 2b59481028a..6c7c0daf9bc 100644
--- a/Master/texmf-dist/doc/latex/achemso/achemso.bib
+++ b/Master/texmf-dist/doc/latex/achemso/achemso.bib
@@ -1,3 +1,4 @@
+
@ARTICLE{Abernethy2003,
author = {Colin D. Abernethy and Gareth M. Codd and Mark D. Spicer
and Michelle K. Taylor},
diff --git a/Master/texmf-dist/doc/latex/achemso/achemso.pdf b/Master/texmf-dist/doc/latex/achemso/achemso.pdf
index 46ad5921040..3c9569f281b 100644
--- a/Master/texmf-dist/doc/latex/achemso/achemso.pdf
+++ b/Master/texmf-dist/doc/latex/achemso/achemso.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/achemso/natmove.pdf b/Master/texmf-dist/doc/latex/achemso/natmove.pdf
deleted file mode 100644
index d64938c9f03..00000000000
--- a/Master/texmf-dist/doc/latex/achemso/natmove.pdf
+++ /dev/null
Binary files differ