I have written a book including English and Japanese text which compiled fine 1year ago. The following MWE does not compile now and produces the error:
"! Font C70/min/m/n/10/30=udmj30 at 10.0pt not loadable: Metrix (TFM) file not found."
The issue is related to: miktex can't find udmj.cfg.
Simply, how can I make it compile?
\documentclass{article}
\usepackage{CJK}% Package to write Asian languages such as Japanese:
\begin{document}
\begin{CJK}{UTF8}{min}さくら\end{CJK}
cherry blossom
\end{document}
doc/andfonts/in the appropriate places in yourTEXMFtree, thenRefresh FNDBin MikTeX Options. – LianTze Lim Mar 19 '12 at 7:47