Hi,<br><br>I am very new to xetex, trying to use it with my established Winedt 5.5+Miktex 2.7 (Win xp) system. I have changed pdflatex to xelatex in the execution mode of winedt to run xetex. <br><br>I have been using Lucida Bright fonts with pdflatex and dvi-dvips-ps2pdf with no problem and the output always looked nice with type-1 fonts. When using xetex, the text fonts are nice type-1 fonts but the math fonts are rendered as type-3 bitmapped fonts. The sample file that I have run is given here:<br>
<br>\documentclass{article}<br>\usepackage[lucidasmallscale=true,nofontinfo=true]{lucimatx}<br>\usepackage{fontspec}<br>\usepackage{xunicode}<br>\usepackage{xltxtra}<br>\setmainfont{Optima}%<br>\setmonofont{Lucida Console}%<br>
\setsansfont{Comic Sans MS}%<br>\begin{document}<br>\section{Unicode}<br><br>\subsection{Min Font}<br>This is an example of the main font. \textsf{This is Sans Serif Font} and \texttt{This is tt font}<br><br>\[<br>&nbsp; \int_0^{\infty}f(x)\,dx=\sum_{n=0}^{-\infty}\alpha_n\gamma_n\Omega<br>
\]<br><br>\end{document}<br><br><br>Thansk for your suggestions<br>