From 10af4c3d4345d7cedb47c4b55241d92a60e01ce5 Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 17 Oct 2008 20:01:11 +0000 Subject: [PATCH] address tweaks, assumes a window at least 2.75in or 7cm wide --- conf/invoice_latex | 2 +- conf/invoice_latexcoupon | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/conf/invoice_latex b/conf/invoice_latex index d81916019..13698331c 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -207,7 +207,7 @@ [@-- $coupon ? '\enlargethispage{-\extracouponspace}' : '' --@] \addressinset \rule{0.5cm}{0cm} \makebox{ -\begin{minipage}[t]{5.0cm} +\begin{minipage}[t]{7.0cm} \vspace{0.25cm} \textbf{[@-- $payname --@]}\\ \addressline{[@-- $company --@]} diff --git a/conf/invoice_latexcoupon b/conf/invoice_latexcoupon index 8cbdb5239..327c1213b 100644 --- a/conf/invoice_latexcoupon +++ b/conf/invoice_latexcoupon @@ -1,5 +1,6 @@ Detach and return this remittance form with your your payment.\\ \begin{tabular}{ll} +\begin{tabular}{ll} \returninset \begin{tabular}{ll} \makebox{ \includegraphics{[@-- $logo_file --@]}} & @@ -10,7 +11,7 @@ Detach and return this remittance form with your your payment.\\ \begin{tabular}{r@{: }lr} Invoice date & \textbf{[@-- $date --@]} & \multirow{4}*{ \makebox{ -\begin{minipage}[t]{5.0cm} +\begin{minipage}[t]{7.0cm} \textbf{[@-- $payname --@]}\\ \addressline{[@-- $company --@]} \addressline{[@-- $address1 --@]} @@ -23,11 +24,13 @@ Total Due & \textbf{[@-- $balance --@]} & \\ \rule{0pt}{2.25em}Amount Enclosed & \rule{2cm}{1pt}& \\ \end{tabular}\\ \rule{0pt}{1cm} &\\ +\end{tabular}\\ \begin{tabular}{ll} \addressinset \rule{0.5cm}{0cm} & \makebox{ -\begin{minipage}[t]{5.0cm} +\begin{minipage}[t]{7.0cm} [@-- $returnaddress --@] \end{minipage}} +\hfill \end{tabular}\\ \end{tabular}\\ -- 2.11.0