blob: 552746bb69ae49d643b43ecad446db9276b221db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
% file paperra2.cfg, M.H.F. Wilkinson
% ISO RA2 support
% for sciposter.cls v1.10 and higher
\renewcommand{\papertype}{ra2}
\renewcommand{\fontpointsize}{17pt}
\setlength{\paperwidth}{43cm}
\setlength{\paperheight}{61cm}
\renewcommand{\setpspagesize}{
\ifthenelse{\equal{\orientation}{portrait}}{
\special{papersize=43cm,61cm}
}{\special{papersize=61cm,43cm}
}
}
|