Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. usepackage{amsmath}
  2. usepackage{amssymb}
  3. usepackage[usenames]{color}
  4. usepackage{cancel}
  5. usepackage{wasysym}
  6. usepackage{upgreek}
  7.  
  8. newcommand{dup}{mathrm{d}}
  9.  
  10. % Uncomment this line for sans-serif font
  11. %everymath{mathsf{xdefmysf{mathgroupthemathgrouprelax}}mysf}
  12.  
  13. % Uncomment these lines for colored equations
  14. % Caution! Background color breaks transparency!
  15. %definecolor{fgcolor}{RGB}{0,0,255}
  16. %definecolor{bgcolor}{RGB}{255,0,0}
  17. %pagecolor{bgcolor}color{fgcolor}
  18.  
  19. documentclass[12pt]{article}
  20. usepackage[T1]{fontenc}
  21. usepackage{arev}
  22. begin{document}
  23. Huge
  24. [
  25. alpha
  26. ]
  27. end{document}
  28.  
  29. usepackage[T1]{fontenc}
  30. usepackage[utf8]{inputenc}
  31. usepackage{amsmath}
  32. usepackage{amssymb}
  33. usepackage[usenames]{color}
  34.  
  35. usepackage{stix}
  36.  
  37. % Comment out the line above and uncomment the two lines below for sans-serif font
  38. %usepackage{arevmath}
  39. %usepackage{arev}
  40.  
  41. % Uncomment these lines for colored equations
  42. % definecolor{fgcolor}{RGB}{0,0,255}
  43. % definecolor{bgcolor}{RGB}{255,255,255}
  44. % pagecolor{bgcolor}color{fgcolor}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement