summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/achemso/achemso.cls6
-rw-r--r--Master/texmf-dist/tex/latex/achemso/achemso.sty6
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/achre4.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/acncdm.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/ancham.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/bcches.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/bipret.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/bomaf6.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/cgdefu.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/chreay.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/cmatex.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/crtoec.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/enfuem.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/esthag.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/iecred.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/inoraj.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/jacsat.cfg11
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/jafcau.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/jcchff.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/jceaax.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/jceda8.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/jctcce.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/jmcmar.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/jnprdf.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/joceah.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/jpcafh.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/jpccck.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/langd5.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/mamobx.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/mpohbp.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/nalefd.cfg3
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/oprdfk.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/orgnd7.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/achemso/config/orlef7.cfg2
41 files changed, 54 insertions, 46 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.cls b/Master/texmf-dist/tex/latex/achemso/achemso.cls
index bfa2f4e66b4..886ca4dc086 100644
--- a/Master/texmf-dist/tex/latex/achemso/achemso.cls
+++ b/Master/texmf-dist/tex/latex/achemso/achemso.cls
@@ -16,7 +16,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{achemso}
- [2010/06/25 v3.5 Submission to ACS journals]
+ [2010/08/24 v3.5b Submission to ACS journals]
\LoadClass[12pt,letter]{article}
\newcommand*\acs@warning{\ClassWarning{achemso}}
\newcommand*\acs@ifundefined[1]{%
@@ -86,7 +86,7 @@
Unknown value `#1' for\MessageBreak etalmode option%
}%
}{%
- \@nameuse{acs@etal@#1}%
+ \AtEndOfClass{\@nameuse{acs@etal@#1}}%
}%
}
\newcommand*\acs@etal@firstonly{\acs@etal@truncatefalse}
@@ -100,7 +100,7 @@
Unknown value `#1' for\MessageBreak biblabel option%
}%
}{%
- \@nameuse{acs@biblabel@#1}%
+ \AtEndOfClass{\@nameuse{acs@biblabel@#1}}%
}%
}
\newcommand*\acs@biblabel@brackets{\def\bibnumfmt##1{(##1)}}
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.sty b/Master/texmf-dist/tex/latex/achemso/achemso.sty
index 28cbaf09a1f..0dc556ec7a7 100644
--- a/Master/texmf-dist/tex/latex/achemso/achemso.sty
+++ b/Master/texmf-dist/tex/latex/achemso/achemso.sty
@@ -16,7 +16,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{achemso}
- [2010/06/25 v3.5 Support for ACS journals]
+ [2010/08/24 v3.5b Support for ACS journals]
\@ifclassloaded{achemso}{%
\PackageInfo{achemso}{%
You have already loaded the `achemso' class:\MessageBreak
@@ -97,7 +97,7 @@
Unknown value `#1' for\MessageBreak etalmode option%
}%
}{%
- \@nameuse{acs@etal@#1}%
+ \AtEndOfPackage{\@nameuse{acs@etal@#1}}%
}%
}
\newcommand*\acs@etal@firstonly{\acs@etal@truncatefalse}
@@ -111,7 +111,7 @@
Unknown value `#1' for\MessageBreak biblabel option%
}%
}{%
- \@nameuse{acs@biblabel@#1}%
+ \AtEndOfPackage{\@nameuse{acs@biblabel@#1}}%
}%
}
\newcommand*\acs@biblabel@brackets{\def\bibnumfmt##1{(##1)}}
diff --git a/Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg b/Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg
index e5202d4266b..7401fe4848a 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{acbcct.cfg}
- [2010/06/25 v3.5 achemso configuration: ACS Chem. Biol.]
+ [2010/08/24 v3.5b achemso configuration: ACS Chem. Biol.]
\setkeys{acs}{
biblabel = fullstop,
biochem = true,
diff --git a/Master/texmf-dist/tex/latex/achemso/config/achre4.cfg b/Master/texmf-dist/tex/latex/achemso/config/achre4.cfg
index 857dd47225e..1f70843d5e1 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/achre4.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/achre4.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{achre4.cfg}
- [2010/06/25 v3.5 achemso configuration: Acc. Chem. Res.]
+ [2010/08/24 v3.5b achemso configuration: Acc. Chem. Res.]
\setkeys{acs}{
biblabel = plain,
usetitle = true
diff --git a/Master/texmf-dist/tex/latex/achemso/config/acncdm.cfg b/Master/texmf-dist/tex/latex/achemso/config/acncdm.cfg
index 16af80c76ff..bbff344d8d9 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/acncdm.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/acncdm.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{acncdm.cfg}
- [2010/06/25 v3.5 achemso configuration: ACS Chem. Neurosci.]
+ [2010/08/24 v3.5b achemso configuration: ACS Chem. Neurosci.]
\def\acs@type@list{article,review,letter,suppinfo,viewpoint}
\setkeys{acs}{
biblabel = fullstop,
diff --git a/Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg b/Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg
index d028b60ce0c..2efb5b79540 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{ancac3.cfg}
- [2010/06/25 v3.5 achemso configuration: ACS Nano]
+ [2010/08/24 v3.5b achemso configuration: ACS Nano]
\setkeys{acs}{
biblabel = fullstop,
etalmode = truncate,
diff --git a/Master/texmf-dist/tex/latex/achemso/config/ancham.cfg b/Master/texmf-dist/tex/latex/achemso/config/ancham.cfg
index 7fab737f681..cb5335e41b1 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/ancham.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/ancham.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{ancham.cfg}
- [2010/06/25 v3.5 achemso configuration: Anal. Chem.]
+ [2010/08/24 v3.5b achemso configuration: Anal. Chem.]
\def\acs@type@list{article,note,suppinfo}
\SectionNumbersOff
%%
diff --git a/Master/texmf-dist/tex/latex/achemso/config/bcches.cfg b/Master/texmf-dist/tex/latex/achemso/config/bcches.cfg
index 3ee3b1c0e58..a081d0b201a 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/bcches.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/bcches.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{bcches.cfg}
- [2010/06/25 v3.5 achemso configuration: Bioconjugate Chem.]
+ [2010/08/24 v3.5b achemso configuration: Bioconjugate Chem.]
\setkeys{acs}{
biochem = true,
super = false,
diff --git a/Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg b/Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg
index e850625b18d..460a5beccf8 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{biochem.cfg}
- [2010/06/25 v3.5 achemso configuration: Biochemistry]
+ [2010/08/24 v3.5b achemso configuration: Biochemistry]
\setkeys{acs}{
abbreviations = true,
biblabel = fullstop,
diff --git a/Master/texmf-dist/tex/latex/achemso/config/bipret.cfg b/Master/texmf-dist/tex/latex/achemso/config/bipret.cfg
index 216865fa115..2b8a66c74da 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/bipret.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/bipret.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{bipret.cfg}
- [2010/06/25 v3.5 achemso configuration: Biotechnol. Prog.]
+ [2010/08/24 v3.5b achemso configuration: Biotechnol. Prog.]
\setkeys{acs}{
super = false,
usetitle = true
diff --git a/Master/texmf-dist/tex/latex/achemso/config/bomaf6.cfg b/Master/texmf-dist/tex/latex/achemso/config/bomaf6.cfg
index 65d735b7b62..ebf93fa6ce3 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/bomaf6.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/bomaf6.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{bomaf6.cfg}
- [2010/06/25 v3.5 achemso configuration: Biomacromolecules]
+ [2010/08/24 v3.5b achemso configuration: Biomacromolecules]
\def\acs@type@list{article,comment,communication,note,review,suppinfo}
\SectionNumbersOff
\AtEndOfClass{\SectionsOn}
diff --git a/Master/texmf-dist/tex/latex/achemso/config/cgdefu.cfg b/Master/texmf-dist/tex/latex/achemso/config/cgdefu.cfg
index 6de1a7d6c2b..7f8e286e400 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/cgdefu.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/cgdefu.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{cgdefu.cfg}
- [2010/06/25 v3.5 achemso configuration: Cryst. Growth Des.]
+ [2010/08/24 v3.5b achemso configuration: Cryst. Growth Des.]
\def\acs@type@list{%
article,communication,perspective,suppinfo%
}
diff --git a/Master/texmf-dist/tex/latex/achemso/config/chreay.cfg b/Master/texmf-dist/tex/latex/achemso/config/chreay.cfg
index 311314b82b9..7c8fa492667 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/chreay.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/chreay.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{chreay.cfg}
- [2010/06/25 v3.5 achemso configuration: Chem. Rev.]
+ [2010/08/24 v3.5b achemso configuration: Chem. Rev.]
\def\acs@type@default{review}
\def\acs@type@list{review}
\def\bibsection{\acs@section{\refname}}
diff --git a/Master/texmf-dist/tex/latex/achemso/config/cmatex.cfg b/Master/texmf-dist/tex/latex/achemso/config/cmatex.cfg
index fcd34627b18..31f509d838f 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/cmatex.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/cmatex.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{cmatex.cfg}
- [2010/06/25 v3.5 achemso configuration: Chem. Mater.]
+ [2010/08/24 v3.5b achemso configuration: Chem. Mater.]
\SectionNumbersOff
\ifx\acs@manuscript\acs@manuscript@communication
\AbstractOff
diff --git a/Master/texmf-dist/tex/latex/achemso/config/crtoec.cfg b/Master/texmf-dist/tex/latex/achemso/config/crtoec.cfg
index 0e195bd7e7e..bb7f88d11ee 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/crtoec.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/crtoec.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{crtoec.cfg}
- [2010/06/25 v3.5 achemso configuration: Chem. Res. Toxicol.]
+ [2010/08/24 v3.5b achemso configuration: Chem. Res. Toxicol.]
\setkeys{acs}{
biochem = true,
super = false,
diff --git a/Master/texmf-dist/tex/latex/achemso/config/enfuem.cfg b/Master/texmf-dist/tex/latex/achemso/config/enfuem.cfg
index dacf79da62f..df014476a16 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/enfuem.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/enfuem.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{enfuem.cfg}
- [2010/06/25 v3.5 achemso configuration: Energy Fuels]
+ [2010/08/24 v3.5b achemso configuration: Energy Fuels]
\def\acs@type@list{article,review,suppinfo}
\SectionNumbersOff
%%
diff --git a/Master/texmf-dist/tex/latex/achemso/config/esthag.cfg b/Master/texmf-dist/tex/latex/achemso/config/esthag.cfg
index 206deec8d45..606b156d739 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/esthag.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/esthag.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{esthag.cfg}
- [2010/06/25 v3.5 achemso configuration: Environ. Sci. Technol.]
+ [2010/08/24 v3.5b achemso configuration: Environ. Sci. Technol.]
\setkeys{acs}{
super = false,
usetitle = true
diff --git a/Master/texmf-dist/tex/latex/achemso/config/iecred.cfg b/Master/texmf-dist/tex/latex/achemso/config/iecred.cfg
index 9760c91fba5..9c202bc4196 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/iecred.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/iecred.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{iecred.cfg}
- [2010/06/25 v3.5 achemso configuration: Ind. Eng. Chem. Res.]
+ [2010/08/24 v3.5b achemso configuration: Ind. Eng. Chem. Res.]
\setkeys{acs}{
biblabel = fullstop,
usetitle = true
diff --git a/Master/texmf-dist/tex/latex/achemso/config/inoraj.cfg b/Master/texmf-dist/tex/latex/achemso/config/inoraj.cfg
index cf9c2c87b5f..3759fc0724c 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/inoraj.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/inoraj.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{inoraj.cfg}
- [2010/06/25 v3.5 achemso configuration: Inorg. Chem.]
+ [2010/08/24 v3.5b achemso configuration: Inorg. Chem.]
\SectionNumbersOff
\ifx\acs@manuscript\acs@manuscript@communication
\AbstractOff
diff --git a/Master/texmf-dist/tex/latex/achemso/config/jacsat.cfg b/Master/texmf-dist/tex/latex/achemso/config/jacsat.cfg
index 888647147b0..706fae2cdc4 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/jacsat.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/jacsat.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{jacsat.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Am. Chem. Soc.]
+ [2010/08/24 v3.5b achemso configuration: J. Am. Chem. Soc.]
\SectionNumbersOff
\ifx\acs@manuscript\acs@manuscript@communication\else
\expandafter\endinput
@@ -27,8 +27,15 @@
\SectionsOff
\acs@layout@nine
\renewenvironment{abstract}{%
- \acs@collect\acs@abstract@print
+ \hrule
+ \vspace{2 mm}%
+ \sffamily
+ \noindent
+ \emph{\textbf{Abstract:}}%
}{%
+ \vspace{2 mm}%
+ \hrule
+ \vspace{6 mm}%
}
\def\affilsize{%
\@setfontsize\affilsize\@ixpt\@xpt
diff --git a/Master/texmf-dist/tex/latex/achemso/config/jafcau.cfg b/Master/texmf-dist/tex/latex/achemso/config/jafcau.cfg
index 23fbc8cc798..06b7d5838ec 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/jafcau.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/jafcau.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{jafcau.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Agric. Food Chem.]
+ [2010/08/24 v3.5b achemso configuration: J. Agric. Food Chem.]
\setkeys{acs}{
super = false,
usetitle = true
diff --git a/Master/texmf-dist/tex/latex/achemso/config/jcchff.cfg b/Master/texmf-dist/tex/latex/achemso/config/jcchff.cfg
index e1a201d89a5..747df7813a6 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/jcchff.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/jcchff.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{jcchff.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Comb. Chem.]
+ [2010/08/24 v3.5b achemso configuration: J. Comb. Chem.]
\def\acs@type@list{article,report,perspective,suppinfo}
\SectionNumbersOff
%%
diff --git a/Master/texmf-dist/tex/latex/achemso/config/jceaax.cfg b/Master/texmf-dist/tex/latex/achemso/config/jceaax.cfg
index 74f6cd336eb..bca6f5bbb3d 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/jceaax.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/jceaax.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{jceaax.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Chem. Eng. Data]
+ [2010/08/24 v3.5b achemso configuration: J. Chem. Eng. Data]
\setkeys{acs}{
usetitle = true
}
diff --git a/Master/texmf-dist/tex/latex/achemso/config/jceda8.cfg b/Master/texmf-dist/tex/latex/achemso/config/jceda8.cfg
index 2155c2ed770..9054e03cb7f 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/jceda8.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/jceda8.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{jceda8.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Chem. Ed.]
+ [2010/08/24 v3.5b achemso configuration: J. Chem. Ed.]
\SectionNumbersOff
\setkeys{acs}{
usetitle = true
diff --git a/Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg b/Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg
index 0bb838349d3..f951869f190 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{jcisd8.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Chem. Inf. Model.]
+ [2010/08/24 v3.5b achemso configuration: J. Chem. Inf. Model.]
\setkeys{acs}{
usetitle = true
}
diff --git a/Master/texmf-dist/tex/latex/achemso/config/jctcce.cfg b/Master/texmf-dist/tex/latex/achemso/config/jctcce.cfg
index 18a3ef4a219..3ec7defb966 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/jctcce.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/jctcce.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{jctcce.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Chem. Theory Comput.]
+ [2010/08/24 v3.5b achemso configuration: J. Chem. Theory Comput.]
\def\acs@type@list{article,suppinfo}
%%
%% Originally developed by Mats Dahlgren
diff --git a/Master/texmf-dist/tex/latex/achemso/config/jmcmar.cfg b/Master/texmf-dist/tex/latex/achemso/config/jmcmar.cfg
index d5443e5a64d..2f31415ce5d 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/jmcmar.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/jmcmar.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{jmcmar.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Med. Chem.]
+ [2010/08/24 v3.5b achemso configuration: J. Med. Chem.]
\setkeys{acs}{
usetitle = true
}
diff --git a/Master/texmf-dist/tex/latex/achemso/config/jnprdf.cfg b/Master/texmf-dist/tex/latex/achemso/config/jnprdf.cfg
index e5a59956c7f..f94a52ab65d 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/jnprdf.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/jnprdf.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{jnprdf.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Nat. Prod.]
+ [2010/08/24 v3.5b achemso configuration: J. Nat. Prod.]
\ifx\acs@manuscript\acs@manuscript@communication
\AbstractOff
\SectionsOff
diff --git a/Master/texmf-dist/tex/latex/achemso/config/joceah.cfg b/Master/texmf-dist/tex/latex/achemso/config/joceah.cfg
index 3be8d0878cf..2f071213ec3 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/joceah.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/joceah.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{joceah.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Org. Chem.]
+ [2010/08/24 v3.5b achemso configuration: J. Org. Chem.]
\ifx\acs@manuscript\acs@manuscript@communication
\AbstractOff
\SectionsOff
diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpcafh.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpcafh.cfg
index 52417f819a6..f3fd366dd90 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/jpcafh.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/jpcafh.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{jpcafh.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Phys. Chem. A]
+ [2010/08/24 v3.5b achemso configuration: J. Phys. Chem. A]
\def\acs@type@list{article,suppinfo}
\SectionNumbersOff
\captionsetup[table]{labelfont=bf,textfont=bf}
diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg
index 5f0ff2ee574..50516a19a06 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{jpcbfk.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Phys. Chem. B]
+ [2010/08/24 v3.5b achemso configuration: J. Phys. Chem. B]
\def\acs@type@list{article,suppinfo}
\SectionNumbersOff
\captionsetup[table]{labelfont=bf,textfont=bf}
diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpccck.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpccck.cfg
index aa2160d3a61..b8f32a7d2b8 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/jpccck.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/jpccck.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{jpccck.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Phys. Chem. C]
+ [2010/08/24 v3.5b achemso configuration: J. Phys. Chem. C]
\def\acs@type@list{article,suppinfo}
\SectionNumbersOff
\captionsetup[table]{labelfont=bf,textfont=bf}
diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg
index 9d3a4e5aa45..46eca7ac2ff 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{jpclcd.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Phys. Chem. Lett.]
+ [2010/08/24 v3.5b achemso configuration: J. Phys. Chem. Lett.]
\setkeys{acs}{usetitle = true}
\def\acs@type@default{letter}
\def\acs@type@list{letter}
diff --git a/Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg b/Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg
index 26e6cbd143f..b9d23dd5b93 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{jprobs.cfg}
- [2010/06/25 v3.5 achemso configuration: J. Proteome Res.]
+ [2010/08/24 v3.5b achemso configuration: J. Proteome Res.]
\setkeys{acs}{
usetitle = true
}
diff --git a/Master/texmf-dist/tex/latex/achemso/config/langd5.cfg b/Master/texmf-dist/tex/latex/achemso/config/langd5.cfg
index 6cee1c91a7a..1f329f99f7b 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/langd5.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/langd5.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{langd5.cfg}
- [2010/06/25 v3.5 achemso configuration: Langmuir]
+ [2010/08/24 v3.5b achemso configuration: Langmuir]
\def\acs@type@list{article,letter,suppinfo}
\SectionNumbersOff
%%
diff --git a/Master/texmf-dist/tex/latex/achemso/config/mamobx.cfg b/Master/texmf-dist/tex/latex/achemso/config/mamobx.cfg
index 26ed5de2f96..329bfc5cf81 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/mamobx.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/mamobx.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{mamobx.cfg}
- [2010/06/25 v3.5 achemso configuration: Macromolecules]
+ [2010/08/24 v3.5b achemso configuration: Macromolecules]
\SectionNumbersOff
%%
%% Originally developed by Mats Dahlgren
diff --git a/Master/texmf-dist/tex/latex/achemso/config/mpohbp.cfg b/Master/texmf-dist/tex/latex/achemso/config/mpohbp.cfg
index 8cab4b8e65c..3067174852d 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/mpohbp.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/mpohbp.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{mamobx.cfg}
- [2010/06/25 v3.5 achemso configuration: Mol. Pharm.]
+ [2010/08/24 v3.5b achemso configuration: Mol. Pharm.]
\setkeys{acs}{usetitle = true}
\def\acs@type@list{article,suppinfo}
\SectionNumbersOff
diff --git a/Master/texmf-dist/tex/latex/achemso/config/nalefd.cfg b/Master/texmf-dist/tex/latex/achemso/config/nalefd.cfg
index a0b3d4102b7..98c9d9b496c 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/nalefd.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/nalefd.cfg
@@ -15,7 +15,8 @@
%%
\ProvidesFile{nalefd.cfg}
- [2010/06/25 v3.5 achemso configuration: Nano Lett.]
+ [2010/08/24 v3.5b achemso configuration: Nano Lett.]
+\setkeys{acs}{keywords = true}
\def\acs@type@default{letter}
\def\acs@type@list{letter}
\SectionNumbersOff
diff --git a/Master/texmf-dist/tex/latex/achemso/config/oprdfk.cfg b/Master/texmf-dist/tex/latex/achemso/config/oprdfk.cfg
index a4d4dc6dcd5..6ea24f1967a 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/oprdfk.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/oprdfk.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{oprdfk.cfg}
- [2010/06/25 v3.5 achemso configuration: Org. Proc. Res. Dev.]
+ [2010/08/24 v3.5b achemso configuration: Org. Proc. Res. Dev.]
\def\acs@type@list{article,highlight,review,suppinfo}
\SectionNumbersOff
%%
diff --git a/Master/texmf-dist/tex/latex/achemso/config/orgnd7.cfg b/Master/texmf-dist/tex/latex/achemso/config/orgnd7.cfg
index cffc52e66ea..74ecdcf1a0b 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/orgnd7.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/orgnd7.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{orgnd7.cfg}
- [2010/06/25 v3.5 achemso configuration: Organometallics]
+ [2010/08/24 v3.5b achemso configuration: Organometallics]
\SectionNumbersOff
%%
%% Originally developed by Mats Dahlgren
diff --git a/Master/texmf-dist/tex/latex/achemso/config/orlef7.cfg b/Master/texmf-dist/tex/latex/achemso/config/orlef7.cfg
index 526ae4c8a3d..2f71278de92 100644
--- a/Master/texmf-dist/tex/latex/achemso/config/orlef7.cfg
+++ b/Master/texmf-dist/tex/latex/achemso/config/orlef7.cfg
@@ -15,7 +15,7 @@
%%
\ProvidesFile{orlef7.cfg}
- [2010/06/25 v3.5 achemso configuration: Org. Lett.]
+ [2010/08/24 v3.5b achemso configuration: Org. Lett.]
\def\acs@type@default{letter}
\def\acs@type@list{letter}
\SectionNumbersOff