Generallandscape

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
frozensun
Posts: 1
Joined: Sat Sep 27, 2008 9:55 pm

landscape

Post by frozensun »

Hello to everyone out there
I have been using latex for a long time (on linux) and now I am using it
on mac (pdftex).

In the document (book) I am writing now, there is one page (containing)
a table, that needs to be set in landscape.
I have used the package pdflscape and
the table was put in \begin{landscape}......\end{landscape

Correcting an error:
my dvips command:
dvips -tlandscape -Ppdf myfile.dvi -o myfile.ps
my pdf command:
ps2pdf13 myfile.ps

I do not get the result!!!!!! The display is ok, but not the printing!!!!

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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

landscape

Post by localghost »

Try the sidewaystable environment from the rotating package. Note that it will begin a new page and occupy it completely.


Best regards and welcome to the board
Thorsten¹
Post Reply