Re: Text wrapping in table

"Josy P. Pullockara" <[email protected]>
Newsgroups gmane.comp.tex.tugindia
Organization National Aerospace Laboratories
Message-ID <[email protected]>
On Tue, 2011-06-28 at 11:46 +0530, Asha G wrote:
> I am creating a table and want some of the text to go to another line within
> the same column eg - Aerospace Engineering to be Aerospace
> Engineering
> I have tried to give column dimension p{2cm}
> and also tried Aerospace \\ Engineering

p{13ex} works. Adjust 13 depending on font choice. The below minimal
file demonstrates.

\documentclass{article}
\begin{document}
\begin{tabular}{p{13ex}}
Aerospace Engineering
\end{tabular}
\end{document}

-- 
Josy P. Pullockara <[email protected]>
National Aerospace Laboratories

_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.