% texas-drivers-license.tex
%
% State of Texas Driver's License Application.
%
% Source:
%	? 
%
% Typeset by Volker Kuhlmann, 12 August 1997.
% Typeset with LaTeX 2e.
% Does not require non-standard macro-packages.
% 1 page.
%


\documentclass[12pt,twoside]{article}


%% Load any desired fonts
%
%\usepackage{palatino}					% PostScript Palatino
%\usepackage{newcent}					% PostScript NewCentury
%\usepackage{helvetic}\AtBeginDocument{\sffamily}	% PostScript Helvetica


% Mirrors \oddsidemargin onto \evensidemargin for twoside documents,
% and takes care of TeX's 1in/1in origin offset.
% Takes paper width as argument.
\newcommand\adjmargins[1]{%
	\evensidemargin=#1
	\advance\evensidemargin-\textwidth
	\advance\evensidemargin-\oddsidemargin
	\advance\oddsidemargin-1in
	\advance\evensidemargin-1in
	\advance\topmargin-1in
	}


% Define page layout
%
\oddsidemargin	25mm
\textwidth	160mm
\topmargin	22mm
\headheight	0mm
\headsep	0mm
\textheight	250mm
\footskip	12mm
\pagestyle	{plain}
\thispagestyle	{empty}
\parindent	0em
\parskip	2ex plus.5ex minus.5ex
%\sloppy
%\raggedright
%
\adjmargins{210mm}	% 210mm for A4 paper


%% Define any required macros
%
\newcommand\Line[1]{\rule{#1}{0.8pt}}
\newcommand\tickbox{(\Line{1em})}
\newcommand\numspace{\Line{2.1em}}
	



\begin{document}

{
\Large
\MakeUppercase
{State of Texas (or any other State below the Mason-Dixon line) Driver's
License Application}
}

\vspace{8mm}

Last name: \Line{60mm}

First name:\ \ \ (check appropriate box)\\
\tickbox\ Billy-Bob\\
\tickbox\ Billy-Joe\\
\tickbox\ Billy-Ray\\
\tickbox\ Billy-Sue\\
\tickbox\ Billy-Mae\\
\tickbox\ Billy-Jack

Age: \numspace

Sex: \numspace\ M \numspace\ F \numspace\ not sure

Shoe size: \numspace\ Left \numspace\ Right

Occupation:\\
\tickbox\ Farmer\\
\tickbox\ Mechanic\\
\tickbox\ Hair-Dresser\\
\tickbox\ Unemployed

Spouse's name: \Line{60mm}

Relationship with spouse:\\
\tickbox\ Sister\\
\tickbox\ Brother\\
\tickbox\ Aunt\\
\tickbox\ Uncle\\
\tickbox\ Cousin\\
\tickbox\ Mother\\
\tickbox\ Father\\
\tickbox\ Son\\
\tickbox\ Daughter\\
\tickbox\ Pet

Number of children living in household: \numspace

Number that are yours: \numspace

Mother's name: \Line{60mm}\\
Father's name: \Line{60mm}\\
(if not sure, leave blank)

Education: \ 1 \ 2 \ 3 \ 4 \ \ (circle highest grade completed)

Do you \tickbox own or \tickbox rent your mobile home?

\numspace\ Total number of vehicles you own\\
\numspace\ Number of vehicles that still crank\\
\numspace\ Number of vehicles in front yard\\
\numspace\ Number of vehicles in back yard\\
\numspace\ Number of vehicles on cement blocks

Firearms you own and where you keep them:\\
\numspace\ Truck\\
\numspace\ Bedroom\\
\numspace\ Bathroom\\
\numspace\ Kitchen\\
\numspace\ Shed

Model and year of your pickup: \Line{30mm} 194\Line{1em}

Do you have a gun rack?\\
\tickbox\ Yes \tickbox\ No; if no, please explain

Newspapers/magazines you subscribe to:\\
\tickbox\ The National Enquirer\\
\tickbox\ The Globe\\
\tickbox\ TV Guide\\
\tickbox\ Soap Opera Digest\\
\tickbox\ Rifle and Shotgun

\numspace\ Number of times you have seen a UFO\\
\numspace\ Number of times you have seen Elvis\\
\numspace\ Number of times you have seen Elvis in a UFO

How often do you bathe:\\
\tickbox\ Weekly\\
\tickbox\ Monthly\\
\tickbox\ Not applicable

Color of teeth:\\
\tickbox\ Yellow\\
\tickbox\ Brownish-yellow\\
\tickbox\ Brown\\
\tickbox\ Black\\
\tickbox\ N/A

Brand of chewing tobacco you prefer:\\
\tickbox\ Red-Man

How far is your home from a paved road?\\
\tickbox\ 1 mile\\
\tickbox\ 2 miles\\
\tickbox\ don't know


\end{document}
