On 11/3/2013 1:01 PM, Jeong Dal wrote:

Dear Wolfgang and Hans,

First, other user in KTUG succeeded to get the colorful output of your sample 
file.
This means that there is a problem in my system.

You can do a manual update of the database with

    mtxrun --script fonts --reload


After running the above command, I got the right output of the command
  "mtxrun --script font --list --file hanbatang*"

But there was another problem in my TeX file.

Korean in my file is "precomposed characters", so I changed it to triplet by 
the help of Dohyun Kim,
KTUG.

(Someone who have an interest, please check the following:
    
http://www.ktug.org/xe/?document_srl=176946&mid=KTUG_open_board&rnd=176962#comment_176962)

After fixing two problems, I succeeded to have colorful output.

Thank you so much for this nice new feature.

in next beta there is an (exprimental) decomposehangul=yes option

\starttext

    \definefontfeature
      [korean-demo]
      [goodies=hanbatanglvt,
       colorscheme=default,
       decomposehangul=yes, % new pseudo feature
       mode=node,
       ljmo=yes,
       tjmo=yes,
       vjmo=yes,
       script=hang,
       language=kor]

    \definefont[KoreanJMO] [hanbatanglvt*korean-demo]
    \setfontcolorscheme[2]

    \startTEXpage[offset=5pt,foregroundstyle=\KoreanJMO]
        점들
    \stopTEXpage

\stoptext

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to