On 9 May 2017 at 23:51, Nikola Lečić <nikola.le...@anthesphoria.net> wrote:

> Hi,
>
> If you compile this document twice
>
> \documentclass{article}
> \usepackage{polyglossia}
> \setmainlanguage{serbian}
> \setmainfont{Old Standard}
> \begin{document}
> ко\char"0302 д
> \end{document}
>


I think as a workaround you can do this, possibly with some loss of
inter-letter kerning, but you could always add a bit of negative space by
hand between the boxes.


\documentclass{article}
\usepackage{polyglossia}
\setmainlanguage{serbian}
\setmainfont{Old Standard}
\begin{document}
\mbox{к}\mbox{о̂}\mbox{д}
\end{document}

David

Reply via email to