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
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
-
- 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, CentroAt\'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 Ambientey Energ\'ia (INQUIMAE), Facultad de Ciencias Exactas y Naturales, Universidadde Buenos Aires, Pabell\'on II, Ciudad Universitaria, C1428EGA Buenos Aires,Argentina}\altaffiliation{Current address: Grupo de Qu\'imica Atmosf\'erica, CentroAt\'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 theprocess of melting induced by the tip. The considered reversible processconsists 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$).
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}