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/pick_list.tex | 108 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 templates/macronald/pick_list.tex (limited to 'templates/macronald/pick_list.tex') diff --git a/templates/macronald/pick_list.tex b/templates/macronald/pick_list.tex new file mode 100644 index 00000000..1b88041f --- /dev/null +++ b/templates/macronald/pick_list.tex @@ -0,0 +1,108 @@ +\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{10pt}{12pt}\selectfont + + + + + +\end{tabularx} + +\newpage + +\markboth{\hfill }{\hfill } + +\begin{tabularx}{\textwidth}{@{}rlXrcll@{}} + \textbf{Item} & \textbf{Number} & \textbf{Description} & + \textbf{Qty} & \textbf{Ship} & & \textbf{Bin} \\ + + + +\vspace*{0.5cm} + +\parbox[t]{.5\textwidth}{ + \textbf{Ship To} +} \hfill + +\vspace{0.3cm} + +\parbox[t]{.5\textwidth}{ + + + + + + + + + +\hspace{-0.1cm}, + + + + +} +\parbox[t]{.5\textwidth}{ + + + + Tel: + + + + Fax: + + + +} +\hfill + +\vspace{1cm} + +\textbf{P I C K} \parbox{0.3cm}{\hfill} \textbf{L I S T} +\hfill + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{*{7}{|X}|} \hline + \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Date} & \textbf{Contact} + & \textbf{Warehouse} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em] + \hline + & + + & + + + & + + & & & & \\ + \hline +\end{tabularx} + +\vspace{1cm} + +\begin{tabularx}{\textwidth}{@{}rlXrcll@{}} + \textbf{Item} & \textbf{Number} & \textbf{Description} & + \textbf{Qty} & \textbf{Ship} & & \textbf{Bin} \\ + + & & & + & [\hspace{1cm}] & & \\ + +\end{tabularx} + + +\parbox{\textwidth}{ +\rule{\textwidth}{2pt} +} + +\end{document} + -- cgit v1.2.3