Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. documentclass[12pt,reqno,a4paper]{amsart}
  2. usepackage{extsizes}
  3. usepackage{blindtext}
  4. textheight 9.3in textwidth 6.5in
  5. calclayout
  6. usepackage{mathtools}
  7.  
  8. usepackage{amsmath,amsthm,amsfonts,amssymb}
  9. newtheorem{theorem}{Theorem}[section]
  10. newtheorem{corollary}{Corollary}[section]
  11. usepackage{hyperref}
  12. usepackage{mathrsfs}
  13. usepackage[all]{xy}
  14. usepackage[normalem]{ulem}
  15. newtheorem{lemma}{Lemma}[subsection]
  16. newtheorem*{question}{Question}
  17. theoremstyle{definition}
  18. newcommand{mc}{mathcal}
  19. newcommand{mf}{mathfrak}
  20. newtheorem*{solution}{Solution}
  21. newtheorem{definition}{Definition}[section]
  22. newtheorem{remark}{Remark}[section]
  23. newtheorem{proposition}{Proposition}[section]
  24. newtheorem{exercise}{Exercise}
  25. newtheorem{example}{Example}[section]
  26. usepackage{tikz-cd}
  27. usepackage[utf8]{inputenc}
  28. usepackage[english]{babel}
  29. usepackage{datetime}
  30. % renewcommand{baselinestretch}{2}
  31. usepackage{color}
  32. pagestyle{myheadings}
  33. newcommand{xra}{xrightarrow}
  34. newcommand{ra}{rightarrow}
  35. begin{document}
  36.  
  37. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement