I am using the amsbook documentclass (latest version from CTAN), and would like to use \dedicatory for a dedication. However, the placement of the dedication is odd: it is placed just below the authors' address, without hardly any space.
Is that normal for a dedication? How to best change this behaviour? (I am aware that memo-l.cls puts the dedication in a different spot.)
Here is a minimal working example:
\documentclass{amsbook}
\dedicatory{foo bar}
\begin{document}
\title{foo}
\author{Author One}
\email{aasjdfiaejifnieaf@sodifjaiejfiasjfidh.com}
\maketitle
\end{document}
The dedication "foo bar" is oddly close to the email address.