diff options
Diffstat (limited to 'Master/texmf-dist/xindy/modules/lang/korean/utf8-lang.xdy')
-rw-r--r-- | Master/texmf-dist/xindy/modules/lang/korean/utf8-lang.xdy | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/xindy/modules/lang/korean/utf8-lang.xdy b/Master/texmf-dist/xindy/modules/lang/korean/utf8-lang.xdy new file mode 100644 index 00000000000..9fd64b2ff45 --- /dev/null +++ b/Master/texmf-dist/xindy/modules/lang/korean/utf8-lang.xdy @@ -0,0 +1,21 @@ +;; utf8-lang.xdy +;; +;; +;; Copyright (c) 2007-2013 Dohyun Kim <nomos at ktug org> +;; +;; This work may be distributed and/or modified under the +;; conditions of the LaTeX Project Public License, either version 1.3c +;; of this license or (at your option) any later version. +;; The latest version of this license is in +;; http://www.latex-project.org/lppl.txt +;; and version 1.3c or later is part of all distributions of LaTeX +;; version 2006/05/20 or later. +;; +;; Xindy module for hangul characters +;; +;; Usage: texindy -L korean -I omega test.idx +;; xindy -M texindy -L korean -C utf8 test.idx + +(require "lang/general/utf8-lang.xdy") +(require "lang/korean/utf8.xdy") + |