Document Classes ⇒ ACS meeting preprints using achemso
-
- Posts: 7
- Joined: Sat Dec 13, 2008 1:36 am
ACS meeting preprints using achemso
Does anyone know of an easy way to modify the achemso class to un-suppress section headings within the JACS communication style? I'm trying to format a preprint for an ACS national meeting and the Division of Polymer Chemistry (and maybe others) require a format very similar to JACS communications but with section headings still present.
Thanks!
Thanks!
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
-
- Posts: 7
- Joined: Sat Dec 13, 2008 1:36 am
ACS meeting preprints using achemso
I tried this, but I still get a warning saying sections are not allowed for this manuscript type and it compiles without the section headings.josephwright wrote:Try:
somewhere before \begin{docunment}
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
ACS meeting preprints using achemso
Oops, thinking of something else. Try:
Code: Select all
Code, edit and compile here:
\makeatletter\let\section\acs@section\let\subsection\acs@subsection\makeatother
Joseph Wright
-
- Posts: 7
- Joined: Sat Dec 13, 2008 1:36 am
Re: ACS meeting preprints using achemso
That does the trick, thanks! Now my only issue is the font size is too large in the section headings, and I'm not sure how to go about changing it. I tried using the sectsty package but it didn't seem to change anything.
Katie
Katie
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: ACS meeting preprints using achemso
I tend to use titlesec (you'll need it after the hack I've posted).
Joseph Wright
-
- Posts: 7
- Joined: Sat Dec 13, 2008 1:36 am
Re: ACS meeting preprints using achemso
Yep the placement was the problem. Thanks so much for your help!
Katie
Katie