Guest User

Untitled

a guest
Oct 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. documentclass[12pt,a4paper]{article}
  2. usepackage{amsmath,amssymb,fancyhdr,url}
  3. usepackage{graphicx}
  4.  
  5. usepackage{mathrsfs}
  6. usepackage{tabularx,lipsum,environ,amsmath,amssymb}
  7. %usepackage{algorithm2e}
  8.  
  9. usepackage[boxruled,linesnumbered]{algorithm2e}
  10. usepackage{hyperref}% http://ctan.org/pkg/hyperref
  11. usepackage{cleveref}% http://ctan.org/pkg/cleveref
  12. crefname{Lemma}{Lemma}{Lemmas}
  13. usepackage{booktabs}
  14. usepackage{graphicx}
  15. usepackage[table,xcdraw]{xcolor}
  16. usepackage{tabularx,lipsum,environ,amsmath,amssymb}
  17. usepackage{geometry}
  18. usepackage{amsmath}
  19.  
  20. newtheorem{theorem}{Theorem}
  21. newtheorem{definition}{Definition}
  22. newtheorem{lemma}{Lemma}
  23.  
  24. begin{document}
  25. section{Introduction}
  26. begin{lemma}label{hh}
  27. There exist a this and that to solve the problem
  28. end{lemma}
  29.  
  30. The problem mentioned in the above text seems to be ~cref{hh} is very
  31. end{document}
Add Comment
Please, Sign In to add comment