From 1674dce05381322473f451b9489cde61871bd905 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 11 Dec 2003 23:35:29 +0000 Subject: [PATCH] sample invoice letter --- utils/commercial/invoice/gmsh_2003_006.tex | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 utils/commercial/invoice/gmsh_2003_006.tex diff --git a/utils/commercial/invoice/gmsh_2003_006.tex b/utils/commercial/invoice/gmsh_2003_006.tex new file mode 100644 index 0000000000..6df3310f9f --- /dev/null +++ b/utils/commercial/invoice/gmsh_2003_006.tex @@ -0,0 +1,61 @@ +\documentclass{article} +\usepackage{invoice} +\usepackage{hyperref} + +\setlength{\parindent}{0mm} +\setlength{\textwidth}{150mm} +\setlength{\oddsidemargin}{30mm} +\setlength{\evensidemargin}{30mm} +\addtolength{\oddsidemargin}{-25.4mm} +\addtolength{\evensidemargin}{-25.4mm} +\pagestyle{empty} +\thispagestyle{empty} + +\begin{document} + +Dr. Christophe Geuzaine \hfill Phone: +1-626-395-5760\\ +California Institute of Technology \hfill Fax: +1-626-578-0124\\ +Applied and Computational Mathematics \hfill Email: geuzaine@acm.caltech.edu\\ +1200 E. California Boulevard, MC 217-50 \hfill Website: \url{http://geuz.org/gmsh/}\\ +Pasadena, CA 91125 \\ +USA + +\vspace*{3em} + +\begin{minipage}{0.5\textwidth}\centering +\textbf{\large INVOICE} +\end{minipage}% +\begin{minipage}{0.5\textwidth}\flushright +\begin{tabular}{|l|l|} +\hline +\textbf{Invoice \#:} & 2003.006\\ +\textbf{Invoice Date:} & December 11, 2003\\ +\textbf{Customer ID:} & MIG1\\ +\hline +\end{tabular} +\end{minipage} + +\vspace*{3em} + +\textbf{Bill To:}\smallskip + +MIG Microwave Innovation Group\\ +Fahrenheistr. 1\\ +28359 Bremen\\ +Germany + +\bigskip +\begin{invoice}{USD}{0} +\ProjectTitle{Gmsh Mesh Tool Kit} +\Fee{Gmsh commercial license}{XXXX.00}{1} +\end{invoice} + +\bigskip + +\textbf{Important note:}\smallskip + +Electronic payments through PayPal (see +\url{http://geuz.org/gmsh/order.html}) will be charged an additional 3\% +service fee on the Total amount printed above. + +\end{document} -- GitLab