When displaying chessboards using the Chessboard Package, the border at the top of board does not line up with the actual top of the board. Relevant code and picture below. Thoughts?
\documentclass{amsart}
\usepackage{chessboard}
\begin{document}
\chessboard
\end{document}

amsarttoarticle. – lockstep Mar 13 '11 at 17:56amsartdo to make that look wrong? – Caramdir Mar 13 '11 at 18:04amsart. Thechessboardpackage doesn't create any theoremlike environmnents. And if you loadamsthmwitharticleinstead ofamsartthen the border is correct. – Alan Munn Mar 13 '11 at 18:36