[luatex] Combining diacritics in some fonts: "(linebreak): invalid list tail, probably missing glue"

David Carlisle d.p.carlisle at gmail.com
Wed May 10 01:10:47 CEST 2017


On 9 May 2017 at 23:51, Nikola Lečić <nikola.lecic at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/luatex/attachments/20170510/6d31586c/attachment.html>


More information about the luatex mailing list