miktex-packaging
miktex-packaging copied to clipboard
cjk package: Missing Files
2nd try :).
- Consider the following MWE.
- There is an error message regarding a missing file:
language definition file pinyin.ldf was not found
- According to the experts on https://tex.stackexchange.com/questions/500093, the file is part of the cjk package. It seems that in TexLive my MWE works and in MiKTeX the file is missing (see https://ctan.org/tex-archive/language/chinese/CJK/cjk-4.8.4/utils/pyhyphen).
\documentclass{article}
\usepackage[pinyin]{babel}
\begin{document}
Pīnyīn.
\end{document}
Any update? I did not see a reaction since I created the "ticket" (July 2019). I would update my post an https://tex.stackexchange.com/questions/500093 if there's an update here on github.
Best regards and thanks for MiKTeX! Manuel
I'm using English font and Chinese font in a document. Below snippet work well.
\usepackage[UTF8]{ctex} \usepackage[main=english]{babel} %set main language