<br><div class="gmail_quote">2011/7/13 Herbert Voss <span dir="ltr"><<a href="mailto:Herbert.Voss@fu-berlin.de">Herbert.Voss@fu-berlin.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Am 12.07.2011 23:43, schrieb Peter Davis:<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm trying to setup a long table with 4 columns, each of which may contain<br>
multiline paragraphs.  I want the paragraphs to be set \raggedright, since<br>
they're so narrow.  I'm trying:<br>
</blockquote>
<br></div>
\documentclass{article}<br>
\usepackage{array,longtable,<u></u>ragged2e}<br>
\pagestyle{empty}<div class="im"><br>
\newcommand\colhead[1]{\<u></u>sffamily\bfseries #1}<br></div>
\newcommand\TR[4]{\RaggedRight #1 & \RaggedRight #2 &<br>
                  \RaggedRight #3 & \RaggedRight #4\\ \hline}<br>
\newcolumntype{P}[1]{>{\<u></u>RaggedRight}p{#1}}<br>
\begin{document}<div class="im"><br>
<br>
\begin{longtable}{|p{1.5in}|p{<u></u>1in}|p{1.75in}|p{1.75in}|}\<u></u>hline<br></div>
\TR{\colhead{TaskName}}{\<u></u>colhead{DRI}}{\colhead{<u></u>Description}}{\colhead{Risks}}<div class="im"><br>
\TR{Add to build}{Developer One}{n/a}{n/a}<br>
\TR{Asset management}{Developer Two}{n/a}{n/a}<br>
\end{longtable}<br>
<br></div>
\begin{longtable}{|P{1.5in}|P{<u></u>1in}|P{1.75in}|P{1.75in}|}\<u></u>hline<br>
\colhead{TaskName} & \colhead{DRI} & \colhead{Description} & \colhead{Risks}\\\hline<br>
Add to build     & Developer One & n/a & n/a \\\hline<br>
Asset management & Developer Two & n/a & n/a \\\hline<br>
\end{longtable}<br>
\end{document}<br>
<br></blockquote><div><br clear="all"></div></div>Excellent!  Thank you very much.<br><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>