<br>I'm trying to setup a long table with 4 columns, each of which may contain multiline paragraphs.  I want the paragraphs to be set \raggedright, since they're so narrow.  I'm trying:<br><br>\newcommand{\colhead}[1]{{\sffamily\bfseries #1}}<br>
\newcommand{\TR}[4]{{\raggedright #1} & {\raggedright #2} & {\raggedright #3} & {\raggedright #4} \\ \hline}<br><br>followed by<br clear="all"><br>\begin{longtable}{|p{1.5in}|p{1in}|p{1.75in}|p{1.75in}|}%<br>\hline<br>
<br>\TR{\colhead{Task Name}}{\colhead{DRI}}{\colhead{Description}}{\colhead{Risks}}<br><br>\TR{Add to build}{Developer One}{n/a}{n/a}<br><br>\TR{Asset management}{Developer Two}{n/a}{n/a}<br><br>...<br><br>\end{longtable}<br>
<br>However, I'm *not* getting raggedright.<br><br>Any clues?  I also tried defining \TR without the braces around "\raggedright #1", etc., but just got a bunch of errors.<br><br>Thanks,<br>-pd<br><br><br>-- <br>
<span style="font-family:arial, sans-serif;border-collapse:collapse">----<div>The Tech Curmudgeon</div><div><a href="http://www.techcurmudgeon.com/" style="color:rgb(17, 65, 112)" target="_blank">http://www.techcurmudgeon.com</a></div>
<div style="font-size:10.8333px"><br></div></span><br>