hyphenation / tex-hyphen

Hyphenation patterns for TeX
53 stars 20 forks source link

Hyphenation of the Estonian word "mõistmisel" incorrect #58

Open piiskop opened 1 year ago

piiskop commented 1 year ago

The input:

\documentclass{report}
    \usepackage[estonian]{babel}
    \setlength{\columnsep}{512pt}
\begin{document}
\twocolumn
    hilisemal mõistmisel 
\end{document}

The output:

hilisemal mõist- mis- el 1

The expected output:

hilisemal mõist- mi- sel 1