Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. documentclass[letterpage,12pt]{book}
  2.  
  3. usepackage{amsmath,amsthm,amssymb}
  4. DeclareMathSizes{12}{12}{6}{6}
  5. %everymath{displaystyle}
  6.  
  7. %https://www.physicsforums.com/threads/script-lowercase-r-in-latex.450030/
  8. % Declares the font
  9. usepackage{calligra}
  10. DeclareMathAlphabet{mathcalligra}{T1}{calligra}{m}{n} DeclareFontShape{T1}{calligra}{m}{n}{<->s*[2.2]callig15}{}
  11. % Makes 'sr' make a script r
  12. newcommand{sr}{ensuremath{mathcalligra{r}}}
  13.  
  14. begin{document}
  15.  
  16. begin{equation*}
  17. mathrm{R}^2 = r^2 + sr^2 - 2r sr cosomega
  18. end{equation*}
  19.  
  20. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement