when I'm trying to fill a poster with multiple (landscape) slides, like this:
\documentclass[a0]{sciposter}
% Support for PDF inclusion
\usepackage[final]{pdfpages}
\begin{document}
\includepdf[pages=27-34,nup= 2x8,noautoscale,scale=2]{english.pdf}
\end{document}
the resulting 'figure' starts in the middle of the page going upwards outside of the page. How can I set it to be vertically centered?

