summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/achemso/achemso-demo.tex
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/achemso-demo.tex
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/achemso-demo.tex')
-rw-r--r--Master/texmf-dist/doc/latex/achemso/achemso-demo.tex41
1 files changed, 35 insertions, 6 deletions
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}