Guest User

Untitled

a guest
Feb 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. documentclass{book}
  2. usepackage{amsmath}
  3. usepackage{bm}
  4.  
  5. begin{document}
  6. begin{equation*}
  7. x ~ bm{x} ~ {rm x} ~ bm{rm x}
  8. end{equation*}
  9.  
  10. begin{equation*}
  11. theta ~ bm{theta} ~ {rm theta} ~ bm{rm theta}
  12. end{equation*}
  13.  
  14. end{document}
  15.  
  16. documentclass{article}
  17. usepackage{upgreek}
  18. begin{document}
  19. [
  20. (x, theta) Rightarrow (mathbf{x}, mathbf{uptheta})
  21. ]
  22. end{document}
Add Comment
Please, Sign In to add comment