When I write $\mathrm{\Omega}$ and compile it with LaTeX, I get capital omega symbol normally. But when I do the same with XeLaTeX, I get empty symbol. I don't use any special packages or fonts.
Could someone explain me why is this? And how could I achieve the same behavior in XeLaTeX as in LaTeX?
Example of LaTeX file:
\documentclass[10pt]{article}
\usepackage{lmodern}
\usepackage[utf8]{inputenc}
\title{Article}
\author{Name}
\date{}
\begin{document}
$\text{nothing:} \Omega + \text{rm} \mathrm{\Omega} + \text{normal} \mathnormal{\Omega}$
\end{document}
Example of XeLaTeX file:
\documentclass[10pt]{article}
\usepackage{xunicode}
\usepackage{fontspec}
\title{Article}
\author{Name}
\date{}
\begin{document}
$\text{nothing:} \Omega + \text{rm} \mathrm{\Omega} + \text{normal} \mathnormal{\Omega}$
\end{document}
\mathrmmakes no sense. However, make a complete example, that shows your seen behaviour. I have no problem withxelatex– Herbert Oct 22 '11 at 10:15.logfile) to your question byediting it. – Werner Oct 22 '11 at 15:39amsmathis missing and as I already wrote, loadmathspecinstead offontspec– Herbert Oct 23 '11 at 19:02