Guest User

Untitled

a guest
Feb 17th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. documentclass[a4paper,12pt]{report}
  2. %------------------------------------------------------------
  3. usepackage{amssymb,amsmath,amsthm,latexsym,mathrsfs,amsfonts,dsfont}
  4. %-----accent
  5. usepackage[utf8]{inputenc}
  6. usepackage[T1]{fontenc}
  7. usepackage{xcolor}
  8. usepackage[colorlinks=true,pagebackref=true]{hyperref}
  9. hypersetup{urlcolor=blue, citecolor=red, linkcolor=blue}
  10. newtheorem{corollary}{Corollary}[section]
  11.  
  12. usepackage[capitalise,noabbrev,nameinlink]{cleveref}
  13. begin{document}
  14. chapter{Preliminary}
  15. ....The crucial idea of the proof is to make use ..... (see cref{fekete} in cref{app}).
  16.  
  17. chapter*{Appendix}label{app}
  18. begin{corollary}label{fekete}
  19.  
  20. end{corollary}
  21. end{document}
Add Comment
Please, Sign In to add comment