Dear XeTeX users!<div><br></div><div>I've met an error which occurs in some curcumstatences, rare for most users. I've gott the follwoing error message althoug compiled pdf looks fine:</div><div><br></div><div><div>

! Package polyglossia Error: </div><div>The current roman font does not contain the Cyrillic script!</div><div>Please define \cyrillicfont with \newfontfamily.</div><div><br></div><div>See the polyglossia package documentation for explanation.</div>

<div>Type  H <return>  for immediate help.</div><div> ...                                              </div><div>                                                  </div><div>l.57 ... quick brown fox jumps over the lazy dog.}</div>

<div>                                                  </div><div>? </div></div><div><br></div><div>The error is caused by the \texttt command in the following source file (somewhat reduced)</div><div><br></div><div><br>
</div>
<div><div>\documentclass{article}</div><div>    \usepackage{polyglossia}</div><div>    \setdefaultlanguage{russian}</div><div>    \setotherlanguages{english}</div><div><br></div><div>    \setmainfont{Palatino Linotype}</div>

<div>    \setsansfont{Arial}</div><div>    \setmonofont{Courier New}</div><div><br></div><div>\begin{document}</div><div><br></div><div>\texttt{The quick brown fox jumps over the lazy dog.}</div><div><br></div><div>\end{document}</div>

<div><br></div></div><div>The error disappears if</div><div><br></div><div>1. either russian is not default or current language,</div><div>2. or \setmonofont{Courier New} is substituted with, e.g.,  \setmonofont{Arial}.</div>

<div><br></div><div>I tested many other combinations of various fonts and languages as shown in attached source file and noted that this error occurs for some other fonts declated within \setmonofont. I am using MikTeX 2.9 under Windows 7. </div>

<div><br></div><div><br></div><div>-------------------------------------------<br>Igor A. Kotelnikov<br><a href="mailto:igor.kotelnikov@gmail.com" target="_blank">igor.kotelnikov@gmail.com</a><br><br><br>
</div>