GeneralPoster Width and Height

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
john_latex
Posts: 20
Joined: Wed Dec 22, 2010 10:21 pm

Poster Width and Height

Post by john_latex »

I could not able to change the poster width and height for the sample.tex file. Attached is the poster style file and poster tex file.

Since poster.sty uses "a0size" package to set the poster dimensions. Is it possible to use other dimensions in poster.sty instead of "a0size"? For example, to generate a poster with 25" wide and 35" tall.

I replaced poster.sty code

Code: Select all

\RequirePackage{a0size}
by this

Code: Select all

\RequirePackage[mag=\magstep3,paperwidth=30truein,%
paperheight=40truein,margin=0.5in,nohead,nofoot]{geometry}
But I'm not sure either the generated pdf output is of 30" X 40".

Please help me is the replaced code is working and also please suggest how to print "portrait" poster. Thanks in advance.
Attachments
poster.sty
original poster style file
(5.05 KiB) Downloaded 292 times
sample.tex
tex file
(7.04 KiB) Downloaded 280 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply