% file papercustom.cfg, M.H.F. Wilkinson
% custom paper support
% for sciposter.cls v1.10 and higher
% edit pointsize, width, height, and fontsize parameters as needed
% DO ensure that values in the \special commands match!
\renewcommand{\papertype}{custom}
\renewcommand{\fontpointsize}{20pt}
\setlength{\paperwidth}{24in}
\setlength{\paperheight}{36in}
\renewcommand{\setpspagesize}{
  \ifthenelse{\equal{\orientation}{portrait}}{
    \special{papersize=24in,36in}
    }{\special{papersize=36in,24in}
    }
  }

