% bus_card.tex, Brian Moses [moses@ms.uky.edu], October '95
% further modified by Charles Danforth [danforth@pha.jhu.edu], January 2000

\documentclass{article}

\usepackage{vpage}

\setpapersize{USletter}

\setmarginsrb{0.75in}{0.5in}{0.75in}{0.5in}{0in}{0in}{0in}{0in}

%%%%%%%%%%%%%%%%%%%%%% DEFINE USER SPECIFIC MACROS BELOW %%%%%%%%%%%%%%%%%%%%%
%\def\Who     {Charles W. Danforth}
%\def\What    {Graduate Student}
%\def\Where   {Department of Physics and Astronomy}
%\def\Address {3400 N. Charles St.}
%\def\CityZip {Baltimore, MD 21218}
%\def\Email   {danforth@pha.jhu.edu}
%\def\TEL     {(410) 516-6480}
%\def\FAX     {}
%\def\URL     {http://www.pha.jhu.edu/$\sim$danforth} % NOTE: use $\sim$ for tilde

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% MARGINS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\textwidth       7.00in
%\textheight     10.50in
%%\textheight      4.50in
%\oddsidemargin   -.25in
%\evensidemargin  -.25in
%\topmargin      -0.90in
\itemindent      0.00in
\parindent       0.00in

%%%%%%%%%%%%%%%%%%%%% BUSINESS CARD MACRO [\card] BELOW %%%%%%%%%%%%%%%%%%%%
%\def\card{\begin{tabular}{c}

%          \hspace*{.55in} UNIVERSITY \\
%          \hspace*{.55in} 
%          \rule[1.75ex]{2.10in}{.5pt}\\%
%          \end{tabular}%

%          \normalsize\\
%          {\Large      \Who}\\
%          {\normalsize \What}\\
%          {\normalsize \Where}%
%          \rule[-2ex]{0ex}{2ex}\\
%          \small%

%          \begin{tabular}[b]{lr}
%          \Address & {\footnotesize Tel}: \TEL\\
%          \CityZip & \Email\\
%          \end{tabular}\\

%         \footnotesize \URL%

%          \end{tabular}}%

\def\card{\begin{tabular}{c}
             {\LARGE Unraveling the Infinite Loop}\\[0.5in]
             \textit{\Large see other side}
          \end{tabular}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%% BEGIN DOCUMENT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\input{psfig}
\pagestyle{empty}
\begin{document}
%\typeout{<card.tex, Brian Moses>}
\setlength{\unitlength}{1in}%
\begin{picture}(7.0,10)%
\put(00.0,08.0){\makebox(3.5,2.0){\card}}  %  Change \makebox to \framebox
\put(03.5,08.0){\makebox(3.5,2.0){\card}}  %  to produce a visual box for
\put(00.0,06.0){\makebox(3.5,2.0){\card}}  %  previewing purposes.
\put(03.5,06.0){\makebox(3.5,2.0){\card}}
\put(00.0,04.0){\makebox(3.5,2.0){\card}}
\put(03.5,04.0){\makebox(3.5,2.0){\card}}
\put(00.0,02.0){\makebox(3.5,2.0){\card}}
\put(03.5,02.0){\makebox(3.5,2.0){\card}}
\put(00.0,00.0){\makebox(3.5,2.0){\card}}
\put(03.5,00.0){\makebox(3.5,2.0){\card}}
\end{picture}
\end{document}

