Guest User

Untitled

a guest
Dec 12th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{hyperref}
  3. usepackage{lipsum}
  4. usepackage{xcolor}
  5. begin{document}
  6. section{First section}
  7. lipsum[1-10]
  8.  
  9. Some text that will occupie one line and go at least to the second. On this second line will me a label that the ref command will point at. Here it is phantomsectionlabel{test}{{color{red}HERE}}
  10.  
  11. lipsum[1-10]
  12.  
  13. Here is the link: hyperref[test]{Text for the link}
  14.  
  15. end{document}
Add Comment
Please, Sign In to add comment