From: Shawn <sg...@op...> - 2006-10-20 21:34:04
|
I have been encouraged by this thread to try to get my itemnotes = printing as well. In my case though I want the notes to print on a = separate page as they are only supporting detail for the invoice = numbers. To that end, I've added the following to my invoice.tex file = right before the \enddocument line at the bottom: \newpage \vspace{12pt} Supporting Notes: <%notes%> <%foreach number%> <%runningnumber%>) & <%itemnotes%> \\ <%end number%> This works in some cases, but not in others. When it does work, it's = plenty good enough for my purposes. But when it fails, I get no = document at all when printing a PDF to screen. Printing postscript to = screen gives me some output, but that looks odd compared to the PDFs = that work. Any tips or suggestions? (I also created my custom_io.pl = file with the line specified in this thread.) I have customized my invoice.tex file in the past, so there is a chance = I've messed it up. I'm trying to attach it here, but don't know if the = list supports attachements. If not, I can mail it directly to anyone = who may like to take a look at it. Thanks for any feedback. Shawn Angus Jordan wrote: > Hi Jeff, > = > On 10/20/06, Jeff Kowalczyk <jt...@ya...> wrote: >> Good news, looking forward to trying that. Is that with or without your >> change: >> >> <%pagebreak 90 7 37%> >> >> Is there any chance you could post your invoice.tex in terms of changes >> from the default. diff -u is nice if you know how to create diffs. <snip> |