This is the code I am trying to run:
\documentclass{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[english, german]{babel}
\usepackage[T1]{fontenc}
%...
\usepackage{CJK}
\newcommand{\jap}[1]{\begin{CJK}{UTF8}{min}#1\end{CJK}}
%...
\begin{document}
%...
\jap{よろしくお願いします}
%...
\end{document}
This gives error
LaTeX Font Warning: Font shape `C70/min/m/n' undefined
(Font) using `C70/song/m/n' instead on input line 12.
(C:\MiKTeX\tex\latex\cjk\UTF8\c70song.fd)
! Undefined control sequence.
try@size@range ...extract@rangefontinfo font@info
<-*>@nil <@nnil
l.12 \jap{よろしくお願いします}
The entire log-file is here.
Strangely enough, it works when I run the code on say WriteLaTeX.
I would appreciate any and all help in resolving this.