[OS X TeX] Landscape mode?
Maarten Sneep
maarten.sneep at xs4all.nl
Thu Mar 3 06:05:15 EST 2005
On 3 mrt 2005, at 11:42, David Derbes wrote:
> After reading about a "Cheat Sheet" (summary of LaTeX commands) on
> this list, I Google'd one, but in attempting to typeset the document,
> I discovered that landscape mode simply doesn't work with my setup.
> I'm using Gerben's installation with TeXShop, and even a thing like
>
> \documentclass[10 pt, landscape]{article}
> \begin{document}
> This is a test.
> \end{document}
>
> fails to be typeset in landscape mode.
It does work for me, but I use a slightly different trick:
\documentclass[10pt,landscape]{article}
\usepackage{geometry} % it should pick up the landscape option
automatically
\begin{document}
Tis is a test
\end{document}
Run through pdflatex and see what happens.
Maarten
--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
More information about the MacOSX-TeX
mailing list