Document Classessideways tables, landscape tables

Information and discussion about specific document classes and how to create your own document classes.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: sideways tables, landscape tables

Post by localghost »

Do not look at the DVI file. Some viewers are not able to show rotated objects or other graphical elements correctly. Compile the code to PS (via DVI) or directly to PDF. The final output should look like the file in the attachment.
Attachments
olatex_96349.pdf
The example code compiled to PDF.
(36.39 KiB) Downloaded 248 times

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Fred Krogh
Posts: 5
Joined: Thu Dec 11, 2008 7:35 pm

Re: sideways tables, landscape tables

Post by Fred Krogh »

Yes it works with pdflatex. So I guess this sort of thing doesn't work with .dvi files? Many thanks, at least now I can fill in the table.
Fred
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

sideways tables, landscape tables

Post by localghost »

Fred Krogh wrote:[...] So I guess this sort of thing doesn't work with .dvi files? [...]
For most LaTeX users DVI is only an intermediate file format to get postscript as final format. And display issue are mostly related to the viewer. DVI and PS files can be converted to PDF. With the development of pdftex source code can be compiled directly to PDF.
Post Reply