-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

LaTeX Beginner's Guide

We shall change the orientation of our example to landscape. We would also like to typeset our text in two columns:
Add the options landscape
and twocolumn
to the \documentclass
statement of our example, as follows:
\documentclass[a4paper,12pt,landscape,twocolumn]{book}
Typeset and see how the layout has changed:
By using the landscape
option, we switched the orientation. By stating the twocolumn
option, we caused the body text to be divided into two columns.
There's a command \twocolumn[opening text]
starting a two-column page with optional opening text over the whole width. \onecolumn
begins a one-column page.
If you'd like to balance the columns on the last page or if you wish to have more than two columns, use the multicols package.
The LaTeX base classes are article, book, report, slides, and letter . As the name suggests, the last one can be used to write letters, though there are further suitable classes like...