TeXnik - Tips TeX and LaTeX


Welcome to the TeXnik website (under construction)

Landscape mode
TUG logo

Main page

Index
UK FAQ
Documentation
Software
CTAN
Search CTAN:

Statistics

Google c.t.t.

Google d.c.t.t.

 


 


using landscape format in a document-wide portrait-format:
\usepackage{lscape} %  in latex preamble
 
blah blah blah
....
\begin{landscape}
 ...
 bla bla bla bla bla
 ...
\end{landscape}
blah blah blah
....
If you prefer a pdf-output than use \usepackage{pdflscape}, which is available at CTAN.

Landscape is not possible in a standard LaTeX twocolumn mode! In this case use the multicol-package and write

\usepackage{lscape} %  in latex preamble
\usepackage{multicol}
 
blah blah blah
....
\begin{landscape}
\begin{multicols}{2}
 ...
 bla bla bla bla bla
 ...
\end{multicols}
\end{landscape}
blah blah blah
....

local time: Sat Apr 20 01:41:53 CEST 2024 ; file is: 1762.62509259259 days old
contact webmaster _at_ TeXnik.de