Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{expl3}
  3. ExplSyntaxOn
  4. pdftex_if_engine:TF
  5. {
  6. showm
  7. showB
  8. showG
  9. showM
  10. showT
  11. showU
  12. }
  13. {
  14. usepackage{fontspec}
  15. showm
  16. showB
  17. showG
  18. showM
  19. showT
  20. showU
  21. }
  22. ExplSyntaxOff
  23. begin{document}
  24. % newcommand{m}{}
  25. % newcommand{B}{}
  26. % newcommand{G}{}
  27. % newcommand{M}{}
  28. % newcommand{T}{}
  29. % newcommand{U}{}
  30. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement