I'm writing an article that hopefully, will be submitted to one of the acs journals.
I have downloaded the achemso package but it does not provide the file structure that should be used when submitting an article to the acs.
As far as I can tell, the achemso only handle the figure and table structure as well as the citation and notes style, it doesn't provide the actual document structure (such as the margin size). Are there any shortcuts to handle this? Or should I change the document structure the hard way?
On another question. I use the following authors declaration:
Code: Select all
\documentclass[journal=jpcafh,manuscript=article]{achemso}
\author{Yotam Y. Avital}
\email{avityo@bgu.ac.il}
\author{Dina Pines}
\email{pinesd@bgu.ac.il}
\affiliation[Ben-Gurion University]
{Department of Chemistry, Ben-Gurion University of the Negev, Beer Sheva}
\author{Ehud Pines}
\email{pinese@bgu.ac.il}
\affiliation[Ben-Gurion University]
{Department of Chemistry, Ben-Gurion University of the Negev, Beer Sheva}
\begin{document}
\end{document}
Thank you