I had to change my document class to revtex4-1 to be able to have \widetext parameter for one of my equation, discussion about implementation. However, the abstract \begin{abstract}...\end{abstract} is not supported by this class.
My minimal code
\documentclass[twocolumn]{revtex4-1} \begin{document} \title{Hello world} \maketitle \begin{abstract} % abstract The maximal \end{abstract} \end{document} I get the errors
./article.tex:84: LaTeX Error: Environment abstract undefined. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.6 \begin{abstract} % abstract ./article.tex:8: LaTeX Error: \begin{document} ended by \end{abstract}. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.8 \end{abstract} How can you have abstract in revtex4-1? or How can you have widetext in article document class?