I'm using amsart and want to place keywords after abstract but amsart places them in the footnote. Does anyone know how Ι can override this? An example of the code I've been using:
\documentclass[12pt, reqno]{amsart}
\usepackage{ amsthm, amscd, amsfonts, amssymb, graphicx,tikz, color, environ}
\usepackage{hyperref}
\begin{document}
\title
\address
\date
\keywords
\maketitle
\begin{abstract}
\end{abstract}
\end{document}