Advertisement
Guest User

Untitled

a guest
Sep 27th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.32 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage{hyperref}
  4.  
  5. \newtheorem{theorem}{Theorem}[section]
  6. \newtheorem{lemma}{Lemma}[section]
  7.  
  8. \begin{document}
  9.  
  10. \begin{theorem} \label{thm} blahblah \end{theorem}
  11. \begin{lemma} \label{lem} blahblah \end{lemma}
  12.  
  13. \autoref{thm} states blahblah, as well as \autoref{lem}.
  14.  
  15. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement