Code: Select all
\usepackage{amsthm}
\newtheoremstyle{mydefinition}{\topsep}{\topsep}{}{}{\scshape}{:}{1em}{}
\theoremstyle{mydefinition}
\newtheorem{defn}{Definition}[section]
...
\begin{defn}
Text
\end{defn}
Code: Select all
\usepackage{amsthm}
\newtheoremstyle{mydefinition}{\topsep}{\topsep}{}{}{\scshape}{:}{1em}{}
\theoremstyle{mydefinition}
\newtheorem{defn}{Definition}[section]
...
\begin{defn}
Text
\end{defn}