From 22449f3d338f7c965baf4c844a41433485a38529 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Mon, 4 Sep 2006 05:34:38 +0000 Subject: Added changelog. Reformatted the a few lines in the format_line form method. Corrected the regex LaTeX printing problem. Updated most of the png logos. Added items to TODO list. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@19 4979c152-3d1c-0410-bac9-87ea11338e46 --- templates/demo/ar_transaction.tex | 27 +++++++++++++++++++++------ templates/demo/logo.png | Bin 3970 -> 15928 bytes 2 files changed, 21 insertions(+), 6 deletions(-) (limited to 'templates/demo') diff --git a/templates/demo/ar_transaction.tex b/templates/demo/ar_transaction.tex index 1c3c44f3..31e20fdb 100644 --- a/templates/demo/ar_transaction.tex +++ b/templates/demo/ar_transaction.tex @@ -1,18 +1,32 @@ \documentclass{scrartcl} \usepackage[latin1]{inputenc} \usepackage{tabularx} -\usepackage[letterpaper,top=2cm,bottom=-3cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage[top=2cm,bottom=-1cm,left=2cm,right=1cm]{geometry} \usepackage{graphicx} \setlength{\parindent}{0pt} \begin{document} -\pagestyle{myheadings} -\thispagestyle{empty} +\pagestyle{empty} \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont -<%include letterhead.tex%> +\parbox{\textwidth}{% + \parbox[b]{.42\textwidth}{% + <%company%> + + <%address%> + } + \parbox[b]{.2\textwidth}{ + \includegraphics[scale=0.3]{ledger-smb} + }\hfill + \begin{tabular}[b]{rr@{}} + Tel: & <%tel%>\\ + Fax: & <%fax%> + \end{tabular} + + \rule[1.5em]{\textwidth}{0.5pt} +} \centerline{\textbf{A R} \hspace{0.3cm} \textbf{T R A N S A C T I O N}} @@ -27,7 +41,7 @@ <%city%> <%if state%> -\hspace{-0.1cm}, <%state%> +, <%state%> <%end state%> <%zipcode%> @@ -37,9 +51,10 @@ <%if contact%> <%contact%> -\vspace{0.2cm} <%end contact%> +\vspace{0.2cm} + <%if customerphone%> Tel: <%customerphone%> <%end customerphone%> diff --git a/templates/demo/logo.png b/templates/demo/logo.png index e3a4ac13..e8c8b84f 100644 Binary files a/templates/demo/logo.png and b/templates/demo/logo.png differ -- cgit v1.2.3