I asked a similar question before but would like to rephrase it to make the point clearer.
I would like to use the package MLS (to type Mongolian and Manchu scripts) and Kotex (to type Chinese-Japanese-Korean scripts) together. But when I run them together, some Mongolian characters do not appear properly.
For example, when I run:
\documentclass{article}
\usepackage{mls}
\begin{document}
\bicig{bicik-i}
\end{document}
I get:
Which is what is desired. But when I add the kotex package, I get:
where "i" does not appear properly.
Is there any way I could run both packages properly? Thank you in advance.


kotex(that should be loaded beforemlsin order to avoid an “option clash” error). – egreg Mar 24 '20 at 09:39