Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. documentclass{scrartcl}
  2. usepackage{fontspec}
  3. defaultfontfeatures{Mapping=tex-text}
  4.  
  5. begin{document}
  6.  
  7. setmainfont{TeX Gyre Pagella}
  8. The quick brown fox jumps over the lazy dog (TeX Gyre Pagella)
  9.  
  10. setmainfont{Adobe Garamond Pro}
  11. The quick brown fox jumps over the lazy dog (Adobe Garamond Pro)
  12.  
  13. setmainfont{Linux Libertine O}
  14. The quick brown fox jumps over the lazy dog (Linux Libertine)
  15.  
  16. setmainfont{Adobe Caslon Pro}
  17. The quick brown fox jumps over the lazy dog (Adobe Caslon Pro)
  18.  
  19. setmainfont{Minion Pro}
  20. The quick brown fox jumps over the lazy dog (Minion Pro)
  21.  
  22. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement