Document Classes ⇒ achemso supporting information
-
- Posts: 7
- Joined: Sat Dec 13, 2008 1:36 am
achemso supporting information
Any ideas on how to fix it?
Thanks!
Katie
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: achemso supporting information
-
- Posts: 7
- Joined: Sat Dec 13, 2008 1:36 am
achemso supporting information
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}
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
achemso supporting information
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}
-
- Posts: 7
- Joined: Sat Dec 13, 2008 1:36 am
Re: achemso supporting information
Katie
Re: achemso supporting information
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: achemso supporting information
achemso supporting information
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}
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},
}
Best regards,
Julian
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
achemso supporting information
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}