From: Jeff K. <jt...@ya...> - 2006-10-19 15:13:47
|
Another strange observation: <%description%> works perfectly in this slot, = but <%itemnotes%> does not.=0A=0Ainvoice.tex: renders notes and description= (duplicated in detail table) correctly=0A=0A\vspace{12pt}=0A=0A<%notes%>= =0A<%foreach number%>=0A <%runningnumber%>. & <%description%> \\=0A<%end n= umber%>=0A}=0A=0Ainvoice.tex: output page(s) have enough white space for no= tes and runningnumber + itemnotes, but no text is rendered there.=0A=0A\vsp= ace{12pt}=0A=0A<%notes%>=0A<%foreach number%>=0A <%runningnumber%>. & <%it= emnotes%> \\=0A<%end number%>=0A}=0A=0A=0A=0A |