Document Classes ⇒ ACS meeting preprints using achemso
-
- Posts: 7
- Joined: Sat Dec 13, 2008 1:36 am
ACS meeting preprints using achemso
Thanks!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
ACS meeting preprints using achemso
Code: Select all
\makeatletter
\acs@restsecnums
\makeatother
-
- 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}Code: Select all
\makeatletter \acs@restsecnums \makeatother
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
ACS meeting preprints using achemso
Code: Select all
\makeatletter
\let\section\acs@section
\let\subsection\acs@subsection
\makeatother
-
- Posts: 7
- Joined: Sat Dec 13, 2008 1:36 am
Re: ACS meeting preprints using achemso
Katie
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: ACS meeting preprints using achemso
-
- Posts: 7
- Joined: Sat Dec 13, 2008 1:36 am
Re: ACS meeting preprints using achemso
Katie