diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/sciposter/paperb2.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/sciposter/paperb2.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/sciposter/paperb2.cfg b/Master/texmf-dist/tex/latex/sciposter/paperb2.cfg new file mode 100644 index 00000000000..1676e627833 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sciposter/paperb2.cfg @@ -0,0 +1,14 @@ +% file paperb2.cfg, M.H.F. Wilkinson +% ISO B2 support +% support for sciposter.cls v1.10 and higher +\renewcommand{\papertype}{b2} +\renewcommand{\fontpointsize}{20pt} +\setlength{\paperwidth}{50.0cm} +\setlength{\paperheight}{70.7cm} +\renewcommand{\setpspagesize}{ + \ifthenelse{\equal{\orientation}{portrait}}{ + \special{papersize=50.0cm,70.7cm} + }{\special{papersize=70.7cm,50.0cm} + } + } + |