The default font used by fontspec is latin modern, which is what you
get. To change to another font, read the manual of fontspec (google it
or use texdoc fontspec on the command line) which will show how to use
it.


Best,
Dee

2011/6/8 José Carlos Santos <[email protected]>:
> Hi all,
>
> If I compile this file:
>
> \documentclass{article}
> \renewcommand{\rmdefault}{ccr}
> \usepackage[T1]{fontenc}
> \begin{document}
> Some text.
> \end{document}
>
> with PDFLaTeX, then I get the sentence "Some text." typeset using the
> concrete fonts. However, if I replace the command
>
> \usepackage[T1]{fontenc}
>
> with
>
> \usepackage{fontspec}
>
> and I compile it with XeLaTeX, then the the font used is Laten Mdern. Why is
> that? And what should I do in order to use the concrete fonts?
>
> Best regards,
>
> Jose Carlos Santos
>
>
> --------------------------------------------------
> Subscriptions, Archive, and List information, etc.:
>  http://tug.org/mailman/listinfo/xetex
>



--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to