Search found 2 matches

by waster
Sun Nov 23, 2008 3:47 pm
Forum: General
Topic: [SOLVED] fontspec and xelatex
Replies: 1
Views: 1143

[SOLVED] fontspec and xelatex

Found solution. Have to add \fontencoding{T1}.
Topic can be closed.
by waster
Sun Nov 23, 2008 3:28 pm
Forum: General
Topic: [SOLVED] fontspec and xelatex
Replies: 1
Views: 1143

[SOLVED] fontspec and xelatex

Hello.

I'm using MiKTeX 2.7 and included xelatex for pdf generation.

Here is the simple tex document:

\documentclass[10pt]{article}

\begin{document}
{\fontfamily{pcr}\fontseries{m}\fontshape{n}\selectfont Test}
\end{document}

While using xelatex I get a normal pdf document with Courier font ...