Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. % ----------------------------------------------------------------
  2. % AMS-LaTeX Paper ************************************************
  3. % **** -----------------------------------------------------------
  4. documentclass{amsart}
  5. usepackage{graphicx}
  6. % ----------------------------------------------------------------
  7. vfuzz2pt % Don't report over-full v-boxes if over-edge is small
  8. hfuzz2pt % Don't report over-full h-boxes if over-edge is small
  9. % THEOREMS -------------------------------------------------------
  10. newtheorem{thm}{Theorem}[section]
  11. newtheorem{cor}[thm]{Corollary}
  12. newtheorem{lem}[thm]{Lemma}
  13. newtheorem{prop}[thm]{Proposition}
  14. theoremstyle{definition}
  15. newtheorem{defn}[thm]{Definition}
  16. theoremstyle{remark}
  17. newtheorem{rem}[thm]{Remark}
  18. numberwithin{equation}{section}
  19. % MATH -----------------------------------------------------------
  20. newcommand{norm}[1]{leftVert#1rightVert}
  21. newcommand{abs}[1]{leftvert#1rightvert}
  22. newcommand{set}[1]{left{#1right}}
  23. newcommand{Real}{mathbb R}
  24. newcommand{eps}{varepsilon}
  25. newcommand{To}{longrightarrow}
  26. newcommand{BX}{mathbf{B}(X)}
  27. newcommand{A}{mathcal{A}}
  28. % ----------------------------------------------------------------
  29. begin{document}
  30.  
  31. title[]{}%
  32. author{}%
  33. address{}%
  34. email{}%
  35. %
  36. thanks{}%
  37. subjclass{}%
  38. keywords{}%
  39.  
  40. date{}%
  41. dedicatory{}%
  42. commby{}%
  43. % ----------------------------------------------------------------
  44. begin{abstract}
  45.  
  46. end{abstract}
  47. maketitle
  48. % ----------------------------------------------------------------
  49. section{}
  50. %
  51.  
  52.  
  53. % ----------------------------------------------------------------
  54. %bibliographystyle{amsplain}
  55. %bibliography{}
  56. end{document}
  57. ----------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement