Guest User

Untitled

a guest
Dec 12th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{fontspec}
  3. usepackage{microtype}
  4. usepackage{lipsum}
  5.  
  6. defaultfontfeatures{ Scale=MatchLowercase }
  7. setmainfont{Georgia}[Scale = 1.0]
  8.  
  9. begin{document}
  10. lipsum
  11. end{document}
  12.  
  13. documentclass[varwidth,preview]{standalone}
  14. usepackage{amsmath}
  15. usepackage[math-style=ISO]{unicode-math}
  16. usepackage{microtype}
  17.  
  18. defaultfontfeatures{ Scale=MatchLowercase }
  19. setmainfont{Georgia}[Scale = 1.0]
  20. setmathfont{Asana Math}
  21. setmathfont[range={up,`∏,`∑,`∙,`√,`∞},
  22. script-features={}, sscript-features={}
  23. ]{Georgia}
  24. setmathfont[range=it,
  25. script-features={}, sscript-features={}
  26. ]{Georgia Italic}
  27. setmathfont[range=bfup,
  28. script-features={}, sscript-features={}
  29. ]{Georgia Bold}
  30. setmathfont[range=bfit,
  31. script-features={}, sscript-features={}
  32. ]{Georgia Bold Italic}
  33.  
  34. newcommanddxdy[2]{; symup{d}{#1} , symup{d}{#2}}
  35. newcommand{xzero}{symbfit{x}_{symbfup 0}}
  36. newcommand{yzero}{symbfit{y}_{symbfup 0}}
  37.  
  38. begin{document}
  39. begin{minipage}{20em}
  40. The quick brown fox jumps over the lazy dog. If it jumps with upward velocity
  41. (symbfit{v}) at altitude (yzero), its height at time t is given by
  42. [ gamma(t) = iint_0^t -symbfit{g} dxdy{t}{t} =
  43. - frac{symbfit{g} t^2}{2} + symbfit{v} t + yzero ]
  44.  
  45. The dog, being lazy, wants to look at the fox with minimal effort. It should
  46. rotate its head to an angle of
  47.  
  48. [ begin{cases}
  49. frac{muppi}{2}
  50. & mbox{if (symupDeltasymbf{x} t = xzero)} \
  51. tan^{-1} left( frac{gamma(t)}{symupDeltasymbf{x} t - xzero } right)
  52. & mbox{otherwise}
  53. end{cases} ]
  54.  
  55. end{minipage}
  56. end{document}
  57.  
  58. documentclass{article}
  59. usepackage[T1]{fontenc}
  60. usepackage{textcomp}
  61. usepackage{winfonts}
  62. usepackage[utf8]{inputenc} % The default since 2018
  63. usepackage{microtype}
  64. usepackage{lipsum}
  65.  
  66. begin{document}
  67. fontfamily{georgia}selectfont
  68. lipsum
  69. end{document}
Add Comment
Please, Sign In to add comment