I'm not very good at LaTeX but I've been using it to write my dissertation. Have just come to the end and trying to format everything correctly. Whenever I try to put my Abstract paragraph into the form \begin{abstract} (writing here) \end{abstract} and click play the whole abstract section just disappears. What am I doing wrong?
\documentclass[12pt]{amsart}
\begin{document}
\begin{abstract}
(my abstract here)
\end{abstract}
\end{document}
