summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/sciposter/papercustom.cfg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-13 00:06:11 +0000
committerKarl Berry <karl@freefriends.org>2006-01-13 00:06:11 +0000
commite852a1ea3eed898d0b6357cd6dfad21f515d8727 (patch)
treee182e7e6818b23e57f84e16fd3c38240c693685f /Master/texmf-dist/tex/latex/sciposter/papercustom.cfg
parent180da24f21f1f87ab47e9a51f11629f9418925c3 (diff)
sciposter
git-svn-id: svn://tug.org/texlive/trunk@1300 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/sciposter/papercustom.cfg')
-rw-r--r--Master/texmf-dist/tex/latex/sciposter/papercustom.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/sciposter/papercustom.cfg b/Master/texmf-dist/tex/latex/sciposter/papercustom.cfg
new file mode 100644
index 00000000000..fc2d0d61efa
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/sciposter/papercustom.cfg
@@ -0,0 +1,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}
+ }
+ }
+