diff options
author | Karl Berry <karl@freefriends.org> | 2022-11-25 21:01:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-11-25 21:01:17 +0000 |
commit | 4f81a0a906fecc7c0d6007eb9d6df7c5158f9945 (patch) | |
tree | 3dc9f935df658658d0fca5dbc63c59dddc02e92f /Master | |
parent | 1c932c84ab6d40361f618e858b2c21b1b32c2d4c (diff) |
achemso (25nov22)
git-svn-id: svn://tug.org/texlive/trunk@65103 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
81 files changed, 166 insertions, 159 deletions
diff --git a/Master/texmf-dist/bibtex/bst/achemso/achemso.bst b/Master/texmf-dist/bibtex/bst/achemso/achemso.bst index 13b7c2f4cfa..3713b0c3581 100644 --- a/Master/texmf-dist/bibtex/bst/achemso/achemso.bst +++ b/Master/texmf-dist/bibtex/bst/achemso/achemso.bst @@ -663,7 +663,7 @@ FUNCTION { count.entries } { FUNCTION { begin.bib } { - "achemso 2022-10-24 v3.13e" top$ + "achemso 2022-11-25 v3.13f" top$ preamble$ empty$ { } { @@ -871,7 +871,7 @@ FUNCTION { initialize.name.separator } { FUNCTION { format.names.loop } { { remaining.names.int #0 > } { - names.str current.name.int "{vv~}{ll,}{~f.}{,~jj}" format.name$ + names.str current.name.int "{vv~}{ll}{,~f.}{,~jj}" format.name$ duplicate$ 'current.name.str := current.name.int #1 > diff --git a/Master/texmf-dist/bibtex/bst/achemso/biochem.bst b/Master/texmf-dist/bibtex/bst/achemso/biochem.bst index dc17907c2e7..26f1495c8cd 100644 --- a/Master/texmf-dist/bibtex/bst/achemso/biochem.bst +++ b/Master/texmf-dist/bibtex/bst/achemso/biochem.bst @@ -663,7 +663,7 @@ FUNCTION { count.entries } { FUNCTION { begin.bib } { - "achemso 2022-10-24 v3.13e" top$ + "achemso 2022-11-25 v3.13f" top$ preamble$ empty$ { } { @@ -871,7 +871,7 @@ FUNCTION { initialize.name.separator } { FUNCTION { format.names.loop } { { remaining.names.int #0 > } { - names.str current.name.int "{vv~}{ll,}{~f.}{,~jj}" format.name$ + names.str current.name.int "{vv~}{ll}{,~f.}{,~jj}" format.name$ duplicate$ 'current.name.str := current.name.int #1 > diff --git a/Master/texmf-dist/doc/latex/achemso/CHANGELOG.md b/Master/texmf-dist/doc/latex/achemso/CHANGELOG.md index 9eabc18eb32..1c93a015304 100644 --- a/Master/texmf-dist/doc/latex/achemso/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/achemso/CHANGELOG.md @@ -6,9 +6,15 @@ Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] + +## [v3.13f] - 2022-11-25 +### Fixed +- Formatting of corporate names in bibliography + ## [v3.13e] ### Removed - Revert support for `bibentry` package due to resulting issues + ## [v3.13d] ### Added - Support for the `bibentry` package @@ -489,7 +495,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Initial release of package by Mats Dahlgren -[Unreleased]: https://github.com/josephwright/achemso/compare/v3.13e..HEAD +[Unreleased]: https://github.com/josephwright/achemso/compare/v3.13f..HEAD +[v3.13f]: https://github.com/josephwright/achemso/compare/v3.13e...v3.13f [v3.13e]: https://github.com/josephwright/achemso/compare/v3.13d...v3.13e [v3.13d]: https://github.com/josephwright/achemso/compare/v3.13c...v3.13d [v3.13c]: https://github.com/josephwright/achemso/compare/v3.13b...v3.13c diff --git a/Master/texmf-dist/doc/latex/achemso/achemso-demo.pdf b/Master/texmf-dist/doc/latex/achemso/achemso-demo.pdf Binary files differindex c4ce8e2223d..44700abc266 100644 --- a/Master/texmf-dist/doc/latex/achemso/achemso-demo.pdf +++ b/Master/texmf-dist/doc/latex/achemso/achemso-demo.pdf diff --git a/Master/texmf-dist/doc/latex/achemso/achemso.pdf b/Master/texmf-dist/doc/latex/achemso/achemso.pdf Binary files differindex 255fc35e2bc..c9472c42c97 100644 --- a/Master/texmf-dist/doc/latex/achemso/achemso.pdf +++ b/Master/texmf-dist/doc/latex/achemso/achemso.pdf diff --git a/Master/texmf-dist/source/latex/achemso/achemso.dtx b/Master/texmf-dist/source/latex/achemso/achemso.dtx index 985f55cce8f..a8fa9b22222 100644 --- a/Master/texmf-dist/source/latex/achemso/achemso.dtx +++ b/Master/texmf-dist/source/latex/achemso/achemso.dtx @@ -691,7 +691,7 @@ % \begin{macrocode} %<*class> \ProvidesClass{achemso} - [2022-10-24 v3.13e Submission to ACS journals] + [2022-11-25 v3.13f Submission to ACS journals] \LoadClass[12pt,letter]{article} % \end{macrocode} % @@ -711,7 +711,7 @@ % \begin{macrocode} %<*package> \ProvidesPackage{achemso} - [2022-10-24 v3.13e Support for ACS journals] + [2022-11-25 v3.13f Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -3238,130 +3238,130 @@ % \begin{macrocode} %<*abmcb8> \ProvidesFile{achemso-abmcb8.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Bio. Med. Chem. Au] + [2022-11-25 v3.13f achemso configuration: ACS Bio. Med. Chem. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %</abmcb8> %<*aeacb3> \ProvidesFile{achemso-aeacb3.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Eng. Au] + [2022-11-25 v3.13f achemso configuration: ACS Eng. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %</aeacb3> %<*aeacc4> \ProvidesFile{achemso-aeacc4.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Env. Au] + [2022-11-25 v3.13f achemso configuration: ACS Env. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %</aeacc4> %<*amacgu> \ProvidesFile{achemso-amacgu.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Mater. Au] + [2022-11-25 v3.13f achemso configuration: ACS Mater. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %</amacgu> %<*amachv> \ProvidesFile{achemso-amachv.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Meas. Au] + [2022-11-25 v3.13f achemso configuration: ACS Meas. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %</amachv> %<*anaccx> \ProvidesFile{achemso-anaccx.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Nanosci. Au] + [2022-11-25 v3.13f achemso configuration: ACS Nanosci. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %</anaccx> %<*abmcb8> \ProvidesFile{achemso-abmcb8.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Bio. Med. Chem. Au] + [2022-11-25 v3.13f achemso configuration: ACS Bio. Med. Chem. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %</abmcb8> %<*aoiab5> \ProvidesFile{achemso-aoiab5.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Org. Inorg. Au] + [2022-11-25 v3.13f achemso configuration: ACS Org. Inorg. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %</aoiab5> %<*apcach> \ProvidesFile{achemso-apcach.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Phys. Bio. Med. Chem. Au] + [2022-11-25 v3.13f achemso configuration: ACS Phys. Bio. Med. Chem. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %</apcach> %<*appccd> \ProvidesFile{achemso-appccd.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Polym. Au] + [2022-11-25 v3.13f achemso configuration: ACS Polym. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %</appccd> %<*achre4> \ProvidesFile{achemso-achre4.cfg} - [2022-10-24 v3.13e achemso configuration: Acc. Chem. Res.] + [2022-11-25 v3.13f achemso configuration: Acc. Chem. Res.] \setkeys{acs}{biblabel = plain} \def\acs@type@list{article,suppinfo} \def\abstractname{Conspectus} %</achre4> %<*aaembp> \ProvidesFile{achemso-aaembp.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Appl. Electron. Mater.] + [2022-11-25 v3.13f achemso configuration: ACS Appl. Electron. Mater.] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{keywords = true} %</aaembp> %<*aaemcq> \ProvidesFile{achemso-aaemcq.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Appl. Energy Mater.] + [2022-11-25 v3.13f achemso configuration: ACS Appl. Energy Mater.] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{keywords = true} %</aaemcq> %<*aamick> \ProvidesFile{achemso-aamick.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Appl. Mater. Interfaces] + [2022-11-25 v3.13f achemso configuration: ACS Appl. Mater. Interfaces] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{keywords = true} %</aamick> %<*aanmf6> \ProvidesFile{achemso-aanmf6.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Appl. Nano Mater.] + [2022-11-25 v3.13f achemso configuration: ACS Appl. Nano Mater.] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{keywords = true} %</aanmf6> %<*aapmcd> \ProvidesFile{achemso-aapmcd.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Appl. Polym. Mater.] + [2022-11-25 v3.13f achemso configuration: ACS Appl. Polym. Mater.] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{keywords = true} %</aapmcd> %<*aastgj> \ProvidesFile{achemso-aastgj.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Agri. Sci. Tech.] + [2022-11-25 v3.13f achemso configuration: ACS Agri. Sci. Tech.] \def\acs@type@list{account,article,letter,retraction,review,viewpoint,suppinfo} \setkeys{acs}{keywords = true} %</aastgj> %<*abseba> \ProvidesFile{achemso-abseba.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Biomater. Sci. Eng.] + [2022-11-25 v3.13f achemso configuration: ACS Biomater. Sci. Eng.] \setkeys{acs}{keywords = true} \def\acs@type@list{article,review,suppinfo} %</abseba> %<*accacs> \ProvidesFile{achemso-accacs.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Catal.] + [2022-11-25 v3.13f achemso configuration: ACS Catal.] \setkeys{acs}{keywords = true} \def\acs@type@list{article,letter,perspective,review,viewpoints,suppinfo} \SectionNumbersOff %</accacs> %<*acscii> \ProvidesFile{achemso-acscii.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Central Sci.] + [2022-11-25 v3.13f achemso configuration: ACS Central Sci.] \def\acs@type@list{article,review,suppinfo} \setkeys{acs}{doi = true} \SectionNumbersOff %</acscii> %<*acbcct> \ProvidesFile{achemso-acbcct.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Chem. Biol.] + [2022-11-25 v3.13f achemso configuration: ACS Chem. Biol.] \setkeys{acs}{ biblabel = fullstop, biochem = true, @@ -3372,7 +3372,7 @@ %</acbcct> %<*acncdm> \ProvidesFile{achemso-acncdm.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Chem. Neurosci.] + [2022-11-25 v3.13f achemso configuration: ACS Chem. Neurosci.] \def\acs@type@list{article,review,letter,suppinfo,viewpoint} \setkeys{acs}{ biblabel = fullstop, @@ -3383,51 +3383,51 @@ %</acncdm> %<*acsccc> \ProvidesFile{achemso-acsccc.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Combinatorial Sci.] + [2022-11-25 v3.13f achemso configuration: ACS Combinatorial Sci.] \def\acs@type@list{article,letter,review,perspective,account,note,suppinfo} \setkeys{acs}{keywords = true} \SectionNumbersOff %</acsccc> %<*aesccq> \ProvidesFile{achemso-aesccq.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Earth Space Chem.] + [2022-11-25 v3.13f achemso configuration: ACS Earth Space Chem.] \def\acs@type@list{article,suppinfo} \setkeys{acs}{keywords = true} %</aesccq> %<*aelccp> \ProvidesFile{achemso-aelccp.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Energy Lett.] + [2022-11-25 v3.13f achemso configuration: ACS Energy Lett.] \def\acs@type@list{letter,perspective,review,viewpoint,focus} \SectionsOff %</aelccp> %<*aeecco> \ProvidesFile{achemso-aeecco.cfg} - [2022-10-24 v3.13e achemso configuration: ACS ES&T Eng.] + [2022-11-25 v3.13f achemso configuration: ACS ES&T Eng.] \def\acs@type@list{article,feature,perspective,review,viewpoint} \setkeys{acs}{keywords = true} %</aeecco> %<*aewcaa> \ProvidesFile{achemso-aewcaa.cfg} - [2022-10-24 v3.13e achemso configuration: ACS ES&T Water] + [2022-11-25 v3.13f achemso configuration: ACS ES&T Water] \def\acs@type@list{article,feature,perspective,review,viewpoint} \setkeys{acs}{keywords = true} %</aewcaa> %<*afsthl> \ProvidesFile{achemso-afsthl.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Food Sci. Tech.] + [2022-11-25 v3.13f achemso configuration: ACS Food Sci. Tech.] \def\acs@type@list{account,article,perspective,retraction,review,viewpoint} \setkeys{acs}{keywords = true} %</afsthl> %<*ascefj> \ProvidesFile{achemso-ascefj.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Infect. Dis.] + [2022-11-25 v3.13f achemso configuration: ACS Infect. Dis.] \def\acs@type@list{article,letter,perspective,review,viewpoint,suppinfo} \setkeys{acs}{keywords = true} \SectionsOff %</ascefj> %<*amlccd> \ProvidesFile{achemso-amlccd.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Macro Lett.] + [2022-11-25 v3.13f achemso configuration: ACS Macro Lett.] \def\acs@type@list{letter,suppinfo} \SectionsOff \setlength{\acs@tocentry@height}{4cm} @@ -3435,24 +3435,24 @@ %</amlccd> %<*amlcef> \ProvidesFile{achemso-amlcef.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Mater. Lett.] + [2022-11-25 v3.13f achemso configuration: ACS Mater. Lett.] \def\acs@type@list{letter,perspective,review,viewpoint,focus} \SectionsOff %</amlcef> %<*amclct> \ProvidesFile{achemso-amclct.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Med. Chem. Lett.] + [2022-11-25 v3.13f achemso configuration: ACS Med. Chem. Lett.] \def\acs@type@list{article,letter,perspective,suppinfo} \SectionNumbersOff %</amclct> %<*amrcda> \ProvidesFile{achemso-amrcda.cfg} - [2022-10-24 v3.13e achemso configuration: Acc. Mater. Res.] + [2022-11-25 v3.13f achemso configuration: Acc. Mater. Res.] \def\acs@type@list{account,article,editorial,retraction,suppinfo} %</amrcda> %<*ancac3> \ProvidesFile{achemso-ancac3.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Nano] + [2022-11-25 v3.13f achemso configuration: ACS Nano] \setkeys{acs}{ abbreviations = true, biblabel = fullstop, @@ -3466,12 +3466,12 @@ %</ancac3> %<*acsodf> \ProvidesFile{achemso-acsodf.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Omega.] + [2022-11-25 v3.13f achemso configuration: ACS Omega.] \def\acs@type@list{article} %</acsodf> %<*apchd5> \ProvidesFile{achemso-apchd5.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Photon.] + [2022-11-25 v3.13f achemso configuration: ACS Photon.] \def\acs@type@list{article,letter,perspective,review,suppinfo} \setkeys{acs}{keywords = true} \ifx\acs@manuscript\acs@manuscript@letter @@ -3480,14 +3480,14 @@ %</apchd5> %<*aidcbc> \ProvidesFile{achemso-aidcbc.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Sensors] + [2022-11-25 v3.13f achemso configuration: ACS Sensors] \def\acs@type@list{article,letter,perspective,review,suppinfo} \setkeys{acs}{keywords = true} \SectionNumbersOff %</aidcbc> %<*ascecg> \ProvidesFile{achemso-ascecg.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Sustainable Chem Eng.] + [2022-11-25 v3.13f achemso configuration: ACS Sustainable Chem Eng.] \setkeys{acs}{ biblabel = fullstop, keywords = true @@ -3497,7 +3497,7 @@ %</ascecg> %<*asbcd6> \ProvidesFile{achemso-asbcd6.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Synth. Biol.] + [2022-11-25 v3.13f achemso configuration: ACS Synth. Biol.] \setkeys{acs}{ abbreviations = true, biblabel = fullstop, @@ -3509,13 +3509,13 @@ %</asbcd6> %<*ancham> \ProvidesFile{achemso-ancham.cfg} - [2022-10-24 v3.13e achemso configuration: Anal. Chem.] + [2022-11-25 v3.13f achemso configuration: Anal. Chem.] \def\acs@type@list{article,note,suppinfo} \SectionNumbersOff %</ancham> %<*bichaw> \ProvidesFile{achemso-bichaw.cfg} - [2022-10-24 v3.13e achemso configuration: Biochemistry] + [2022-11-25 v3.13f achemso configuration: Biochemistry] \setkeys{acs}{ abbreviations = true, biblabel = brackets, @@ -3563,7 +3563,7 @@ %</bichaw> %<*bcches> \ProvidesFile{achemso-bcches.cfg} - [2022-10-24 v3.13e achemso configuration: Bioconjugate Chem.] + [2022-11-25 v3.13f achemso configuration: Bioconjugate Chem.] \setkeys{acs}{ biochem = true, super = false @@ -3572,14 +3572,14 @@ %</bcches> %<*bomaf6> \ProvidesFile{achemso-bomaf6.cfg} - [2022-10-24 v3.13e achemso configuration: Biomacromolecules] + [2022-11-25 v3.13f achemso configuration: Biomacromolecules] \def\acs@type@list{article,comment,communication,note,review,suppinfo} \SectionNumbersOff \AtEndOfClass{\SectionsOn} %</bomaf6> %<*crtoec> \ProvidesFile{achemso-crtoec.cfg} - [2022-10-24 v3.13e achemso configuration: Chem. Res. Toxicol.] + [2022-11-25 v3.13f achemso configuration: Chem. Res. Toxicol.] \setkeys{acs}{ abbreviations = true, biochem = true, @@ -3596,7 +3596,7 @@ %</crtoec> %<*chreay> \ProvidesFile{achemso-chreay.cfg} - [2022-10-24 v3.13e achemso configuration: Chem. Rev.] + [2022-11-25 v3.13f achemso configuration: Chem. Rev.] \def\acs@type@default{review} \def\acs@type@list{review} % \end{macrocode} @@ -3607,7 +3607,7 @@ %<*cmatex> % \begin{macrocode} \ProvidesFile{achemso-cmatex.cfg} - [2022-10-24 v3.13e achemso configuration: Chem. Mater.] + [2022-11-25 v3.13f achemso configuration: Chem. Mater.] \setkeys{acs}{keywords = true} \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication @@ -3617,7 +3617,7 @@ %</cmatex> %<*cgdefu> \ProvidesFile{achemso-cgdefu.cfg} - [2022-10-24 v3.13e achemso configuration: Cryst. Growth Des.] + [2022-11-25 v3.13f achemso configuration: Cryst. Growth Des.] \def\acs@type@list{% article,communication,perspective,suppinfo% } @@ -3630,31 +3630,31 @@ %</cgdefu> %<*enfuem> \ProvidesFile{achemso-enfuem.cfg} - [2022-10-24 v3.13e achemso configuration: Energy Fuels] + [2022-11-25 v3.13f achemso configuration: Energy Fuels] \def\acs@type@list{article,review,suppinfo} \SectionNumbersOff %</enfuem> %<*esthag> \ProvidesFile{achemso-esthag.cfg} - [2022-10-24 v3.13e achemso configuration: Environ. Sci. Technol.] + [2022-11-25 v3.13f achemso configuration: Environ. Sci. Technol.] \def\acs@type@list{article,feature,perspective,review,suppinfo} \SectionNumbersOff %</esthag> %<*estlcu> \ProvidesFile{achemso-estlcu.cfg} - [2022-10-24 v3.13e achemso configuration: Environ. Sci. Technol. Lett.] + [2022-11-25 v3.13f achemso configuration: Environ. Sci. Technol. Lett.] \def\acs@type@list{letter,review,suppinfo} \SectionNumbersOff %</estlcu> %<*iecred> \ProvidesFile{achemso-iecred.cfg} - [2022-10-24 v3.13e achemso configuration: Ind. Eng. Chem. Res.] + [2022-11-25 v3.13f achemso configuration: Ind. Eng. Chem. Res.] \setkeys{acs}{biblabel = brackets} \SectionNumbersOff %</iecred> %<*inoraj> \ProvidesFile{achemso-inoraj.cfg} - [2022-10-24 v3.13e achemso configuration: Inorg. Chem.] + [2022-11-25 v3.13f achemso configuration: Inorg. Chem.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff @@ -3664,19 +3664,19 @@ %</inoraj> %<*jaaucr> \ProvidesFile{achemso-jaaucr.cfg} - [2022-10-24 v3.13e achemso configuration: JACS Au] + [2022-11-25 v3.13f achemso configuration: JACS Au] \def\acs@type@list{spotlight,account,article,communication,letter,perspective,suppinfo} %</jaaucr> %<*jafcau> \ProvidesFile{achemso-jafcau.cfg} - [2022-10-24 v3.13e achemso configuration: J. Agric. Food Chem.] + [2022-11-25 v3.13f achemso configuration: J. Agric. Food Chem.] \setkeys{acs}{keywords = true} \def\acs@type@list{article,suppinfo} \SectionNumbersOff %</jafcau> %<*jceda8> \ProvidesFile{achemso-jceda8.cfg} - [2022-10-24 v3.13e achemso configuration: J. Chem. Ed.] + [2022-11-25 v3.13f achemso configuration: J. Chem. Ed.] \setkeys{acs}{keywords = true} \SectionNumbersOff \def\acs@type@list{article,suppinfo} @@ -3684,26 +3684,26 @@ %</jceda8> %<*jceaax> \ProvidesFile{achemso-jceaax.cfg} - [2022-10-24 v3.13e achemso configuration: J. Chem. Eng. Data] + [2022-11-25 v3.13f achemso configuration: J. Chem. Eng. Data] \def\acs@type@list{article,suppinfo} \def\refname{Literature Cited} \SectionNumbersOff %</jceaax> %<*jcisd8> \ProvidesFile{achemso-jcisd8.cfg} - [2022-10-24 v3.13e achemso configuration: J. Chem. Inf. Model.] + [2022-11-25 v3.13f achemso configuration: J. Chem. Inf. Model.] \def\acs@type@list{article,suppinfo} \SectionNumbersOff %</jcisd8> %<*jctcce> \ProvidesFile{achemso-jctcce.cfg} - [2022-10-24 v3.13e achemso configuration: J. Chem. Theory Comput.] + [2022-11-25 v3.13f achemso configuration: J. Chem. Theory Comput.] \def\acs@type@list{article,suppinfo} \setkeys{acs}{maxauthors = 0} %</jctcce> %<*jmcmar> \ProvidesFile{achemso-jmcmar.cfg} - [2022-10-24 v3.13e achemso configuration: J. Med. Chem.] + [2022-11-25 v3.13f achemso configuration: J. Med. Chem.] \def\acs@type@list{article,letter,perspective,suppinfo} \SectionNumbersOff \setlength{\acs@tocentry@height}{5.5cm} @@ -3711,7 +3711,7 @@ %</jmcmar> %<*jnprdf> \ProvidesFile{achemso-jnprdf.cfg} - [2022-10-24 v3.13e achemso configuration: J. Nat. Prod.] + [2022-11-25 v3.13f achemso configuration: J. Nat. Prod.] \renewcommand*{\abstractname}{ABSTRACT} \renewcommand*{\acknowledgementname}{ACKNOWLEDGEMENT} \renewcommand*{\suppinfoname}{ASSOCIATED CONTENT} @@ -3733,7 +3733,7 @@ %</jnprdf> %<*joceah> \ProvidesFile{achemso-joceah.cfg} - [2022-10-24 v3.13e achemso configuration: J. Org. Chem.] + [2022-11-25 v3.13f achemso configuration: J. Org. Chem.] \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff \SectionsOff @@ -3747,7 +3747,7 @@ % \begin{macrocode} %<*jpcafh> \ProvidesFile{achemso-jpcafh.cfg} - [2022-10-24 v3.13e achemso configuration: J. Phys. Chem. A] + [2022-11-25 v3.13f achemso configuration: J. Phys. Chem. A] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ etalmode = truncate, @@ -3762,7 +3762,7 @@ %</jpcafh> %<*jpcbfk> \ProvidesFile{achemso-jpcbfk.cfg} - [2022-10-24 v3.13e achemso configuration: J. Phys. Chem. B] + [2022-11-25 v3.13f achemso configuration: J. Phys. Chem. B] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ etalmode = truncate, @@ -3774,7 +3774,7 @@ %</jpcbfk> %<*jpccck> \ProvidesFile{achemso-jpccck.cfg} - [2022-10-24 v3.13e achemso configuration: J. Phys. Chem. C] + [2022-11-25 v3.13f achemso configuration: J. Phys. Chem. C] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ etalmode = truncate, @@ -3788,7 +3788,7 @@ % \begin{macrocode} %<*jpclcd> \ProvidesFile{achemso-jpclcd.cfg} - [2022-10-24 v3.13e achemso configuration: J. Phys. Chem. Lett.] + [2022-11-25 v3.13f achemso configuration: J. Phys. Chem. Lett.] \setkeys{acs}{ etalmode = truncate, maxauthors = 10 @@ -3813,7 +3813,7 @@ %</jpclcd> %<*jprobs> \ProvidesFile{achemso-jprobs.cfg} - [2022-10-24 v3.13e achemso configuration: J. Proteome Res.] + [2022-11-25 v3.13f achemso configuration: J. Proteome Res.] \setkeys{acs}{keywords = true} \def\acs@type@list{article,review,suppinfo} \SectionNumbersOff @@ -3825,7 +3825,7 @@ % \begin{macrocode} %<*jacsat> \ProvidesFile{achemso-jacsat.cfg} - [2022-10-24 v3.13e achemso configuration: J. Am. Chem. Soc.] + [2022-11-25 v3.13f achemso configuration: J. Am. Chem. Soc.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication\else \expandafter\endinput @@ -4028,26 +4028,26 @@ %</jacsat> %<*langd5> \ProvidesFile{achemso-langd5.cfg} - [2022-10-24 v3.13e achemso configuration: Langmuir] + [2022-11-25 v3.13f achemso configuration: Langmuir] \def\acs@type@list{article,letter,suppinfo} \SectionNumbersOff %</langd5> %<*mamobx> \ProvidesFile{achemso-mamobx.cfg} - [2022-10-24 v3.13e achemso configuration: Macromolecules] + [2022-11-25 v3.13f achemso configuration: Macromolecules] \SectionNumbersOff \setkeys{acs}{doi = true} %</mamobx> %<*mpohbp> \ProvidesFile{achemso-mpohbp.cfg} - [2022-10-24 v3.13e achemso configuration: Mol. Pharm.] + [2022-11-25 v3.13f achemso configuration: Mol. Pharm.] \setkeys{acs}{keywords = true} \def\acs@type@list{article,suppinfo} \SectionNumbersOff %</mpohbp> %<*nalefd> \ProvidesFile{achemso-nalefd.cfg} - [2022-10-24 v3.13e achemso configuration: Nano Lett.] + [2022-11-25 v3.13f achemso configuration: Nano Lett.] \setkeys{acs}{keywords = true} \def\acs@type@default{letter} \def\acs@type@list{letter} @@ -4055,7 +4055,7 @@ %</nalefd> %<*orlef7> \ProvidesFile{achemso-orlef7.cfg} - [2022-10-24 v3.13e achemso configuration: Org. Lett.] + [2022-11-25 v3.13f achemso configuration: Org. Lett.] \def\acs@type@default{communication} \def\acs@type@list{communication} \SectionNumbersOff @@ -4065,13 +4065,13 @@ %</orlef7> %<*oprdfk> \ProvidesFile{achemso-oprdfk.cfg} - [2022-10-24 v3.13e achemso configuration: Org. Proc. Res. Dev.] + [2022-11-25 v3.13f achemso configuration: Org. Proc. Res. Dev.] \def\acs@type@list{article,highlight,review,suppinfo} \SectionNumbersOff %</oprdfk> %<*orgnd7> \ProvidesFile{achemso-orgnd7.cfg} - [2022-10-24 v3.13e achemso configuration: Organometallics] + [2022-11-25 v3.13f achemso configuration: Organometallics] \SectionNumbersOff %</orgnd7> % \end{macrocode} @@ -4736,7 +4736,7 @@ FUNCTION { count.entries } { % Start and end of bibliography functions FUNCTION { begin.bib } { - "achemso 2022-10-24 v3.13e" top$ + "achemso 2022-11-25 v3.13f" top$ preamble$ empty$ { } { @@ -4951,7 +4951,7 @@ FUNCTION { initialize.name.separator } { FUNCTION { format.names.loop } { { remaining.names.int #0 > } { - names.str current.name.int "{vv~}{ll,}{~f.}{,~jj}" format.name$ + names.str current.name.int "{vv~}{ll}{,~f.}{,~jj}" format.name$ duplicate$ 'current.name.str := current.name.int #1 > diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-aaembp.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-aaembp.cfg index 09b35ef1811..e2cd4a184bb 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-aaembp.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-aaembp.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-aaembp.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Appl. Electron. Mater.] + [2022-11-25 v3.13f achemso configuration: ACS Appl. Electron. Mater.] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-aaemcq.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-aaemcq.cfg index 2b7fc9a6948..6037ef78167 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-aaemcq.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-aaemcq.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-aaemcq.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Appl. Energy Mater.] + [2022-11-25 v3.13f achemso configuration: ACS Appl. Energy Mater.] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-aamick.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-aamick.cfg index e41e55e4e0a..0fcd6cc6121 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-aamick.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-aamick.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-aamick.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Appl. Mater. Interfaces] + [2022-11-25 v3.13f achemso configuration: ACS Appl. Mater. Interfaces] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-aanmf6.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-aanmf6.cfg index 572f8fc3d77..b09849c8d4e 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-aanmf6.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-aanmf6.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-aanmf6.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Appl. Nano Mater.] + [2022-11-25 v3.13f achemso configuration: ACS Appl. Nano Mater.] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-aapmcd.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-aapmcd.cfg index ae839a3dcb0..f9e6f5c1828 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-aapmcd.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-aapmcd.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-aapmcd.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Appl. Polym. Mater.] + [2022-11-25 v3.13f achemso configuration: ACS Appl. Polym. Mater.] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-aastgj.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-aastgj.cfg index 1cd9c62a598..2234036c39e 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-aastgj.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-aastgj.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-aastgj.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Agri. Sci. Tech.] + [2022-11-25 v3.13f achemso configuration: ACS Agri. Sci. Tech.] \def\acs@type@list{account,article,letter,retraction,review,viewpoint,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-abmcb8.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-abmcb8.cfg index 3137ab45432..359f9450ff3 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-abmcb8.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-abmcb8.cfg @@ -21,11 +21,11 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-abmcb8.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Bio. Med. Chem. Au] + [2022-11-25 v3.13f achemso configuration: ACS Bio. Med. Chem. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} \ProvidesFile{achemso-abmcb8.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Bio. Med. Chem. Au] + [2022-11-25 v3.13f achemso configuration: ACS Bio. Med. Chem. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-abseba.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-abseba.cfg index 04c78cb5da9..82a36132c65 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-abseba.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-abseba.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-abseba.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Biomater. Sci. Eng.] + [2022-11-25 v3.13f achemso configuration: ACS Biomater. Sci. Eng.] \setkeys{acs}{keywords = true} \def\acs@type@list{article,review,suppinfo} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-acbcct.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-acbcct.cfg index 22567a0ccf2..24c77b49236 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-acbcct.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-acbcct.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-acbcct.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Chem. Biol.] + [2022-11-25 v3.13f achemso configuration: ACS Chem. Biol.] \setkeys{acs}{ biblabel = fullstop, biochem = true, diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-accacs.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-accacs.cfg index cd6ecf842f8..59d767ba7fb 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-accacs.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-accacs.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-accacs.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Catal.] + [2022-11-25 v3.13f achemso configuration: ACS Catal.] \setkeys{acs}{keywords = true} \def\acs@type@list{article,letter,perspective,review,viewpoints,suppinfo} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-achre4.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-achre4.cfg index f97c18b1870..513658bb74f 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-achre4.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-achre4.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-achre4.cfg} - [2022-10-24 v3.13e achemso configuration: Acc. Chem. Res.] + [2022-11-25 v3.13f achemso configuration: Acc. Chem. Res.] \setkeys{acs}{biblabel = plain} \def\acs@type@list{article,suppinfo} \def\abstractname{Conspectus} diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-acncdm.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-acncdm.cfg index 0a091974661..0895bcaa097 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-acncdm.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-acncdm.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-acncdm.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Chem. Neurosci.] + [2022-11-25 v3.13f 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/achemso-acsccc.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-acsccc.cfg index a4b10f9dc17..d088db6a379 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-acsccc.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-acsccc.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-acsccc.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Combinatorial Sci.] + [2022-11-25 v3.13f achemso configuration: ACS Combinatorial Sci.] \def\acs@type@list{article,letter,review,perspective,account,note,suppinfo} \setkeys{acs}{keywords = true} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-acscii.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-acscii.cfg index ae86084f938..a7a60f3b538 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-acscii.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-acscii.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-acscii.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Central Sci.] + [2022-11-25 v3.13f achemso configuration: ACS Central Sci.] \def\acs@type@list{article,review,suppinfo} \setkeys{acs}{doi = true} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-acsodf.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-acsodf.cfg index 162b9d00cde..d27881f623f 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-acsodf.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-acsodf.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-acsodf.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Omega.] + [2022-11-25 v3.13f achemso configuration: ACS Omega.] \def\acs@type@list{article} %% %% Originally developed by Mats Dahlgren diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-aeacb3.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-aeacb3.cfg index 7816fb5c42f..ee60eb10801 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-aeacb3.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-aeacb3.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-aeacb3.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Eng. Au] + [2022-11-25 v3.13f achemso configuration: ACS Eng. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-aeacc4.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-aeacc4.cfg index 64b6b6a525e..562a755178f 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-aeacc4.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-aeacc4.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-aeacc4.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Env. Au] + [2022-11-25 v3.13f achemso configuration: ACS Env. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-aeecco.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-aeecco.cfg index fd95df502ef..6cdab9eb69e 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-aeecco.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-aeecco.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-aeecco.cfg} - [2022-10-24 v3.13e achemso configuration: ACS ES&T Eng.] + [2022-11-25 v3.13f achemso configuration: ACS ES&T Eng.] \def\acs@type@list{article,feature,perspective,review,viewpoint} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-aelccp.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-aelccp.cfg index 182c4e8fe58..16374f678f4 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-aelccp.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-aelccp.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-aelccp.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Energy Lett.] + [2022-11-25 v3.13f achemso configuration: ACS Energy Lett.] \def\acs@type@list{letter,perspective,review,viewpoint,focus} \SectionsOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-aesccq.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-aesccq.cfg index e7aef509d97..452e2822efb 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-aesccq.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-aesccq.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-aesccq.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Earth Space Chem.] + [2022-11-25 v3.13f achemso configuration: ACS Earth Space Chem.] \def\acs@type@list{article,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-aewcaa.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-aewcaa.cfg index bd588610a4b..5bac6aa2205 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-aewcaa.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-aewcaa.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-aewcaa.cfg} - [2022-10-24 v3.13e achemso configuration: ACS ES&T Water] + [2022-11-25 v3.13f achemso configuration: ACS ES&T Water] \def\acs@type@list{article,feature,perspective,review,viewpoint} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-afsthl.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-afsthl.cfg index 72a22f9437d..40e416fadab 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-afsthl.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-afsthl.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-afsthl.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Food Sci. Tech.] + [2022-11-25 v3.13f achemso configuration: ACS Food Sci. Tech.] \def\acs@type@list{account,article,perspective,retraction,review,viewpoint} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-aidcbc.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-aidcbc.cfg index 02d4c7aa151..cd9fc117576 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-aidcbc.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-aidcbc.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-aidcbc.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Sensors] + [2022-11-25 v3.13f achemso configuration: ACS Sensors] \def\acs@type@list{article,letter,perspective,review,suppinfo} \setkeys{acs}{keywords = true} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-amacgu.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-amacgu.cfg index 1e4d9c91cc3..6262703aa16 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-amacgu.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-amacgu.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-amacgu.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Mater. Au] + [2022-11-25 v3.13f achemso configuration: ACS Mater. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-amachv.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-amachv.cfg index cd9334903f0..ba5dc2c0ffa 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-amachv.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-amachv.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-amachv.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Meas. Au] + [2022-11-25 v3.13f achemso configuration: ACS Meas. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-amclct.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-amclct.cfg index d2e6d1aaea2..cf45b857249 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-amclct.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-amclct.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-amclct.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Med. Chem. Lett.] + [2022-11-25 v3.13f achemso configuration: ACS Med. Chem. Lett.] \def\acs@type@list{article,letter,perspective,suppinfo} \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-amlccd.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-amlccd.cfg index 97755fce49e..9b4e4fde7bb 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-amlccd.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-amlccd.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-amlccd.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Macro Lett.] + [2022-11-25 v3.13f achemso configuration: ACS Macro Lett.] \def\acs@type@list{letter,suppinfo} \SectionsOff \setlength{\acs@tocentry@height}{4cm} diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-amlcef.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-amlcef.cfg index 3845e6bf337..ac8f3f077b5 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-amlcef.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-amlcef.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-amlcef.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Mater. Lett.] + [2022-11-25 v3.13f achemso configuration: ACS Mater. Lett.] \def\acs@type@list{letter,perspective,review,viewpoint,focus} \SectionsOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-amrcda.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-amrcda.cfg index d8e5b4ab717..f0c55c5d630 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-amrcda.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-amrcda.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-amrcda.cfg} - [2022-10-24 v3.13e achemso configuration: Acc. Mater. Res.] + [2022-11-25 v3.13f achemso configuration: Acc. Mater. Res.] \def\acs@type@list{account,article,editorial,retraction,suppinfo} %% %% Originally developed by Mats Dahlgren diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-anaccx.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-anaccx.cfg index b7151f4f26a..afc7f03edd4 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-anaccx.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-anaccx.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-anaccx.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Nanosci. Au] + [2022-11-25 v3.13f achemso configuration: ACS Nanosci. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-ancac3.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-ancac3.cfg index 714fe099fd6..926842234a4 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-ancac3.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-ancac3.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-ancac3.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Nano] + [2022-11-25 v3.13f achemso configuration: ACS Nano] \setkeys{acs}{ abbreviations = true, biblabel = fullstop, diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-ancham.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-ancham.cfg index 3ce7b5962a2..3792bf842eb 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-ancham.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-ancham.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-ancham.cfg} - [2022-10-24 v3.13e achemso configuration: Anal. Chem.] + [2022-11-25 v3.13f achemso configuration: Anal. Chem.] \def\acs@type@list{article,note,suppinfo} \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-aoiab5.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-aoiab5.cfg index c49d10d834f..65518221107 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-aoiab5.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-aoiab5.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-aoiab5.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Org. Inorg. Au] + [2022-11-25 v3.13f achemso configuration: ACS Org. Inorg. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-apcach.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-apcach.cfg index 3c8730af0e8..b5efcdb79a2 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-apcach.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-apcach.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-apcach.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Phys. Bio. Med. Chem. Au] + [2022-11-25 v3.13f achemso configuration: ACS Phys. Bio. Med. Chem. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-apchd5.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-apchd5.cfg index 2f96c59a904..d9df8f31c6b 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-apchd5.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-apchd5.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-apchd5.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Photon.] + [2022-11-25 v3.13f achemso configuration: ACS Photon.] \def\acs@type@list{article,letter,perspective,review,suppinfo} \setkeys{acs}{keywords = true} \ifx\acs@manuscript\acs@manuscript@letter diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-appccd.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-appccd.cfg index 2c01df6362e..4875a1e5024 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-appccd.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-appccd.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-appccd.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Polym. Au] + [2022-11-25 v3.13f achemso configuration: ACS Polym. Au] \def\acs@type@list{article,review,letter,perspective,suppinfo} \setkeys{acs}{keywords = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-asbcd6.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-asbcd6.cfg index f792688b1bc..4e7956d01b0 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-asbcd6.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-asbcd6.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-asbcd6.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Synth. Biol.] + [2022-11-25 v3.13f achemso configuration: ACS Synth. Biol.] \setkeys{acs}{ abbreviations = true, biblabel = fullstop, diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-ascecg.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-ascecg.cfg index 6d867059844..f886f81d39e 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-ascecg.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-ascecg.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-ascecg.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Sustainable Chem Eng.] + [2022-11-25 v3.13f achemso configuration: ACS Sustainable Chem Eng.] \setkeys{acs}{ biblabel = fullstop, keywords = true diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-ascefj.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-ascefj.cfg index 1ca0688f85a..3c8536f5eb9 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-ascefj.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-ascefj.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-ascefj.cfg} - [2022-10-24 v3.13e achemso configuration: ACS Infect. Dis.] + [2022-11-25 v3.13f achemso configuration: ACS Infect. Dis.] \def\acs@type@list{article,letter,perspective,review,viewpoint,suppinfo} \setkeys{acs}{keywords = true} \SectionsOff diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-bcches.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-bcches.cfg index e19388f13e5..cc29a17fe03 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-bcches.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-bcches.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-bcches.cfg} - [2022-10-24 v3.13e achemso configuration: Bioconjugate Chem.] + [2022-11-25 v3.13f achemso configuration: Bioconjugate Chem.] \setkeys{acs}{ biochem = true, super = false diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-bichaw.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-bichaw.cfg index e3c6735c4b5..d134f634092 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-bichaw.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-bichaw.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-bichaw.cfg} - [2022-10-24 v3.13e achemso configuration: Biochemistry] + [2022-11-25 v3.13f achemso configuration: Biochemistry] \setkeys{acs}{ abbreviations = true, biblabel = brackets, diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-bomaf6.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-bomaf6.cfg index 3725b6ca8d8..5dcb153002b 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-bomaf6.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-bomaf6.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-bomaf6.cfg} - [2022-10-24 v3.13e achemso configuration: Biomacromolecules] + [2022-11-25 v3.13f 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/achemso-cgdefu.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-cgdefu.cfg index 85750b660fa..7f3ba327f77 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-cgdefu.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-cgdefu.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-cgdefu.cfg} - [2022-10-24 v3.13e achemso configuration: Cryst. Growth Des.] + [2022-11-25 v3.13f achemso configuration: Cryst. Growth Des.] \def\acs@type@list{% article,communication,perspective,suppinfo% } diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-chreay.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-chreay.cfg index 581b2cd7701..cd814d4415b 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-chreay.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-chreay.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-chreay.cfg} - [2022-10-24 v3.13e achemso configuration: Chem. Rev.] + [2022-11-25 v3.13f 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/achemso-cmatex.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-cmatex.cfg index 021cd4f75a5..f3625859251 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-cmatex.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-cmatex.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-cmatex.cfg} - [2022-10-24 v3.13e achemso configuration: Chem. Mater.] + [2022-11-25 v3.13f achemso configuration: Chem. Mater.] \setkeys{acs}{keywords = true} \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-crtoec.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-crtoec.cfg index 283131ce64c..66ecc55b5c4 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-crtoec.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-crtoec.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-crtoec.cfg} - [2022-10-24 v3.13e achemso configuration: Chem. Res. Toxicol.] + [2022-11-25 v3.13f achemso configuration: Chem. Res. Toxicol.] \setkeys{acs}{ abbreviations = true, biochem = true, diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-enfuem.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-enfuem.cfg index 7857bf7ddc2..27b03353837 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-enfuem.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-enfuem.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-enfuem.cfg} - [2022-10-24 v3.13e achemso configuration: Energy Fuels] + [2022-11-25 v3.13f achemso configuration: Energy Fuels] \def\acs@type@list{article,review,suppinfo} \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-esthag.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-esthag.cfg index 6c95cce348c..8e263f5a0e4 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-esthag.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-esthag.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-esthag.cfg} - [2022-10-24 v3.13e achemso configuration: Environ. Sci. Technol.] + [2022-11-25 v3.13f achemso configuration: Environ. Sci. Technol.] \def\acs@type@list{article,feature,perspective,review,suppinfo} \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-estlcu.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-estlcu.cfg index a7df40d7c01..567b9138370 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-estlcu.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-estlcu.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-estlcu.cfg} - [2022-10-24 v3.13e achemso configuration: Environ. Sci. Technol. Lett.] + [2022-11-25 v3.13f achemso configuration: Environ. Sci. Technol. Lett.] \def\acs@type@list{letter,review,suppinfo} \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-iecred.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-iecred.cfg index e1253d1cfad..6a1c6c95d2a 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-iecred.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-iecred.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-iecred.cfg} - [2022-10-24 v3.13e achemso configuration: Ind. Eng. Chem. Res.] + [2022-11-25 v3.13f achemso configuration: Ind. Eng. Chem. Res.] \setkeys{acs}{biblabel = brackets} \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-inoraj.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-inoraj.cfg index a55055ace82..8bf8f6f16d4 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-inoraj.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-inoraj.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-inoraj.cfg} - [2022-10-24 v3.13e achemso configuration: Inorg. Chem.] + [2022-11-25 v3.13f achemso configuration: Inorg. Chem.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jaaucr.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jaaucr.cfg index c88ff393f83..68109c5b251 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-jaaucr.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jaaucr.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-jaaucr.cfg} - [2022-10-24 v3.13e achemso configuration: JACS Au] + [2022-11-25 v3.13f achemso configuration: JACS Au] \def\acs@type@list{spotlight,account,article,communication,letter,perspective,suppinfo} %% %% Originally developed by Mats Dahlgren diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jacsat.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jacsat.cfg index fa98aac09c5..044d37a8841 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-jacsat.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jacsat.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-jacsat.cfg} - [2022-10-24 v3.13e achemso configuration: J. Am. Chem. Soc.] + [2022-11-25 v3.13f achemso configuration: J. Am. Chem. Soc.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication\else \expandafter\endinput diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jafcau.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jafcau.cfg index 2b40ac3526c..babadef6358 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-jafcau.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jafcau.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-jafcau.cfg} - [2022-10-24 v3.13e achemso configuration: J. Agric. Food Chem.] + [2022-11-25 v3.13f achemso configuration: J. Agric. Food Chem.] \setkeys{acs}{keywords = true} \def\acs@type@list{article,suppinfo} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jceaax.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jceaax.cfg index ef5026e3307..38c5aceee07 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-jceaax.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jceaax.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-jceaax.cfg} - [2022-10-24 v3.13e achemso configuration: J. Chem. Eng. Data] + [2022-11-25 v3.13f achemso configuration: J. Chem. Eng. Data] \def\acs@type@list{article,suppinfo} \def\refname{Literature Cited} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jceda8.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jceda8.cfg index c317431df0e..2ea0a5b5b66 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-jceda8.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jceda8.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-jceda8.cfg} - [2022-10-24 v3.13e achemso configuration: J. Chem. Ed.] + [2022-11-25 v3.13f achemso configuration: J. Chem. Ed.] \setkeys{acs}{keywords = true} \SectionNumbersOff \def\acs@type@list{article,suppinfo} diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jcisd8.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jcisd8.cfg index 0dbbd3b4d92..7f5494663d6 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-jcisd8.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jcisd8.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-jcisd8.cfg} - [2022-10-24 v3.13e achemso configuration: J. Chem. Inf. Model.] + [2022-11-25 v3.13f achemso configuration: J. Chem. Inf. Model.] \def\acs@type@list{article,suppinfo} \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jctcce.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jctcce.cfg index 3c5269453c7..1ffc2d71cf2 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-jctcce.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jctcce.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-jctcce.cfg} - [2022-10-24 v3.13e achemso configuration: J. Chem. Theory Comput.] + [2022-11-25 v3.13f achemso configuration: J. Chem. Theory Comput.] \def\acs@type@list{article,suppinfo} \setkeys{acs}{maxauthors = 0} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jmcmar.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jmcmar.cfg index 04eaf62caeb..4cf49efbe54 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-jmcmar.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jmcmar.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-jmcmar.cfg} - [2022-10-24 v3.13e achemso configuration: J. Med. Chem.] + [2022-11-25 v3.13f achemso configuration: J. Med. Chem.] \def\acs@type@list{article,letter,perspective,suppinfo} \SectionNumbersOff \setlength{\acs@tocentry@height}{5.5cm} diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jnprdf.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jnprdf.cfg index d8debfc4274..1c680335f38 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-jnprdf.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jnprdf.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-jnprdf.cfg} - [2022-10-24 v3.13e achemso configuration: J. Nat. Prod.] + [2022-11-25 v3.13f achemso configuration: J. Nat. Prod.] \renewcommand*{\abstractname}{ABSTRACT} \renewcommand*{\acknowledgementname}{ACKNOWLEDGEMENT} \renewcommand*{\suppinfoname}{ASSOCIATED CONTENT} diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-joceah.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-joceah.cfg index 39a246dbed4..658aa39f765 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-joceah.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-joceah.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-joceah.cfg} - [2022-10-24 v3.13e achemso configuration: J. Org. Chem.] + [2022-11-25 v3.13f achemso configuration: J. Org. Chem.] \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff \SectionsOff diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jpcafh.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jpcafh.cfg index 2fdc573a9e2..5f47e64825b 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-jpcafh.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jpcafh.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-jpcafh.cfg} - [2022-10-24 v3.13e achemso configuration: J. Phys. Chem. A] + [2022-11-25 v3.13f achemso configuration: J. Phys. Chem. A] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ etalmode = truncate, diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jpcbfk.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jpcbfk.cfg index 9895594b23e..6076ad57dcc 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-jpcbfk.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jpcbfk.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-jpcbfk.cfg} - [2022-10-24 v3.13e achemso configuration: J. Phys. Chem. B] + [2022-11-25 v3.13f achemso configuration: J. Phys. Chem. B] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ etalmode = truncate, diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jpccck.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jpccck.cfg index c722034abf8..48aa011399d 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-jpccck.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jpccck.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-jpccck.cfg} - [2022-10-24 v3.13e achemso configuration: J. Phys. Chem. C] + [2022-11-25 v3.13f achemso configuration: J. Phys. Chem. C] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ etalmode = truncate, diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jpclcd.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jpclcd.cfg index 947a68824f3..335215b0eb6 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-jpclcd.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jpclcd.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-jpclcd.cfg} - [2022-10-24 v3.13e achemso configuration: J. Phys. Chem. Lett.] + [2022-11-25 v3.13f achemso configuration: J. Phys. Chem. Lett.] \setkeys{acs}{ etalmode = truncate, maxauthors = 10 diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jprobs.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jprobs.cfg index e8ce7654300..90893e86ff4 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-jprobs.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jprobs.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-jprobs.cfg} - [2022-10-24 v3.13e achemso configuration: J. Proteome Res.] + [2022-11-25 v3.13f achemso configuration: J. Proteome Res.] \setkeys{acs}{keywords = true} \def\acs@type@list{article,review,suppinfo} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-langd5.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-langd5.cfg index bcd5386446a..ad55e8352da 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-langd5.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-langd5.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-langd5.cfg} - [2022-10-24 v3.13e achemso configuration: Langmuir] + [2022-11-25 v3.13f achemso configuration: Langmuir] \def\acs@type@list{article,letter,suppinfo} \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-mamobx.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-mamobx.cfg index 1c5c0d73617..da135fb833c 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-mamobx.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-mamobx.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-mamobx.cfg} - [2022-10-24 v3.13e achemso configuration: Macromolecules] + [2022-11-25 v3.13f achemso configuration: Macromolecules] \SectionNumbersOff \setkeys{acs}{doi = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-mpohbp.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-mpohbp.cfg index 14c98c5a0e9..d8fcc64adc5 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-mpohbp.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-mpohbp.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-mpohbp.cfg} - [2022-10-24 v3.13e achemso configuration: Mol. Pharm.] + [2022-11-25 v3.13f achemso configuration: Mol. Pharm.] \setkeys{acs}{keywords = true} \def\acs@type@list{article,suppinfo} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-nalefd.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-nalefd.cfg index 591540f5eda..c3835b51430 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-nalefd.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-nalefd.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-nalefd.cfg} - [2022-10-24 v3.13e achemso configuration: Nano Lett.] + [2022-11-25 v3.13f achemso configuration: Nano Lett.] \setkeys{acs}{keywords = true} \def\acs@type@default{letter} \def\acs@type@list{letter} diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-oprdfk.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-oprdfk.cfg index d92b669fe1f..0b33aab3971 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-oprdfk.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-oprdfk.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-oprdfk.cfg} - [2022-10-24 v3.13e achemso configuration: Org. Proc. Res. Dev.] + [2022-11-25 v3.13f achemso configuration: Org. Proc. Res. Dev.] \def\acs@type@list{article,highlight,review,suppinfo} \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-orgnd7.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-orgnd7.cfg index c36f66125f6..53372094bd6 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-orgnd7.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-orgnd7.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-orgnd7.cfg} - [2022-10-24 v3.13e achemso configuration: Organometallics] + [2022-11-25 v3.13f achemso configuration: Organometallics] \SectionNumbersOff %% %% Originally developed by Mats Dahlgren diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-orlef7.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-orlef7.cfg index 4330edf46c4..952d1496df3 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso-orlef7.cfg +++ b/Master/texmf-dist/tex/latex/achemso/achemso-orlef7.cfg @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesFile{achemso-orlef7.cfg} - [2022-10-24 v3.13e achemso configuration: Org. Lett.] + [2022-11-25 v3.13f achemso configuration: Org. Lett.] \def\acs@type@default{communication} \def\acs@type@list{communication} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.cls b/Master/texmf-dist/tex/latex/achemso/achemso.cls index 04b226db289..7e7f9f51daf 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso.cls +++ b/Master/texmf-dist/tex/latex/achemso/achemso.cls @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesClass{achemso} - [2022-10-24 v3.13e Submission to ACS journals] + [2022-11-25 v3.13f Submission to ACS journals] \LoadClass[12pt,letter]{article} \newcommand*\acs@warning{\ClassWarning{achemso}} \newcommand*\acs@ifundefined[1]{% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.sty b/Master/texmf-dist/tex/latex/achemso/achemso.sty index 253620e21bb..dc4417795a1 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso.sty +++ b/Master/texmf-dist/tex/latex/achemso/achemso.sty @@ -21,7 +21,7 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) \ProvidesPackage{achemso} - [2022-10-24 v3.13e Support for ACS journals] + [2022-11-25 v3.13f Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak |