On Mon, Mar 10, 2014 at 8:32 AM, Kornel Benko <kor...@lyx.org> wrote: > Am Montag, 10. März 2014 um 12:24:46, schrieb Dal Ho Park > <airda...@gmail.com> > >> 2014-03-10 2:19 GMT+09:00 Scott Kostyshak <skost...@lyx.org>: > >> > >> > On Sun, Mar 9, 2014 at 7:16 AM, Dal Ho Park <airda...@gmail.com> wrote: > >> > > hi, > >> > > this is Korean translation of the file lib/examples/splash.lyx > >> > > i couldn't make diff file for some reasons. so, i attached the whole > >> > file. > >> > > > >> > > I hereby grant permission to license my contributions to LyX under the > >> > GNU > >> > > General Public License, version 2 or later. > >> > > >> > Hi DalHo, > >> > > >> > Thanks for this translation. How is it best to compile this document? > >> > The file compiles without error for me with XeTeX and LuaTeX but does > >> > not seem to view well in my PDF reader so I think it did not compile > >> > correctly. If I go to Document > Settings > Fonts and click "use > >> > non-TeX fonts" and set Roman, Sans, and Typewriter all to > >> > NanumMyeongjo, and then compile with XeTeX (or LuaTeX) then the > >> > document exports fine. > >> > > >> > So my questions are: > >> > 1. Which ways lead to a PDF that views correctly for you? > >> > > >> I usually use kotex package (\usepackage{kotex} line in LaTeX Preamble) >> and > >> export w/ pdflatex. > >> additional settings are Korean language and unicode(utf8) encoding in > >> Language. > >> > > > > All Nanum-fonts are working here. > > Changing now useSystemFonts.pl for the tests. > > (ubuntu-packages: fonts-nanum, fonts-nanum-eco, fonts-nanum-extra, > fonts-nanum-gothic-light)
Thanks, XeTeX and LuaTeX system font tests now pass. I'm looking into getting pdflatex working. By the way, we need a way to add tests even if there is a default format. For example, if we want to set pdflatex as the default format, we should still test XeTeX and LuaTeX, but we still want to exclude (or revert) latex (ps2pdf). Scott