[XeTeX] Fonts : test

Ulrike Fischer news3 at nililand.de
Wed Jun 8 13:37:29 CEST 2011


Am Wed, 08 Jun 2011 13:14:13 +0200 schrieb Jean-Louis Cordonnier:

> In order to choose the right fontface for my document, I want to make a
> test.
> My purpose is to get a document like this :
> 
> Font 1 :
> abcde...
> Font 2 :
> abcde...
> Font 3 :
> abcde
> 
> Is it possible to do this in a short way ?

Assuming xelatex:

\documentclass{article}
\usepackage{fontspec}

\begin{document}
\fontspec{Arial} abc \fontspec{Cambria} abc ....
\end{document}

-- 
Ulrike Fischer 



More information about the XeTeX mailing list