is there a way to use the \citet command in the achemso class without having to hit the enter button in the console window to skip the citations?
I thought achemso was compatible with natbib?
try this: This is the tex file.
Code: Select all
\documentclass[journal=jprobs,manuscript=article]{achemso}
\usepackage{amsmath,amssymb,lineno,graphicx,textcomp,lscape,booktabs,url,caption,setspace,subfig,color,soul,threeparttable}
\usepackage[]{natbib}
\author{name}
\title{title}
\begin{document}
\maketitle
\linenumbers
%\doublespace
\begin{abstract}
Abstract...
\end{abstract}
\section{Introduction}
text \cite{Dorny:2003nk} text\\
text \citet{Brandt:1992ye} text
\providecommand*\mcitethebibliography{\thebibliography}
\csname @ifundefined\endcsname{endmcitethebibliography}
{\let\endmcitethebibliography\endthebibliography}{}
\begin{mcitethebibliography}{3}
\providecommand*\natexlab[1]{#1}
\providecommand*\mciteSetBstSublistMode[1]{}
\providecommand*\mciteSetBstMaxWidthForm[2]{}
\providecommand*\mciteBstWouldAddEndPuncttrue
{\def\EndOfBibitem{\unskip.}}
\providecommand*\mciteBstWouldAddEndPunctfalse
{\let\EndOfBibitem\relax}
\providecommand*\mciteSetBstMidEndSepPunct[3]{}
\providecommand*\mciteSetBstSublistLabelBeginEnd[3]{}
\providecommand*\EndOfBibitem{}
\mciteSetBstSublistMode{f}
\mciteSetBstMaxWidthForm{subitem}{(\alph{mcitesubitemcount})}
\mciteSetBstSublistLabelBeginEnd
{\mcitemaxwidthsubitemform\space}
{\relax}
{\relax}
\bibitem[Dorny et~al.(2003)Dorny, Brandt, Zoli, and Geerts]{Dorny:2003nk}
Dorny,~P.; Brandt,~J.; Zoli,~A.; Geerts,~S. Immunodiagnostic tools for human
and porcine cysticercosis. \emph{Acta Trop.} \textbf{2003}, \emph{87},
79--86\relax
\mciteBstWouldAddEndPuncttrue
\mciteSetBstMidEndSepPunct{\mcitedefaultmidpunct}
{\mcitedefaultendpunct}{\mcitedefaultseppunct}\relax
\EndOfBibitem
\bibitem[Brandt et~al.(1992)Brandt, Geerts, De~Deken, Kumar, Ceulemans, Brijs,
and Falla]{Brandt:1992ye}
Brandt,~J.; Geerts,~S.; De~Deken,~R.; Kumar,~V.; Ceulemans,~F.; Brijs,~L.;
Falla,~N. A monoclonal antibody-based {ELISA} for the detection of
circulating excretory-secretory antigens in \textit{Taenia saginata}
cysticercosis. \emph{Int. J. Parasitol.} \textbf{1992}, \emph{22},
471--477\relax
\mciteBstWouldAddEndPuncttrue
\mciteSetBstMidEndSepPunct{\mcitedefaultmidpunct}
{\mcitedefaultendpunct}{\mcitedefaultseppunct}\relax
\EndOfBibitem
\end{mcitethebibliography}
\end{document}
Is there any way to make achemso understand the \citet command?
Thanks!
bjorn