[OS X TeX] Landscape mode
Herbert Schulz
herbs at wideopenwest.com
Sat May 24 14:18:50 EDT 2008
On May 24, 2008, at 12:57 PM, Holger Schulz wrote:
>
> Am 2008-05-24 um 19:50 schrieb Peter Dyballa:
>
>>
>> Am 24.05.2008 um 19:33 schrieb Holger Schulz:
>>
>>> Is the an easy way to use lnadscape mode?
>>
>> \usepackage[landscape]{geometry}
>
> That doesn't work either. The document is still displayed in
> portrait mode.
>
> Now, my header looks like
>
> %!TEX TS-program = latex
>
> \documentclass[12pt,landscape]{article}
> \usepackage[landscape]{geometry}
>
> \usepackage{pstricks,pstricks-add,pst-math,pst-xkey}
>
>
> \begin{document}
>
> What else can I try?
>
>
>>
>>
>> --
>> Greetings
>>
>> Pete
>>
Howdy,
You have to tell geometry what driver is being used:
%!TEX TS-program = latex
\documentclass[12pt,landscape]{article}
\usepackage[dvips]{geometry} % <-------------------
\usepackage{pstricks,pstricks-add,pst-math,pst-xkey}
\begin{document}
...
No need to tell geometry about landscape since it picks that up from
the \documentclass option list.
Good Luck,
Herb Schulz
(herbs at wideopenwest.com)
More information about the MacOSX-TeX
mailing list