Document Classes ⇒ sideways tables, landscape tables
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: sideways tables, landscape tables
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
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Posts: 5
- Joined: Thu Dec 11, 2008 7:35 pm
Re: sideways tables, landscape tables
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
Fred
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
sideways tables, landscape tables
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.Fred Krogh wrote:[...] So I guess this sort of thing doesn't work with .dvi files? [...]
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10