Tagged Questions
2
votes
1answer
346 views
column width expands page after using landscape, minipage & twocolumn
I am writing a two column report: portrait oriented page. For certain pages I used landscape orientation. In this page a figure takes whole width of the page (29cm). Under this figure I put a two ...
16
votes
1answer
995 views
Two-column LaTeX class for a photobook
I am looking for a solution to produce a two-column(ed) LaTeX-based photobook. Text and comments should go on the outer column (in a two-sided document)--something like a wide outer margin. Photos ...
4
votes
1answer
872 views
abstract, tableofcontents and listoffigures in twocolumn, landscape report
\documentclass[a4paper,landscape,twocolumn]{report}
....
\begin{document}
\begin{abstract}
bla bla bla
\end{abstract}
\tableofcontents
\listoffigures
\chapter{Introduction}
....
I get the main ...
9
votes
1answer
1k views
Two-column text, landscape pages
I wish to create a pdf-file out of a tex-file, so that the text is printed in two columns, and pages are to have the landspace orientation. The standard way to do this, as I see on the Net, is to say
...