Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. $epsilon gtrsim varepsilon$
  2.  
  3. documentclass{article}
  4.  
  5. begin{document}
  6.  
  7. $varepsilon gtrsim epsilon$
  8.  
  9. end{document}
  10.  
  11. usepackage{mathptmx}
  12.  
  13. documentclass{article}
  14. usepackage{newtxtext,newtxmath}
  15. begin{document}
  16. $epsilon=varepsilon$
  17. end{document}
  18.  
  19. documentclass{article}
  20. usepackage{mathptmx}
  21. DeclareSymbolFont{epsilon}{OML}{ntxmi}{m}{it}
  22. DeclareMathSymbol{epsilon}{mathord}{epsilon}{"0F}
  23.  
  24. begin{document}
  25. $epsilon=varepsilon$
  26. end{document}
  27.  
  28. documentclass{article}
  29. usepackage{mathptmx}
  30. DeclareSymbolFont{epsilon}{OML}{cmm}{m}{it}
  31. DeclareMathSymbol{epsilon}{mathord}{epsilon}{"0F}
  32.  
  33. begin{document}
  34. $epsilon=varepsilon$
  35. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement