Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{amsmath}
  3. usepackage{fontspec}
  4. usepackage{unicode-math}
  5. setmathfont{xits-math.otf}
  6. setmathfont[range=up/{latin,Latin,num}]{XCharter-Roman.otf} % extra character appears between two lines
  7. %setmathfont[range=up/{latin,Latin,num}]{Charis SIL} % extra character appears between two lines
  8. %setmathfont[range=up/{latin,Latin,num}]{texgyretermes-regular.otf} % works okay with this
  9. %setmathfont[range=up/{latin,Latin,num}]{Times} % works okay with this
  10. begin{document}
  11. begin{equation*}
  12. x = begin{cases}
  13. y \ y
  14. end{cases}
  15. end{equation*}
  16. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement