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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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