Text Formattingwriting an article under the acs specification

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
yotama9
Posts: 61
Joined: Thu Sep 24, 2009 2:59 pm

writing an article under the acs specification

Post by yotama9 »

Hi guys.

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}
And I get that all the authors are the corresponding authors, how can I decide which is the corresponding author? Is it only a question of the email address?

Thank you

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

writing an article under the acs specification

Post by josephwright »

The achemso class doesn't do any layout changes as the ACS don't really want this. They expect you to submit a traditional manuscript, not a ready-to-print article. Reproducing printed layouts is not necessarily easy, and as the publishers don't really want it anyway this is not provided by achemso. The only exception is communications to Journal of the American Chemical Society, where the editorial office did request print-like layouts. (The background to this is that they don't print from LaTeX sources: everything goes into a database and is then typeset by them. Most submissions to the ACS are in Word.)

Corresponding authors are indeed determined by e-mail addresses. Each author with an e-mail address is given a star. If you look at the printed journals you will see that this is how it is done there. So you should only include e-mail addresses for corresponding author(s).
Joseph Wright
yotama9
Posts: 61
Joined: Thu Sep 24, 2009 2:59 pm

Re: writing an article under the acs specification

Post by yotama9 »

Thank you very much.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

writing an article under the acs specification

Post by localghost »

Now that the problem seems to be solved, please be so kind and mark the topic accordingly as clearly written in Section 3 of the Board Rules. Otherwise tell us what is missing. You are not new to the forum so you should know that. Please keep that in mind for the future so that further reminders will not be necessary any more.


Best regards
Thorsten
Post Reply