Sorry for the spam, but after more searching, one can enter 'mj' in Document -> Settings -> Fonts -> CJK. I'll leave this here in case someone searches the archive; hopefully it will be a help.
That said, I was originally looking through the Text style dialog for this setting (expecting that one could use different CJK fonts on different passages within the same document). Does it make sense to move this setting to that dialog (or to duplicate it there to be overridden by a global setting)? Thank you, Joel On Tue, May 31, 2016 at 9:42 PM, Joel Kulesza <jkule...@gmail.com> wrote: > LyX Users (& Devs.), > > I'm having trouble typesetting some Korean within a primarily English > document. Please see the attached minimal .lyx file. This was created by > entering the following text > <http://tex.stackexchange.com/questions/17143/how-do-i-get-korean-hangul-characters-to-typeset-in-latex> > in a new document, setting the Document->Settings->Language->Encoding-> > Unicode (CJK) (utf8), highlighting the Korean section (include FAQ), > selecting Text style, and changing the language to Korean. > > 이 FAQ 은 자주 반복되는 질문과 그에 대한 대답을 간단명료한 양식으로 모아 엮어졌습니다. > > This FAQ list was made to summarize some frequently asked questions and > their answers in a convenient form. > > > After attempting to render, the result is: > > !pdfTeX error: pdflatex (file cyberbc2): Font cyberbc2 at 600 not found > > > Note that if I instead include the native Korean with a LaTeX box > containing the \begin{CJK}...\end{CJK} found below, I can render. So, it > all seems to hinge on the {mj}. > > Can anyone tell what I've done wrong / overlooked? Does anyone know how > to change my CJK flags to those shown below (which I can render)? > > Thank you, > Joel > > I am able to render this LaTeX document manually: > > \documentclass{article} > > > \usepackage[T1]{fontenc} > > \usepackage{CJKutf8} > > \usepackage[english]{babel} > > > > \begin{document} > > > > \begin{CJK}{UTF8}{mj} > > > > 이 FAQ 은 자주 반복되는 질문과 그에 대한 대답을 간단명료한 양식으로 > > 모아 엮어졌습니다. > > > > \end{CJK} > > > > This FAQ list was made to summarize some frequently asked questions > > and their answers in a convenient form. > > > > \end{document} > >