Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. DeclareMathSymbol{j}{mathalpha}{operators}{`j}
  2.  
  3. documentclass{article}
  4. usepackage{amsmath}
  5. RequirePackage{fontspec}
  6. RequirePackage{unicode-math}
  7.  
  8. DeclareMathSymbol{j}{mathalpha}{operators}{`j}
  9.  
  10. begin{document}
  11.  
  12. begin{equation}
  13. j ~~text{is not}~~ mathrm{j}
  14. end{equation}
  15.  
  16. end{document}
  17.  
  18. documentclass{article}
  19. usepackage{amsmath}
  20. RequirePackage{fontspec}
  21. RequirePackage{unicode-math}
  22.  
  23. setmainfont{Minion Pro}
  24. setmathfont{MnSymbol}
  25. setmathfont[range=mathup/{num,latin,Latin,greek,Greek}]{Minion Pro}
  26. setmathfont[range=mathbfup/{num,latin,Latin,greek,Greek}]{MinionPro-Bold}
  27. setmathfont[range=mathit/{num,latin,Latin,greek,Greek}]{MinionPro-It}
  28. setmathfont[range=mathbfit/{num,latin,Latin,greek,Greek}]{MinionPro-BoldIt}
  29. setmathfont[range=mathscr,StylisticSet={1}]{XITS Math}
  30. setmathrm{Minion Pro}
  31.  
  32. DeclareMathSymbol{j}{mathalpha}{operators}{`j}
  33.  
  34. begin{document}
  35.  
  36. begin{equation}
  37. j ~~text{is not}~~ mathrm{j}
  38. end{equation}
  39. But actually $j$ is not there at all.
  40.  
  41. end{document}
  42.  
  43. setmathfont[range={"006A} ]{Minion Pro}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement