\documentclass{aip-cp}
\usepackage[numbers]{natbib}
\usepackage{rotating}
\usepackage{graphicx}
\newtheorem{theorem}{Theorem}
\newtheorem{conjecture}{Conjecture}
\newtheorem{define}{Definition}
\begin{document}
\begin{theorem} Let $t(G)= \mathrm{something \ dummy} $. Then
\begin{enumerate}
\item $t(P_r)=r$;
\item $t(K_m \times P_r)= r+1 \ \mathrm{for} \ m \geq 2$;
\end{enumerate}
\end{theorem}
\end{document}
Hi, as above.
How can i make the the numbering and the text "something dummy " and "for" as normal text n non-italic?
Thank you.
$beforesomething dummy? For the second, if you are loadingmathtoolsoramsmath, try\text{for}. Otherwise\mathrm{for}for serif or\mathsf{for}for sans. – cfr Aug 08 '15 at 00:04\mathrm{}is really for upright serif which is maths. So\text{}would definitely be better here if you are really typesetting text. – cfr Aug 08 '15 at 00:18theoremenvironment is defined, how should we comment on the numbering? If you could provide a complete example (\documentclass... \end{document}), we'd be more help. – cfr Aug 08 '15 at 00:21enumitemor issue\rmfamilybefore theenumerateenvironment. – Werner Aug 08 '15 at 00:22