X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_latex;h=5c6090e082cd3495f4eafde7e26a60d4d54d289e;hb=6dbf673ebae0b29f7dcfa27104d4e470cf4fa067;hp=c1d04d65136f51c32e0c65faea602ba3ae38ba5a;hpb=a2ecb1cf6a6c084c521710f1256da082f70ba9e5;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}} } }