there's a particular Serbian glyph I want to turn on: this glyph, in FreeSerif Italic & BoldItalic, appears in the "salt" look up 10. I know I can turn on
Style=Alternate
, but the fact is "salt" is useful only with Language=Serbian
and Script=Cyrillic
and in the italic and bold italic versions, because this glyph doesn't appear in the regular (upright) or bold versions. Therefore I get tons of error messages and compiling takes aeons, all hassles I'd like to skip.
Code: Select all
\documentclass[a4paper]{book}
\usepackage{fontspec}
\defaultfontfeatures{Mapping=tex-text}
\setmainfont{FreeSerif}
\usepackage{polyglossia}
\setmainlanguage{serbian}
\usepackage{xunicode}
\usepackage{xltxtra}
\begin{document}
\emph{ш}
\end{document}