On Wed, 2005-10-05 at 12:29 +0200, Frédéric Grosshans wrote:
> Le mardi 04 octobre 2005 à 18:16 -0600, Joseph a écrit :
> > Is there any Tetex/Latex guru on the list?
> > 
> 
> > I've tried to copy the formating string from invoice.tex form (that
> > correctly wraps up the description column):
> > [EMAIL PROTECTED]@{}}
> 
> The kind of column you want ar the X columns of the tabularx kind of
> table. But to use it, you have to enable the tabularx package. Add
> \usepackage{tabularx} in your preamble.
> 
> Google for tabularx for more information.
> 
>       Fred

Thank you Fred, your explanation did help, I didn't know what that "X"
was for, so the correct formating string should be:

[EMAIL PROTECTED]@{}}
  \textbf{Number} & \textbf{Description} & \textbf{Qt'y} &
    \textbf{Unit} & \textbf{Price} & \textbf{Amount} \\
<%foreach number%>
  <%number%> & <%description%> & <%qty%> &
    <%unit%> & <%sellprice%> & <%linetotal%> \\
<%end number%>
\end{tabularx}

-- 
#Joseph

-- 
gentoo-user@gentoo.org mailing list

Reply via email to