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