summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-10-03 23:10:37 +0000
committerKarl Berry <karl@freefriends.org>2015-10-03 23:10:37 +0000
commite8e1fd35ed424eab3ed84b2f3ae4bfc32513932d (patch)
treebf295533d082f8e18747fae7417803f2db5aeb95 /Master/texmf-dist/doc/luatex
parent1d864db4b9bf32da99c0166a256ef52b08c8f132 (diff)
luatexko (3oct15)
git-svn-id: svn://tug.org/texlive/trunk@38540 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex')
-rw-r--r--Master/texmf-dist/doc/luatex/luatexko/ChangeLog8
-rw-r--r--Master/texmf-dist/doc/luatex/luatexko/README4
-rw-r--r--Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdfbin220315 -> 221572 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex26
4 files changed, 27 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/luatex/luatexko/ChangeLog b/Master/texmf-dist/doc/luatex/luatexko/ChangeLog
index f73273ee213..d77b69b50b5 100644
--- a/Master/texmf-dist/doc/luatex/luatexko/ChangeLog
+++ b/Master/texmf-dist/doc/luatex/luatexko/ChangeLog
@@ -1,3 +1,11 @@
+2015-10-02 Dohyun Kim <nomos at ktug org>
+
+ Version 1.10
+
+ * luatexko.lua: adapt to latex 2015/10/01 and luatexbase v1.0
+ * luatexko.lua: assing pre/post penalty to U+FF62, U+FF63
+ * luatexko.lua: fix an infinite loop in reorderTM
+
2015-07-02 Dohyun Kim <nomos at ktug org>
Version 1.9
diff --git a/Master/texmf-dist/doc/luatex/luatexko/README b/Master/texmf-dist/doc/luatex/luatexko/README
index 1e88c8737da..ef0eb6bab9a 100644
--- a/Master/texmf-dist/doc/luatex/luatexko/README
+++ b/Master/texmf-dist/doc/luatex/luatexko/README
@@ -1,5 +1,5 @@
-LuaTeX-ko Package version 1.9 (2015/07/02)
-==========================================
+LuaTeX-ko Package version 1.10 (2015/10/02)
+===========================================
This is a Lua(La)TeX macro package that supports typesetting Korean
documents including Old Hangul texts. As LuaTeX has opened up access to
diff --git a/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf b/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf
index 6ca4fa7f99e..bd7dbf1a57b 100644
--- a/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf
+++ b/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex b/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex
index f9ebfd7c51f..b96296bb901 100644
--- a/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex
+++ b/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex
@@ -27,7 +27,15 @@
BoldFont=* Bold,
InterLatinCJK=.125em,
]
-\setmonofont{Source Han Sans HW K}[Color=191970] % MidnightBlue
+\setmonofont{Inconsolatazi4}[
+ Color=191970, % MidnightBlue
+]
+\setmonohangulfont{Source Han Sans K}[
+ UprightFont=* Normal,
+ BoldFont=* Bold,
+ CharRaise=-.25ex,
+ Color=191970, % MidnightBlue
+]
\usepackage{hologo}
\def\luatex{\hologo{LuaTeX}}
\def\MP{\hologo{METAPOST}}
@@ -52,7 +60,7 @@
\author{Dohyun Kim \normalsize |<nomos at ktug org>| \and
Soojin Nam \normalsize |<jsunam at gmail com>| \and
\normalsize \url{<http://github.com/dohyunkim/luatexko>}}
-\date{Version 1.9\quad 2015/07/02}
+\date{Version 1.10\quad 2015/10/02}
\maketitle
\begin{quote}\small
@@ -175,10 +183,6 @@ fontspec의 글꼴 옵션 외에 \luatexko가 따로 제공하는 것들이
|[Script=Hangul]| 옵션을 사용하는 것으로 충분하다.
플레인텍이라면 |script=hang|.}
-그러나 \cs{defaulthangulfontfeatures} 따위 명령은 따로 구현돼 있지 않으며,
-설혹 사용하더라도 fontspec의 \cs{defaultfontfeatures}와 같은 효과를 가진다.
-다시 말해 한글 폰트 옵션과 라틴 폰트 옵션에 차이는 없다.
-
\begin{figure}
\fboxsep=1em
\fbox{\parbox{\dimexpr\linewidth-2.1em\relax}{%
@@ -203,6 +207,10 @@ fontspec의 글꼴 옵션 외에 \luatexko가 따로 제공하는 것들이
\caption{옛한글 조판 보기}\label{fig:yethangul}
\end{figure}
+그러나 \cs{defaulthangulfontfeatures} 따위 명령은 따로 구현돼 있지 않으며,
+설혹 사용하더라도 fontspec의 \cs{defaultfontfeatures}와 같은 효과를 가진다.
+다시 말해 한글 폰트 옵션과 라틴 폰트 옵션에 차이는 없다.
+
\begin{description}
\item[InterHangul] {\addhangulfontfeature{InterHangul=.5ex}한글 글자
사이의 자간}. 아래는 $-0.04$em 만큼 한글
@@ -274,9 +282,6 @@ fontspec의 글꼴 옵션 외에 \luatexko가 따로 제공하는 것들이
플레인텍에서는 {\small(문서 전체에 적용하지 않는다면 그룹을 열고)}
\cs{chinese} \cs{japanese} 따위를 사용한다.
-일본어·중국어라도 글꼴 설정은 \cs{newhangulfontfamily}
-\cs{newhanjafontfamily} 따위를 이용한다.
-
\begin{figure}
\centering
\fbox{\parbox{37em}{\japanese\sffamily
@@ -293,6 +298,9 @@ fontspec의 글꼴 옵션 외에 \luatexko가 따로 제공하는 것들이
\caption{고문헌 조판 보기. japanese 환경을 이용했다.}\label{fig:ancientdoc}
\end{figure}
+일본어·중국어라도 글꼴 설정은 \cs{newhangulfontfamily}
+\cs{newhanjafontfamily} 따위를 이용한다.
+
\luatexko가 글자 사이에 삽입하는 미세간격을 사용자가 영(zero)으로
강제하기 위해선 \cs{inhibitglue} 명령을 이용한다.
대체로 일본어·중국어 환경에서만 문제된다.