How to make pdf and eps files for a email address. 1. Put the email address into the TeX file normally as {\tt fusi@math.utah.edu} 2. Run pdflatex. Then abobe reader. Copy the same text with the mouse and paste into irfanview. Without further changes, save the file as type PDF [emailFusi.pdf]. 3. In a cygwin BASH window, run "pdftops -eps emailFusi.pdf" to make emailFusi.eps. 4. Insert the graphic with a control string: \usepackage{graphicx} \def\fusiemail{\raisebox{-0.5pc}{\includegraphics[height=1.2pc]{emailFusi}}} Control string \fusiemail{} inserts the pdf or eps file, replacing text {\tt fusi@math.utah.edu}.