Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{mhchem}
  3.  
  4. begin{document}
  5.  
  6. ce{{}^3He} has a higher vapour pressure, and therefore a lower boiling point,
  7. than ce{{}^4He}: the result of this is that pumping away the most energetic
  8. molecules from the bottom layer preferentially removes ce{{}^3He}.
  9.  
  10. end{document}
  11.  
  12. documentclass{article}
  13. usepackage{mhchem}
  14.  
  15. newcommand{HeThree}{ce{{}^3He}}
  16. newcommand{HeFour}{ce{{}^4He}}
  17.  
  18. begin{document}
  19.  
  20. HeThree has a higher vapour pressure, and therefore a lower boiling point, than HeFour: the result of this is that pumping away the most energetic molecules from the bottom layer preferentially removes HeThree.
  21.  
  22. end{document}
  23.  
  24. newcommand{HeThree}{ce{{}^3He}~}
  25. newcommand{HeFour}{ce{{}^4He}~}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement