https://github.com/TEIC/TEI
Raw File
Tip revision: 94350776d23c9ea1001a4dad3c2d5de48fdf57bc authored by Sebastian Rahtz on 05 March 2011, 17:45:49 UTC
create tag of P5 release 1.9.1
Tip revision: 9435077
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