Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. % arara: lualatex
  2.  
  3. documentclass{article}
  4. usepackage{relsize}
  5. usepackage{unicode-math}
  6. usepackage{booktabs}
  7. newcommand*{enlarge}[1]{mathlarger{mathlarger #1}}
  8.  
  9. begin{document}
  10. begin{tabular}{llll}toprule
  11. Font & Normal & Bold & Big\midrule
  12. Latin Modern Math & $Re(i)mscrR(i) mscrF$&$mbffrakR(i)mbfscrR(i)mbfscrF$&$enlarge{Re}(i)enlarge{mscrR}(i) enlarge{mscrF}$\
  13. XITS Math & setmathfont{XITS Math}$Re(i)mscrR(i) mscrF$&$mbffrakR(i)mbfscrR(i)mbfscrF$&$enlarge{Re}(i)enlarge{mscrR}(i) enlarge{mscrF}$\
  14. Asana Math & setmathfont{Asana Math}$Re(i)mscrR(i) mscrF$&$mbffrakR(i)mbfscrR(i)mbfscrF$&$enlarge{Re}(i)enlarge{mscrR}(i) enlarge{mscrF}$\
  15. TeX G. P. Math & setmathfont{TeX Gyre Pagella Math}$Re(i)mscrR(i) mscrF$&$mbffrakR(i)mbfscrR(i)mbfscrF$&$enlarge{Re}(i)enlarge{mscrR}(i) enlarge{mscrF}$\bottomrule
  16. end{tabular}
  17. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement