X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_latex;h=5c6090e082cd3495f4eafde7e26a60d4d54d289e;hb=b21864778ad131008d94a3672820a6acbd413b60;hp=c1d04d65136f51c32e0c65faea602ba3ae38ba5a;hpb=1aecd5bf33146bf3f374341a3814960ae1d419e8;p=freeside.git diff --git a/conf/invoice_latex b/conf/invoice_latex index c1d04d651..5c6090e08 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -38,6 +38,16 @@ ''; --@] +\catcode`\{=1 +\catcode`\}=2 +\special{ps:% + SDict begin [ + /Title (Invoice \#[@-- $invnum --@]) + /DOCINFO pdfmark + end +} +\end + \addtolength{\voffset}{-0.0cm} % top margin to top of header \addtolength{\hoffset}{-0.6cm} % left margin on page \addtolength{\topmargin}{[@-- defined($topmargin) ? $topmargin : '-1.00cm' --@]} @@ -117,7 +127,7 @@ { % First page } { % ... pages - \small{\thepage\ of \pageref{LastPage}} + \small{\thepage~[@-- emt('of') --@]~\pageref{LastPage}} } }