Re: paragraph left justified in table



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
.



Relevant Pages

  • Re: Segmentation in real mode
    ... Herbert Kleebauer écrivait news:42413717.7E72EEC4 ... > one instruction per line, an optional label, a TAB, the instruction ... > But this is just a matter of personal preference. ... writing style i introduced with Multi-Instructions Lines, ...
    (alt.lang.asm)
  • Re: integer conversion
    ... | writing a mixed-mode expression a+1 could possibly be more efficient ... It depends on the hardware. ... than as far as the compiler goes all of these expressions ... on the final instruction sequence. ...
    (comp.lang.fortran)
  • Seeking Instructional Position...
    ... independent or scholastic guard program. ... all pieces of equipment for all ability levels, ... time instructional assistance in a writing, creative, or technical ... constraints to provide high quality instruction for a price that is ...
    (rec.arts.marching.colorguard)
  • Platos Form in Abstract-Yet
    ... The link above is abstract Greek form. ... abstract predicate relate, ... Now writing your very own Logic is hard now adays because they are ... As a student it is impossible without instruction. ...
    (sci.physics)
  • Re: integer conversion
    ... | writing a mixed-mode expression a+1 could possibly be more efficient ... It depends on the hardware. ... For the S/390, the conversion could be done at run time, ... Recent Intel hardware has the FLD1 instruction that pushes ...
    (comp.lang.fortran)