I'd like to use Palatino font in LaTeX, but there are no cyrillic symbols in the mathpazo package. But I can easily type cyrillic symbols with Palatino font in MS Word. So, is there any method for using Windows system fonts in LaTeX?
UPD
I tried XeLaTeX and fontspec package, but it doesn't work with cyrillic symbols:
\documentclass{article}
\usepackage{polyglossia}
\usepackage{fontspec}
\setmainfont{Palatino Linotype}
\begin{document}
Hello, world!
Привет, мир!
\end{document}
Should I add some commands for cyrillic symbols?
fontspecpackage on this site). – David Carlisle Mar 30 '13 at 12:58Invalid UTF-8 byte or sequence at line 8 replaced by U+FFFD.Missing character: There is no � in font Palatino Linotype/ICU:script=latn;la nguage=DFLT;!I'll try TeXLive, thank you.
– Alvar Mar 30 '13 at 13:37