Guest User

Untitled

a guest
Nov 17th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. hypersetup{urlcolor=blue}
  2.  
  3. usepackage{hyperref}
  4. hypersetup{
  5. colorlinks,
  6. urlcolor = blue
  7. }
  8.  
  9. documentclass{beamer}
  10. usetheme{Warsaw}
  11.  
  12. usepackage{hyperref}
  13. hypersetup{
  14. colorlinks,
  15. urlcolor = blue
  16. }
  17. usepackage{color}
  18. urlstyle{same}
  19.  
  20. %%% The title pape
  21. title{Title}
  22.  
  23. author{Author}
  24.  
  25.  
  26. begin{document}
  27.  
  28. begin{frame}[noframenumbering, plain]%[shrink=20]
  29. titlepage
  30. end{frame}
  31.  
  32. begin{frame}{Outline}
  33. tableofcontents[currentsection, currentsubsection, sectionstyle=show/show, subsectionstyle=show/show/show]
  34. end{frame}
  35.  
  36.  
  37. section{section 1}
  38. begin{frame}[fragile]{URL color}
  39. URL color: href{http://example.com/}{Text 1}
  40. end{frame}
  41.  
  42. section{section 2}
  43. begin{frame}[fragile]{URL color}
  44. URL color: href{http://example.com/}{Text 1}
  45. end{frame}
  46.  
  47. end{document}
Add Comment
Please, Sign In to add comment