Guest User

Untitled

a guest
Oct 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage{amsmath,amssymb,amsthm}
  3. \usepackage{fontspec,unicode-math}
  4. \setmainfont{Classical Garamond BT}
  5. %\setmainfont{Elegant Garamond BT}
  6. %\setmainfont{Cormorant Garamond}
  7. \setmathfont{TeX Gyre Pagella Math}
  8.  
  9. \newtheorem{axiom}{Axiom}
  10. \newtheorem{theorem}[axiom]{Theorem}
  11. \newtheorem{definition}[axiom]{Definition}
  12. \newtheorem{lemma}[axiom]{Lamma}
  13. \newtheorem{example}[axiom]{Example}
  14. \newtheorem{remark}[axiom]{Remark}
  15. \newtheorem{exercise}[axiom]{Exercise}
  16.  
  17. \title{Article}
  18. \author{Author}
  19. \date{\today}
  20.  
  21. \begin{document}
  22. \maketitle
  23. \section{Section}
  24. \end{document}
Add Comment
Please, Sign In to add comment