summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/achemso
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-09-15 22:33:25 +0000
committerKarl Berry <karl@freefriends.org>2013-09-15 22:33:25 +0000
commit117abf54b3a1f8851f0634aca1120e96b258f01b (patch)
treec6c43d1485a7f8ed37d432192852605f718cfff2 /Master/texmf-dist/source/latex/achemso
parent8b5a8ff82779eb4bb332913f07486c589b4c53f1 (diff)
achemso (15sep13)
git-svn-id: svn://tug.org/texlive/trunk@31662 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/achemso')
-rw-r--r--Master/texmf-dist/source/latex/achemso/achemso.dtx239
1 files changed, 129 insertions, 110 deletions
diff --git a/Master/texmf-dist/source/latex/achemso/achemso.dtx b/Master/texmf-dist/source/latex/achemso/achemso.dtx
index 49ce6c3792a..e6e7a1ba85d 100644
--- a/Master/texmf-dist/source/latex/achemso/achemso.dtx
+++ b/Master/texmf-dist/source/latex/achemso/achemso.dtx
@@ -379,6 +379,8 @@ This work consists of the file achemso.dtx
% \emph{ACS Nano} requirements}
% \changes{v3.8a}{2013/09/04}{Minor style improvements for some
% journals}
+% \changes{v3.8b}{2013/09/15}{Improve output ordering for \emph{J.~Phys.\
+% Chem.\ Lett.}}
%
%\begin{abstract}
% The \pkg{achemso} bundle provides a \LaTeX\ class file and \BibTeX\
@@ -937,7 +939,7 @@ This work consists of the file achemso.dtx
% \begin{macrocode}
%<*class>
\ProvidesClass{achemso}
- [2013/09/08 v3.8a Submission to ACS journals]
+ [2013/09/15 v3.8b Submission to ACS journals]
\LoadClass[12pt,letter]{article}
% \end{macrocode}
%
@@ -957,7 +959,7 @@ This work consists of the file achemso.dtx
% \begin{macrocode}
%<*package>
\ProvidesPackage{achemso}
- [2013/09/08 v3.8a Support for ACS journals]
+ [2013/09/15 v3.8b Support for ACS journals]
\@ifclassloaded{achemso}{%
\PackageInfo{achemso}{%
You have already loaded the `achemso' class:\MessageBreak
@@ -2897,47 +2899,51 @@ This work consists of the file achemso.dtx
}
% \end{macrocode}
%\end{macro}
-%\begin{macro}{\acs@tocentry@print}
-%\begin{macro}{\acs@tocentry@text}
+% \begin{macro}{\acs@tocentry@print}
+% \begin{macro}{\acs@tocentry@print@aux}
+% \begin{macro}{\acs@tocentry@text}
% The same approach is taken for the graphical table of content
% printing. This is done in a box so that everything has a frame around
% it.
% \begin{macrocode}
-\newcommand\acs@tocentry@print[1]{%
- \global\long\def\acs@tocentry@text
- {%
- \if@twocolumn
- \@restonecoltrue\onecolumn
- \else
- \@restonecolfalse\newpage
- \fi
- \acs@section*{\tocentryname}%
- \tocsize
- \sffamily
- \singlespacing
- \begin{center}
- \fbox
- {%
- \begin{minipage}{\acs@tocentry@height}
- \vbox to \acs@tocentry@width{#1}%
- \end{minipage}%
- }%
- \end{center}%
- \if@restonecol
- \twocolumn
- \else
- \newpage
- \fi
- }%
- \AtEndDocument{\acs@tocentry@text}%
+\newcommand{\acs@tocentry@print}[1]{%
+ \gdef\acs@tocentry@text{#1}%
+ \AtEndDocument{%
+ \if@twocolumn
+ \@restonecoltrue\onecolumn
+ \else
+ \@restonecolfalse\newpage
+ \fi
+ \acs@tocentry@print@aux
+ \if@restonecol
+ \twocolumn
+ \else
+ \newpage
+ \fi
+ }%
}
+\newcommand*{\acs@tocentry@print@aux}{%
+ \acs@section*{\tocentryname}%
+ \tocsize
+ \sffamily
+ \singlespacing
+ \begin{center}
+ \fbox
+ {%
+ \begin{minipage}{\acs@tocentry@height}
+ \vbox to \acs@tocentry@width{\acs@tocentry@text}%
+ \end{minipage}%
+ }%
+ \end{center}%
+ }
\newlength{\acs@tocentry@height}
\newlength{\acs@tocentry@width}
\setlength{\acs@tocentry@height}{9 cm}
\setlength{\acs@tocentry@width}{3.5 cm}
% \end{macrocode}
-%\end{macro}
-%\end{macro}
+% \end{macro}
+% \end{macro}
+% \end{macro}
%\begin{environment}{tocentry}
% Actually creating the entry is pretty easy.
% \begin{macrocode}
@@ -3474,12 +3480,12 @@ This work consists of the file achemso.dtx
% \begin{macrocode}
%<*aamick>
\ProvidesFile{aamick.cfg}
- [2013/09/08 v3.8a achemso configuration: ACS Appl. Mater. Interfaces.]
+ [2013/09/15 v3.8b achemso configuration: ACS Appl. Mater. Interfaces.]
\def\acs@type@list{article,letter,suppinfo}
%</aamick>
%<*acbcct>
\ProvidesFile{acbcct.cfg}
- [2013/09/08 v3.8a achemso configuration: ACS Chem. Biol.]
+ [2013/09/15 v3.8b achemso configuration: ACS Chem. Biol.]
\setkeys{acs}{
articletitle = true,
biblabel = fullstop,
@@ -3491,7 +3497,7 @@ This work consists of the file achemso.dtx
%</acbcct>
%<*acbcct>
\ProvidesFile{accacs.cfg}
- [2013/09/08 v3.8a achemso configuration: ACS Catal.]
+ [2013/09/15 v3.8b achemso configuration: ACS Catal.]
\setkeys{acs}{
keywords = true,
}
@@ -3500,7 +3506,7 @@ This work consists of the file achemso.dtx
%</acbcct>
%<*achre4>
\ProvidesFile{achre4.cfg}
- [2013/09/08 v3.8a achemso configuration: Acc. Chem. Res.]
+ [2013/09/15 v3.8b achemso configuration: Acc. Chem. Res.]
\setkeys{acs}{
articletitle = true,
biblabel = plain
@@ -3510,7 +3516,7 @@ This work consists of the file achemso.dtx
%</achre4>
%<*acncdm>
\ProvidesFile{acncdm.cfg}
- [2013/09/08 v3.8a achemso configuration: ACS Chem. Neurosci.]
+ [2013/09/15 v3.8b achemso configuration: ACS Chem. Neurosci.]
\def\acs@type@list{article,review,letter,suppinfo,viewpoint}
\setkeys{acs}{
articletitle = true,
@@ -3522,7 +3528,7 @@ This work consists of the file achemso.dtx
%</acncdm>
%<*acsccc>
\ProvidesFile{acsccc.cfg}
- [2013/09/08 v3.8a achemso configuration: ACS Combinatorial Sci.]
+ [2013/09/15 v3.8b achemso configuration: ACS Combinatorial Sci.]
\def\acs@type@list{article,letter,review,perspective,account,note,suppinfo}
\setkeys{acs}{
articletitle = true,
@@ -3532,7 +3538,7 @@ This work consists of the file achemso.dtx
%</acsccc>
%<*amlccd>
\ProvidesFile{amlccd.cfg}
- [2013/09/08 v3.8a achemso configuration: ACS Macro Lett.]
+ [2013/09/15 v3.8b achemso configuration: ACS Macro Lett.]
\def\acs@type@list{letter,suppinfo}
\SectionsOff
\setlength{\acs@tocentry@height}{8 cm}
@@ -3540,7 +3546,7 @@ This work consists of the file achemso.dtx
%</amlccd>
%<*amclct>
\ProvidesFile{amclct.cfg}
- [2013/09/08 v3.8a achemso configuration: ACS Med. Chem. Lett.]
+ [2013/09/15 v3.8b achemso configuration: ACS Med. Chem. Lett.]
\setkeys{acs}{
articletitle = true
}
@@ -3549,7 +3555,7 @@ This work consists of the file achemso.dtx
%</amclct>
%<*ancac3>
\ProvidesFile{ancac3.cfg}
- [2013/09/08 v3.8a achemso configuration: ACS Nano]
+ [2013/09/15 v3.8b achemso configuration: ACS Nano]
\setkeys{acs}{
articletitle = true,
biblabel = fullstop,
@@ -3562,25 +3568,25 @@ This work consists of the file achemso.dtx
%</ancac3>
%<*ancham>
\ProvidesFile{ancham.cfg}
- [2013/09/08 v3.8a achemso configuration: Anal. Chem.]
+ [2013/09/15 v3.8b achemso configuration: Anal. Chem.]
\def\acs@type@list{article,note,suppinfo}
\SectionNumbersOff
%</ancham>
%<*apchd5>
\ProvidesFile{apchd5.cfg}
- [2013/09/08 v3.8a achemso configuration: ACS Photon.]
+ [2013/09/15 v3.8b achemso configuration: ACS Photon.]
\def\acs@type@list{article,letter,perspective,review,suppinfo}
%</apchd5>
%<*ascecg>
\ProvidesFile{ascecg.cfg}
- [2013/09/08 v3.8a achemso configuration: ACS Sustainable Chem Eng.]
+ [2013/09/15 v3.8b achemso configuration: ACS Sustainable Chem Eng.]
\setkeys{articletitle = true, biblabel = fullstop}
\SectionNumbersOff
\def\acs@type@list{article,feature,letter,perspective,review,suppinfo}
%</ascecg>
%<*asbcd6>
\ProvidesFile{asbcd6.cfg}
- [2013/09/08 v3.8a achemso configuration: ACS Synth. Biol.]
+ [2013/09/15 v3.8b achemso configuration: ACS Synth. Biol.]
\setkeys{acs}{
abbreviations = true,
articletitle = true,
@@ -3593,7 +3599,7 @@ This work consists of the file achemso.dtx
%</asbcd6>
%<*bichaw>
\ProvidesFile{biochem.cfg}
- [2013/09/08 v3.8a achemso configuration: Biochemistry]
+ [2013/09/15 v3.8b achemso configuration: Biochemistry]
\setkeys{acs}{
abbreviations = true,
articletitle = true,
@@ -3643,7 +3649,7 @@ This work consists of the file achemso.dtx
%</bichaw>
%<*bcches>
\ProvidesFile{bcches.cfg}
- [2013/09/08 v3.8a achemso configuration: Bioconjugate Chem.]
+ [2013/09/15 v3.8b achemso configuration: Bioconjugate Chem.]
\setkeys{acs}{
articletitle = true,
biochem = true,
@@ -3653,14 +3659,14 @@ This work consists of the file achemso.dtx
%</bcches>
%<*bomaf6>
\ProvidesFile{bomaf6.cfg}
- [2013/09/08 v3.8a achemso configuration: Biomacromolecules]
+ [2013/09/15 v3.8b achemso configuration: Biomacromolecules]
\def\acs@type@list{article,comment,communication,note,review,suppinfo}
\SectionNumbersOff
\AtEndOfClass{\SectionsOn}
%</bomaf6>
%<*bipret>
\ProvidesFile{bipret.cfg}
- [2013/09/08 v3.8a achemso configuration: Biotechnol. Prog.]
+ [2013/09/15 v3.8b achemso configuration: Biotechnol. Prog.]
\setkeys{acs}{
articletitle = true,
super = false
@@ -3670,7 +3676,7 @@ This work consists of the file achemso.dtx
%</bipret>
%<*crtoec>
\ProvidesFile{crtoec.cfg}
- [2013/09/08 v3.8a achemso configuration: Chem. Res. Toxicol.]
+ [2013/09/15 v3.8b achemso configuration: Chem. Res. Toxicol.]
\setkeys{acs}{
articletitle = true,
biochem = true,
@@ -3683,7 +3689,7 @@ This work consists of the file achemso.dtx
%</crtoec>
%<*chreay>
\ProvidesFile{chreay.cfg}
- [2013/09/08 v3.8a achemso configuration: Chem. Rev.]
+ [2013/09/15 v3.8b achemso configuration: Chem. Rev.]
\def\acs@type@default{review}
\def\acs@type@list{review}
% \end{macrocode}
@@ -3694,7 +3700,7 @@ This work consists of the file achemso.dtx
%<*cmatex>
% \begin{macrocode}
\ProvidesFile{cmatex.cfg}
- [2013/09/08 v3.8a achemso configuration: Chem. Mater.]
+ [2013/09/15 v3.8b achemso configuration: Chem. Mater.]
\SectionNumbersOff
\ifx\acs@manuscript\acs@manuscript@communication
\AbstractOff
@@ -3703,7 +3709,7 @@ This work consists of the file achemso.dtx
%</cmatex>
%<*cgdefu>
\ProvidesFile{cgdefu.cfg}
- [2013/09/08 v3.8a achemso configuration: Cryst. Growth Des.]
+ [2013/09/15 v3.8b achemso configuration: Cryst. Growth Des.]
\def\acs@type@list{%
article,communication,perspective,suppinfo%
}
@@ -3716,27 +3722,27 @@ This work consists of the file achemso.dtx
%</cgdefu>
%<*enfuem>
\ProvidesFile{enfuem.cfg}
- [2013/09/08 v3.8a achemso configuration: Energy Fuels]
+ [2013/09/15 v3.8b achemso configuration: Energy Fuels]
\def\acs@type@list{article,review,suppinfo}
\SectionNumbersOff
%</enfuem>
%<*esthag>
\ProvidesFile{esthag.cfg}
- [2013/09/08 v3.8a achemso configuration: Environ. Sci. Technol.]
+ [2013/09/15 v3.8b achemso configuration: Environ. Sci. Technol.]
\setkeys{acs}{articletitle = true}
\def\acs@type@list{article,suppinfo}
\SectionNumbersOff
%</esthag>
%<*estlcu>
\ProvidesFile{estlcu.cfg}
- [2013/09/08 v3.8a achemso configuration: Environ. Sci. Technol. Lett.]
+ [2013/09/15 v3.8b achemso configuration: Environ. Sci. Technol. Lett.]
\setkeys{acs}{articletitle = true}
\def\acs@type@list{letter,suppinfo}
\SectionNumbersOff
%</estlcu>
%<*iecred>
\ProvidesFile{iecred.cfg}
- [2013/09/08 v3.8a achemso configuration: Ind. Eng. Chem. Res.]
+ [2013/09/15 v3.8b achemso configuration: Ind. Eng. Chem. Res.]
\setkeys{acs}{
articletitle = brackets,
biblabel = fullstop
@@ -3745,7 +3751,7 @@ This work consists of the file achemso.dtx
%</iecred>
%<*inoraj>
\ProvidesFile{inoraj.cfg}
- [2013/09/08 v3.8a achemso configuration: Inorg. Chem.]
+ [2013/09/15 v3.8b achemso configuration: Inorg. Chem.]
\SectionNumbersOff
\ifx\acs@manuscript\acs@manuscript@communication
\AbstractOff
@@ -3760,7 +3766,7 @@ This work consists of the file achemso.dtx
% \begin{macrocode}
%<*jacsat>
\ProvidesFile{jacsat.cfg}
- [2013/09/08 v3.8a achemso configuration: J. Am. Chem. Soc.]
+ [2013/09/15 v3.8b achemso configuration: J. Am. Chem. Soc.]
\SectionNumbersOff
\ifx\acs@manuscript\acs@manuscript@communication\else
\expandafter\endinput
@@ -3970,7 +3976,7 @@ This work consists of the file achemso.dtx
% \begin{macrocode}
%<*jafcau>
\ProvidesFile{jafcau.cfg}
- [2013/09/08 v3.8a achemso configuration: J. Agric. Food Chem.]
+ [2013/09/15 v3.8b achemso configuration: J. Agric. Food Chem.]
\setkeys{acs}{
articletitle = true,
super = false
@@ -3980,7 +3986,7 @@ This work consists of the file achemso.dtx
%</jafcau>
%<*jceaax>
\ProvidesFile{jceaax.cfg}
- [2013/09/08 v3.8a achemso configuration: J. Chem. Eng. Data]
+ [2013/09/15 v3.8b achemso configuration: J. Chem. Eng. Data]
\setkeys{acs}{
articletitle = true
}
@@ -3990,7 +3996,7 @@ This work consists of the file achemso.dtx
%</jceaax>
%<*jceda8>
\ProvidesFile{jceda8.cfg}
- [2013/09/08 v3.8a achemso configuration: J. Chem. Ed.]
+ [2013/09/15 v3.8b achemso configuration: J. Chem. Ed.]
\SectionNumbersOff
\setkeys{acs}{
articletitle = true
@@ -4000,7 +4006,7 @@ This work consists of the file achemso.dtx
%</jceda8>
%<*jcisd8>
\ProvidesFile{jcisd8.cfg}
- [2013/09/08 v3.8a achemso configuration: J. Chem. Inf. Model.]
+ [2013/09/15 v3.8b achemso configuration: J. Chem. Inf. Model.]
\setkeys{acs}{
articletitle = true
}
@@ -4009,7 +4015,7 @@ This work consists of the file achemso.dtx
%</jcisd8>
%<*jctcce>
\ProvidesFile{jctcce.cfg}
- [2013/09/08 v3.8a achemso configuration: J. Chem. Theory Comput.]
+ [2013/09/15 v3.8b achemso configuration: J. Chem. Theory Comput.]
\def\acs@type@list{article,suppinfo}
\setkeys{acs}{
maxauthors = 0
@@ -4017,7 +4023,7 @@ This work consists of the file achemso.dtx
%</jctcce>
%<*jmcmar>
\ProvidesFile{jmcmar.cfg}
- [2013/09/08 v3.8a achemso configuration: J. Med. Chem.]
+ [2013/09/15 v3.8b achemso configuration: J. Med. Chem.]
\setkeys{acs}{
articletitle = true
}
@@ -4026,7 +4032,7 @@ This work consists of the file achemso.dtx
%</jmcmar>
%<*jnprdf>
\ProvidesFile{jnprdf.cfg}
- [2013/09/08 v3.8a achemso configuration: J. Nat. Prod.]
+ [2013/09/15 v3.8b achemso configuration: J. Nat. Prod.]
\renewcommand*{\abstractname}{ABSTRACT}
\renewcommand*{\acknowledgementname}{ACKNOWLEDGEMENT}
\renewcommand*{\suppinfoname}{ASSOCIATED CONTENT}
@@ -4059,7 +4065,7 @@ This work consists of the file achemso.dtx
%</jnprdf>
%<*joceah>
\ProvidesFile{joceah.cfg}
- [2013/09/08 v3.8a achemso configuration: J. Org. Chem.]
+ [2013/09/15 v3.8b achemso configuration: J. Org. Chem.]
\ifx\acs@manuscript\acs@manuscript@communication
\AbstractOff
\SectionsOff
@@ -4072,7 +4078,7 @@ This work consists of the file achemso.dtx
% \begin{macrocode}
%<*jpcafh>
\ProvidesFile{jpcafh.cfg}
- [2013/09/08 v3.8a achemso configuration: J. Phys. Chem. A]
+ [2013/09/15 v3.8b achemso configuration: J. Phys. Chem. A]
\def\acs@type@list{article,suppinfo}
\setkeys{acs}{
articletitle = true,
@@ -4089,7 +4095,7 @@ This work consists of the file achemso.dtx
%</jpcafh>
%<*jpcbfk>
\ProvidesFile{jpcbfk.cfg}
- [2013/09/08 v3.8a achemso configuration: J. Phys. Chem. B]
+ [2013/09/15 v3.8b achemso configuration: J. Phys. Chem. B]
\def\acs@type@list{article,suppinfo}
\setkeys{acs}{
articletitle = true,
@@ -4103,7 +4109,7 @@ This work consists of the file achemso.dtx
%</jpcbfk>
%<*jpccck>
\ProvidesFile{jpccck.cfg}
- [2013/09/08 v3.8a achemso configuration: J. Phys. Chem. C]
+ [2013/09/15 v3.8b achemso configuration: J. Phys. Chem. C]
\def\acs@type@list{article,suppinfo}
\setkeys{acs}{
articletitle = true,
@@ -4119,21 +4125,30 @@ This work consists of the file achemso.dtx
% \begin{macrocode}
%<*jpclcd>
\ProvidesFile{jpclcd.cfg}
- [2013/09/08 v3.8a achemso configuration: J. Phys. Chem. Lett.]
+ [2013/09/15 v3.8b achemso configuration: J. Phys. Chem. Lett.]
\setkeys{acs}{
articletitle = true,
etalmode = truncate,
- maxauthors = 10
+ maxauthors = 10,
+ keywords = true
}
\def\acs@type@default{letter}
\def\acs@type@list{letter}
\SectionNumbersOff
\captionsetup[table]{labelfont=bf,textfont=bf}
\g@addto@macro{\maketitle}{\newpage}
+\renewcommand{\acs@tocentry@print}[1]{%
+ \gdef\acs@tocentry@text{#1}%
+}
+\renewcommand*{\acs@abstract@extras}{%
+ \acs@tocentry@print@aux
+ \acs@keywords@print
+ \newpage
+}
%</jpclcd>
%<*jprobs>
\ProvidesFile{jprobs.cfg}
- [2013/09/08 v3.8a achemso configuration: J. Proteome Res.]
+ [2013/09/15 v3.8b achemso configuration: J. Proteome Res.]
\setkeys{acs}{
articletitle = true
}
@@ -4142,26 +4157,26 @@ This work consists of the file achemso.dtx
%</jprobs>
%<*langd5>
\ProvidesFile{langd5.cfg}
- [2013/09/08 v3.8a achemso configuration: Langmuir]
+ [2013/09/15 v3.8b achemso configuration: Langmuir]
\def\acs@type@list{article,letter,suppinfo}
\setkeys{acs}{articletitle = true}
\SectionNumbersOff
%</langd5>
%<*mamobx>
\ProvidesFile{mamobx.cfg}
- [2013/09/08 v3.8a achemso configuration: Macromolecules]
+ [2013/09/15 v3.8b achemso configuration: Macromolecules]
\SectionNumbersOff
%</mamobx>
%<*mpohbp>
\ProvidesFile{mamobx.cfg}
- [2013/09/08 v3.8a achemso configuration: Mol. Pharm.]
+ [2013/09/15 v3.8b achemso configuration: Mol. Pharm.]
\setkeys{acs}{articletitle = true}
\def\acs@type@list{article,suppinfo}
\SectionNumbersOff
%</mpohbp>
%<*nalefd>
\ProvidesFile{nalefd.cfg}
- [2013/09/08 v3.8a achemso configuration: Nano Lett.]
+ [2013/09/15 v3.8b achemso configuration: Nano Lett.]
\setkeys{acs}{keywords = true}
\def\acs@type@default{letter}
\def\acs@type@list{letter}
@@ -4169,7 +4184,7 @@ This work consists of the file achemso.dtx
%</nalefd>
%<*orlef7>
\ProvidesFile{orlef7.cfg}
- [2013/09/08 v3.8a achemso configuration: Org. Lett.]
+ [2013/09/15 v3.8b achemso configuration: Org. Lett.]
\def\acs@type@default{letter}
\def\acs@type@list{letter}
\SectionsOff
@@ -4179,13 +4194,13 @@ This work consists of the file achemso.dtx
%</orlef7>
%<*oprdfk>
\ProvidesFile{oprdfk.cfg}
- [2013/09/08 v3.8a achemso configuration: Org. Proc. Res. Dev.]
+ [2013/09/15 v3.8b achemso configuration: Org. Proc. Res. Dev.]
\def\acs@type@list{article,highlight,review,suppinfo}
\SectionNumbersOff
%</oprdfk>
%<*orgnd7>
\ProvidesFile{orgnd7.cfg}
- [2013/09/08 v3.8a achemso configuration: Organometallics]
+ [2013/09/15 v3.8b achemso configuration: Organometallics]
\SectionNumbersOff
%</orgnd7>
% \end{macrocode}
@@ -4285,12 +4300,41 @@ Germany}
\abbreviations{IR,NMR,UV}
\keywords{American Chemical Society, \LaTeX}
-\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% The manuscript does not need to include \maketitle, which is
-%% executed automatically. The document should begin with an
-%% abstract, if appropriate. If one is given and should not be, the
-%% contents will be gobbled.
+%% executed automatically.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{document}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% The "tocentry" environment can be used to create an entry for the
+%% graphical table of contents. It is given here as some journals
+%% require that it is printed as part of the abstract page. It will
+%% be automatically moved as appropriate.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\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 at the end of the document.
+
+\end{tocentry}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% The abstract environment will automatically gobble the contents
+%% if an abstract is not used by the target journal.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{abstract}
This is an example document for the \textsf{achemso} document
@@ -4534,31 +4578,6 @@ automatically add a sentence pointing to the information on-line:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliography{achemso-demo}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% 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 at the end of the document.
-
-\end{tocentry}
-
\end{document}
%</demo>
%<*bst>