Guest User

Untitled

a guest
Nov 22nd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. usepackage[
  2. colorlinks=true
  3. ,breaklinks
  4. ,%ngerman
  5. ]{hyperref} % needed for creating hyperlinks in the document, the option colorlinks=true gets rid of the awful boxes, breaklinks breaks lonkg links (list of figures), and ngerman sets everything for german as default hyperlinks language
  6. usepackage[hyphenbreaks]{breakurl} % benötigt fÌr das Brechen von URLs in Literaturreferenzen, hyphenbreaks auch bei links, die Ìber eine Seite gehen (mit hyphenation).
  7. usepackage{xcolor}
  8. definecolor{c1}{rgb}{0,0,1} % blue
  9. definecolor{c2}{rgb}{0.1,0.1,0.1} % light blue
  10. definecolor{c3}{rgb}{0.3,0,0.9} % red blue
  11. hypersetup{
  12. linkcolor= {c1}, % internal links
  13. citecolor={c2}, % citations
  14. urlcolor={c3} % external links/urls
  15. }
Add Comment
Please, Sign In to add comment