Guest User

Untitled

a guest
Oct 24th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. %!TEX program = xelatex
  2. documentclass{article}
  3.  
  4. usepackage{fontspec}
  5. newfontfamilyavr{Avenir Next Regular}[Ligatures=TeX]
  6. newfontfamilyavd{Avenir Next Demi Bold}[Ligatures=TeX]
  7. newfontfamilyavdi{Avenir Next Demi Bold Italic}[Ligatures=TeX]
  8. begin{document}
  9. section{}
  10. {avd This is "Avenir Next Demi Bold" font.}
  11. section{}
  12. {avdi This is "Avenir Next Demi Bold Italic" font.}
  13. section{}
  14. textit{avd{This is textit{"Avenir Next Demi Bold" font.}}}
  15. section{}
  16. avr Why the last two have different ``boldness''?
  17. end{document}
Add Comment
Please, Sign In to add comment