From: Dieter S. <dsi...@sq...> - 2006-11-08 14:48:54
|
\usepackage{longtable} \begin{document} \begin{longtable}[l]{@{}rlp{\descrwidth}rl@{\extracolsep\fill}lrrr@{}} \textbf{Pos} & \textbf{Number} & \textbf{Description} & \textbf{Req'd} & \textbf{Qt'y} & \textbf{Unit} & \textbf{Price} & \textbf{Disc \%} & \textbf{Amount} \\ \endhead \hline \multicolumn{9}{r}{\emph{Continued on next page ...}} \endfoot \endlastfoot <%foreach number%> <%runningnumber%> & <%number%> & <%description%> & <%deliverydate%> & <%qty%> & <%unit%> & <%sellprice%> & <%discountrate%> & <%linetotal%> \\ <%if itemnotes%>& & <%itemnotes%> \\[1em]<%end itemnotes%> <%end number%> \end{longtable} -- Dieter Simader http://www.sql-ledger.com Tel: (780) 472-8161 DWS Systems Inc. Accounting Software Fax: (780) 478-5281 ============== On a clear disk you can seek forever ================ On Tue, 7 Nov 2006, Angus Jordan wrote: > Hi there, > > It is always helpful to read the archives, if they can be found. > > > > I indeed use longtable and leave the page breaks to LaTeX. > > > > > > Any chance you could post the applicable excerpts from your invoice.texfile? > > I'd love to see how this works... > > Thanks in advance, > Angus Jordan > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > |