Guest User

Untitled

a guest
Feb 18th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. begin{document}
  2. noindent LARGE{textbf{John Smith}} \
  3. vspace{-2ex}
  4. hline
  5. normalsize
  6.  
  7. begin{center}
  8. begin{tabular}{l l}
  9. Name of University & hspace{1in} href{mailto:john.smith@email.com} {john.smith@email.com} \
  10. Department/Institution & hspace{1in} href{www.johnsmith.com} {www.johnsmith.com} \
  11. Address & hspace{1in} Skype: Absender \
  12. City Name, State 12345-6789 & hspace{1in} Phone: +1 (123) 456-7899 \
  13. end{tabular}
  14. end{center}
  15.  
  16. documentclass{article}
  17. usepackage{hyperref}
  18. begin{document}
  19. noindent LARGE{textbf{John Smith}}
  20.  
  21. noindenthrulefill
  22.  
  23. normalsize
  24.  
  25. begin{center}
  26. begin{tabular}{l @{hskip1in}l}
  27. Name of University & href{mailto:john.smith@email.com} {john.smith@email.com} \
  28. Department/Institution & href{www.johnsmith.com} {www.johnsmith.com} \
  29. Address & Skype: Absender \ %%removed from Absender
  30. City Name, State 12345-6789 & Phone: +1 (123) 456-7899 \
  31. end{tabular}
  32. end{center}
  33. end{document}
Add Comment
Please, Sign In to add comment