http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=xetex Mac OS X¿¡¼­ ½ÇÇàµÇ´Â »õ·Î¿î °³³äÀÇ TeX ½Ã½ºÅÛ. À¯´ÏÄÚµå Áö¿ø, OpenType Áö¿ø, Zapfino ÆùÆ®ÀÇ ÀÚµ¿ ¸®°Åó Áö¿ø°ú °°Àº ''ȯ»óÀûÀÎ'' ±â´ÉÀÌ ÀÖ´Ù°í ÇÑ´Ù. === install °úÁ¤ === 1. i-installer¸¦ ÀÌ¿ëÇÏ¿© * TeX * XeTeX * TeX ConTeXt update ¸¦ ¼³Ä¡ÇÕ´Ï´Ù. ÀÌ·¸°Ô Çϸé {{{/usr/local/teTeX/share/texmf.local/web2c/cont-en.fmt}}} ÀÌ »ý±é´Ï´Ù. ±×·±µ¥ XeTeX+ConTeXt¸¦ »ç¿ëÇϱâ À§Çؼ­´Â ÀÌ°ÍÀ» {{{/usr/local/teTeX/share/texmf.local/web2c/pdfetex/cont-en.fmt}}} ¿¡ ¿Å°ÜÁÝ´Ï´Ù. 1. `sudo texexec --make --xtx en ` À» Çϸé {{{/usr/local/teTeX/share/texmf.local/web2c/xetex/cont-en.fmt }}} ÀÌ »ý±é´Ï´Ù. 1. Uploads:type-xkor.tex À» `~/Library/texmf/tex/xetex/` ¿¡ ÀúÀåÇÕ´Ï´Ù. ÀÌ ÆÄÀÏÀÇ À̸§Àº Àû´çÈ÷ Á¤Çϼŵµ µË´Ï´Ù. ±×¸®°í ³»¿ë¿¡ ÀÖ´Â typescript ¿¡´Â ½Ã½ºÅÛ ÆùÆ®¿¡ ÀÖ´Â ÇѱÛÀ̸§À» Àû¾îÁÖ¼Å¾ß ÇÕ´Ï´Ù. ÀÌ ÆÄÀÏÀº Adam LindsayÀÇ µµ¿òÀ¸·Î ¸¸µé¾ú½À´Ï´Ù. 1. º»¹®¿¡ {{{ \usetypescriptfile[type-xkor] \usetypescript[myface] \setupbodyfont[Myface, 10pt, rm] }}} À» Àû¾îÁÝ´Ï´Ù. 1. ÆÄÀÏÀÇ ÀúÀåÀº utf-8 no BOMÀ¸·Î ÇÏ¸é µË´Ï´Ù. 1. `texexec --xtx filename` À¸·Î compile ÇÕ´Ï´Ù. === ¿¹Á¦ === {{{ \usetypescriptfile[type-xkor] \usetypescript[myface] \setupbodyfont[Myface, 10pt, rm] \starttext ÇÑ±Û Å×½ºÆ®ÀÔ´Ï´Ù. \stoptext }}} === Âü°í === Apple ¸íÁ¶¸¦ ¾²±âÀ§Çؼ­´Â ´ÙÀ½À» type-xkor.tex¿¡¼­ {{{ \starttypescript[serif][myungjo][uc] % Regular variant: \definefontsynonym[MyungjoRegular][(AppleMyungjo\space Regular)][encoding=uc] \definefontsynonym[MyungjoBold][(AppleMyungjo\space Regular)][encoding=uc] \definefontsynonym[MyungjoLight][(AppleMyungjo\space Regular)][encoding=uc] \stoptypescript % Start another typescript that associates generic names with % mid-level names: \starttypescript[serif][myungjo][name] \definefontsynonym[Serif][MyungjoRegular] \definefontsynonym[SerifBold][MyungjoBold] \definefontsynonym[SerifItalic][MyungjoLight] \stoptypescript }}} À» Ãß°¡ÇÏ°í {{{ %Start a convenience typescript that ties it all together: \starttypescript[myface] %\definetypeface[Myface][rm][serif][smmjr][default][encoding=uc] \definetypeface[Myface][rm][serif][myungjo][default][encoding=uc] % \definetypeface[Myface][ss][sans][yoonche][default][encoding=uc] %\definetypeface[Myface][tt][mono][type][default][encoding=uc] % \definetypeface [Myface][mm][math,boldmath] [lucida] [default] [encoding=uc] \stoptypescript }}} ¿Í °°ÀÌ ¼öÁ¤ÇÕ´Ï´Ù... ---- [CategoryTeX]