From dfc4de48df122c4541cc1d44ab0c498a43582a47 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 20 May 2013 22:04:14 +0000 Subject: luatexko (20may13) git-svn-id: svn://tug.org/texlive/trunk@30597 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/luatex/luatexko/ChangeLog | 13 +++++ Master/texmf-dist/doc/luatex/luatexko/README | 59 +++++++++++++-------- .../doc/luatex/luatexko/luatexko-doc.pdf | Bin 465585 -> 466390 bytes .../doc/luatex/luatexko/luatexko-doc.tex | 26 ++++----- 4 files changed, 64 insertions(+), 34 deletions(-) create mode 100644 Master/texmf-dist/doc/luatex/luatexko/ChangeLog (limited to 'Master/texmf-dist/doc/luatex') diff --git a/Master/texmf-dist/doc/luatex/luatexko/ChangeLog b/Master/texmf-dist/doc/luatex/luatexko/ChangeLog new file mode 100644 index 00000000000..e268d1f4584 --- /dev/null +++ b/Master/texmf-dist/doc/luatex/luatexko/ChangeLog @@ -0,0 +1,13 @@ +2013-05-19 Dohyun Kim + + Version 1.1 + + * luatexko.sty: fix a bug regarding hyperref pdf string + + * luatexko.lua, luatexko-core.sty: remove redundant code wrt. + font switching + +2013-05-10 Dohyun Kim + + Initial release. Version 1.0 + 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 . +------ + +Please report any errors or suggestions to + Dohyun Kim +or leave messages in the issue tracker at: + 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=] Set spacing between Hangul characters. @@ -115,7 +130,8 @@ Raise CJK characters by . Other User Commands -=================== +------------------- + \luatexuhcinputencoding= When is 1 or greater, UHC (aka. Windows CP949) input encoding is allowed. 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* diff --git a/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf b/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf index 40d160d2280..1fe17dcecbf 100644 Binary files a/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf and b/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf differ diff --git a/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex b/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex index 58bd4200516..0b513f738f7 100644 --- a/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex +++ b/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex @@ -1,24 +1,22 @@ %% !TEX program = lualatex %% !TEX encoding = UTF-8 %% +%% luatexko-doc.tex +%% %% written by Dohyun Kim %% public domain -%% -%% $Id: luatexko-doc.tex,v 1.67 2011/07/20 09:56:06 nomos Exp $ \documentclass[a4paper]{article} \usepackage{typearea} \usepackage[hangul]{luatexko} \usepackage{luamplib} \setmainhangulfont[ - AutoFakeSlant, InterLatinCJK=.125em, QuoteRaise=.1em, Expansion, ]{NanumMyeongjo} -\setmainhanjafont[AutoFakeSlant]{UnBatang} +\setmainhanjafont{UnBatang} \setsanshangulfont[ - AutoFakeSlant, InterLatinCJK=.125em, ]{NanumGothic} \usepackage[svgnames]{xcolor} @@ -39,7 +37,9 @@ \begin{document} \title{\luatexko\ 간단 매뉴얼} -\author{Dohyun Kim <|nomos at ktug org|>} +\author{Dohyun Kim \normalsize <|nomos at ktug org|> \and + \normalsize <|http://github.com/dohyunkim/luatexko|>} +\date{Version 1.1\quad\today} \maketitle \begin{quote}\small @@ -50,16 +50,16 @@ \item 플레인텍에서도 luatexko.sty을 불러야 한다. \item 패키지 옵션 |unfonts|가 선언되지 않으면 은글꼴을 자동으로 부르지 않는다. - \item 글꼴 옵션에 |QuoteRaise|가 추가되었다. + \item 글꼴 옵션에 |QuoteRaise|가 추가되었다. 또한 옵션값을 + ||으로 지시한다. \item 세로쓰기를 더 이상 공식적으로 지원하지 않는다. \item \MP\ 코드를 넣으려면 luamplib 패키지를 불러야 한다. \end{itemize} \end{quote} \section{} -\texlive\ 2013 이상을 사용해야 한다. 실행 명령은 레이텍의 경우 -|lualatex|, 플레인텍은 |luatex|이다. 아직 \luatex은 베타 상태로 개발 -중에 있으므로 안정적인 동작을 보장하지 않는다. +\hemph{\texlive\ 2013 이상}을 사용해야 한다. +아직 \luatex은 베타 상태로 개발 중에 있으므로 안정적인 동작을 보장하지 않는다. \section{} \luatexko\ 로드하기: |\usepackage{luatexko}|. 플레인텍은 @@ -70,8 +70,8 @@ CP949 인코딩에 관해서는 제\ref{sec:uhcencoding}절 참조. \section{} 패키지 옵션으로 |[hangul]|과 |[hanja]|가 제공된다. 장 제목이나 표·그림 캡션 따위가 한글 또는 한자 방식으로 표시된다. 다만 -장(chapter) 제목과 편(part) 제목에만 “제(第)”가 붙어 ``제~1 편'' -“제~3 장”과 같은 방식으로 표시되며 절 제목 이하에는 붙지 않는다. +장(chapter) 제목과 편(part) 제목에만 ``제(第)''가 붙어 ``제~1 편'' +``제~3 장''과 같은 방식으로 표시되며 절 제목 이하에는 붙지 않는다. 또한 |[unfonts]|는 은글꼴을 불러오는 패키지 옵션이다. 이전 버전과 달리 \hemph{은글꼴이 기본으로 로드되지 않음}에 유의할 것. @@ -114,7 +114,7 @@ CP949 인코딩에 관해서는 제\ref{sec:uhcencoding}절 참조. \section{} fontspec의 글꼴 옵션 외에 \luatexko가 따로 제공하는 것들이 -있다. \footnote{ 옛한글 식자를 위해서는 +있다.\footnote{ 옛한글 식자를 위해서는 |[Script=Hangul]| 옵션을 사용하는 것으로 충분하다. 그러나 |[YetHangul]| 옵션을 써도 무해하다.} -- cgit v1.2.3