Document Classesachemso supporting information

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
hypotheticalme
Posts: 7
Joined: Sat Dec 13, 2008 1:36 am

achemso supporting information

Post by hypotheticalme »

I'm using the achemso package for submission to ACS journals. I just updated to the latest version, but now the text "This material is available free of charge via the Internet at http://pubs.acs.org. referring to the supplementary info is being placed after the references (rather than in the supp. info section).
Any ideas on how to fix it?
Thanks!
Katie

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

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

Re: achemso supporting information

Post by josephwright »

Can you post an example TeX file, please. Things work with the demo, so I need to see the source you use.
Joseph Wright
hypotheticalme
Posts: 7
Joined: Sat Dec 13, 2008 1:36 am

achemso supporting information

Post by hypotheticalme »

Here's a minimal version of what I'm working with. When I compile it, the reference is listed and then that sentence shows up afterward.
Katie

Code: Select all

\documentclass[journal=mamobx,manuscript=article]{achemso}
\usepackage{mathpazo,epsfig,amssymb,amsmath,color,graphicx,rotating,subfigure,booktabs}

\newcommand{\dg}{\ensuremath{^\circ}}
\usepackage[version=3]{mhchem} % Formula subscripts using \ce{}

\newcommand*{\mycommand}[1]{\texttt{\emph{#1}}}

\author{Kathleen E. Feldman}
\affiliation{Materials Department}

\title{title}

\begin{document}


\begin{tocentry}
\includegraphics{TOC.png}
\end{tocentry}

\begin{abstract}
abstract
\end{abstract}

\section{Introduction}
intro
\cite{Rubinstein_Macro1998} 
\suppinfo
$^1$H NMR, FTIR, and WAXS characterization of random copolymers and a comparison of the two methods for measuring $\tau_{b}^*$ are given in the Supporting Information.


\bibliography{TPEs}
\end{document}
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

achemso supporting information

Post by josephwright »

For various reasons, it became clear that using \suppinfo as a macro was a bad design decision. I changed it to an environment:

Code: Select all

\begin{suppinfo}
$^1$H NMR, FTIR, and WAXS characterization of random copolymers and a comparison of the two methods for measuring $\tau_{b}^*$ are given in the Supporting Information.
\end{suppinfo}
which should work okay. That said, it was still supposed to work in the old way as well. I'll look at it and see if I can make it work more smoothly. (I have another issue to look at some time this week anyway.)
Joseph Wright
hypotheticalme
Posts: 7
Joined: Sat Dec 13, 2008 1:36 am

Re: achemso supporting information

Post by hypotheticalme »

Perfect, thanks for your help!
Katie
lianju84
Posts: 3
Joined: Sat May 10, 2008 6:54 pm

Re: achemso supporting information

Post by lianju84 »

Hi,

A different but related question.

The option manuscript=suppinfo doesn't seem to be working...
(For the additional .tex file containing the supporting information)

Latex says:
Invalid manuscript type suppinfo: (achemso) changed to default type letter.

Any ideas?

Thnak you very much in advance,
Julian
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: achemso supporting information

Post by Johannes_B »

Hi, i'd really like to help you, but the information you are giving is quite scarce. Can you provide a very minimal document along with a bib-entry that shows that behaviour? This would save me from investing time in searching for something that might not even exist.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
lianju84
Posts: 3
Joined: Sat May 10, 2008 6:54 pm

achemso supporting information

Post by lianju84 »

Hello,

Thanks for your help.

I attach a minimal working example:

Code: Select all

\documentclass[journal=jpclcd,manuscript=suppinfo]{achemso} %layout=traditional or layout=twocolumn
%\documentclass[aps,prl,amsmath,amssymb,reprint,superscriptaddress,showpacs]{revtex4-1}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[version=3]{mhchem}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{pstool}
\usepackage[margin=0.4cm]{caption}
\usepackage{subcaption}
\usepackage{siunitx}
\usepackage{booktabs, tabu} % tables
\usepackage{multirow}
%\usepackage[nowatermark]{fixmetodonotes}

%Title of paper
\title[Ice Indentation by Model AFM Tips]{Molecular Dynamics Simulation of Ice Indentation by Model AFM Tips}

\author{Julian Gelman Constantin}
\affiliation{Departamento de F\'isica de la Materia Condensada, Centro 
At\'omico Constituyentes, Comisi\'on Nacional de Energ\'ia At\'omica (CNEA),
 San Mart\'in, B1650KNA Buenos Aires, Argentina}
\alsoaffiliation{Instituto de Qu\'imica F\'isica de los Materiales, Medio Ambiente 
y Energ\'ia (INQUIMAE), Facultad de Ciencias Exactas y Naturales, Universidad 
de Buenos Aires, Pabell\'on II, Ciudad Universitaria, C1428EGA Buenos Aires, 
Argentina}
\altaffiliation{Current address: Grupo de  Qu\'imica Atmosf\'erica, Centro 
At\'omico Constituyentes, Comisi\'on Nacional de Energ\'ia At\'omica (CNEA),
 San Mart\'in, B1650KNA Buenos Aires, Argentina}

\begin{document}

\section{Analytical thermodynamic calculation of free energy of indentation}
We performed a simple thermodynamic calculation of the free energy of the 
process of melting induced by the tip. The considered reversible process 
consists of the following steps:
\begin{enumerate}
\item Pressurizing ice from initial pressure upto melting pressure 
(\SI{132}{bar} for \SI{1}{K} of supercooling).
\item Ice melting at the equilibrium pressure $p_m$ ($\Delta G = 0$).
\item Taking the resulting liquid to approximate final pressure $p_{end}$.
\end{enumerate}
The resulting $\Delta G$ of the process can be calculated as:
\begin{equation}
\Delta G = \int_{1 bar}^{p_m} V_{ice} dp + \int_{p_m}^{p_{end}} V_{liq} dp
\end{equation}
where $V_{ice}$ and $V_{liq}$ are the molar volumes of ice and liquid phases.

A reference \cite{Faraday1859}.

\bibliography{ice}

\end{document}
And the requested bib-item (bibtex):

Code: Select all

@Article{Faraday1859,
  Title                    = {XXIV. On regelation, and on the conservation of force},
  Author                   = {Faraday, M.},
  Journal                  = {Philos. Mag. Series 4},
  Year                     = {1859},
  Number                   = {113},
  Pages                    = {162-169},
  Volume                   = {17},

  Abstract                 = {The volume of reprinted ˜Experimental Researches in Chemistry and Physics" by Prof. Faraday, which has just been published, contains the following new matter in relation to the above subjects. We think it expedient to transfer it to our pages.},
  Doi                      = {10.1080/14786445908642645},
  Keywords                 = {QLL;},
  Owner                    = {Julian},
  Review                   = {FALTA LEER},
  Timestamp                = {2013.02.05},
}
The error message still exists in this case.

Best regards,
Julian
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

achemso supporting information

Post by Johannes_B »

You are never using the suppinfo-environment to define some supporting information. Adding this, everything works as expected.

Code: Select all

\begin{suppinfo}
This is a paragraph of text, but there is no walzing wombat around.
\end{suppinfo}
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