Search found 2 matches

by fiatlux
Sun Sep 05, 2010 10:03 am
Forum: Graphics, Figures & Tables
Topic: Text alignment in a table
Replies: 3
Views: 2743

Re: Text alignment in a table

Thanks for the answers!
Indeed, I had forgotten the array package... :?
And sorry for the "generates an error" thing.
by fiatlux
Fri Aug 27, 2010 7:03 pm
Forum: Graphics, Figures & Tables
Topic: Text alignment in a table
Replies: 3
Views: 2743

Text alignment in a table

Hello everyone,
First of all, sorry for my English.
I'm a beginner with Latex. I have a question. I've set the left margin of my document to 2cm. Then I created this table:
\begin{tabular}{ p{5.5cm} p{4cm} }
one & two \\
three & four \\
\end{tabular}
It works perfectly, but the text in the ...