latex3 / babel

The babel system for LaTeX, LuaLaTeX and XeLaTeX
LaTeX Project Public License v1.3c
125 stars 34 forks source link

Undefined \bbl@xenohyph with Thai #182

Closed jbezos closed 2 years ago

jbezos commented 2 years ago

Fails only with XeTeX:

\documentclass{article}
\usepackage[english]{babel}
\babelprovide[import]{thai} % Remove main if the main language is english
\babelfont[thai]{rm}{FreeSerif}
\begin{document}
Hello.

\begin{otherlanguage}{thai}
    สวัสดี
\end{otherlanguage}
\end{document}