thanks in advance
The code:
Code: Select all
\documentclass[journal=jacsat,manuscript=suppinfo,a4paper]{achemso}
\usepackage[version=3]{mhchem}
\usepackage{xltxtra}
\setmainfont[Mapping=tex-text]{Adobe Garamond Pro}
\newcommand*\mycommand[1]{\texttt{\emph{#1}}}
\newcommand{\superscript}[1]{\ensuremath{^{\textrm{#1}}}}
\newcommand{\subscript}[1]{\ensuremath{_{\textrm{#1}}}}
\renewcommand{\thepage}{S\arabic{page}}
\author{Author1}
\author{Author2}
\email{nnn@aaa.com}
\affiliation[Laboratory]
{Some University}
\title[paper SI]
{\ \\ The Title}
\abbreviations{IR,NMR,UV}
\begin{document}
\tableofcontents
\section{Introduction}
Intro
\section{Results and discussion}
Results
\section{References}
References
\section{Experimental}
Experimental
\end{document}