diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-11 21:26:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-11 21:26:12 +0000 |
commit | a49931ca8756327265b8929a7a147045bf2b3506 (patch) | |
tree | a32dcdd271e3c9fc979b53fc964acf6a33243caf /Master/texmf-dist/tex/latex/achemso/achemso-jpclcd.cfg | |
parent | 5d68adbbee81cd98c891cadaf77231ee73a021f0 (diff) |
achemso (11may16)
git-svn-id: svn://tug.org/texlive/trunk@41037 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/achemso/achemso-jpclcd.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/achemso/achemso-jpclcd.cfg | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso-jpclcd.cfg b/Master/texmf-dist/tex/latex/achemso/achemso-jpclcd.cfg new file mode 100644 index 00000000000..1b3e603ab27 --- /dev/null +++ b/Master/texmf-dist/tex/latex/achemso/achemso-jpclcd.cfg @@ -0,0 +1,75 @@ +%% +%% This is file `achemso-jpclcd.cfg', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% achemso.dtx (with options: `jpclcd') +%% ---------------------------------------------------------------- +%% achemso --- Support for submissions to American Chemical Society +%% journals +%% 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{achemso-jpclcd.cfg} + [2016/05/10 v3.10c achemso configuration: J. Phys. Chem. Lett.] +\setkeys{acs}{ + articletitle = true, + etalmode = truncate, + maxauthors = 10, + keywords = true +} +\def\acs@type@default{letter} +\def\acs@type@list{letter} +\SectionNumbersOff +\captionsetup[table]{labelfont=bf,textfont=bf} +\g@addto@macro{\maketitle}{\newpage} +\renewcommand{\acs@tocentry@print}[1]{% + \gdef\acs@tocentry@text{#1}% +} +\renewcommand*{\acs@abstract@extras}{% + \begingroup + \acs@tocentry@print@aux + \endgroup + \acs@keywords@print + \newpage +} +\setlength\acs@tocentry@height{2in} +\setlength\acs@tocentry@width{2in} +%% +%% Originally developed by Mats Dahlgren +%% Copyright (C) 1996-1998 by Mats Dahlgren +%% Copyright (C) 2008-2016 by +%% Joseph Wright <joseph.wright@morningstar2.co.uk> +%% +%% Part of this bundle is derived from cite.sty, to which the +%% following license applies: +%% Copyright (C) 1989-2009 by Donald Arseneau +%% These macros may be freely transmitted, reproduced, or +%% modified provided that this notice is left intact. +%% +%% It may be distributed and/or modified under the conditions of +%% the LaTeX Project Public License (LPPL), either version 1.3c of +%% this license or (at your option) any later version. The latest +%% version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) by +%% Joseph Wright. +%% +%% This work consists of the files achemso.dtx, +%% achemso-demo.bib and +%% achemso-demo.tex, +%% and the derived files achemso.cls, +%% achemso.ins, +%% achemso.pdf, +%% achemso.sty, +%% natmove.sty and +%% a number of configuration files. +%% +%% +%% End of file `achemso-jpclcd.cfg'. |