I am having problem while using layout options with geometry package,
I cannot seem to compile the .tex file.
With the following code :
\documentclass{article}
\usepackage{geometry}
\usepackage[T1]{fontenc}
\geometry{paperwidth=10in,paperheight=6in,layout=a6paper}
\usepackage{lipsum}
\begin{document}
\lipsum[1-10]
\end{document}
I am getting this error when compiling .tex with pdflatex
! Package keyval Error: layout undefined.
- Please help me resolve this problem?
- And how do I check if all options in the package are working.
I am using MikTeX 2.8 on Windows XP and WinEdt IDE.
geometryare you using? Find out by adding\listfilesbefore\documentclass{article}. This compiles without problem on TeX Live 2009 on ScribTeX (withgeometry2010/03/13 v5.3). – Werner Sep 1 '11 at 20:53