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

\documentclass[a4paper,10pt]{article}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage{times}
\usepackage{color}
\usepackage{wasysym}
\usepackage{marvosym}

%%%%%%%%%%%%%%%%%%%%% DEFINE USER SPECIFIC MACROS BELOW %%%%%%%%%%%%%%%%%%%%%
\def\Who     {Georg Ru\ss}
\def\What    {Research Assistant}
\def\Title	 {Dipl.--Inform.}
\def\Uni		 {Otto-von-Guericke-University Magdeburg}
\def\Fac		 {Faculty of Computer Science}
\def\Dep		 {Department of Knowledge Processing and Language Engineering}
\def\FacMail {FIN-IWS}
\def\Street {Universit\"atsplatz 2}
\def\CityZip {D-39106 Magdeburg}
\def\Country {Germany}
\def\Email   {russ@iws.cs.uni-magdeburg.de}
\def\TEL     {+49 (391)67 -- 12506}
\def\FAX		 {+49 (391)67 -- 12018}
\def\URL     {http://fuzzy.cs.uni-magdeburg.de}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% MARGINS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\textwidth       7.00in
\textheight     10.50in
%\textheight      4.50in
\oddsidemargin   -1in
\evensidemargin  -1in
\topmargin      -1.5in
\itemindent      0.00in
\parindent       0.00in

%%%%%%%%%%%%%%%%%%%%% BUSINESS CARD MACRO [\card] BELOW %%%%%%%%%%%%%%%%%%%%
\def\card{

	\hspace{-0.6cm}
	\begin{minipage}[t]{78mm}
		\textcolor{blue}{\rule{83mm}{1pt}}
		\begin{tabular}{rr}
			\footnotesize\textsc{\Uni}	 & \hspace{-0.2cm}\multirow{4}{*}{\includegraphics[width=1.4cm]{otto}} \\
			& \\
			\footnotesize\textsc{\Fac} & \\
			\scriptsize\Dep& \\
		\end{tabular}
		\textcolor{blue}{\rule{68mm}{.5pt}}\\%
	%\end{minipage}
	
	%
	%\begin{minipage}{5cm}
	%\vspace{0.8cm}
		
	\scriptsize{
		\begin{tabular}{lr}
			\footnotesize \Title & \\
			\small \textbf{\Who} & \\
			& \\
			\Uni & \phone ~ \TEL \\
			\FacMail & \Faxmachine ~ \FAX \\
			\Street & \\
			\CityZip & \Email \\
			\Country & \URL
		
		\end{tabular}}
		\textcolor{blue}{\rule{83mm}{1pt}}
	\end{minipage}
%\end{tabular}
%	\includegraphics[width=1cm]{otto}
               %   bbllx=295pt,%
               %   bblly=420pt,%
               %   bburx=-10pt,%
               %   bbury=430pt}%
          %\Large
          %\begin{tabular}[t]{l}
          %\hspace*{.45in} JOHNS HOPKINS \\
          %\hspace*{.45in} UNIVERSITY \\
          %\hspace*{.45in} 
          %\rule[1.75ex]{2.10in}{.5pt}\\%
          %\end{tabular}%

          %\normalsize\vspace{-0.1in}\\
          %\hspace*{.55in}{\Large      \Who}\vspace{0.05in}\\
          %\hspace*{.55in}{\normalsize \What}\vspace{0.05in}\\
          %\rule[-2ex]{0ex}{2ex}
          %\hspace*{.55in}\small{\normalsize \Where}\\%
          %\small%

          %\begin{tabular}[b]{lr}
          %\hspace*{.55in}\Address & {\footnotesize Tel}: \TEL\\
          %\hspace*{.55in}\CityZip & \Email\\
          %\end{tabular}\\

          %\hspace*{.55in}\footnotesize \URL%

          %\end{tabular}}%
					}

%%%%%%%%%%%%%%%%%%%%%%%%%%%% BEGIN DOCUMENT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\input{psfig}
\pagestyle{empty}
\begin{document}
%\typeout{card.tex, by Brian Moses}
\setlength{\unitlength}{1cm}%
\begin{picture}(21.0,29.7)%
\put(1.5,23.1){\makebox(8.5,5.5){\card}}  %  Change \framebox to \makebox
\put(11,23.1){\makebox(8.5,5.5){\card}}  %  to produce a visual box for
\put(1.5,17.6){\makebox(8.5,5.5){\card}}  %  Change \makebox to \makebox
\put(11,17.6){\makebox(8.5,5.5){\card}}  %  to produce a visual box for
\put(1.5,12.1){\makebox(8.5,5.5){\card}}  %  Change \makebox to \makebox
\put(11,12.1){\makebox(8.5,5.5){\card}}  %  to produce a visual box for
\put(1.5,6.6){\makebox(8.5,5.5){\card}}  %  Change \makebox to \makebox
\put(11,6.6){\makebox(8.5,5.5){\card}}  %  to produce a visual box for
\put(1.5,1.1){\makebox(8.5,5.5){\card}}  %  Change \makebox to \makebox
\put(11,1.1){\makebox(8.5,5.5){\card}}  %  to produce a visual box for
%\put(00.0,06.0){\framebox(3.5,2.0){\card}}  %  previewing purposes.
%\put(03.5,06.0){\framebox(3.5,2.0){\card}}
%\put(00.0,04.0){\framebox(3.5,2.0){\card}}
%\put(03.5,04.0){\framebox(3.5,2.0){\card}}
%\put(00.0,02.0){\framebox(3.5,2.0){\card}}
%\put(03.5,02.0){\framebox(3.5,2.0){\card}}
%\put(00.0,00.0){\framebox(3.5,2.0){\card}}
%\put(03.5,00.0){\framebox(3.5,2.0){\card}}
\end{picture}
\end{document}

