Page LayoutLandscape mode

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
theo moore
Posts: 72
Joined: Thu Jan 15, 2009 3:16 pm

Landscape mode

Post by theo moore »

I ran into this weird problem whereby if I use landscape mode, then the first page is displayed in portrait mode if hyperref is used. If hyperref is disabled, then all the pages are in landscape, as they should be. Why??

Code: Select all

\documentclass[a4paper, 11pt]{article}
\usepackage[landscape]{geometry}
\usepackage[dvipdfm, colorlinks, breaklinks]{hyperref}

\begin{document}
Hello world

\newpage
Hello world

\end{document}

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Landscape mode

Post by localghost »

Works fine for me. Perhaps a matter of outdated packages. Nevertheless you should omit the dvipdfm driver option for the hyperref package because it is not necessary. And it might be better to put the landscape option as a global one into the option list for the document class.


Best regards
Thorsten
User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Re: Landscape mode

Post by Stefan Kottwitz »

Hi Theo,

the example works fine for me as well, all pages are displayed in landscape mode, I'm using TeX Live 2009.

Stefan
LaTeX.org admin
Post Reply