I'm making an academic poster using the beamerposter package in LaTeX.
The poster has a bibliography. The final entry in the bibliography block puts large vertical spaces between each line of the entry.
Example: this code:
\begin{block}{Bibliography}
\begin{thebibliography}{1}
{\scriptsize \bibitem{keyname1}
Author1, Author2 and Author3, {\em A long long long long long long long long long long title.}, Some Journal, Some Year}
{\scriptsize \bibitem{keyname2}
Author1, Author2 and Author3, {\em A long long long long long long long long long long title.}, Some Journal, Some Year}
{\scriptsize \bibitem{keyname3}
Author1, Author2 and Author3, {\em A long long long long long long long long long long title.}, Some Journal, Some Year}
{\scriptsize \bibitem{keyname4}
Author1, Author2 and Author3, {\em A long long long long long long long long long long title.}, Some Journal, Some Year}
\end{thebibliography}
\end{block}
Produces:

In practice, this happens independent of which references I put last, and of the way the reference is formatted (i.e. the length can come from things other than the title). It also doesn't matter where in the document I put the bibliography block.
