[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

LaTeX for Korean



Hi Changwoo Ryu and Texlive-people,

Can any one you find someone who knows about making Korean page using
Latex tool chain.

All I need is following:

-------------------
%locale = (
           'babel' => 'english',
           'inputenc' => 'utf8x',
           'abstract' => 'Abstract',
           'copyright notice' => 'Copyright Notice',
           'before begin document' => '',
           'after begin document' => '',
           'before end document' => '',
           'pdfhyperref' => 'unicode'
           );
-------------------

I want to have the equivalent LaTex snippet in Korean.
(If possible for ko_KR.UTF-8 and ko_KR.eucKR locale data.)

-------------------
%locale = (
           'babel' => '',
           'inputenc' => '',
           'abstract' => '요약',
           'copyright notice' => '저작권',
           'before begin document' => '\\usepackage{ucs}
\\usepackage[utf8x]{inputenc}
\\usepackage{hangle}',
           'after begin document' => '',
           'before end document' => '',
           'pdfhyperref' => 'unicode'
           );
--------------------

This old data was assuming HLaTeX which is outdated. 

Osamu


Reply to: