https://github.com/TEIC/TEI
Raw File
Tip revision: 851214e7fac6fb15020e33fcf2b88b2e88382956 authored by Syd Bauman on 05 July 2013, 23:14:00 UTC
Re-tagging the 2.4.0 release of P5.
Tip revision: 851214e
fonttest.tex
\documentclass[11pt,twoside]{book}\makeatletter

\usepackage{fontspec}
\usepackage{xunicode}
\setmonofont{DejaVu Sans Mono}
\setromanfont{Minion Pro}
\setsansfont{Myriad Pro}
\begin{document}
x\textsf{b}\texttt{y}
\end{document}
back to top