![mala posición del acento](https://rvso.com/image/305920/mala%20posici%C3%B3n%20del%20acento.png)
¿Alguien puede decirme cómo conseguir la posición correcta del acento grave (o acentos) encima de las letras cirílicas?
con este
|| \textbf{\mbox{сп\`{о}р-ен}, -ни} \textit{прил.\,м.} || \textbf{спор\`{я}} \textit{гл.}
Me estoy poniendo
Estoy usando el paquete Polyglossia, la fuente Linux Libertine y TeXworks. con letras latinas todo funciona bien
EDITAR
\documentclass{article}
\usepackage{fontspec}
\setmainfont[Numbers={OldStyle},Ligatures=TeX]{Linux Libertine}
\usepackage{polyglossia}
\setmainlanguage{czech}
\setotherlanguage{bulgarian}
\begin{document}
\textbulgarian{
|| \textbf{\mbox{сп\`{о}р-ен}, -ни} \textit{прил.\,м.} || \textbf{спор\`{я}} \textit{гл.}
}
\end{document}
Respuesta1
Sólo para seguir los comentarios (y por curiosidad), aquí está el mismo texto en Noto Serif:
\documentclass{article}
\usepackage{fontspec}
\setmainfont[Ligatures=TeX]{Noto Serif}
\usepackage{polyglossia}
\setmainlanguage{czech}
\setotherlanguage{bulgarian}
\begin{document}
\textbulgarian{
|| \textbf{\mbox{сп\`{о}р-ен}, -ни} \textit{прил.\,м.} || \textbf{спор\`{я}} \textit{гл.}
}
\end{document}