summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/achemso/achemso.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/achemso/achemso.dtx')
-rw-r--r--Master/texmf-dist/source/latex/achemso/achemso.dtx120
1 files changed, 64 insertions, 56 deletions
diff --git a/Master/texmf-dist/source/latex/achemso/achemso.dtx b/Master/texmf-dist/source/latex/achemso/achemso.dtx
index f7eab2ad181..c006efe939a 100644
--- a/Master/texmf-dist/source/latex/achemso/achemso.dtx
+++ b/Master/texmf-dist/source/latex/achemso/achemso.dtx
@@ -385,6 +385,7 @@ This work consists of the file achemso.dtx
% \changes{v3.8d}{2013/10/04}{Fix bug in keyword printing}
% \changes{v3.8e}{2014/01/08}{Minor style changes for \emph{J.~Med.~Chem.}
% and \emph{ACS Appl.~Mater.}}
+% \changes{v3.8g}{2014/03/06}{Fix issue with \emph{J.~Phys.\ Chem.} formatting}
%
%\begin{abstract}
% The \pkg{achemso} bundle provides a \LaTeX\ class file and \BibTeX\
@@ -943,7 +944,7 @@ This work consists of the file achemso.dtx
% \begin{macrocode}
%<*class>
\ProvidesClass{achemso}
- [2014/01/08 v3.8e Submission to ACS journals]
+ [2014/03/06 v3.8g Submission to ACS journals]
\LoadClass[12pt,letter]{article}
% \end{macrocode}
%
@@ -963,7 +964,7 @@ This work consists of the file achemso.dtx
% \begin{macrocode}
%<*package>
\ProvidesPackage{achemso}
- [2014/01/08 v3.8e Support for ACS journals]
+ [2014/03/06 v3.8g Support for ACS journals]
\@ifclassloaded{achemso}{%
\PackageInfo{achemso}{%
You have already loaded the `achemso' class:\MessageBreak
@@ -3211,15 +3212,20 @@ This work consists of the file achemso.dtx
% references with sub-letters. However, it might not be available, and
% so it is only loaded if available: the \file{.bst} files should work
% either way. There is also a patch to get cross-references correct
-% with the modified \cs{ref} macro used here.
+% with the modified \cs{ref} macro used here. The reason for ensuring
+% that \cs{@mciteNatbibCiteCmdList} is defined is that it allows for
+% the case where people prevent \pkg{mciteplus} being loaded using
+% \cs{ver@mciteplus.sty}.
% \begin{macrocode}
\IfFileExists{mciteplus.sty}{%
\RequirePackage{mciteplus}
- \@ifpackagelater{mciteplus}{2008/09/31}
- {}
- {%
- \edef\@mciteNatbibCiteCmdList{\@mciteNatbibCiteCmdList,citenum}%
- }
+ \providecommand*{\@mciteNatbibCiteCmdList}{}%
+ \edef\@tempa{\noexpand\in@{citenum}{\@mciteNatbibCiteCmdList}}%
+ \@tempa
+ \ifin@
+ \else
+ \edef\@mciteNatbibCiteCmdList{\@mciteNatbibCiteCmdList,citenum}%
+ \fi
%<*!package>
\def\@mciteSubRef[##1]##2{\plainref{\@mcitereflabelprefix:##1:##2}}
%</!package>
@@ -3484,13 +3490,13 @@ This work consists of the file achemso.dtx
% \begin{macrocode}
%<*aamick>
\ProvidesFile{aamick.cfg}
- [2014/01/08 v3.8e achemso configuration: ACS Appl. Mater. Interfaces.]
+ [2014/03/06 v3.8g achemso configuration: ACS Appl. Mater. Interfaces.]
\def\acs@type@list{article,letter,suppinfo}
\setkeys{acs}{articletitle = true}
%</aamick>
%<*acbcct>
\ProvidesFile{acbcct.cfg}
- [2014/01/08 v3.8e achemso configuration: ACS Chem. Biol.]
+ [2014/03/06 v3.8g achemso configuration: ACS Chem. Biol.]
\setkeys{acs}{
articletitle = true,
biblabel = fullstop,
@@ -3502,7 +3508,7 @@ This work consists of the file achemso.dtx
%</acbcct>
%<*acbcct>
\ProvidesFile{accacs.cfg}
- [2014/01/08 v3.8e achemso configuration: ACS Catal.]
+ [2014/03/06 v3.8g achemso configuration: ACS Catal.]
\setkeys{acs}{
keywords = true,
}
@@ -3511,7 +3517,7 @@ This work consists of the file achemso.dtx
%</acbcct>
%<*achre4>
\ProvidesFile{achre4.cfg}
- [2014/01/08 v3.8e achemso configuration: Acc. Chem. Res.]
+ [2014/03/06 v3.8g achemso configuration: Acc. Chem. Res.]
\setkeys{acs}{
articletitle = true,
biblabel = plain
@@ -3521,7 +3527,7 @@ This work consists of the file achemso.dtx
%</achre4>
%<*acncdm>
\ProvidesFile{acncdm.cfg}
- [2014/01/08 v3.8e achemso configuration: ACS Chem. Neurosci.]
+ [2014/03/06 v3.8g achemso configuration: ACS Chem. Neurosci.]
\def\acs@type@list{article,review,letter,suppinfo,viewpoint}
\setkeys{acs}{
articletitle = true,
@@ -3533,7 +3539,7 @@ This work consists of the file achemso.dtx
%</acncdm>
%<*acsccc>
\ProvidesFile{acsccc.cfg}
- [2014/01/08 v3.8e achemso configuration: ACS Combinatorial Sci.]
+ [2014/03/06 v3.8g achemso configuration: ACS Combinatorial Sci.]
\def\acs@type@list{article,letter,review,perspective,account,note,suppinfo}
\setkeys{acs}{
articletitle = true,
@@ -3543,7 +3549,7 @@ This work consists of the file achemso.dtx
%</acsccc>
%<*amlccd>
\ProvidesFile{amlccd.cfg}
- [2014/01/08 v3.8e achemso configuration: ACS Macro Lett.]
+ [2014/03/06 v3.8g achemso configuration: ACS Macro Lett.]
\def\acs@type@list{letter,suppinfo}
\SectionsOff
\setlength{\acs@tocentry@height}{8 cm}
@@ -3551,7 +3557,7 @@ This work consists of the file achemso.dtx
%</amlccd>
%<*amclct>
\ProvidesFile{amclct.cfg}
- [2014/01/08 v3.8e achemso configuration: ACS Med. Chem. Lett.]
+ [2014/03/06 v3.8g achemso configuration: ACS Med. Chem. Lett.]
\setkeys{acs}{
articletitle = true
}
@@ -3560,7 +3566,7 @@ This work consists of the file achemso.dtx
%</amclct>
%<*ancac3>
\ProvidesFile{ancac3.cfg}
- [2014/01/08 v3.8e achemso configuration: ACS Nano]
+ [2014/03/06 v3.8g achemso configuration: ACS Nano]
\setkeys{acs}{
articletitle = true,
biblabel = fullstop,
@@ -3573,13 +3579,13 @@ This work consists of the file achemso.dtx
%</ancac3>
%<*ancham>
\ProvidesFile{ancham.cfg}
- [2014/01/08 v3.8e achemso configuration: Anal. Chem.]
+ [2014/03/06 v3.8g achemso configuration: Anal. Chem.]
\def\acs@type@list{article,note,suppinfo}
\SectionNumbersOff
%</ancham>
%<*apchd5>
\ProvidesFile{apchd5.cfg}
- [2014/01/08 v3.8e achemso configuration: ACS Photon.]
+ [2014/03/06 v3.8g achemso configuration: ACS Photon.]
\def\acs@type@list{article,letter,perspective,review,suppinfo}
\setkeys{acs}{articletitle = true, keywords = true}
\ifx\acs@manuscript\acs@manuscript@letter
@@ -3588,14 +3594,14 @@ This work consists of the file achemso.dtx
%</apchd5>
%<*ascecg>
\ProvidesFile{ascecg.cfg}
- [2014/01/08 v3.8e achemso configuration: ACS Sustainable Chem Eng.]
+ [2014/03/06 v3.8g achemso configuration: ACS Sustainable Chem Eng.]
\setkeys{acs}{articletitle = true, biblabel = fullstop}
\SectionNumbersOff
\def\acs@type@list{article,feature,letter,perspective,review,suppinfo}
%</ascecg>
%<*asbcd6>
\ProvidesFile{asbcd6.cfg}
- [2014/01/08 v3.8e achemso configuration: ACS Synth. Biol.]
+ [2014/03/06 v3.8g achemso configuration: ACS Synth. Biol.]
\setkeys{acs}{
abbreviations = true,
articletitle = true,
@@ -3608,7 +3614,7 @@ This work consists of the file achemso.dtx
%</asbcd6>
%<*bichaw>
\ProvidesFile{biochem.cfg}
- [2014/01/08 v3.8e achemso configuration: Biochemistry]
+ [2014/03/06 v3.8g achemso configuration: Biochemistry]
\setkeys{acs}{
abbreviations = true,
articletitle = true,
@@ -3658,7 +3664,7 @@ This work consists of the file achemso.dtx
%</bichaw>
%<*bcches>
\ProvidesFile{bcches.cfg}
- [2014/01/08 v3.8e achemso configuration: Bioconjugate Chem.]
+ [2014/03/06 v3.8g achemso configuration: Bioconjugate Chem.]
\setkeys{acs}{
articletitle = true,
biochem = true,
@@ -3668,14 +3674,14 @@ This work consists of the file achemso.dtx
%</bcches>
%<*bomaf6>
\ProvidesFile{bomaf6.cfg}
- [2014/01/08 v3.8e achemso configuration: Biomacromolecules]
+ [2014/03/06 v3.8g achemso configuration: Biomacromolecules]
\def\acs@type@list{article,comment,communication,note,review,suppinfo}
\SectionNumbersOff
\AtEndOfClass{\SectionsOn}
%</bomaf6>
%<*bipret>
\ProvidesFile{bipret.cfg}
- [2014/01/08 v3.8e achemso configuration: Biotechnol. Prog.]
+ [2014/03/06 v3.8g achemso configuration: Biotechnol. Prog.]
\setkeys{acs}{
articletitle = true,
super = false
@@ -3685,7 +3691,7 @@ This work consists of the file achemso.dtx
%</bipret>
%<*crtoec>
\ProvidesFile{crtoec.cfg}
- [2014/01/08 v3.8e achemso configuration: Chem. Res. Toxicol.]
+ [2014/03/06 v3.8g achemso configuration: Chem. Res. Toxicol.]
\setkeys{acs}{
articletitle = true,
biochem = true,
@@ -3698,7 +3704,7 @@ This work consists of the file achemso.dtx
%</crtoec>
%<*chreay>
\ProvidesFile{chreay.cfg}
- [2014/01/08 v3.8e achemso configuration: Chem. Rev.]
+ [2014/03/06 v3.8g achemso configuration: Chem. Rev.]
\def\acs@type@default{review}
\def\acs@type@list{review}
% \end{macrocode}
@@ -3709,7 +3715,7 @@ This work consists of the file achemso.dtx
%<*cmatex>
% \begin{macrocode}
\ProvidesFile{cmatex.cfg}
- [2014/01/08 v3.8e achemso configuration: Chem. Mater.]
+ [2014/03/06 v3.8g achemso configuration: Chem. Mater.]
\SectionNumbersOff
\ifx\acs@manuscript\acs@manuscript@communication
\AbstractOff
@@ -3718,7 +3724,7 @@ This work consists of the file achemso.dtx
%</cmatex>
%<*cgdefu>
\ProvidesFile{cgdefu.cfg}
- [2014/01/08 v3.8e achemso configuration: Cryst. Growth Des.]
+ [2014/03/06 v3.8g achemso configuration: Cryst. Growth Des.]
\def\acs@type@list{%
article,communication,perspective,suppinfo%
}
@@ -3731,27 +3737,27 @@ This work consists of the file achemso.dtx
%</cgdefu>
%<*enfuem>
\ProvidesFile{enfuem.cfg}
- [2014/01/08 v3.8e achemso configuration: Energy Fuels]
+ [2014/03/06 v3.8g achemso configuration: Energy Fuels]
\def\acs@type@list{article,review,suppinfo}
\SectionNumbersOff
%</enfuem>
%<*esthag>
\ProvidesFile{esthag.cfg}
- [2014/01/08 v3.8e achemso configuration: Environ. Sci. Technol.]
+ [2014/03/06 v3.8g achemso configuration: Environ. Sci. Technol.]
\setkeys{acs}{articletitle = true}
\def\acs@type@list{article,suppinfo}
\SectionNumbersOff
%</esthag>
%<*estlcu>
\ProvidesFile{estlcu.cfg}
- [2014/01/08 v3.8e achemso configuration: Environ. Sci. Technol. Lett.]
+ [2014/03/06 v3.8g achemso configuration: Environ. Sci. Technol. Lett.]
\setkeys{acs}{articletitle = true}
\def\acs@type@list{letter,suppinfo}
\SectionNumbersOff
%</estlcu>
%<*iecred>
\ProvidesFile{iecred.cfg}
- [2014/01/08 v3.8e achemso configuration: Ind. Eng. Chem. Res.]
+ [2014/03/06 v3.8g achemso configuration: Ind. Eng. Chem. Res.]
\setkeys{acs}{
articletitle = brackets,
biblabel = fullstop
@@ -3760,7 +3766,7 @@ This work consists of the file achemso.dtx
%</iecred>
%<*inoraj>
\ProvidesFile{inoraj.cfg}
- [2014/01/08 v3.8e achemso configuration: Inorg. Chem.]
+ [2014/03/06 v3.8g achemso configuration: Inorg. Chem.]
\SectionNumbersOff
\ifx\acs@manuscript\acs@manuscript@communication
\AbstractOff
@@ -3775,7 +3781,7 @@ This work consists of the file achemso.dtx
% \begin{macrocode}
%<*jacsat>
\ProvidesFile{jacsat.cfg}
- [2014/01/08 v3.8e achemso configuration: J. Am. Chem. Soc.]
+ [2014/03/06 v3.8g achemso configuration: J. Am. Chem. Soc.]
\SectionNumbersOff
\ifx\acs@manuscript\acs@manuscript@communication\else
\expandafter\endinput
@@ -3985,7 +3991,7 @@ This work consists of the file achemso.dtx
% \begin{macrocode}
%<*jafcau>
\ProvidesFile{jafcau.cfg}
- [2014/01/08 v3.8e achemso configuration: J. Agric. Food Chem.]
+ [2014/03/06 v3.8g achemso configuration: J. Agric. Food Chem.]
\setkeys{acs}{
articletitle = true,
super = false
@@ -3995,7 +4001,7 @@ This work consists of the file achemso.dtx
%</jafcau>
%<*jceaax>
\ProvidesFile{jceaax.cfg}
- [2014/01/08 v3.8e achemso configuration: J. Chem. Eng. Data]
+ [2014/03/06 v3.8g achemso configuration: J. Chem. Eng. Data]
\setkeys{acs}{
articletitle = true
}
@@ -4005,7 +4011,7 @@ This work consists of the file achemso.dtx
%</jceaax>
%<*jceda8>
\ProvidesFile{jceda8.cfg}
- [2014/01/08 v3.8e achemso configuration: J. Chem. Ed.]
+ [2014/03/06 v3.8g achemso configuration: J. Chem. Ed.]
\SectionNumbersOff
\setkeys{acs}{
articletitle = true
@@ -4015,7 +4021,7 @@ This work consists of the file achemso.dtx
%</jceda8>
%<*jcisd8>
\ProvidesFile{jcisd8.cfg}
- [2014/01/08 v3.8e achemso configuration: J. Chem. Inf. Model.]
+ [2014/03/06 v3.8g achemso configuration: J. Chem. Inf. Model.]
\setkeys{acs}{
articletitle = true
}
@@ -4024,7 +4030,7 @@ This work consists of the file achemso.dtx
%</jcisd8>
%<*jctcce>
\ProvidesFile{jctcce.cfg}
- [2014/01/08 v3.8e achemso configuration: J. Chem. Theory Comput.]
+ [2014/03/06 v3.8g achemso configuration: J. Chem. Theory Comput.]
\def\acs@type@list{article,suppinfo}
\setkeys{acs}{
maxauthors = 0
@@ -4032,7 +4038,7 @@ This work consists of the file achemso.dtx
%</jctcce>
%<*jmcmar>
\ProvidesFile{jmcmar.cfg}
- [2014/01/08 v3.8e achemso configuration: J. Med. Chem.]
+ [2014/03/06 v3.8g achemso configuration: J. Med. Chem.]
\setkeys{acs}{
articletitle = true
}
@@ -4043,7 +4049,7 @@ This work consists of the file achemso.dtx
%</jmcmar>
%<*jnprdf>
\ProvidesFile{jnprdf.cfg}
- [2014/01/08 v3.8e achemso configuration: J. Nat. Prod.]
+ [2014/03/06 v3.8g achemso configuration: J. Nat. Prod.]
\renewcommand*{\abstractname}{ABSTRACT}
\renewcommand*{\acknowledgementname}{ACKNOWLEDGEMENT}
\renewcommand*{\suppinfoname}{ASSOCIATED CONTENT}
@@ -4076,7 +4082,7 @@ This work consists of the file achemso.dtx
%</jnprdf>
%<*joceah>
\ProvidesFile{joceah.cfg}
- [2014/01/08 v3.8e achemso configuration: J. Org. Chem.]
+ [2014/03/06 v3.8g achemso configuration: J. Org. Chem.]
\ifx\acs@manuscript\acs@manuscript@communication
\AbstractOff
\SectionsOff
@@ -4089,7 +4095,7 @@ This work consists of the file achemso.dtx
% \begin{macrocode}
%<*jpcafh>
\ProvidesFile{jpcafh.cfg}
- [2014/01/08 v3.8e achemso configuration: J. Phys. Chem. A]
+ [2014/03/06 v3.8g achemso configuration: J. Phys. Chem. A]
\def\acs@type@list{article,suppinfo}
\setkeys{acs}{
articletitle = true,
@@ -4106,7 +4112,7 @@ This work consists of the file achemso.dtx
%</jpcafh>
%<*jpcbfk>
\ProvidesFile{jpcbfk.cfg}
- [2014/01/08 v3.8e achemso configuration: J. Phys. Chem. B]
+ [2014/03/06 v3.8g achemso configuration: J. Phys. Chem. B]
\def\acs@type@list{article,suppinfo}
\setkeys{acs}{
articletitle = true,
@@ -4120,7 +4126,7 @@ This work consists of the file achemso.dtx
%</jpcbfk>
%<*jpccck>
\ProvidesFile{jpccck.cfg}
- [2014/01/08 v3.8e achemso configuration: J. Phys. Chem. C]
+ [2014/03/06 v3.8g achemso configuration: J. Phys. Chem. C]
\def\acs@type@list{article,suppinfo}
\setkeys{acs}{
articletitle = true,
@@ -4136,7 +4142,7 @@ This work consists of the file achemso.dtx
% \begin{macrocode}
%<*jpclcd>
\ProvidesFile{jpclcd.cfg}
- [2014/01/08 v3.8e achemso configuration: J. Phys. Chem. Lett.]
+ [2014/03/06 v3.8g achemso configuration: J. Phys. Chem. Lett.]
\setkeys{acs}{
articletitle = true,
etalmode = truncate,
@@ -4152,14 +4158,16 @@ This work consists of the file achemso.dtx
\gdef\acs@tocentry@text{#1}%
}
\renewcommand*{\acs@abstract@extras}{%
- \acs@tocentry@print@aux
+ \begingroup
+ \acs@tocentry@print@aux
+ \endgroup
\acs@keywords@print
\newpage
}
%</jpclcd>
%<*jprobs>
\ProvidesFile{jprobs.cfg}
- [2014/01/08 v3.8e achemso configuration: J. Proteome Res.]
+ [2014/03/06 v3.8g achemso configuration: J. Proteome Res.]
\setkeys{acs}{
articletitle = true
}
@@ -4168,26 +4176,26 @@ This work consists of the file achemso.dtx
%</jprobs>
%<*langd5>
\ProvidesFile{langd5.cfg}
- [2014/01/08 v3.8e achemso configuration: Langmuir]
+ [2014/03/06 v3.8g achemso configuration: Langmuir]
\def\acs@type@list{article,letter,suppinfo}
\setkeys{acs}{articletitle = true}
\SectionNumbersOff
%</langd5>
%<*mamobx>
\ProvidesFile{mamobx.cfg}
- [2014/01/08 v3.8e achemso configuration: Macromolecules]
+ [2014/03/06 v3.8g achemso configuration: Macromolecules]
\SectionNumbersOff
%</mamobx>
%<*mpohbp>
\ProvidesFile{mamobx.cfg}
- [2014/01/08 v3.8e achemso configuration: Mol. Pharm.]
+ [2014/03/06 v3.8g achemso configuration: Mol. Pharm.]
\setkeys{acs}{articletitle = true}
\def\acs@type@list{article,suppinfo}
\SectionNumbersOff
%</mpohbp>
%<*nalefd>
\ProvidesFile{nalefd.cfg}
- [2014/01/08 v3.8e achemso configuration: Nano Lett.]
+ [2014/03/06 v3.8g achemso configuration: Nano Lett.]
\setkeys{acs}{keywords = true}
\def\acs@type@default{letter}
\def\acs@type@list{letter}
@@ -4195,7 +4203,7 @@ This work consists of the file achemso.dtx
%</nalefd>
%<*orlef7>
\ProvidesFile{orlef7.cfg}
- [2014/01/08 v3.8e achemso configuration: Org. Lett.]
+ [2014/03/06 v3.8g achemso configuration: Org. Lett.]
\def\acs@type@default{letter}
\def\acs@type@list{letter}
\SectionsOff
@@ -4205,13 +4213,13 @@ This work consists of the file achemso.dtx
%</orlef7>
%<*oprdfk>
\ProvidesFile{oprdfk.cfg}
- [2014/01/08 v3.8e achemso configuration: Org. Proc. Res. Dev.]
+ [2014/03/06 v3.8g achemso configuration: Org. Proc. Res. Dev.]
\def\acs@type@list{article,highlight,review,suppinfo}
\SectionNumbersOff
%</oprdfk>
%<*orgnd7>
\ProvidesFile{orgnd7.cfg}
- [2014/01/08 v3.8e achemso configuration: Organometallics]
+ [2014/03/06 v3.8g achemso configuration: Organometallics]
\SectionNumbersOff
%</orgnd7>
% \end{macrocode}