Re: paragraph left justified in table
- From: mickey <micky@xxxxxxxxxxx>
- Date: Thu, 14 Sep 2006 09:33:21 -0400
Lars Madsen wrote:
mickey wrote:
Hi,
I have a table like this,
\begin{tabular}{|p{3.2cm}|p{2cm}|p{2cm}|p{4.5cm}|} \hline
\textbf{NI: No Instruction} & Regular, 1 h & $1/2$ h in 2$^{nd}$ part of lab & 5 minutes general instruction plus physics help during writing \\ \hline
The text with the boxes is justified on both sides leading to large gaps between the words. How do I get it left justified?
THanks,
-M
\documentclass{article}
\usepackage{ragged2e,array}
\begin{document}
\begin{tabular}{|>{\RaggedRight}p{3.2cm}|p{2cm}|p{2cm}|p{4.5cm}|} \hline
\textbf{NI: No Instruction} & Regular, 1 h & $1/2$ h in
2$^{nd}$ part of lab & 5 minutes general instruction plus physics help
during writing \\ \hline
\end{tabular}
\end{document}
be careful using \RaggedRIght in the last column
THanks for the quick reply. This works great.
-M
.
- References:
- paragraph left justified in table
- From: mickey
- Re: paragraph left justified in table
- From: Lars Madsen
- paragraph left justified in table
- Prev by Date: Re: Controlling (La)TeX
- Next by Date: Re: Listings Package Blowing Up
- Previous by thread: Re: paragraph left justified in table
- Next by thread: How to delate the page number in the first page of the bibliography ?
- Index(es):
Relevant Pages
|