Code: Select all
\documentclass[journal=chreay,manuscript=suppinfo,a4paper]{achemso}
journal=chreay
, it will generate an empty table of contents. But when I have journal=chreay
, the text "Supporting Information for:" is missing, and the page numbering becomes 1,2,3... instead of S1,S2,S3...)I read about the solution (http://tex.stackexchange.com/questions/2642) for using RSC style when using achemso class, but it doesn't work for my case.
Here is a working example:
Code: Select all
\documentclass[journal=chreay,manuscript=suppinfo,a4paper]{achemso}
\author{benzol}
\affiliation{abc univeristy}
\title[paper SI]{Supporting Information for the paper}
\begin{document}
\thispagestyle{empty}
\newpage
\tableofcontents
\thispagestyle{empty}
\newpage
\setcounter{page}{1}
\setlength\parindent{0pt}
\section{General}
All reagents and starting materials were purchased from Acros and used without further purification.
\section{Synthesis}
Compound 1 was synthesized according to the literature method.
\section{NMR Spectra}
\end{document}