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 Korean #659

Closed
Derek61 opened this issue Sep 2, 2024 · 0 comments
Closed

Spurious spaces in Korean #659

Derek61 opened this issue Sep 2, 2024 · 0 comments
Milestone

Comments

@Derek61
Copy link

Derek61 commented Sep 2, 2024

Consider

\documentclass{article}
\usepackage{polyglossia}

\setmainlanguage{english}
\setotherlanguages{korean,spanish}

\newfontfamily\koreanfont{Apple SD Gothic Neo}

\begin{document}
AB\textkorean{아스트로}EF

AB\textspanish{CD}EF
\end{document}

\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
@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

3 participants