[Openledger-developer] purchase order template
Brought to you by:
klavs
From: Joseph <sy...@in...> - 2005-10-04 21:41:23
|
Is there any tetex guru on the list? I'm trying to modify the formation line in purchase_order.tex form. I think this line is responsible hwo the entry items are formated: \begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep \fill}rlrrr@{}} If the part number is long the description is not wrap up to the next line correctly. So, text Amount Total scroll of the page. I've tried to copy the formating string from invoice.tex form: \begin{tabularx}{\textwidth}{@{}rlXlrlrrr@{}} but it doesn't work correctly. Anybody knows what to change so when the part number is long, the description should wrap up to the next line. -- #Joseph |