Page Layout[achemso] problem footnote on affiliation

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
LaTeXLover75
Posts: 1
Joined: Tue Jan 20, 2015 3:06 pm

[achemso] problem footnote on affiliation

Post by LaTeXLover75 »

Hi all,

My LateX code is:

Code: Select all


\documentclass[journal=jacsat,manuscript=article]{achemso}
\usepackage[version=3]{mhchem}
\newcommand*\mycommand[1]{\texttt{\emph{#1}}}
\author{L'humoriste a deux balles}
\affiliation{Les enfoires\footnote{Disclaimer}}
\email{2@b.g}
\author{L'humoriste a trois balles}
\affiliation{Les enfoires\footnote{Disclaimer}}
\email{3@b.g}

\title{Eloge de la betise \footnote{thanks to...}}

\keywords{ sic amet}


\begin{document}


\maketitle
\begin{abstract}

LOREM IPSUM 

\end{abstract}
\end{document}
Problem : the footnote "Disclaimer" is between the email and the abstract, while the others are in the right place. Any idea?

Other question: how do I remove the "To whom correspondence..." thing?

Thanks

Pierre

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: [achemso] problem footnote on affiliation

Post by Johannes_B »

Hi and welcome,
there is no use in changing that. You are submitting to a journal and they want every article in the journal to fit the layout they decided on.
If you change that, they will either revert the changes or reject the whole article.

If you don't want to submit to a journal that is covered by achemso, don't use this class.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply