Search found 2 matches

by tinez
Sun Sep 21, 2008 10:19 pm
Forum: General
Topic: latex not showing table
Replies: 2
Views: 17389

Re: latex not showing table

You haven't included array package. Could You try that out?

Ok I tried to make dvi from that example and it did actually work, even with array package included. The original document has 70 pages and it's split into 7 files. Anyone wan't to take a try looking at it? :D
by tinez
Sun Sep 21, 2008 8:38 pm
Forum: General
Topic: latex not showing table
Replies: 2
Views: 17389

latex not showing table

Greetings!

I have a problem with making a table. I use the array package in my document. When I define a table like this:

\begin{table}[htb]
\caption{caption}
\label{label}
\centering
\begin{tabular}{|p{2cm}|p{2cm}|}
....

it's not included in .dvi file. It's there only if I make first column l, r ...