Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{amsmath}
  3. begin{document}
  4.  
  5. $G$, $P$, $Z$, $R$, $T$ are all some variables.
  6.  
  7. Default:
  8. begin{equation*}
  9. a = frac{8GP}{ZRT}
  10. end{equation*}
  11.  
  12. Small space (textbackslash!):
  13. begin{equation*}
  14. a = frac{8G!P}{Z!RT}
  15. end{equation*}
  16.  
  17. Large space (textbackslash,):
  18. begin{equation*}
  19. a = frac{8,GP}{ZR,T}
  20. end{equation*}
  21. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement