From 004cdf7cf1c86993de5cd6bca1e51c12f292eb49 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 6 Jul 2013 21:47:47 +0000 Subject: luatexko (6jul13) git-svn-id: svn://tug.org/texlive/trunk@31120 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/luatex/luatexko/ChangeLog | 11 +++++++++ Master/texmf-dist/doc/luatex/luatexko/README | 4 ++-- .../doc/luatex/luatexko/luatexko-doc.pdf | Bin 466390 -> 466358 bytes .../doc/luatex/luatexko/luatexko-doc.tex | 26 +++++++++++---------- 4 files changed, 27 insertions(+), 14 deletions(-) (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 index e268d1f4584..92e9544b4d9 100644 --- a/Master/texmf-dist/doc/luatex/luatexko/ChangeLog +++ b/Master/texmf-dist/doc/luatex/luatexko/ChangeLog @@ -1,3 +1,14 @@ +2013-07-03 Dohyun Kim + + Version 1.2 + + * luatexko.sty: move Hangul caption setting to AtBeginDocument + + * luatexko.lua: implemented reordering of hangul tone marks; + fix a bug wrt. \dotemph of old hangul. + + * luatexko-core.sty: adapt to \fontname fix by luaotfload + 2013-05-19 Dohyun Kim Version 1.1 diff --git a/Master/texmf-dist/doc/luatex/luatexko/README b/Master/texmf-dist/doc/luatex/luatexko/README index c7b2f4ae660..09509d3e75d 100644 --- a/Master/texmf-dist/doc/luatex/luatexko/README +++ b/Master/texmf-dist/doc/luatex/luatexko/README @@ -1,4 +1,4 @@ -LuaTeX-ko Package version 1.1 (2013/05/19) +LuaTeX-ko Package version 1.2 (2013/07/03) ========================================== This is a Lua(La)TeX macro package that supports typesetting Korean @@ -120,7 +120,7 @@ Set spacing between Hangul characters. Set spacing between CJK and Latin characters. [PunctRaise=] -Raise Latin fullstop and comma after CJK character. +Raise Latin fullstop after CJK character. [QuoteRaise=] Raise Latin quotation marks and parentheses around CJK text. diff --git a/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf b/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.pdf index 1fe17dcecbf..37b949c3806 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 0b513f738f7..2201e567457 100644 --- a/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex +++ b/Master/texmf-dist/doc/luatex/luatexko/luatexko-doc.tex @@ -20,15 +20,16 @@ InterLatinCJK=.125em, ]{NanumGothic} \usepackage[svgnames]{xcolor} -\usepackage{mflogo} -\usepackage{metalogo} +\usepackage{hologo} +\def\luatex{\hologo{LuaTeX}} +\def\MP{\hologo{METAPOST}} +\def\XeTeX{\hologo{XeTeX}} \usepackage[unicode,bookmarksnumbered]{hyperref} \edef\verbatim{\unexpanded\expandafter{\verbatim \linespread{1.1}\selectfont\color{MidnightBlue}}} \edef\itemize{\unexpanded\expandafter{\itemize\small}} \catcode`|=13 \def|{\verb|\color{MidnightBlue}} %| -\let\luatex\LuaTeX \def\luatexko{\luatex-k$o$} \def\texlive{\TeX\ Live} \def\kotex{\textsf{k}\kern-.1em \textit{o}\kern-.1ex .\kern-.1667em \TeX} @@ -39,7 +40,7 @@ \title{\luatexko\ 간단 매뉴얼} \author{Dohyun Kim \normalsize <|nomos at ktug org|> \and \normalsize <|http://github.com/dohyunkim/luatexko|>} -\date{Version 1.1\quad\today} +\date{Version 1.2\quad\today} \maketitle \begin{quote}\small @@ -234,14 +235,6 @@ fontspec의 글꼴 옵션 외에 \luatexko가 따로 제공하는 것들이 현재 한글만 쓸 수 있게 설정되어 있다. \section{} -\luatex 에서는 아직 \hemph{세로쓰기를 지원하지 않는다}.% -\footnote{굳이 세로쓰기를 실험해보고자 한다면 |ttx -t vmtx <폰트>.ttf| - 명령의 결과물인 |<폰트>.ttx| 파일을 현재 디렉토리에 두어야 한다. 그런 다음 - |\string\begin\string{vertical\string}\string{\string} - ...\string\end\string{vertical\string}| 환경을 이용하라. ttx에 대해선 - \url{http://sourceforge.net/projects/fonttools/} 참조. - 문서 전체에 대해 세로쓰기를 하려면 이 환경을 쓰는 대신 - |\string\verticaltypesetting| 명령을 전처리부에 선언한다.} %\begin{figure} %\hfil\framebox[\linewidth]{\begin{vertical}{16em} @@ -265,6 +258,15 @@ fontspec의 글꼴 옵션 외에 \luatexko가 따로 제공하는 것들이 %\caption{세로쓰기의 예}\label{fig:vertical} %\end{figure} +\luatex 에서는 아직 \hemph{세로쓰기를 지원하지 않는다}.% +\footnote{굳이 세로쓰기를 실험해보고자 한다면 |ttx -t vmtx <폰트>.ttf| + 명령의 결과물인 |<폰트>.ttx| 파일을 현재 디렉토리에 두어야 한다. 그런 다음 + |\string\begin\string{vertical\string}\string{\string} + ...\string\end\string{vertical\string}| 환경을 이용하라. ttx에 대해선 + \url{http://sourceforge.net/projects/fonttools/} 참조. + 문서 전체에 대해 세로쓰기를 하려면 이 환경을 쓰는 대신 + |\string\verticaltypesetting| 명령을 전처리부에 선언한다.} + \section{} 전처리부에서 |\usepackage{luamplib}|을 선언하면 \MP\ 코드를 문서 중간에 삽입할 수 있다. 한글이나 수식은 |btex| ... |etex| 안에 넣어야 한다. 그림~\ref{fig:mplib} 참조. -- cgit v1.2.3