Page Layoutchange paper size

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
manojg
Posts: 24
Joined: Thu Apr 28, 2011 3:20 am

change paper size

Post by manojg »

Hi,

I have tried to change the paper size by:

Code: Select all

\documentclass[letter,11pt]{article}
\usepackage{times}
\usepackage[paperwidth=1.25in, paperheight=8.5in, left=0.5in,top=2.15in, right=0.5in, bottom=0.2in]{geometry}

............
............
But it changes the print area only, the paper size does not change. Is there way to change the paper size?

Thanks.

Recommended reading 2024:

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

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

manojg
Posts: 24
Joined: Thu Apr 28, 2011 3:20 am

Re: change paper size

Post by manojg »

Never mind, pdflatex does the work.
Post Reply