From c89d5ee9922cafa39f50b65080995bc51dda0536 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/timecard.tex | 52 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 templates/macronald/timecard.tex (limited to 'templates/macronald/timecard.tex') diff --git a/templates/macronald/timecard.tex b/templates/macronald/timecard.tex new file mode 100644 index 00000000..1c54eb4f --- /dev/null +++ b/templates/macronald/timecard.tex @@ -0,0 +1,52 @@ +\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 + + + +\centerline{\textbf{T I M E}\hspace{0.5cm}\textbf{C A R D}} + +\vspace*{0.5cm} + +\begin{tabular}[t]{ll} + \textbf{Employee} & \\ + \textbf{ID} & \\ +\end{tabular} +\hfill +\begin{tabular}[t]{ll} + \textbf{Card ID} & \\ + \textbf{Date} & \\ + \textbf{In} & \\ + \textbf{Out} & \\ + \textbf{Hours} & \\ +\end{tabular} + +\vspace{1cm} + +\begin{tabular}[b]{ll} + \textbf{Job/Project \#} & \\ + \textbf{Description} & \\ + \textbf{Labor/Service Code} & \\ + \textbf{Description} & \\ +\end{tabular} +\hfill +\begin{tabular}[b]{lr} + \textbf{Rate} & \\ + \textbf{Total} & \\ +\end{tabular} + +\vspace{0.3cm} + + + +\end{document} + -- cgit v1.2.3