blob: 939acd07493ae2c022e064f8e2e7689bb011afcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
% file paperra0.cfg, M.H.F. Wilkinson
% ISO RA0 support
% for sciposter.cls v1.10 and higher
\renewcommand{\papertype}{ra0}
\renewcommand{\fontpointsize}{25pt}
\setlength{\paperwidth}{86cm}
\setlength{\paperheight}{122cm}
\renewcommand{\setpspagesize}{
\ifthenelse{\equal{\orientation}{portrait}}{
\special{papersize=86cm,122cm}
}{\special{papersize=122cm,86cm}
}
}
|