From: J.M. \Jersey\ M. <je...@ib...> - 2008-04-16 08:34:30
|
Hello, I am trying to print my letterhead on every page of the invoice. First thing I tried is to put the invoice's's headers on every page and it works. Than I put \include{letterhead.tex} and the letterhead is not printed. \includeonly{letterhead.tex} is present in the preamble. I would like to know as well what the meaning of variables is in pagebreake. If I use "65 27 35" the system moves the whole invoice table to the new page. When I change to "65 20 35" it prints fine (including invoice's headers) but the letterhead is not printed :(. ************************************************** <%pagebreak 65 20 35%> \end{tabularx} \rule{\textwidth}{2pt} \vspace{0.2cm} \hfill \begin{tabularx}{\textwidth}{Xr@{\hspace{.5cm}}r@{}} & Subtotal & <%sumcarriedforward%> \\ \end{tabularx} \newpage \include{letterhead.tex} \begin{tabularx}{\textwidth}{*{5}{|X}|} \hline \textbf{Invoice No} & \textbf{Date} & \textbf{Order No} & \textbf{Salesperson} & \textbf{Page} \\ [0.5em] \hline <%invnumber%> & <%invdate%> & <%ordnumber%> & <%employee%> & 1 \\ \hline \end{tabularx} ************************************************ -----Original Message----- From: sql...@li... [mailto:sql...@li...] On Behalf Of Lenny Leblanc Sent: 30 March 2006 07:38 PM To: sql...@li... Subject: Re: [SL] letterhead on every page? Well it turns out that my request was a little premature as I sort of got it figured out. I still don't fully understand how the pagebreak system works with latex as I do get strange results when it comes to anything beyond the second page. I don't think this will be an issue for the time being so I'm not too worried about it. If anyone has any links to good information on this I would appreciate receiving them though as I would like to better understand how pagebreaks work rather then just hacking away at the latex template until I get a decent result. :) -- Lenny Lenny Leblanc wrote: > Hello list, > > I'm a little confused about how latex handles pagebreaks. Is there a > way that I can include my letterhead.tex at the top of every page? > > Currently the pagebreak works quite well and doesn't cut off any > information, but it would be nice to have this displayed again on the > second page. Any ideas? > > -- > Lenny > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ sql-ledger-users mailing list sql...@li... https://lists.sourceforge.net/lists/listinfo/sql-ledger-users |