[Tex/LaTex] How to set the dimensions to get a poster A1

beamerposterposters

I found this template to create posters in latex, but, even by following the instructions, I'm not able to change the dimensions to get a poster A1. Could you help me please? here is the code
http://www.latextemplates.com/template/jacobs-landscape-poster

Best Answer

To get it in A1 format, replace the line

\usepackage[scale=1.24]{beamerposter}

with

\usepackage[scale=0.78,size=a1]{beamerposter}
\setlength{\paperwidth}{33.1in}
\setlength{\paperheight}{23.4in}