summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/luatexko/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-20 22:04:14 +0000
committerKarl Berry <karl@freefriends.org>2013-05-20 22:04:14 +0000
commitdfc4de48df122c4541cc1d44ab0c498a43582a47 (patch)
tree3564307f58b85565b2b9c7badb0ea0c399f4a64d /Master/texmf-dist/doc/luatex/luatexko/README
parentf78323b8060c819726a015d8b6cfa051bb94ddda (diff)
luatexko (20may13)
git-svn-id: svn://tug.org/texlive/trunk@30597 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luatexko/README')
-rw-r--r--Master/texmf-dist/doc/luatex/luatexko/README59
1 files changed, 38 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/luatex/luatexko/README b/Master/texmf-dist/doc/luatex/luatexko/README
index ed9cbeac029..c7b2f4ae660 100644
--- a/Master/texmf-dist/doc/luatex/luatexko/README
+++ b/Master/texmf-dist/doc/luatex/luatexko/README
@@ -1,6 +1,5 @@
-=========================================
-LuaTeX-ko Package version 1.0 (2013/05/10)
-=========================================
+LuaTeX-ko Package version 1.1 (2013/05/19)
+==========================================
This is a Lua(La)TeX macro package that supports typesetting Korean
documents including Old Hangul texts. As LuaTeX has opened up access to
@@ -17,49 +16,62 @@ functionality.
License
-=======
-This package is licensed under LPPL (LaTeX Project Public License).
+-------
+
+This package is licensed under [LPPL](http://latex-project.org/lppl/)
+(LaTeX Project Public License) version 1.3c or later.
See each file for details.
Author
-======
-Please report any errors or suggestions to Dohyun Kim <nomos at ktug org>.
+------
+
+Please report any errors or suggestions to
+ Dohyun Kim <nomos at ktug org>
+or leave messages in the issue tracker at:
+ <http://github.com/dohyunkim/luatexko>
Files
-=====
+-----
+
+### TeXinputs
-TeXinputs
----------
luatexko.sty -> tex/luatex/luatexko/
luatexko-core.sty -> tex/luatex/luatexko/
luatexko.lua -> tex/luatex/luatexko/
luatexko-normalize.lua -> tex/luatex/luatexko/
luatexko-uhc2utf8.lua -> tex/luatex/luatexko/
-Documents
----------
+### Documents
+
luatexko-doc.pdf -> doc/luatex/luatexko/
luatexko-doc.tex -> doc/luatex/luatexko/
README (this file) -> doc/luatex/luatexko/
+ ChangeLog -> doc/luatex/luatexko/
Loading
-=======
+-------
+
For a LaTeX user, declaring
+
\usepackage{luatexko}
or
+
\usepackage{kotex}
is sufficient to load the package, which will load fontspec as well.
Notice that kotex.sty is a file provided by cjk-ko package.
-Under plain TeX: \input luatexko.sty
+Under plain TeX:
+
+ \input luatexko.sty
Package Options
-===============
+---------------
+
[hangul]
Load Hangul captions. Besides, this option adjusts interword and
interline spacing.
@@ -69,11 +81,12 @@ Load Hanja captions. Also adjusts spacing as [hangul] option does.
[unfonts]
Load font setting predefined for Un TrueType fonts available at
-http://kldp.net/projects/unfonts/.
+[this link](http://kldp.net/projects/unfonts/).
Hangul Font Commands
-====================
+--------------------
+
\setmainhangulfont
\setsanshangulfont
\setmonohangulfont
@@ -88,6 +101,7 @@ These fonts are used when the font loaded by \setmainfont or
\setmainhangulfont et. al. does not have Hanja glyphs.
In like manner, these commands are available as well:
+
\hangulfontspec
\hanjafontspec
\newhangulfontfamily
@@ -97,7 +111,8 @@ In like manner, these commands are available as well:
Hangul Font Options
-===================
+-------------------
+
[InterHangul=<dimen>]
Set spacing between Hangul characters.
@@ -115,7 +130,8 @@ Raise CJK characters by <dimen>.
Other User Commands
-===================
+-------------------
+
\luatexuhcinputencoding=<number>
When <number> is 1 or greater, UHC (aka. Windows CP949) input encoding
is allowed. <number> 0 restores UTF-8, the default input encoding.
@@ -133,6 +149,7 @@ Typeset ruby annotations.
\uwave{...}
\dashuline{...}
\dotuline{...}
-Same functionality as ulem package provides.
+Same functionality as those ulem package provides.
+
---END of README--
+*END of README*