Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

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}
share|improve this question
I recommand you to use TeX Live instead of MiKTeX (cf. miktex can't find udmj.cfg). Or just use XeLaTeX, cf. How to write Japanese with LaTeX? – Leo Liu Mar 19 '12 at 5:59
And, when you ask the question, please provide more information: your operating system, your TeX distribution and version, etc. – Leo Liu Mar 19 '12 at 6:13
If you still want to continue using MikTeX, you could download the font files from ctan.org/tex-archive/fonts/wadalab and install them manually. (Unzip, put the doc/ and fonts/ in the appropriate places in your TEXMF tree, then Refresh FNDB in MikTeX Options. – LianTze Lim Mar 19 '12 at 7:47

closed as too localized by Leo Liu, Thorsten, lockstep, Joseph Wright May 5 '12 at 21:47

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.