From 542c76516135a98fb8ed4b302d7ad7cb7478d637 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 2 Dec 2008 17:04:49 +0100 Subject: Add custom templates. --- templates/macronald/receipt.tex | 77 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 templates/macronald/receipt.tex (limited to 'templates/macronald/receipt.tex') diff --git a/templates/macronald/receipt.tex b/templates/macronald/receipt.tex new file mode 100644 index 00000000..7bd4decd --- /dev/null +++ b/templates/macronald/receipt.tex @@ -0,0 +1,77 @@ +\documentclass{scrartcl} +\usepackage[latin1]{inputenc} +\usepackage{tabularx} +\usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} +\usepackage{graphicx} + +\begin{document} + +\pagestyle{myheadings} +\thispagestyle{empty} + +\fontfamily{cmss}\fontsize{9pt}{9pt}\selectfont + +\parbox[t]{12cm}{ + + + } +\hfill +\parbox[t]{6cm}{\hfill } + +\vspace*{0.6cm} + + \dotfill /100 \makebox[0.5cm]{\hfill} + +\vspace{0.5cm} + +\hfill \makebox[2cm]{\hfill} + +% different date format for datepaid +% + +\vspace{0.5cm} + + + + + + + + + +\hspace{-0.1cm}, + + + + + +\vspace{1.8cm} + + + +\vspace{0.8cm} + + + +\vspace{0.5cm} + + \hfill \hfill + +\vspace{0.5cm} +\begin{tabularx}{\textwidth}{lXrr@{}} +\textbf{Invoice No.} & \textbf{Invoice Date} + & \textbf{Due} & \textbf{Applied} \\ + + & \dotfill + & & \\ + +\end{tabularx} + +\vspace{1cm} + + + +\vfill + +\end{document} + -- cgit v1.2.3