Guest User

Untitled

a guest
Jan 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. documentclass[varwidth=10cm, preview]{standalone}
  2. usepackage{amsthm, mathtools}
  3. usepackage{unicode-math}
  4. usepackage{microtype}
  5.  
  6. defaultfontfeatures{ Scale = MatchUppercase }
  7. setmathfont{Latin Modern Math}
  8. setmathfont[range=QED]{XITS Math}
  9.  
  10. renewcommandqedsymbol{ensuremathQED}
  11.  
  12. newtheorem{russ}{Theorem by Bertrand Russell}
  13.  
  14. begin{document}
  15. begin{flalign*}
  16. & text{True.} &qedsymbol \
  17. & A = A &qedsymbol
  18. end{flalign*}
  19.  
  20. begin{russ}label{vacuity}
  21. If (1 + 1 = 1), I am the Pope.
  22.  
  23. begin{proof}
  24. I am one. The Pope is one. One and one are one.
  25. Therefore, I and the Pope are one.
  26. end{proof}
  27. end{russ}
  28.  
  29. end{document}
Add Comment
Please, Sign In to add comment