LaTeX: Figure captions in landscape dvi
Monday, March 10th, 2008I want to include horizontally (landscape) oriented pages in a LaTeX document; to do that I use \usepackage{lscape}. Then: Some normal text \begin{landscape} Some text that should be oriented horizontally. A page break automatically gets put in before and after. \end{landscape} Revert back to portrait orientation. This works fine, except when I include a {figure} [...]