Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spurious spaces in Serbian #660

Closed
Derek61 opened this issue Sep 4, 2024 · 4 comments
Closed

Spurious spaces in Serbian #660

Derek61 opened this issue Sep 4, 2024 · 4 comments
Milestone

Comments

@Derek61
Copy link

Derek61 commented Sep 4, 2024

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
image
It would seem likely that a missing "%" is to blame.

Udi-Fogiel added a commit that referenced this issue Sep 4, 2024
@Udi-Fogiel Udi-Fogiel added the FIXED IN DEV This bug is fixed for the next release label Sep 4, 2024
@Udi-Fogiel Udi-Fogiel added this to the 2.3 milestone Sep 4, 2024
@Udi-Fogiel
Copy link
Collaborator

Good catch, thanks! I think it is fixed now if you want to test.

@kae-vm
Copy link

kae-vm commented Sep 20, 2024

This issue also exists in Sanskrit!
as a single letter (\textsk{अक्षर}).
image

fyi: i'm using LuaLaTeX

@jspitz
Copy link
Collaborator

jspitz commented Sep 20, 2024

This issue also exists in Sanskrit!

Not for very much longer.

@kae-vm
Copy link

kae-vm commented Sep 20, 2024

it's perfect now, thank you!

@jspitz jspitz removed the FIXED IN DEV This bug is fixed for the next release label Sep 23, 2024
@jspitz jspitz closed this as completed Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants