[Tex/LaTex] Abstract font shape

abstractfontsshapes

I am writing an article using the following asme2e class:

http://iel.ucdavis.edu/code/ASME/conf-1.6b.html

I want to change the font shape in the abstract. It is italic, but I want it in normal font.

Best Answer

The model document has

\begin{abstract}
{\it This article illustrates preparation of ASME paper using \LaTeX2\raisebox{-.3ex}{$\epsilon$}. An abstract for an ASME paper should be less than 150 words and is normally in italics.}
\end{abstract}

Just doing

\begin{abstract}
This article illustrates preparation of ASME paper using \LaTeX2\raisebox{-.3ex}{$\epsilon$}. An abstract for an ASME paper should be less than 150 words and is normally in italics.
\end{abstract}

will remove the italics.