Guest User

Untitled

a guest
Jan 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. begin{enumerate}
  2. item
  3. ...
  4. end{enumerate}
  5.  
  6. usepackage[colorlinks,citecolor=blue,linkcolor=blue,urlcolor=blue]{hyperref}
  7.  
  8. documentclass{article}
  9. usepackage{enumitem,cleveref}% http://ctan.org/pkg/{enumitem,cleveref}
  10. begin{document}
  11. begin{enumerate}
  12. item
  13. one label{one}
  14. item
  15. two label{two}
  16. end{enumerate}
  17. This cref{two} is great.
  18. begin{enumerate}[ref={observation~arabic*}]
  19. item
  20. one label{dog}
  21. item
  22. two label{cat}
  23. end{enumerate}
  24. This ref{cat} is a cat.
  25. end{document}
Add Comment
Please, Sign In to add comment