polyglossia
polyglossia copied to clipboard
Spurious spaces in Serbian
Consider
\documentclass{article}
\usepackage{polyglossia}
\setmainlanguage{english}
\setotherlanguages{serbian,spanish}
\newfontfamily{\cyrillicfont}{Palatino}
\begin{document}
A\textserbian{B}C
A\textspanish{B}C
\end{document}
Compiling with XeLaTeX yields
It would seem likely that a missing "%" is to blame.
Good catch, thanks! I think it is fixed now if you want to test.
This issue also exists in Sanskrit!
as a single letter (\textsk{अक्षर}).
fyi: i'm using LuaLaTeX
This issue also exists in Sanskrit!
Not for very much longer.
it's perfect now, thank you!