Re: [gentoo-user] Latex spacing problem

2005-10-06 Thread John Green
Joseph wrote:

Is there any Tetex/Latex guru on the list?

I'm trying to modify the formation line in purchase_order.tex form.
I think this line is responsible how the entry items are formated:

[EMAIL PROTECTED]@{\extracolsep
[EMAIL PROTECTED]

However, the line above if the part number is long the description is
not wrap up to the next line.  Just the next columns are keep scrolling
to the right.
So,  text Amount Total scrolls of the page.

I've tried to copy the formating string from invoice.tex form (that
correctly wraps up the description column):
[EMAIL PROTECTED]@{}}

but it doesn't work correctly.
Anybody knows what to change so when the part number is long, the
description section would wrap up to the next line.

  

I suggest you ask on the usenet group comp.text.tex.  The group is active.

John Green
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Latex spacing problem

2005-10-05 Thread Frédéric Grosshans
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

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Latex spacing problem

2005-10-05 Thread Joseph
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



[gentoo-user] Latex spacing problem

2005-10-04 Thread Joseph
Is there any Tetex/Latex guru on the list?

I'm trying to modify the formation line in purchase_order.tex form.
I think this line is responsible how the entry items are formated:

[EMAIL PROTECTED]@{\extracolsep
[EMAIL PROTECTED]

However, the line above if the part number is long the description is
not wrap up to the next line.  Just the next columns are keep scrolling
to the right.
So,  text Amount Total scrolls of the page.

I've tried to copy the formating string from invoice.tex form (that
correctly wraps up the description column):
[EMAIL PROTECTED]@{}}

but it doesn't work correctly.
Anybody knows what to change so when the part number is long, the
description section would wrap up to the next line.

-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list