diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/achemso/config/cmatex.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/achemso/config/cmatex.cfg | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/config/cmatex.cfg b/Master/texmf-dist/tex/latex/achemso/config/cmatex.cfg new file mode 100644 index 00000000000..92702d200a6 --- /dev/null +++ b/Master/texmf-dist/tex/latex/achemso/config/cmatex.cfg @@ -0,0 +1,34 @@ +%% +%% This is file `cmatex.cfg', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% achemso.dtx (with options: `cmatex') +%% ---------------------------------------------------------------- +%% achemso --- Support for submissions to American Chemical +%% Society journals +%% Maintained by Joseph Wright +%% E-mail: joseph.wright@morningstar2.co.uk +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% ---------------------------------------------------------------- +%% +\ProvidesFile{cmatex.cfg} + [\acs@ver achemso configuration: Chem. Mater.] +\acs@setkeys{ + abbreviate=true, + biblabel=brackets, + biochem=false, + maxauthors=15, + super=true, + usetitle=false} +\acs@validtype{article,communication,suppinfo} +\renewcommand*{\acs@tempa}{communication} +\ifx\acs@manuscript\acs@tempa + \acs@killabstract + \acs@killsecs +\fi +\endinput +%% +%% End of file `cmatex.cfg'. |