summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/sciposter/papercustom.cfg
blob: fc2d0d61efa56e3d2803a7ab68522fa553588375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% 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}{25pt}
\setlength{\paperwidth}{86cm}
\setlength{\paperheight}{180cm}
\renewcommand{\setpspagesize}{
  \ifthenelse{\equal{\orientation}{portrait}}{
    \special{papersize=86cm,180cm}
    }{\special{papersize=180cm,86cm}
    }
  }