=================================================================== RCS file: /cvs/RT/Invoicing/invoice.tex.tt,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- RT/Invoicing/invoice.tex.tt 2011/03/22 04:21:30 1.10 +++ RT/Invoicing/invoice.tex.tt 2011/03/22 05:48:19 1.11 @@ -1,6 +1,6 @@ [% USE Latex -%] [% FILTER latex("pdf") -%] -% $AFresh1: invoice.tex.tt,v 1.8 2011/03/21 23:21:16 andrew Exp $ +% $AFresh1: invoice.tex.tt,v 1.10 2011/03/22 03:21:30 andrew Exp $ \documentclass[oneside]{report} \usepackage[top=1in, bottom=1in, left=.75in, right=.75in]{geometry} \usepackage{multicol} @@ -13,17 +13,17 @@ \chead{Invoice \#\textbf{[% id | format('%06d') | latex_encode %]}} \rhead{Page {\thepage}} -\lfoot{[% info.0 | latex_encode %]} +\lfoot{[% info.0 | latex_encode(except = "\\{}") %]} \cfoot{} -\rfoot{[% info.1 | latex_encode %]} +\rfoot{[% info.1 | latex_encode(except = "\\{}") %]} \begin{document} \thispagestyle{empty} \vspace*{-.75in} \begin{multicols}{2} -\parbox[t][1.625in]{\linewidth}{\large [% from | latex_encode %] } +\parbox[t][1.625in]{\linewidth}{\large [% from | latex_encode(except = "\\{}") %] } -\parbox[t][1.5in]{\linewidth}{\Large [% to | latex_encode %] } +\parbox[t][1.5in]{\linewidth}{\Large [% to | latex_encode(except = "\\{}") %] } \columnbreak @@ -57,8 +57,8 @@ Total Due & [% total_due | format('$%.2f') | latex_encode %] \\ [%- END %] \hline -\multicolumn{2}{|c|}{[% info.0 | latex_encode %]} \\ -\multicolumn{2}{|c|}{[% info.1 | latex_encode %]} \\ +\multicolumn{2}{|c|}{[% info.0 | latex_encode(except = "\\{}") %]} \\ +\multicolumn{2}{|c|}{[% info.1 | latex_encode(except = "\\{}") %]} \\ \hline \end{tabular}