OSDN Git Service

c1805041b5a55eb9263d56b7fb01aff8a1b22b92
[luatex-ja/luatexja.git] / doc / luatexja.dtx
1 %<*!showexpl>
2 %#! lualatex -shell-escape
3
4 % To typeset this manual, you need following two fonts:
5 %  - KozMinPr6N-Regular.otf
6 %  - KozGoPr6N-Medium.otf
7 %  - KozGoPr6N-Regular.otf
8
9 %%%%% section ==> 章
10 %%%%% subsection => 節
11
12 %<en>\documentclass[a4paper,titlepage]{article}
13 %<ja>\documentclass[a4paper,titlepage]{ltjsarticle}
14
15 %%%%%%%%
16 \makeatletter
17 %%%%%%%%
18 \directlua{if jit then jit.on() end}
19 \usepackage{metalogo,amsmath,array,tikz,pict2e,multienum,float}
20 \usepackage{booktabs,multicol,luatexja-ruby}
21 \usepackage[all]{xy}
22 \usepackage{lltjext,alltt}
23
24 %%%%%%%% fonts
25 \usepackage{luatexja-otf}
26 \directlua{luatexja.otf.enable_ivs()}
27 \expandafter\let\csname xetex_suppressfontnotfounderror:D\endcsname\suppressfontnotfounderror
28 \usepackage[match]{luatexja-fontspec}
29 \usepackage[kozuka-pr6n]{luatexja-preset}
30 \usepackage{unicode-math}
31 \setmainfont[Ligatures=TeX]{Linux Libertine O}
32 \setmonofont[Scale=MatchLowercase, ItalicFont=lmmono10-italic.otf,
33   BoldFont=lmmonolt10-bold.otf, BoldItalicFont=lmmonolt10-boldoblique.otf
34 ]{lmmono10-regular.otf}
35 \setmonojfont{KozGoPr6N-Regular.otf}
36 \setmathfont[Scale=MatchLowercase]{xits-math.otf}
37 \setsansfont[Scale=MatchLowercase,Ligatures=TeX]{Linux Biolinum O}
38
39 \setLaTeXa{\scshape a}
40 %<*ja>
41 \def\emph#1{\textbf{\textgt{#1}}}
42 \def\headfont{\normalfont\bfseries\gtfamily}\normalsize
43 %</ja>
44 %<*en>
45 \frenchspacing
46 \usepackage[margin=25mm,lmargin=30mm,rmargin=30mm,footskip=6mm]{geometry}
47 \usepackage{luatexja-adjust}\ltjdisableadjust
48 \parskip=\smallskipamount
49 \makeatletter
50 \renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
51     {3.25ex \@plus1ex \@minus.2ex}%
52     {-1em}%
53     {\normalfont\normalsize\bfseries\raisebox{.2ex}{$\mdlgblksquare\mkern1mu$}}}
54 %</en>
55 %<*ja>
56 \usepackage[textwidth=45\zw, lines=45, footskip=6mm]{geometry}
57 \usepackage{luatexja-adjust}%\ltjdisableadjust
58 \advance\leftmargini-1\zw\advance\leftmarginii-1\zw
59 %</ja>
60
61 %%%%%%%% listings
62
63 %%%%%%%% IVS
64
65 \def\IVS#1{\char\numexpr "E0100+#1\relax}%"
66 \def\IVSA#1#2#3#4#5{%
67   \textcolor{blue}{\raisebox{3.5pt}{\tt%
68     \fboxsep=0.5pt\fbox{\tiny \oalign{0#1#2\crcr#3#4#5\crcr}}}}%
69 }
70 {\catcode`\%=11
71   \gdef\IVSB#1{\expandafter\IVSA\directlua{
72     local cat_str = luatexbase.catcodetables['string']
73     tex.sprint(cat_str, string.format('%X', 0xE00EF+#1))
74 }}}
75
76 \usepackage{listings,showexpl,enumitem}
77 \lstset{
78   basicstyle=\ttfamily\small, pos=r, breaklines=true,
79   numbers=none, rframe={}, basewidth=0.5em, numberstyle=\tiny, numbersep=0.5em,
80   explpreset={numberstyle=\tiny, numbers=left, numbersep=1em, columns=fixed}
81 }
82 % Suppress output from showexpl to stdout.
83 \makeatletter
84 \let\SX@Info\relax
85
86 %%%%%%%% colors
87 %% modified from http://jfly.iam.u-tokyo.ac.jp/colorset/
88 \usepackage{transparent}
89 \definecolor{red}{rgb}{1, 0.16, 0}
90 \definecolor{blue}{rgb}{0, 0.25, 1}
91 \definecolor{gray}{rgb}{.50, .53, .56}
92 \definecolor{green}{rgb}{.21, .63, .42}
93 \definecolor{cyan}{rgb}{0.40, .80, 1}
94 \definecolor{b_gray}{rgb}{0.78, 0.78, 0.80}
95 \definecolor{b_pink}{rgb}{1, 0.82, 0.82}
96 \definecolor{b_green}{rgb}{.53, .91, .69}
97 \definecolor{b_cyan}{rgb}{0.70, .92, 98}
98
99 %%%%%%%% hyperref
100 \usepackage{hyperref,bookmark}
101 %<*en>
102 \title{The \LuaTeX-ja package}
103 \author{The \LuaTeX-ja project team}
104 %</en>
105 %<*ja>
106 \title{\LuaTeX-jaパッケージ}
107 \author{\LuaTeX-jaプロジェクトチーム}
108 %</ja>
109 \hypersetup{%
110         unicode,
111         colorlinks,
112         allbordercolors=1 1 1,
113         allcolors=blue,
114 %<*en>
115         pdfauthor={The LuaTeX-ja project team},
116         pdftitle={The LuaTeX-ja package}
117 %</en>
118 %<*ja>
119         pdfauthor={LuaTeX-jaプロジェクトチーム},
120         pdftitle={LuaTeX-jaパッケージ}
121 %</ja>
122 }
123
124 %%%%%%%% definition env.
125 \usepackage{amsthm}
126 \theoremstyle{definition}
127 %<en>\newtheorem{defn}{Definition}
128 %<ja>\newtheorem{defn}{定義}
129
130 %%%%%%%% logo
131 \usepackage{metalogo}
132 \DeclareRobustCommand\eTeX{\ensuremath{\varepsilon}-\kern-.125em\TeX}
133 \DeclareRobustCommand\LuaTeX{Lua\TeX}
134 \DeclareRobustCommand\pdfTeX{pdf\TeX}
135 \DeclareRobustCommand\pTeX{p\kern-.15em\TeX}
136 \DeclareRobustCommand\upTeX{up\kern-.15em\TeX}
137 \DeclareRobustCommand\pLaTeX{p\kern-.05em\LaTeX}
138 \DeclareRobustCommand\pLaTeXe{p\kern-.05em\LaTeXe}
139 \DeclareRobustCommand\epTeX{\ensuremath{\varepsilon}-\pTeX}
140
141 %%%%%%%% other macros
142 \newlist{cslist}{description}{2}
143 \setlist[cslist]{%
144     style=nextline,font=\mdseries\ttfamily,
145     before*=\def\<{\char`\<}\def\>{\char`\>}\def\{{\char`\{}\def\}{\char`\}},
146     topsep=\medskipamount,
147 %<ja> leftmargin=2\zw,
148 %<en> leftmargin=2em,
149 }
150
151 \def\labelenumii{(\arabic{enumii})}
152 \long\def\@makecaption#1#2{%
153   \vskip\abovecaptionskip
154   \sbox\@tempboxa{{\small #1. #2}}%
155   \ifdim \wd\@tempboxa >\hsize
156     {\small #1. #2}\par
157   \else
158     \global \@minipagefalse
159     \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
160   \fi
161   \vskip\belowcaptionskip}
162
163 \def\_{\leavevmode \kern .06em\vbox {\hrule \@width .333em}}
164 \def\cs#1{\texttt{\upshape
165   \texorpdfstring{\textbackslash\ltjsetparameter{autoxspacing=false}#1}{\textbackslash#1}}}
166
167 %%%%%%%%
168 \makeatother
169 %%%%%%%%
170
171 \def\Node#1#2{\,\vcenter{\hbox{\fboxsep=1pt\fbox{\vbox{\small\halign{\hfil##\hfil\cr
172   #1\mathstrut\cr\noalign{\vskip1pt\hrule height.4pt\vskip1pt}\strut#2\cr}}}}}\,}
173 \def\HNode#1#2#3#4{\,\vcenter{\hbox{\fboxsep=1pt\fbox{\vbox{\small\halign{\hfil##\hfil\cr
174   #1\mathstrut\cr\noalign{\vskip1pt\hrule height.4pt\vskip1pt}%
175   width:\hfill\ #2\cr height:\hfill\ #3\cr depth:\hfill\ #4\cr
176   }}}}}\,}
177
178 \protected\def\Param#1{\hyperlink{fld:#1}{\underline{\smash{\textsf{#1}}}}} % parameter name
179 \protected\def\DParam#1{\hypertarget{fld:#1}{\underline{\smash{\textsf{#1}}}}} % parameter name (definition)
180 \protected\def\Pkg#1{\textsf{#1}} % packages/classes
181
182
183 \begin{document}
184 \lstset{
185   vscmd=\IVSB
186 }
187
188 \catcode`\<=13
189 \def<#1>{{\normalfont\rm\itshape$\langle$#1\/$\rangle$}}
190 \let\LARG=<
191 \maketitle
192
193 \tableofcontents
194 \bigskip
195
196 %<*en>
197 \textbf{This documentation is far from complete. It may have many
198 grammatical (and contextual) errors.} Also, several parts
199 are written in Japanese only.
200 %</en>
201 %<*ja>
202 \emph{\large 本ドキュメントはまだまだ未完成です.}
203 %</ja>
204
205 \clearpage
206 %<en>\part{User's manual}
207 %<ja>\part{ユーザーズマニュアル}
208
209 %<en>\section{Introduction}
210 %<ja>\section{はじめに}
211
212
213 %<*en>
214 The \LuaTeX-ja package is a macro package for typesetting high-quality
215 Japanese documents when using \LuaTeX.
216 %</en>
217 %<*ja>
218 \LuaTeX-jaパッケージは,次世代標準\TeX である\LuaTeX の上で,\pTeX と同等
219 /それ以上の品質の日本語組版を実現させようとするマクロパッケージである.
220 %</ja>
221 %<en>\subsection{Backgrounds}
222 %<ja>\subsection{背景}
223
224 %<*en>
225 Traditionally, ASCII \pTeX, an extension of \TeX, and its derivatives
226 are used to typeset Japanese documents in \TeX. \pTeX\ is an engine
227 extension of \TeX: so it can produce high-quality Japanese documents
228 without using very complicated macros. But this point is a mixed
229 blessing: \pTeX\ is left behind from other extensions of \TeX,
230 especially \eTeX\ and \pdfTeX, and from changes about
231 Japanese processing in computers (\textit{e.g.}, the UTF-8 encoding).
232 %</en>
233 %<*ja>
234 従来,「\TeX を用いて日本語組版を行う」といったとき,エンジンとしては
235 ASCII \pTeX やそれの拡張物が用いられることが一般的であった.\pTeX は\TeX
236 のエンジン拡張であり,(少々仕様上不便な点はあるものの)商業印刷の分野に
237 も用いられるほどの高品質な日本語組版を可能としている.だが,それは弱点に
238 もなってしまった.\pTeX という(組版的に)満足なものがあったため,海外で
239 行われている数々の\TeX の拡張――例えば\eTeX や\pdfTeX ――や,TrueType,
240 OpenType, Unicodeといった計算機で日本語を扱う際の状況の変化に追従すること
241 を怠ってしまったのだ.
242 %</ja>
243
244 %<*en>
245 Recently extensions of \pTeX, namely \upTeX\ (Unicode-implementation
246 of \pTeX) and \epTeX\ (merging of \pTeX\ and
247 \eTeX\ extension), have developed to fill those gaps to some
248 extent, but gaps still exist.
249 %</en>
250 %<*ja>
251 ここ数年,若干状況は改善されてきた.現在手に入る大半の\pTeX バイナリでは
252 外部UTF-8入力が利用可能となり,さらにUnicode化を推進し,\pTeX の内部処理
253 までUnicode化した\upTeX も開発されている.また,\pTeX に\eTeX 拡張をマー
254 ジした\epTeX も登場し,\TeX\ Live\ 2011では\pLaTeX が\epTeX の上で動作す
255 るようになった.だが,\pdfTeX 拡張(PDF直接出力やmicro-typesetting)を
256 \pTeX に対応させようという動きはなく,海外とのgapは未だにあるのが現状であ
257 る.
258 %</ja>
259
260 %<*en>
261 However, the appearance of \LuaTeX\ changed the whole situation. With
262 using Lua ``callbacks'', users can customize the internal processing of
263 \LuaTeX. So there is no need to modify sources of engines to
264 support Japanese typesetting: to do this, we only have to write Lua
265 scripts for appropriate callbacks.
266 %</en>
267 %<*ja>
268 しかし,\LuaTeX の登場で,状況は大きく変わることになった.Luaコードで
269 ``callback''を書くことにより,\LuaTeX の内部処理に割り込みをかけることが可
270 能となった.これは,エンジン拡張という真似をしなくても,Luaコードとそれに
271 関する\TeX マクロを書けば,エンジン拡張とほぼ同程度のことができるようになっ
272 たということを意味する.\LuaTeX-jaは,このアプローチによってLuaコード・
273 \TeX マクロによって日本語組版を\LuaTeX の上で実現させようという目的で開発
274 が始まったパッケージである.
275 %</ja>
276
277 %<en>\subsection{Major changes from \pTeX}
278 %<ja>\subsection{\pTeX からの主な変更点}
279 \label{ssec:chgptex}
280
281 %<*en>
282 The \LuaTeX-ja package is under much influence of \pTeX\ engine. The initial
283 target of development was to implement features of \pTeX. However,
284 implementing all feature of \pTeX\ is impossible,
285 since all process of \LuaTeX-ja must be implemented only by Lua and \TeX\ macros.
286 Hence \emph{\LuaTeX-ja is not a just porting of \pTeX; unnatural
287 specifications/behaviors of \pTeX\ were not adopted}.
288 %</en>
289 %<*ja>
290 \LuaTeX-jaは,\pTeX に多大な影響を受けている.初期の開発目標は,\pTeX の機
291 能をLuaコードにより実装することであった.しかし,(\pTeX はエンジン拡張であったのに対し)
292 \LuaTeX-jaはLuaコードと\TeX マクロを用いて全てを実装していなければならないため,\pTeX
293 の完全な移植は不可能であり,また\pTeX における実装がいささか不可解になっ
294 ているような状況も発見された.そのため,\emph{\LuaTeX-jaは,もはや
295 \pTeX の完全な移植は目標とはしない.\pTeX における不自然な仕様・挙動があ
296 れば,そこは積極的に改める.}
297 %</ja>
298
299 %<*en>
300 The followings are major changes from \pTeX.
301 For more detailed information, see Part~\ref{part-imp} or other sections of this manual.
302 %</en>
303 %<*ja>
304 以下は \pTeX からの主な変更点である.
305 より詳細については第\ref{part-imp}部など本文書の残りを参照.
306 %</ja>
307
308 %<*en>
309 \paragraph{Command names} \pTeX\ addes several primitives, such as \cs{kanjiskip},
310 \cs{prebreakpenalty},~and,~\cs{ifydir}. They can be used as follows:
311 %</en>
312 %<*ja>
313 \paragraph{命令の名称} 例えば\pTeX で追加された次のようなプリミティブ
314 %</ja>
315 \begin{verbatim}
316 \kanjiskip=10pt  \dimen0=kanjiskip
317 \tbaselineshift=0.1zw
318 \dimen0=\tbaselineshift
319 \prebreakpenalty`ぁ=100
320 \ifydir ... \fi
321 \end{verbatim}
322 %<en> However, we cannot use them under \LuaTeX-ja.
323 %<en> Instead of them, we have to write as the following.
324 %<ja> は\LuaTeX-jaには存在しない.\LuaTeX-jaでは以下のように記述することになる.
325 \begin{verbatim}
326 \ltjsetparameter{kanjiskip=10pt}  \dimen0=\ltjgetparameter{kanjiskip}
327 \ltjsetparameter{talbaselineshift=0.1\zw}
328 \dimen0=\ltjgetparameter{talbaselineshift}
329 \ltjsetparameter{prebreakpenalty={`ぁ,100}}
330 \ifnum\ltjgetparemeter{direction}=4 ... \fi
331 \end{verbatim}
332 %<*en>
333 Note that \pTeX\ adds new two useful units, namely \texttt{zw}~and~\texttt{zh}.
334 As shown above, they are changed by \cs{zw}~and~\cs{zh} respectively, in \LuaTeX-ja.
335 %</en>
336 %<*ja>
337 特に注意してほしいのは,\pTeX で追加された \texttt{zw} と \texttt{zh} という単位は
338 \LuaTeX-ja では使用できず,\cs{zw}, \cs{zh} と制御綴の形にしないといけないという点である.
339 %</ja>
340
341 %<*en>
342 \paragraph{Linebreak after a Japanese character}
343 In \pTeX, a line break after Japanese character is ignored (and
344       doesn't yield a space), since line breaks (in source files) are
345       permitted almost everywhere in Japanese texts. However, \LuaTeX-ja
346       doesn't have this feature completely, because of a specification
347       of \LuaTeX. For the detail, see Section~\ref{sec-lbreak}.
348 %</en>
349 %<*ja>
350 \paragraph{和文文字直後の改行}
351 日本語の文書中では改行はほとんどどこでも許されるので,\pTeX では和文文字
352       直後の改行は無視される(スペースが入らない)ようになっていた.しかし,
353       \LuaTeX-ja では \LuaTeX の仕様のためにこの機能は完全には実装されていない.
354       詳しくは\ref{sec-lbreak}章を参照.
355 %</ja>
356
357 %<*en>
358 \paragraph{Spaces related to Japanese characters}
359 The insertion process of glues/kerns between two Japanese
360       characters and between a Japanese character and other characters
361       (we refer glues/kerns of both kinds as \textbf{JAglue}) is rewritten from
362       scratch.
363 %</en>
364 %<*ja>
365 \paragraph{和文関連の空白}
366 2つの和文文字の間や,和文文字と欧文文字の間に入るグルー/カーン
367       (両者をあわせて\textbf{JAglue}と呼ぶ)の挿入処理が0から書き直されている.
368 %</ja>
369
370 \begin{itemize}
371 %<*en>
372 \item As \LuaTeX's internal ligature handling is \emph{node-based}
373       (\textit{e.g.}, \verb+of{}fice+ doesn't prevent ligatures), the
374       insertion process of \textbf{JAglue} is now \emph{node-based}.
375 %</en>
376 %<*ja>
377 \item \LuaTeX の内部での合字の扱いは「ノード」を単位として行われるようになっている(例えば,
378       \verb+of{}fice+ で合字は抑制されない).それに合わせ,\textbf{JAglue}の挿入処理も
379       ノード単位で実行される.
380 %</ja>
381
382 %<*en>
383 \item Furthermore, nodes between two characters which have no effects in
384       line break (\textit{e.g.}, \cs{special} node) and kerns from
385       italic correction are ignored in the insertion process.
386 %</en>
387 %<*ja>
388 \item さらに,2つの文字の間にある行末では効果を持たないノード(例えば \cs{special} ノード)や,
389   イタリック補正に伴い挿入されるカーンは挿入処理中では無視される.
390 %</ja>
391
392 %<*en>
393 \item \emph{Caution: due to above two points, many methods which did for the
394       dividing the process of the insertion of \textbf{JAglue} in \pTeX\ are not
395       effective anymore.} In concrete terms, the following two methods are not effective anymore:
396 %</en>
397 %<*ja>
398 \item \emph{注意:上の2つの変更により,従来\textbf{JAglue}の挿入処理を分断するのに
399       使われていたいくつかの方法は用いることができない.具体的には,次の方法はもはや無効である:}
400 %</ja>
401 \begin{lstlisting}
402 ちょ{}っと    ちょ\/っと
403 \end{lstlisting}
404 %<*en>
405       If you want to do so, please put an empty horizontal box (hbox) between it instead:
406 %</en>
407 %<*ja>
408       もし同じことをやりたければ,空の水平ボックス(hbox)を間に挟めばよい:
409 %</ja>
410 \begin{lstlisting}
411 ちょ\hbox{}っと
412 \end{lstlisting}
413
414 %<*en>
415 \item In the process, two Japanese fonts which only differ in their ``real''
416       fonts are identified.
417 %</en>
418 %<*ja>
419 \item 処理中では,2つの和文フォントは,実フォントが異なるだけの場合には同一視
420       される.
421 %</ja>
422 \end{itemize}
423
424 %<*en>
425 \paragraph{Directions}
426 From version~20150420.0, \LuaTeX-ja supports vertical writing.
427 We implement this feature by using callbacks of \LuaTeX; so it must \emph{not} be confused
428 with $\Omega$-style direction support of \LuaTeX\ itself.
429 Due to implementation, the dimension returned by \cs{wd},~\cs{ht}, or~\cs{dp} depends
430 on the content of the register \emph{only}. This is major difference with \pTeX.
431 %</en>
432 %<*ja>
433 \paragraph{組方向}
434 20150420.0版からは,不安定ながらも\LuaTeX-ja における縦組みをサポートしている.
435 なお,\LuaTeX 本体も$\Omega$流の組方向をサポートしているが,それとは全くの別物であること
436 に注意してほしい.
437 特に,異なった組方向のボックスを扱う場合には
438 \cs{wd}, \cs{ht}, \cs{dp}等の仕様が\pTeX と異なるので注意.詳細は第\ref{sec-direction}章を参照.
439 %</ja>
440
441 %<*en>
442 \paragraph{\cs{discretionary}}
443 Japanese characters in discretionary break (\cs{discretionary}) is not supported.
444 %</en>
445 %<*ja>
446 \paragraph{\cs{discretionary}}
447  \cs{discretionary} 内に直接和文文字を記述することは,\pTeX においても想定されていなかった
448  感があるが.\LuaTeX-jaにおいても想定していない.和文文字をどう
449       しても使いたい場合は \cs{hbox} で括ること.
450 %</ja>
451
452 %<*en>
453 \paragraph{Greek and Cyrillic letters, and ISO~8859-1 symbols}
454 By default, \LuaTeX-ja uses Japanese fonts to typeset Greek and Cyrillic letters,
455       To change this behavior, 
456       put \verb!\ltjsetparameter{jacharrange={-2,-3}}! in the preamble.
457       For the detailed description, see Subsection~\ref{ssec-setrange}.
458
459 From this version, characters which belongs both ISO~8859-1 and JIS~X~0208,
460       such as \P~and~\S, are now typeset in alphabetic fonts. This means that
461       without the \cs{fontspec} (and~\Pkg{luatexja-fontspec}) package, these characters are not typeset correctly.
462 %</en>
463 %<*ja>
464 \paragraph{ギリシャ文字・キリル文字とISO~8859-1の記号}
465 標準では,\LuaTeX-jaはギリシャ文字やキリル文字を和文フォントを使っ
466       て組む.ギリシャ語などを本格的に組むなどこの状況が望ましくない場合,
467       プリアンブルに
468 \begin{lstlisting}
469  \ltjsetparameter{jacharrange={-2,-3}}
470 \end{lstlisting}
471       を入れると
472       上記種類の文字は欧文フォントを用いて組まれるようになる.
473       詳しい説明は\ref{ssec-setrange}節を参照してほしい.
474
475 また,\P,~\S といったISO~8859-1の上位領域とJIS~X~0208の共通部分の文字は
476       本バージョンから標準で欧文扱いとなり,\emph{ソース中に直接記述しても
477       \Pkg{fontspec}パッケージ(および\Pkg{luatexja-fontspec}パッケージ)非読み込みの状態では出力されなくなった}.
478       和文扱いで出力するには \verb+\ltjjachar`§+ のように \cs{ltjjachar} 命令
479       を使えばよい.
480 %</ja>
481
482 %<en>\subsection{Notations}
483 %<ja>\subsection{用語と記法}
484
485 %<*en>
486 In this document, the following terms and notations are used:
487 %</en>
488 %<*ja>
489 本ドキュメントでは,以下の用語と記法を用いる:
490 %</ja>
491 \begin{itemize}
492 %<*en>
493 \item Characters are classified into following two types.
494       Note that the classification can be customized by a user
495       (see Subsection~\ref{ssec-setrange}).
496 %</en>
497 %<*ja>
498 \item 文字は次の2種類に分けられる.この類別は固定されているものではなく,ユーザが後から変更可能である
499       (\ref{ssec-setrange}節を参照).
500 %</ja>
501 \begin{itemize}
502 %<*en>
503 \item \textbf{JAchar}: standing for characters which is used in Japanese typesetting,
504       such as Hiragana,~Katakana, Kanji, and~other Japanese punctuation marks.
505 %</en>
506 %<*ja>
507 \item \textbf{JAchar}: ひらがな,カタカナ,漢字,和文用の約物といった
508       日本語組版に使われる文字のことを指す.
509 %</ja>
510
511 %<en>\item \textbf{ALchar}: standing for all other characters like latin alphabets.
512 %<ja>\item \textbf{ALchar}: ラテンアルファベットを始めとする,その他全ての文字を指す.
513 \end{itemize}
514
515 %<*en>
516 We say \emph{alphabetic fonts} for fonts used in \textbf{ALchar},
517 and \emph{Japanese fonts} for fonts used in \textbf{JAchar}.
518 %</en>
519 %<*ja>
520 そして,\textbf{ALchar}の出力に用いられるフォントを\emph{欧文フォント}と呼び,
521 \textbf{JAchar}の出力に用いられるフォントを\emph{和文フォント}と呼ぶ.
522 %</ja>
523 %<*en>
524 \item A word in a sans-serif font with underline (like \Param{prebreakpenalty})
525       means an internal parameter for Japanese typesetting, and it
526       is used as a key in \cs{ltjsetparameter} command.
527 %</en>
528 %<*ja>
529 \item 下線つきローマン体で書かれた語(例:\Param{prebreakpenalty})は日本語組版用の
530       パラメータを表し,これらは \cs{ltjsetparameter} 命令のキーとして
531       用いられる.
532 %</ja>
533 %<*en>
534 \item A word in a sens-serif font without underline (like \Pkg{fontspec})
535       means a package or a class of \LaTeX.
536 %</en>
537 %<*ja>
538 \item 下線なしサンセリフ体の語(例:\Pkg{fontspec})は\LaTeX の
539       パッケージやクラスを表す.
540 %</ja>
541 %<*en>
542 \item In this document, natural numbers start from~zero.
543   $\omega$ denotes the set of all natural numbers.
544 %</en>
545 %<*ja>
546 \item 本ドキュメントでは,自然数は0から始まる.自然数全体の集合は$\omega$と表記する.
547 %</ja>
548 \end{itemize}
549
550 %<en>\subsection{About the project}
551 %<ja>\subsection{プロジェクトについて}
552
553 %<en>\paragraph{Project Wiki} Project Wiki is under construction.
554 %<ja>\paragraph{プロジェクトWiki} プロジェクトWikiは構築中である.
555 %<*en>
556 \begin{itemize}
557 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28en%29} (English)
558 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage} (Japanese)
559 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28zh%29} (Chinese)
560 \end{itemize}
561 %</en>
562 %<*ja>
563 \begin{itemize}
564 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage}(日本語)
565 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28en%29}(英語)
566 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28zh%29}(中国語)
567 \end{itemize}
568 %</ja>
569
570 %<en>This project is hosted by OSDN.
571 %<ja>本プロジェクトはOSDNのサービスを用いて運営されている.
572
573 %<en>\paragraph{Members}\
574 %<ja>\paragraph{開発メンバー}\
575
576 %<*en>
577 \begin{multienumerate}
578 \def\labelenumi{$\bullet$}
579 \mitemxxx{Hironori KITAGAWA}{Kazuki MAEDA}{Takayuki YATO}
580 \mitemxxx{Yusuke KUROKI}{Noriyuki ABE}{Munehiro YAMAMOTO}
581 \mitemxxx{Tomoaki HONDA}{Shuzaburo SAITO}{MA Qiyuan}
582 \end{multienumerate}
583 %</en>
584 %<*ja>
585 \begin{multienumerate}
586 \def\labelenumi{$\bullet$}
587 \mitemxxx{北川 弘典}{前田 一貴}{八登 崇之}
588 \mitemxxx{黒木 裕介}{阿部 紀行}{山本 宗宏}
589 \mitemxxx{本田 知亮}{齋藤 修三郎}{馬 起園}
590 \end{multienumerate}
591 %</ja>
592
593 % \paragraph{Acknowledgments} -- 挿入するならここ
594
595 \clearpage
596 %<en>\section{Getting Started}
597 %<ja>\section{使い方}
598 %<en>\subsection{Installation}
599 %<ja>\subsection{インストール}
600
601 %<en>The following packages are needed for the \LuaTeX-ja\ package.
602 %<ja>\LuaTeX-jaパッケージの動作には次のパッケージ類が必要である.
603 \begin{itemize}
604 \item \LuaTeX\ beta-0.80.0 (or later)
605 \item \Pkg{luaotfload} v2.5 (or later)
606 \item \Pkg{adobemapping} (Adobe cmap and pdfmapping files)
607 \item \Pkg{everysel} (if you want to use \LuaTeX-ja with \LaTeXe)
608 \item \Pkg{fontspec} v2.4
609 %<en>\item \emph{IPAex fonts} (\url{http://ipafont.ipa.go.jp/})
610 %<ja>\item \emph{IPAexフォント(\url{http://ipafont.ipa.go.jp/})}
611 \end{itemize}
612 %<en>In summary, this version of \LuaTeX-ja no longer supports \TeX~Live~2014 (or older version).
613 %<*ja>
614 要約すると,本バージョンの\LuaTeX-jaは\TeX~Live~2014以前では動作しない\footnote{%
615   もっとも,自分で\LuaTeX のバイナリをSubversionリポジトリからビルドしていれば話は別である.
616 }.
617 %</ja>
618
619 %<*en>
620 Now \LuaTeX-ja is available from
621 CTAN (in the \texttt{macros/luatex/generic/luatexja} directory), and
622 the following distributions:
623   \begin{itemize}
624   \item MiK\TeX\ (in \texttt{luatexja.tar.lzma}); see the next subsection
625   \item \TeX\ Live (in \texttt{texmf-dist/tex/luatex/luatexja})
626   \item W32\TeX\ (in \texttt{luatexja.tar.xz})
627   \end{itemize}
628 IPAex fonts are also available in these distributions.
629 %</en>
630 %<*ja>
631 現在,\LuaTeX-jaはCTAN (\texttt{macros/luatex/generic/luatexja})に収録されている他,
632 以下のディストリビューションにも収録されている:
633   \begin{itemize}
634   \item MiK\TeX\ (\texttt{luatexja.tar.lzma})
635   \item \TeX\ Live (\texttt{texmf-dist/tex/luatex/luatexja})
636   \item W32\TeX\ (\texttt{luatexja.tar.xz})
637   \end{itemize}
638 これらのディストリビューションはIPAexフォントも収録している.
639 W32\TeX においてはIPAexフォントは \texttt{luatexja.tar.xz} 内にある.
640 %</ja>
641
642 % %<*ja>
643 % 例えば\TeX~Live~2015を利用しているなら,\LuaTeX-jaは\TeX~Live manager (\texttt{tlmgr})を
644 % 使ってインストールすることができる.
645 % \begin{lstlisting}
646 % $ tlmgr install luatexja
647 % \end{lstlisting}
648 % %</ja>
649 % %<*en>
650 % If you are using \TeX~Live~2015, you can install \LuaTeX-ja
651 % from \TeX~Live manager (\texttt{tlmgr}):
652 % \begin{lstlisting}
653 % $ tlmgr install luatexja
654 % \end{lstlisting}
655 % %</en>
656
657 %<en>\paragraph{Manual installation}
658 %<ja>\paragraph{手動インストール方法}
659
660 \begin{enumerate}
661 %<*en>
662 \item Download the source, by one of the following method.
663       At the present, \LuaTeX-ja has no \emph{stable} release.
664
665 \begin{itemize}
666 \item Clone the Git repository:
667 \begin{lstlisting}
668 $ git clone git://git.osdn.jp/gitroot/luatex-ja/luatexja.git
669 \end{lstlisting}
670 \item Download the \texttt{tar.gz} archive of HEAD in the \texttt{master} branch from
671 \begin{flushleft}
672 \url{http://git.osdn.jp/view?p=luatex-ja/luatexja.git;a=snapshot;h=HEAD;sf=tgz}.
673 \end{flushleft}
674 \end{itemize}
675
676 Note that the \texttt{master} branch, and hence the archive in CTAN, are not updated frequently;
677 the forefront of development is not the \texttt{master} branch.
678 %</en>
679 %<*ja>
680 \item ソースを以下のいずれかの方法で取得する.現在公開されているのはあくまでも
681       開発版であって,安定版でないことに注意.
682
683 \begin{itemize}
684 \item Gitリポジトリをクローンする:
685 \begin{lstlisting}
686 $ git clone git://git.osdn.jp/gitroot/luatex-ja/luatexja.git
687 \end{lstlisting}
688 \item \texttt{master} ブランチのスナップショット(\texttt{tar.gz} 形式)をダウンロードする.
689 \begin{flushleft}
690 \url{http://git.osdn.jp/view?p=luatex-ja/luatexja.git;a=snapshot;h=HEAD;sf=tgz}.
691 \end{flushleft}
692 \end{itemize}
693 \texttt{master} ブランチ(従って,CTAN内のアーカイブも)はたまにしか更新されないことに注意.
694 主な開発は\texttt{master}の外で行われ,比較的まとまってきたらそれを \texttt{master} に
695 反映させることにしている.
696 %</ja>
697
698 %<*en>
699 \item Extract the archive. You will see \texttt{src/} and several other sub-directories.
700 But only the contents in \texttt{src/} are needed to work \LuaTeX-ja.
701 %</en>
702 %<*ja>
703 \item 「Gitリポジトリをクローン」以外の方法でアーカイブを取得したならば,それを展開する.
704       \texttt{src/} をはじめとしたいくつかのディレクトリができるが,
705       動作には \texttt{src/} 以下の内容だけで十分.
706 %</ja>
707
708 %<*en>
709 \item If you downloaded this package from CTAN, you have to run following commands
710     to generate classes
711     and \texttt{ltj-kinsoku.lua} (the file which stores default ``\textit{kinsoku}'' parameters):
712 %</en>
713 %<*ja>
714 \item もしCTANから本パッケージを取得したのであれば,日本語用クラスファイルや
715 標準の禁則処理用パラメータを
716 格納した \texttt{ltj-kinsoku.lua} を生成するために,
717 以下を実行する必要がある:
718 %</ja>
719 \begin{lstlisting}
720 $ cd src
721 $ lualatex ltjclasses.ins
722 $ lualatex ltjsclasses.ins
723 $ lualatex ltjltxdoc.ins
724 $ luatex   ltj-kinsoku_make.tex
725 \end{lstlisting}
726 %<*en>
727 \emph{Do not forget The last line (processing \texttt{ltj-kinsoku\_make.tex})}.
728 \texttt{*.\{dtx,ins\}} and \texttt{ltj-kinsoku\_make.tex} used here are not needed in regular use.
729 %</en>
730 %<*ja>
731 \emph{最後の \texttt{ltj-kinsoku\_make.tex} の実行を忘れないように注意}.
732 ここで使用した \texttt{*.\{dtx,ins\}} と \texttt{ltj-kinsoku\_make.tex} は
733 通常の使用にあたっては必要ない.
734 %</ja>
735
736
737
738 %<*en>
739 \item Copy all the contents of \texttt{src/} into one of your \texttt{TEXMF} tree.
740       \texttt{TEXMF/tex/luatex/luatexja/} is an example location.
741       If you cloned entire Git repository, making a symbolic link of \texttt{src/}
742       instead copying is also good.
743 %</en>
744 %<*ja>
745 \item \texttt{src} の中身を自分の \texttt{TEXMF} ツリーにコピーする.
746       場所の例としては,例えば
747 \begin{quote}
748  \texttt{TEXMF/tex/luatex/luatexja/}
749 \end{quote}
750       がある.
751       シンボリックリンクが利用できる環境で,かつリポジトリを直接取得したのであれば,
752       (更新を容易にするために)コピーではなくリンクを貼ることを勧める.
753 %</ja>
754 %<*en>
755 \item If \texttt{mktexlsr} is needed to update the file name database, make it so.
756 %</en>
757 %<*ja>
758 \item 必要があれば,\texttt{mktexlsr} を実行する.
759 %</ja>
760 \end{enumerate}
761
762 %<*en>
763 \subsection{Cautions}
764 For changes from \pTeX, see Subsection~\ref{ssec:chgptex}.
765 %</en>
766 %<*ja>
767 \subsection{注意点}
768 \pTeX からの変更点として,\ref{ssec:chgptex}節も熟読するのが望ましい.
769 ここでは一般的な注意点を述べる.
770 %</ja>
771 \begin{itemize}
772 %<*en>
773 \item The encoding of your source file must be UTF-8. Other
774       encodings, such as EUC-JP or Shift-JIS, are not supported.
775 %</en>
776 %<*ja>
777 \item 原稿のソースファイルの文字コードはUTF-8固定である.
778       従来日本語の文字コードとして用いられてきたEUC-JPやShift-JISは使用できない.
779 %</ja>
780 %<*en>
781 \item \LuaTeX-ja is very slower than \pTeX.
782 Generally speaking, LuaJIT\TeX\ processes \LuaTeX-ja
783 about 30\% faster than \LuaTeX, but not always.
784 %</en>
785 %<*ja>
786 \item \LuaTeX-jaは動作が\pTeX に比べて非常に遅い.
787 コードを調整して徐々に速くしているが,まだ満足できる速度ではない.
788 LuaJIT\TeX を用いると\LuaTeX のだいたい1.3倍の速度で動くようであるが,
789 IPA mj明朝などの大きいフォントを用いた場合には\LuaTeX よりも遅くなることもある.
790 %</ja>
791
792 \item%
793 %<*en>
794 \textbf{(Outdated) note for MiK\TeX\ users}\quad
795 \LuaTeX-ja requires that several CMap files%
796 \footnote{\texttt{UniJIS2004-UTF32-\{H,V\}} and \texttt{Adobe-Japan1-UCS2}.}
797 must be found from \LuaTeX.
798 Strictly speaking, those CMaps are needed
799 only in the first run of \LuaTeX-ja after installing or updating.
800 But it seems that MiK\TeX\ does not satisfy this condition,
801 so you will encounter an error like the following:
802 %</en>
803 %<*ja>
804 \LuaTeX-jaが動作するためには,\emph{導入・更新後の初回起動時に}
805 \texttt{UniJIS2004-UTF32-\{H,V\}}, \texttt{Adobe-Japan1-UCS2}という3つのCMapが
806 \LuaTeX によって見つけられることが必要である.
807 しかし古いバージョンのMiK\TeX ではそのようになっていないので,次のエラーが発生するだろう:
808 %</ja>
809 \begin{lstlisting}
810 ! LuaTeX error ...iles (x86)/MiKTeX 2.9/tex/luatex/luatexja/ltj-rmlgbm.lua
811 bad argument #1 to 'open' (string expected, got nil)
812 \end{lstlisting}
813
814 %<*en>
815 If so, please execute a batch file which is written on
816 \href{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28en%29}{ the Project Wiki (English)}.
817 This batch file creates a temporary directory, copy CMaps in it,
818 run a test file which loads \LuaTeX-ja in this directory, 
819 and finally delete the temporary directory.
820 %</en>
821 %<*ja>
822 そのような場合には,
823 \href{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28en%29}{%
824   プロジェクトWiki英語版トップページ}中に書かれているバッチファイルを
825 実行して欲しい.このバッチファイルは,作業用ディレクトリにCMap達を
826 コピーし,その中で\LuaTeX-jaの初回起動を行い,作業用ディレクトリを消す作業をしている.
827 %</ja>
828
829 \end{itemize}
830
831 %<en>\subsection{Using in plain \TeX}
832 %<ja>\subsection{plain \TeX で使う}
833 \label{ssec-plain}
834
835 %<en>To use \LuaTeX-ja in plain \TeX, simply put the following at the beginning of the document:
836 %<ja>\LuaTeX-jaを plain \TeX で使うためには,単に次の行をソースファイルの冒頭に追加すればよい:
837 \begin{lstlisting}
838 \input luatexja.sty
839 \end{lstlisting}
840 %<en>This does minimal settings (like \texttt{ptex.tex}) for typesetting Japanese documents:
841 %<ja>これで(\texttt{ptex.tex}のように)日本語組版のための最低限の設定がなされる:
842
843 \begin{itemize}
844 %<*en>
845 \item The following 12~Japanese fonts are preloaded:
846 \begin{center}\small
847 \begin{tabular}{cccccc}
848 \toprule
849 \textbf{direction}&
850 \textbf{classification}&\textbf{font name}&\bf ``10\,pt''&\bf``7\,pt''&\bf``5\,pt''\\\midrule
851 \smash{\raisebox{-1ex}{\emph{yoko} (horizontal)}}&
852 \emph{mincho}&IPAex Mincho&\cs{tenmin}&\cs{sevenmin}&\cs{fivemin}\\
853 &\emph{gothic}&IPAex Gothic&\cs{tengt} &\cs{sevengt} &\cs{fivegt}\\
854 \midrule
855 \smash{\raisebox{-1ex}{\emph{tate} (vertical)}}&
856 \emph{mincho}&IPAex Mincho&\cs{tentmin}&\cs{seventmin}&\cs{fivetmin}\\
857 &\emph{gothic}&IPAex Gothic&\cs{tentgt} &\cs{seventgt} &\cs{fivetgt}\\
858 \bottomrule
859 \end{tabular}
860 \end{center}
861 %</en>
862 %<*ja>
863 \item 以下の12個の和文フォントが定義される:
864 \begin{center}\small
865 \begin{tabular}{cccccc}
866 \toprule
867 \emph{組方向}&\emph{字体}&\emph{フォント名}&\bf ``10\,pt''&\bf``7\,pt''&\bf``5\,pt''\\\midrule
868 \smash{\raisebox{-1ex}{横組}}&
869 明朝体&IPAex明朝&\cs{tenmin}&\cs{sevenmin}&\cs{fivemin}\\
870 &ゴシック体&IPAexゴシック&\cs{tengt} &\cs{sevengt} &\cs{fivegt}\\
871 \midrule
872 \smash{\raisebox{-1ex}{縦組}}&
873 明朝体&IPAex明朝&\cs{tentmin}&\cs{seventmin}&\cs{fivetmin}\\
874 &ゴシック体&IPAexゴシック&\cs{tentgt} &\cs{seventgt} &\cs{fivetgt}\\
875 \bottomrule
876 \end{tabular}
877 \end{center}
878 %</ja>
879 \begin{itemize}
880 %<*en>
881 \item With \texttt{luatexja.cfg}, one can use other fonts
882 as ``default'' Japanese fonts (Subsection~\ref{ssec-cfg}).
883 %</en>
884 %<*ja>
885 \item \texttt{luatexja.cfg} を用いることによって,標準和文フォントを
886 IPAexフォントから別のフォントに置き換えることができる.\ref{ssec-cfg}節を参照.
887 %</ja>
888
889 %<*en>
890 \item A character in an alphabetic font is generally smaller than a
891       Japanese font in the same size. So actual size specification of
892       these Japanese fonts is in fact smaller than that of alphabetic
893       fonts, namely scaled by 0.962216.
894 %</en>
895 %<*ja>
896 \item 欧文フォントの文字は和文フォントの文字よりも,同じ文字サイズでも
897       一般に小さくデザインされている.そこで,標準ではこれらの和文フォントの実際のサイズは指定された値よりも
898       小さくなるように設定されており,具体的には指定の0.962216倍にスケールされる.
899       この0.962216という数値も,\pTeX におけるスケーリングを踏襲した値である.
900 %</ja>
901 \end{itemize}
902
903 %<*en>
904 \item The amount of glue that are inserted between a \textbf{JAchar} and
905       an \textbf{ALchar} (the parameter \Param{xkanjiskip}) is set to
906 %</en>
907 %<*ja>
908 \item \textbf{JAchar}と\textbf{ALchar}の間に入るグルー(\Param{xkanjiskip})の
909       量は次のように設定されている:
910 %</ja>
911 \[
912  (0.25\cdot 0.962216\cdot 10\,\mathrm{pt})^{+1\,\text{pt}}_{-1\,\text{pt}}
913  = 2.40554\,\mathrm{pt}^{+1\,\text{pt}}_{-1\,\text{pt}}.
914 \]
915 \end{itemize}
916
917 %<en>\subsection{Using in \LaTeX}
918 %<ja>\subsection{\LaTeX で使う}
919 \label{ssec-ltx}
920
921 %<*en>
922 Using in \LaTeXe\ is basically same. To set up the minimal environment
923 for Japanese, you only have to load \texttt{luatexja.sty}:
924 %</en>
925 %<*ja>
926 \LaTeXe を用いる場合も基本的には同じである.日本語組版のための最低限の環境を
927 設定するためには,\texttt{luatexja.sty}を読み込むだけでよい:
928 %</ja>
929 \begin{lstlisting}
930 \usepackage{luatexja}
931 \end{lstlisting}
932 %<*en>
933 It also does minimal settings (counterparts in \pLaTeX\ are \texttt{%
934 plfonts.dtx} and \texttt{pldefs.ltx}):
935 %</en>
936 %<*ja>
937 これで\pLaTeX の\texttt{plfonts.dtx}と\texttt{pldefs.ltx}に相当する最低限の設定が
938 なされる:
939 %</ja>
940
941 \begin{itemize}
942 %<*en>
943 \item Font encodings for Japanese fonts is \texttt{JY3}~(for horizontal direction) and
944 \texttt{JT3}~(for vertical direction).
945 %</en>
946 %<*ja>
947 \item 和文フォントのエンコーディングとしては,横組用には \texttt{JY3},縦組用には\
948 \texttt{JT3}が用いられる.
949 %</ja>
950
951 %<*en>
952 \item Traditionally, Japanese documents use two typeface categories: \emph{mincho}~(明朝体) and
953  \emph{gothic}~(\textgt{ゴシック体}). \emph{mincho} is used in the main text, while \emph{gothic}
954       is used in the headings or for emphasis.
955 \begin{center}\small
956 \begin{tabular}{lllc}
957 \toprule
958 \textbf{classification}&&&\textbf{family name}\\\midrule
959 \emph{mincho} (明朝体)&\verb+\textmc{...}+&\verb+{\mcfamily ...}+&\cs{mcdefault}\\
960 \emph{gothic} (\textgt{ゴシック体})&\verb+\textgt{...}+&\verb+{\gtfamily ...}+&\cs{gtdefault}\\
961 \bottomrule
962 \end{tabular}
963 \end{center}
964 \item
965 By default, the following fonts are used for \emph{mincho} and \emph{gothic}:
966 \begin{center}\small
967 \begin{tabular}{ccccc}
968 \toprule
969 \textbf{classification}&\textbf{family}&\cs{mdseries}&\cs{bfseries}&\textbf{scale}\\\midrule
970 \emph{mincho} (明朝体)&\tt mc&IPAex Mincho&IPAex Gothic&0.962216\\
971 \emph{gothic} (\textgt{ゴシック体})&\tt gt&IPAex Gothic&IPAex Gothic&0.962216\\
972 \bottomrule
973 \end{tabular}
974 \end{center}
975 Note that the bold series in both family are same as the medium series of \emph{gothic}
976      family. There is no italic nor slanted shape for
977       these \texttt{mc}~and~\texttt{gt}.
978 %</en>
979 %<*ja>
980 \item \pLaTeX と同様に,標準では「明朝体」「ゴシック体」の2種類を用いる:
981 \begin{center}\small
982 \begin{tabular}{cllc}
983 \toprule
984 \emph{字体}&&&\emph{ファミリ名}\\\midrule
985 明朝体&\verb+\textmc{...}+&\verb+{\mcfamily ...}+&\cs{mcdefault}\\
986 \textgt{ゴシック体}&\verb+\textgt{...}+&\verb+{\gtfamily ...}+&\cs{gtdefault}\\
987 \bottomrule
988 \end{tabular}
989 \end{center}
990 \item 標準では,次のフォントファミリが用いられる:
991 \begin{center}\small
992 \begin{tabular}{ccccc}
993 \toprule
994 \emph{字体}&\emph{ファミリ}&\cs{mdseries}&\cs{bfseries}&\emph{スケール}\\\midrule
995 明朝体&\tt mc&IPAex明朝&IPAexゴシック&0.962216\\
996 ゴシック体&\tt gt&IPAexゴシック&IPAexゴシック&0.962216\\
997 \bottomrule
998 \end{tabular}
999 \end{center}
1000 どちらのファミリにおいても,そのboldシリーズで使われるフォントは
1001 ゴシック体のmediumシリーズで使われるフォントと同じであることに注意.
1002 また,どちらのファミリでもイタリック体・スラント体は定義されない.
1003 %</ja>
1004
1005 %<en>\item Japanese characters in math mode are typeset by the font family \texttt{mc}.
1006 %<ja>\item 数式モード中の和文文字は明朝体(\texttt{mc})で出力される.
1007
1008 %<*en>
1009 \item If you use the \Pkg{beamer} class with the default font theme (which uses sans serif
1010       fonts) and with \LuaTeX-ja, you might want to change default Japanese fonts to
1011       \emph{gothic} family. The following line  changes  the default Japanese font family
1012       to \emph{gothic}:
1013 %</en>
1014 %<*ja>
1015 \item \Pkg{beamer}クラスを既定のフォント設定で使う場合,既定欧文フォントがサンセリフなの
1016       で,既定和文フォントもゴシック体にしたいと思うかもしれない.その場合はプリアンブルに
1017 次を書けばよい:
1018 %</ja>
1019 \begin{lstlisting}
1020  \renewcommand{\kanjifamilydefault}{\gtdefault}
1021 \end{lstlisting}
1022
1023
1024 \end{itemize}
1025
1026 %<*en>
1027 However, above settings are not sufficient for Japanese-based
1028 documents. To typeset Japanese-based documents, you are better to use
1029 class files other than \texttt{article.cls}, \texttt{book.cls}, and so on.  At
1030 the present, we have the counterparts of \Pkg{jclasses} (standard
1031 classes in \pLaTeX) and \Pkg{jsclasses} (classes by Haruhiko
1032 Okumura), namely, \Pkg{ltjclasses}\footnote{%
1033   \texttt{ltjarticle.cls},~\texttt{ltjbook.cls}, \texttt{ltjreport.cls},
1034   \texttt{ltjtarticle.cls}, \texttt{ltjtbook.cls}, \texttt{ltjtreport.cls}.
1035   The latter \texttt{ltjt*.cls} are for vertically writtened Japanese documents.
1036 } and \Pkg{ltjsclasses}\footnote{%
1037   \texttt{ltjsarticle.cls},~\texttt{ltjsbook.cls},~\texttt{ltjskiyou.cls}.}.
1038 %</en>
1039 %<*ja>
1040 しかしながら,上記の設定は日本語の文書にとって十分とは言えない.
1041 日本語文書を組版するためには,\texttt{article.cls}, \texttt{book.cls}といった
1042 欧文用のクラスファイルではなく,和文用のクラスファイルを用いた方がよい.
1043 現時点では,\Pkg{jclasses}(\pLaTeX の標準クラス)と\Pkg{jsclasses}%
1044 (奥村晴彦氏による「\pLaTeXe 新ドキュメントクラス」)に対応するものとして,
1045 \Pkg{ltjclasses}\footnote{%
1046   横組用は \texttt{ltjarticle.cls},~\texttt{ltjbook.cls}, \texttt{ltjreport.cls} であり,
1047   縦組用は \texttt{ltjtarticle.cls}, \texttt{ltjtbook.cls}, \texttt{ltjtreport.cls} である.
1048 },
1049 \Pkg{ltjsclasses}\footnote{%
1050   \texttt{ltjsarticle.cls},~\texttt{ltjsbook.cls},~\texttt{ltjskiyou.cls}.}%
1051 がそれぞれ用意されている.
1052 %</ja>
1053
1054 %<*ja>
1055 \paragraph{脚注とボトムフロートの出力順序}
1056 オリジナルの\LaTeX では脚注がボトムフロートの上に来るようになっており,
1057 \pLaTeX では脚注がボトムフロートの下に来るように変更されている.
1058
1059 \LuaTeX-jaでは「欧文クラスの中にちょっとだけ日本語を入れる」という利用も考慮し,
1060 脚注とボトムフロートの順序は\LaTeX 通りとした.もし\pLaTeX の出力順序が好みならば,
1061 \Pkg{stfloats}パッケージを利用して
1062 \begin{lstlisting}
1063  \usepackage{stfloats}\fnbelowfloat
1064 \end{lstlisting}
1065 のようにすればよい.\Pkg{footmisc}パッケージを \texttt{bottom}\ オプションを指定して
1066 読み込むという方法もあるが,それだとボトムフロートと脚注の間が開いてしまう.
1067 %</ja>
1068 %%% ↑は英訳しない
1069
1070 %<*en>
1071 \paragraph{\Pkg{geometry} package and classes for vertical writing}
1072 It is well-known that the \Pkg{geometry} package produces the following error, when classes for
1073 vertical writing is used:
1074 %</en>
1075 %<*ja>
1076 \paragraph{縦組での\Pkg{geometry}パッケージ}
1077 \pLaTeX の縦組用標準クラスファイルでは\Pkg{geometry}パッケージを利用することは出来ず,
1078 %</ja>
1079 \begin{lstlisting}
1080 ! Incompatible direction list can't be unboxed.
1081 \@begindvi ->\unvbox \@begindvibox
1082                                    \global \let \@begindvi \@empty
1083 \end{lstlisting}
1084 %<*en>
1085 Now, \LuaTeX-ja automatically applies the patch \Pkg{lltjp-geometry} to the
1086 \Pkg{geometry} package, when the direction of the document is \emph{tate} (vertical
1087 writing).
1088 This patch \Pkg{lltjp-geometry} also can be used in \pLaTeX; for the detail, please refer
1089 \url{lltjp-geometry.pdf}~(Japanese).
1090 %</en>
1091 %<*ja>
1092 というようなエラーが発生することが知られている.
1093 \LuaTeX-jaでは, \texttt{ltjtarticle.cls} といった縦組クラスの下でも
1094 \Pkg{geometry}パッケージが利用できるようにパッチ\Pkg{lltjp-geometry}パッケージを自動的に当てている.
1095
1096 なお,\Pkg{lltjp-geometry}パッケージは\pTeX 系列でも明示的に読み込むことによって
1097 使用可能である.詳細や注意事項は \url{lltjp-geometry.pdf} を参照のこと.
1098 %</ja>
1099
1100
1101 %<en>\section{Changing Fonts}
1102 %<ja>\section{フォントの変更}
1103
1104 \subsection{plain \TeX~and~\LaTeXe}
1105 \label{ssec-chgfnt}
1106
1107 \paragraph{plain \TeX}
1108 %<*en>
1109 To change Japanese fonts in plain \TeX, you must use the command
1110 \cs{jfont}~and~\cs{tfont}. So please see Subsection~\ref{ssec-jfont}.
1111 %</en>
1112 %<*ja>
1113 plain \TeX で和文フォントを変更するためには,
1114 \pTeX のように \cs{jfont} 命令や \cs{tfont} 命令を直接用いる.
1115 \ref{ssec-jfont}節を参照.
1116 %</ja>
1117
1118 \paragraph{\LaTeXe\ (NFSS2)}
1119 %<*en>
1120 For \LaTeXe, \LuaTeX-ja adopted most of the font selection system of \pLaTeXe\ (in \texttt{plfonts.dtx}).
1121 %</en>
1122 %<*ja>
1123 \LaTeX で用いる際には,\pLaTeXe\ (\texttt{plfonts.dtx})用のフォント選択機構の大部分を流用している.
1124 %</ja>
1125 \begin{itemize}
1126 %<*en>
1127 \item Commands \cs{fontfamily}, \cs{fontseries}, and \cs{fontshape} can be used to change
1128       attributes of Japanese fonts.
1129 %</en>
1130 %<*ja>
1131 \item 和文フォントの属性を変更するには,\cs{fontfamily}, \cs{fontseries}, \cs{fontshape} を使用する.
1132       もちろん,それらを実際に反映させるには手動で \cs{selectfont} を実行する必要がある.
1133 %</ja>
1134
1135 %<*en>
1136 \begin{center}\small
1137 \begin{tabular}{cccccc}
1138 \toprule
1139 &\textbf{encoding}&\textbf{family}&\textbf{series}&\textbf{shape}&\textbf{selection}\\\midrule
1140 alphabetic fonts
1141 &\cs{romanencoding}&\cs{romanfamily}&\cs{romanseries}&\cs{romanshape}
1142 &\cs{useroman}\\
1143 Japanese fonts
1144 &\cs{kanjiencoding}&\cs{kanjifamily}&\cs{kanjiseries}&\cs{kanjishape}
1145 &\cs{usekanji}\\
1146 both&---&--&\cs{fontseries}&\cs{fontshape}&---\\
1147 auto select&\cs{fontencoding}&\cs{fontfamily}&---&---&\cs{usefont}\\
1148 \bottomrule
1149 \end{tabular}
1150 \end{center}
1151 %</en>
1152 %<*ja>
1153 \begin{center}\small
1154 \begin{tabular}{cccccc}
1155 \toprule
1156 &\emph{エンコーディング}&\emph{ファミリ}&\emph{シリーズ}&\emph{シェープ}&\emph{選択}\\\midrule
1157 欧文
1158 &\cs{romanencoding}&\cs{romanfamily}&\cs{romanseries}&\cs{romanshape}
1159 &\cs{useroman}\\
1160 和文
1161 &\cs{kanjiencoding}&\cs{kanjifamily}&\cs{kanjiseries}&\cs{kanjishape}
1162 &\cs{usekanji}\\
1163 両方&---&--&\cs{fontseries}&\cs{fontshape}&---\\
1164 自動選択&\cs{fontencoding}&\cs{fontfamily}&---&---&\cs{usefont}\\
1165 \bottomrule
1166 \end{tabular}
1167 \end{center}
1168 %</ja>
1169
1170 %<*en>
1171       \verb+\fontencoding{+<encoding>\verb+}+ changes the encoding of alphabetic fonts
1172       or Japanese fonts depending on the argument. For example,
1173       \verb+\fontencoding{JY3}+ changes the encoding of Japanese fonts to
1174       \texttt{JY3}, and \verb+\fontencoding{T1}+ changes the encoding of
1175       alphabetic fonts to \texttt{T1}.
1176       \cs{fontfamily} also changes the current Japanese font family,
1177       the current alphabetic font family, \emph{or both}.
1178       For the detail, see Subsection~\ref{ssec-nfsspat}.
1179 %</en>
1180 %<*ja>
1181       ここで,\verb+\fontencoding{+<encoding>\verb+}+ は,引数により和文側か欧文
1182       側かのどちらかのエンコーディングを変更する.例えば,
1183       \verb+\fontencoding{JY3}+ は和文フォントのエンコーディングを
1184       \texttt{JY3}に変更し,\verb+\fontencoding{T1}+ は欧文フォント側を
1185       \texttt{T1}へと変更する.\cs{fontfamily} も引数により和文側,欧文
1186       側,\emph{あるいは両方}のフォントファミリを変更する.詳細は
1187       \ref{ssec-nfsspat}節を参照すること.
1188 %</ja>
1189
1190 %<*en>
1191 \item For defining a Japanese font family, use
1192       \cs{DeclareKanjiFamily} instead of
1193       \cs{DeclareFontFamily}. (In previous version of \LuaTeX-ja, 
1194       using \cs{DeclareFontFamily} didn't cause any problem. But this no longer applies
1195       the current version.)
1196 \item Defining a Japanese font shape can be done by usual \cs{DeclareFontShape}:
1197 %</en>
1198 %<*ja>
1199 \item 和文フォントファミリの定義には \cs{DeclareFontFamily} の
1200       代わりに \cs{DeclareKanjiFamily} を用いる.以前の
1201       実装では \cs{DeclareFontFamily} を用いても問題は生じなかったが,現在の実装では
1202       そうはいかない.
1203 \item 和文フォントのシェイプを定義するには,通常の \cs{DeclareFontShape} を使えば良い:
1204 %</ja>
1205 \begin{lstlisting}
1206 \DeclareFontShape{JY3}{mc}{bx}{n}{<-> s*KozMinPr6N-Bold:jfm=ujis;-kern}{}
1207     % Kozuka Mincho Pr6N Bold
1208 \end{lstlisting}
1209 %<*ja>
1210 仮名書体を使う場合など,複数の和文フォントを組み合わせて使いたい場合は
1211 \ref{ssec-altfont}節の \cs{ltjdeclarealtfont} と,その\LaTeX 版の\
1212 \cs{DeclareAlternateKanjiFont}(\ref{ssec-nfsspat}節)を参照せよ.
1213 %</ja>
1214
1215 \end{itemize}
1216
1217 %<*en>
1218 \paragraph{Remark: Japanese characters in math mode}
1219 Since \pTeX\ supports Japanese characters in math mode, there are
1220 sources like the following:
1221 %</en>
1222 %<*ja>
1223 \paragraph{注意:数式モード中の和文文字}
1224 \pTeX では,特に何もしないでも数式中に和文文字を記述することができた.そのため,
1225 以下のようなソースが見られた:
1226 %</ja>
1227
1228 \begin{LTXexample}
1229 $f_{高温}$~($f_{\text{high temperature}}$).
1230 \[ y=(x-1)^2+2\quad よって\quad y>0 \]
1231 $5\in 素:=\{\,p\in\mathbb N:\text{$p$ is a prime}\,\}$.
1232 \end{LTXexample}
1233 %<*en>
1234 We (the project members of \LuaTeX-ja) think that using
1235 Japanese characters in math mode are allowed if and only if these are used as identifiers.
1236 In this point of view,
1237 %</en>
1238 %<*ja>
1239 \LuaTeX-jaプロジェクトでは,数式モード中での和文文字はそれらが識別子として用いられる
1240 ときのみ許されると考えている.
1241 この観点から,
1242 %</ja>
1243
1244 \begin{itemize}
1245 %<*en>
1246 \item The lines 1~and~2 above are not correct, since ``高温'' in above is used as a textual label, and
1247 ``よって'' is used as a conjunction.
1248 %</en>
1249 %<*ja>
1250 \item 上記数式のうち1, 2行目は正しくない.なぜならば「高温」が意味のあるラベルと
1251       して,「よって」が接続詞として用いられているからである.
1252 %</ja>
1253 %<en>\item However, the line~3 is correct, since ``素'' is used as an identifier.
1254 %<ja>\item しかしながら,3行目は「素」が単なる識別子として用いられているので正しい.
1255 \end{itemize}
1256 %<en>Hence, in our opinion, the above input should be corrected as:
1257 %<ja>したがって,\LuaTeX-jaプロジェクトの意見としては,上記の入力は次のように直されるべきである:
1258 \begin{LTXexample}
1259 $f_{\text{高温}}$~%
1260 ($f_{\text{high temperature}}$).
1261 \[ y=(x-1)^2+2\quad
1262   \mathrel{\text{よって}}\quad y>0 \]
1263 $5\in 素:=\{\,p\in\mathbb N:\text{$p$ is a prime}\,\}$.
1264 \end{LTXexample}
1265 %<*en>
1266 We also believe that using Japanese characters as identifiers is rare,
1267 hence we don't describe how to change Japanese fonts in math mode in
1268 this chapter. For the method, please see Subsection~\ref{ssec-math}.
1269 %</en>
1270 %<*ja>
1271 また\LuaTeX-jaプロジェクトでは,和文文字が識別子として用いられることはほとんどない
1272 と考えており,したがってこの節では数式モード中の和文フォントを変更する方法については
1273 記述しない.この方法については\ref{ssec-math}節を参照のこと.
1274 %</ja>
1275
1276 %<en>\subsection{\Pkg{luatexja-fontspec} package}
1277 %<ja>\subsection{\Pkg{luatexja-fontspec}パッケージ}
1278 \label{ssec-fontspec}
1279 %<*en>
1280 To use the functionality of the \Pkg{fontspec} package to Japanese fonts, 
1281 it is needed to load the \Pkg{luatexja-fontspec} package in the preamble, as follows:
1282 \begin{quote}
1283 \ttfamily \textbackslash usepackage[<options>]\{luatexja-fontspec\}
1284 \end{quote}
1285 This \Pkg{luatexja-fontspec} package
1286 automatically loads \Pkg{luatexja} and \Pkg{fontspec}
1287 packages, if needed.
1288 %</en>
1289 %<*ja>
1290 \Pkg{fontspec}パッケージは,\LuaTeX・\XeTeX において
1291 TrueType・OpenTypeフォントを容易に扱うためのパッケージであり,このパッケージを読み込んでお
1292 けばUnicodeによる各種記号の直接入力もできるようになる.
1293 \LuaTeX-jaでは和文と欧文を区別しているため,\Pkg{fontspec}パッケージの機能は欧文フォントに
1294 対してのみ有効なものとなっている.
1295
1296 \LuaTeX-ja上において,\Pkg{fontspec}パッケージと同様の機能を和文フォントに対しても用いる場
1297 合は\Pkg{luatexja-fontspec}パッケージを読み込む:
1298 \begin{quote}
1299 \ttfamily \textbackslash usepackage[<options>]\{luatexja-fontspec\}
1300 \end{quote}
1301 このパッケージは自動で\Pkg{luatexja}パッケージと\Pkg{fontspec}パッケージを読み込む.
1302 %</ja>
1303
1304 %<*en>
1305 In the \Pkg{luatexja-fontspec} package, the following seven~commands are defined as
1306 counterparts of original commands in the \Pkg{fontspec} package:
1307 %</en>
1308 %<*ja>
1309 \Pkg{luatexja-fontspec}パッケージでは,以下の7つのコマンドを\Pkg{fontspec}
1310 パッケージの元のコマンドに対応するものとして定義している:
1311 %</ja>
1312 %<*en>
1313 \begin{center}\small
1314 \begin{tabular}{ccccc}
1315 \toprule
1316 Japanese fonts
1317 &\cs{jfontspec}&\cs{setmainjfont}&\cs{setsansjfont}&\cs{setmonojfont}$^*$\\
1318 alphabetic fonts
1319 &\cs{fontspec}&\cs{setmainfont}&\cs{setsansfont}&\cs{setmonofont}\\
1320 \midrule
1321 Japanese fonts
1322 &\cs{newjfontfamily}&\cs{newjfontface}
1323 &\cs{defaultjfontfeatures}&\cs{addjfontfeatures}\\
1324 alphabetic fonts
1325 &\cs{newfontfamily}&\cs{newfontface}
1326 &\cs{defaultfontfeatures}&\cs{addfontfeatures}\\
1327 \bottomrule
1328 \end{tabular}
1329 \end{center}
1330 %</en>
1331 %<*ja>
1332 \begin{center}\small
1333 \begin{tabular}{cccc}
1334 \toprule
1335 和文
1336 &\cs{jfontspec}&\cs{setmainjfont}&\cs{setsansjfont}\\
1337 欧文
1338 &\cs{fontspec}&\cs{setmainfont}&\cs{setsansfont}\\
1339 \midrule
1340 和文
1341 &\cs{newjfontfamily}&\cs{newjfontface}&\cs{defaultjfontfeatures}\\
1342 欧文
1343 &\cs{newfontfamily}&\cs{newfontface}&\cs{defaultfontfeatures}\\
1344 \midrule
1345 和文
1346 &\cs{addjfontfeatures}\\
1347 欧文
1348 &\cs{addfontfeatures}\\
1349 \bottomrule
1350 \end{tabular}
1351 \end{center}
1352 %</ja>
1353
1354 %<en> The package option of \Pkg{luatexja-fontspec} are the followings:
1355 %<ja> \Pkg{luatexja-fontspec} パッケージのオプションは以下の通りである:
1356 \begin{cslist}
1357  \item[match]
1358 %<*en>
1359 If this option is specified, usual family-changing commands such as
1360 \cs{rmfamily},~\cs{textrm}, \cs{sffamily},~\dots\ also change Japanese font family.
1361
1362 Note that \emph{\cs{setmonojfont} is defined
1363 if and only if this \texttt{\textup{match}} option is specified}.
1364 %</en>
1365
1366 %<*ja>
1367 このオプションが指定されると,「\pLaTeXe 新ドキュメントクラス」のように\
1368 \cs{rmfamily}, \verb+\textrm{...}+, \cs{sffamily} 等が
1369 欧文フォントだけでなく和文フォントも変更するようになる.
1370
1371 \emph{なお,\cs{setmonojfont} はこの \texttt{match} オプションが
1372 指定された時のみ定義される.}この命令は標準の「タイプライタ体に対応する和文フォント」を指定する.
1373 %</ja>
1374
1375  \item[pass=<opts>]
1376 %<en> \emph{(Obsoleted)}\ Specify options <opts> which will be passed to the \Pkg{fontspec} package.
1377 %<ja> \Pkg{fontspec} パッケージに渡すオプション <opts> を指定する.本オプションは時代遅れである.
1378
1379 \item[scale=<float>]
1380 %<*en>
1381 Override the ratio of the font size of Japanese fonts to that of alphabetic fonts.
1382 The default value is calculated automatically (for~example, about~0.924865 when
1383              the \Pkg{ltjsarticle} class is used).
1384 %</en>
1385 %<*ja>
1386 欧文に対する和文の比率は,標準では \Pkg{luatexja-fontspec}読み込み時の和欧文比率から
1387 自動計算される(例えば,\Pkg{ltjsarticle}クラス使用時には和文は欧文の約0.924865倍となる)が,
1388 それを手動で上書きするときに使用する.
1389 %</ja>
1390 \end{cslist}
1391
1392 %<*en>
1393 All other options listed above are simply passed to the \Pkg{fontspec} package.
1394 This means that two lines below are equivalent, for example.
1395 %</en>
1396 %<*ja>
1397 上記にないオプションは全て \Pkg{fontspec} パッケージに渡される.
1398 例えば,下の2行は同じ意味になる:
1399 %</ja>
1400 \begin{lstlisting}
1401 \usepackage[no-math]{fontspec}\usepackage{luatexja-fontspec}
1402 \usepackage[no-math]{luatexja-fontspec}
1403 \end{lstlisting}
1404
1405
1406 %<*en>
1407 The reason that \cs{setmonojfont} is not defined by default is that
1408 it is popular for Japanese fonts that nearly all Japanese glyphs have same
1409 widths.  Also note that kerning information in a font is not used
1410 (that is, \texttt{kern} feature is set off) by default in these seven (or~eight) commands.
1411 This is because of the compatibility with previous versions of \LuaTeX-ja
1412 (see \ref{para-kern}).
1413
1414 Below is an example of \cs{jfontspec}.
1415 %</en>
1416 %<*ja>
1417 標準で \cs{setmonojfont} コマンドが定義されないのは,
1418 和文フォントではほぼ全ての和文文字のグリフが等幅であるのが伝統的であったことによる.
1419 また,これらの和文用のコマンドではフォント内のペアカーニング情報は標準では使用されない,
1420 言い換えれば \texttt{kern} featureは標準では無効化となっている.
1421 これは以前のバージョンの\LuaTeX-jaとの互換性のためである(\ref{para-kern}節を参照).
1422
1423 以下に\cs{jfontspec}の使用例を示す.
1424 %</ja>
1425
1426 \begin{LTXexample}[width=0.4\textwidth]
1427 \jfontspec[CJKShape=NLC]{KozMinPr6N-Regular}
1428 JIS~X~0213:2004→辻\par
1429 \jfontspec[CJKShape=JIS1990]{KozMinPr6N-Regular}
1430 JIS~X~0208:1990→辻
1431 \end{LTXexample}
1432
1433 %<en>\subsection{Presets of Japanese fonts}
1434 %<ja>\subsection{和文フォントのプリセット設定}
1435 \label{ssec-preset}
1436
1437 %<*en>
1438 One can load the \Pkg{luatexja-preset}
1439 package to use several ``presets'' of Japanese fonts. 
1440 This package provides functions in a part of
1441 \Pkg{japanese-otf} package and a part of \Pkg{PXchfon} package by Takayuki Yato.
1442
1443 One can specified other options other than listed in this subsection.
1444 These are simply passed to the \Pkg{luatexja-fontspec}\footnote{if \texttt{nfssonly} option is
1445 \emph{not} specified; in this case these options are simply ignored.}.
1446 For example, the line~5 in below example is eqivalent to lines 1--3.
1447 %</en>
1448 %<*ja>
1449 よく使われている和文フォント設定を一行で指定できるようにしたのが
1450 \Pkg{luatexja-preset}パッケージである.このパッケージは,
1451 \Pkg{otf}パッケージの一部機能と八登崇之氏による\Pkg{PXchfon}パッケージの一部機能とを
1452 合わせたような格好をしている.
1453
1454 オプションとして,本節にないものも指定することができるが,それらは
1455 \Pkg{luatexja-fontspec}パッケージに渡される\footnote{\texttt{nfssonly} オプションが
1456 指定されていた場合は,\Pkg{luatexja-fontspec}パッケージは読み込まれないので単純に無視され
1457 る.}.例えば,下の1--3行目は5行目のように一行にまとめることができる.
1458 %</ja>
1459 \begin{lstlisting}
1460 \usepackage[no-math]{fontspec}
1461 \usepackage[match]{luatexja-fontspec}
1462 \usepackage[kozuka-pr6n]{luatexja-preset}
1463 %%--------
1464 \usepackage[no-math,match,kozuka-pr6n]{luatexja-preset}
1465 \end{lstlisting}
1466
1467 %<en>\paragraph{General options}
1468 %<ja>\paragraph{一般的なオプション}
1469 \begin{cslist}[before*=]
1470
1471 \item[fontspec]
1472 %<*en>
1473 With this option, Japanese fonts are selected using functionality of
1474 the \Pkg{luatexja-fontspec} package. This means that the \Pkg{fontspec} package is
1475              automatically loaded by this package.
1476 \emph{This option is enabled by default.}
1477
1478 If you need to pass some options to \Pkg{fontspec}, you can load \Pkg{fontspec} manually
1479 before \Pkg{luatexja-preset}:
1480 %</en>
1481 %<*ja>
1482 \Pkg{luatexja-fontspec}パッケージの機能を用いて和文フォントを選択する.
1483 これは,\Pkg{fontspec}パッケージが自動で読み込まれることを意味する.
1484 \emph{このオプションは標準で有効になっている.}
1485
1486 もし\Pkg{fontspec}パッケージに何らかのオプションを渡す必要がある
1487 \footnote{例えば,数式フォントまで置換されてしまい,\cs{mathit}によってギリシャ文字の
1488 斜体大文字が出なくなる,など.}場合は,
1489 次のように\Pkg{luatexja-preset}の前に\Pkg{fontspec}を手動で読みこめば良い:
1490 %</ja>
1491 \begin{lstlisting}
1492 \usepackage[no-math]{fontspec}
1493 \usepackage[...]{luatexja-preset}
1494 \end{lstlisting}
1495
1496 \item[nfssonly]
1497 %<*en>
1498 With this option, selecting Japanese fonts won't be performed using the functionality of
1499              the \Pkg{fontspec} package, but only standard NFSS2 (hence without
1500              \cs{addjfontfeatures} etc.).
1501 This option is ignored when \Pkg{luatexja-fontspec} package is loaded.
1502
1503 When this option is specified, \Pkg{fontspec}~and~\Pkg{luatexja-fontspec} are
1504 \emph{not} loaded by default. Nevertheless, 
1505 the package\Pkg{fontspec} can coexist with the option, as the following:
1506 \begin{lstlisting}
1507 \usepackage{fontspec}
1508 \usepackage[hiragino-pron,nfssonly]{luatexja-preset}
1509 \end{lstlisting}
1510 In this case, one can use \cs{setmainfont} etc.\ to select \emph{alphabetic} fonts.
1511 %</en>
1512 %<*ja>
1513 \LaTeX 標準のフォント選択機構(NFSS2)を用いて
1514 \texttt{ltjpm}(明朝),\texttt{ltjpg}(ゴシック),それに後に述べる \texttt{deluxe} オプ
1515              ションが指定された場合には \texttt{ltjpmg}(丸ゴシック)という
1516 3つの和文フォントファミリを定義し,これらを用いる.
1517
1518 本オプション指定時には\Pkg{fontspec}・\Pkg{luatexja-fontspec}パッケージは
1519 自動では読み込まれない,しかし,
1520 \begin{lstlisting}
1521 \usepackage{fontspec}
1522 \usepackage[hiragino-pron,nfssonly]{luatexja-preset}
1523 \end{lstlisting}
1524 のようにすれば,このオプションを指定すれば
1525 欧文フォントを\Pkg{fontspec}パッケージの機能を使って指定することができる.
1526 一方,
1527 パッケージ読み込み時に既に\Pkg{luatexja-fontspec}パッケージが読み込まれて
1528              いる場合は \texttt{nfssonly} オプションは無視される.
1529 %</ja>
1530
1531 \item[nodeluxe]
1532 %<*en>
1533 Use one-weighted \textit{mincho} and \textit{gothic} font families.
1534 This means that \verb+\mcfamily\bfseries+, \verb+\gtfamily\bfseries+ and
1535 \verb+\gtfamily\mdseries+ use the same font.
1536 \emph{This option is enabled by default.}
1537 %</en>
1538 %<*ja>
1539 \LaTeXe 環境下の標準設定のように,明朝体・ゴシック体を各1ウェイトで使用する.
1540 より具体的に言うと,この設定の下では
1541 \ \verb+\mcfamily\bfseries+, \verb+\gtfamily\bfseries+,
1542 \verb+\gtfamily\mdseries+はみな同じフォントとなる.
1543 \emph{このオプションは標準で有効になっている.}
1544 %</ja>
1545 \item[deluxe]
1546 %<*en>
1547 Use \textit{mincho} with two weights (medium~and~bold),
1548 \textit{gothic} with three weights (medium, bold~and~heavy), and \textit{rounded gothic}%
1549 \footnote{Provided by \cs{mgfamily} and \cs{textmg},
1550 because \textit{rounded gothic} is called \textit{maru gothic} (丸ゴシック) in Japanese.}.
1551 The heavy weight of \textit{gothic} can be used by ``changing the family'' \cs{gtebfamily},
1552 or \verb+\textgteb{...}+.
1553 This is because the \Pkg{fontspec} package can handle only medium (\cs{mdseries}) and
1554 bold (\cs{bfseries}).
1555 %</en>
1556 %<*ja>
1557 明朝体2ウェイト・ゴシック体3ウェイトと,
1558 丸ゴシック体 (\cs{mgfamily}, \verb+\textmg{...}+) を使用可能とする.
1559 ゴシック体は中字・太字・極太の3ウェイトがあるが,
1560 極太ゴシック体を使う場合,
1561 \begin{itemize}
1562  \item \cs{gtebfamily}, \verb+\textgteb{...}+
1563  \item \cs{ebseries} (周囲がゴシック体のとき,\texttt{nfssonly} オプション指定時のみ)
1564 \end{itemize}
1565 のいずれかを用いる.標準で \cs{ebseries} が準備されていないのは,バージョンが古い
1566 \Pkg{fontspec}では中字(\cs{mdseries})と太字(\cs{bfseries})しか扱えなかった名残である.
1567 %</ja>
1568 \item[expert]
1569 %<*en>
1570 Use horizontal/vertical kana alternates, and define a command \cs{rubyfamily} to use kana
1571 characters designed for ruby.
1572 %</en>
1573 %<*ja>
1574 横組・縦組専用仮名を用いる.また,\cs{rubyfamily} でルビ用仮名が使用可能となる\footnote{%
1575   \cs{rubyfamily}とはいいつつ,実際にはフォントファミリを切り替えるのではない(通常では
1576   font featureの追加,\texttt{nfssonly} 指定時にはシェイプを \texttt{rb} に切り替え).
1577 }.
1578 %</ja>
1579 \item[bold]
1580 %<en>Substitute bold series of \textit{gothic} for  bold series of \textit{mincho}.
1581 %<ja>「明朝の太字」をゴシック体の太字によって代替する.
1582 \item[90jis]
1583 %<en>Use 90JIS glyph variants if possible.
1584 %<ja>出来る限り90JISの字形を使う.
1585 \item[jis2004]
1586 %<en>Use JIS2004 glyph variants if possible.
1587 %<ja>出来る限りJIS2004の字形を使う.
1588 \item[jis]
1589 %<*en>
1590 Use the JFM \texttt{jfm-jis.lua}, instead of \texttt{jfm-ujis.lua}, which is the default JFM of
1591 \LuaTeX-ja.
1592 %</en>
1593 %<*ja>
1594 用いるJFMを(JISフォントメトリック類似の)\texttt{jfm-jis.lua}にする.このオプションがない時は
1595 \LuaTeX-ja標準の\texttt{jfm-ujis.lua}が用いられる.
1596 %</ja>
1597 \end{cslist}
1598 %<*en>
1599 Note that \texttt{90jis} and \texttt{jis2004} only affect with \textit{mincho},
1600 \textit{gothic} (and possibly \textit{rounded gothic}) defined by this package.
1601 We didn't taken account of  when both \texttt{90jis} and \texttt{jis2004} are specified.
1602 %</en>
1603 %<*ja>
1604 \texttt{90jis}と\texttt{jis2004}については本パッケージで定義された
1605 明朝体・ゴシック体(・丸ゴシック体)にのみ有効である.両オプションが
1606 同時に指定された場合の動作については全く考慮していない.
1607 %</ja>
1608
1609 %<en>\paragraph{Presets for multi weight}
1610 %<ja>\paragraph{多ウェイト用プリセットの一覧}
1611 %<*en>
1612 Besides \texttt{morisawa-pro}~and~\texttt{morisawa-pr6n} presets,
1613 fonts are specified by font name, not by file name.
1614 In following tables, starred fonts (e.g.~KozGo\dots-Regular) are used for medium series of \textit{gothic},
1615 \emph{if and only if \texttt{deluxe} option is specified}.
1616 %</en>
1617 %<*ja>
1618 \texttt{morisawa-pro}, \texttt{morisawa-pr6n}以外はフォントの指定は
1619 (ファイル名でなく)フォント名で行われる.
1620 以下の表において,*\,つきのフォント(e,g,~KozGo\dots-Regular)は,\emph{\texttt{deluxe}オプション指定時に}
1621 ゴシック体中字として用いられるものを示している.
1622 %</ja>
1623 \begin{cslist}[style=standard]
1624  \item[kozuka-pro] Kozuka Pro (Adobe-Japan1-4) fonts.
1625 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1626  \item[kozuka-pr6] Kozuka Pr6 (Adobe-Japan1-6)  fonts.
1627 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1628  \item[kozuka-pr6n] Kozuka Pr6N (Adobe-Japan1-6, JIS04-savvy) fonts.
1629
1630 %<*en>
1631 Kozuka Pro/Pr6N fonts are bundled with Adobe's software, such as Adobe~InDesign.
1632 There is not rounded gothic family in Kozuka fonts.
1633 %</en>
1634 %<*ja>
1635 小塚Pro書体・Pr6N書体はAdobe InDesign等のAdobe製品にバンドルされている.
1636 「小塚丸ゴシック」は存在しないので,便宜的に小塚ゴシックHによって代用している.
1637 %</ja>
1638 \begin{center}\small
1639 \begin{tabular}{cllll}
1640 \toprule
1641 \bf family&\bf series&\tt kozuka-pro&\tt kozuka-pr6&\tt kozuka-pr6n\\
1642 \midrule
1643  &medium&KozMinPro-Regular&KozMinProVI-Regular&KozMinPr6N-Regular\\
1644 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1645 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1646  &bold&KozMinPro-Bold&KozMinProVI-Bold&KozMinPr6N-Bold\\
1647 \midrule
1648  &&KozGoPro-Regular*&KozGoProVI-Regular*&KozGoPr6N-Regular*\\
1649  &\smash{\raisebox{1.5ex}{medium}}
1650  &KozGoPro-Medium&KozGoProVI-Medium&KozGoPr6N-Medium\\
1651 \cmidrule(l){2-5}
1652 %<en>\smash{\raisebox{2ex}{\textit{gothic}}}%
1653 %<ja>\smash{\raisebox{2ex}{\gt ゴシック}}%
1654  &bold&KozGoPro-Bold&KozGoProVI-Bold&KozGoPr6N-Bold\\
1655  &heavy&KozGoPro-Heavy&KozGoProVI-Heavy&KozGoPr6N-Heavy\\
1656 \midrule
1657 %<en>\textit{rounded gothic}
1658 %<ja>\gt 丸ゴシック
1659 &&KozGoPro-Heavy&KozGoProVI-Heavy&KozGoPr6N-Heavy\\
1660 \bottomrule
1661 \end{tabular}
1662 \end{center}
1663
1664  \item[hiragino-pro]  Hiragino Pro (Adobe-Japan1-5) fonts.
1665 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1666  \item[hiragino-pron] Hiragino ProN (Adobe-Japan1-5, JIS04-savvy) fonts.
1667
1668 %<*en>
1669 Hiragino fonts are bundled with Mac OS~X 10.5 or later.
1670 Some editions of a Japanese word-processor ``一太郎2012'' includes Hiragino ProN fonts.
1671 Note that the heavy weight of \textit{gothic} family only supports
1672 Adobe-Japan1-3 character collection (Std/StdN).
1673 %</en>
1674 %<*ja>
1675 ヒラギノフォントは,Mac OS~X以外にも,一太郎2012の上位エディションにもバンドルされている.
1676 極太ゴシックとして用いるヒラギノ角ゴW8は,Adobe-Japan1-3の範囲しかカバーしていない
1677 Std/StdNフォントであり,その他はAdobe-Japan1-5対応である.
1678 %</ja>
1679 \begin{center}\small
1680 \begin{tabular}{clll}
1681 \toprule
1682 \bf family&\bf series&\tt hiragino-pro&\tt hiragino-pron\\
1683 \midrule
1684  &medium&Hiragino~Mincho~Pro~W3&Hiragino~Mincho~ProN~W3\\
1685 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1686 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1687  &bold&Hiragino~Mincho~Pro~W6&Hiragino~Mincho~ProN~W6\\
1688 \midrule
1689  &&Hiragino~Kaku~Gothic~Pro~W3*&Hiragino~Kaku~Gothic~ProN~W3*\\
1690  &\smash{\raisebox{1.5ex}{medium}}
1691  &Hiragino~Kaku~Gothic~Pro~W6&Hiragino~Kaku~Gothic~ProN~W6\\
1692 \cmidrule(l){2-4}
1693 %<en>\smash{\raisebox{2ex}{\textit{gothic}}}%
1694 %<ja>\smash{\raisebox{2ex}{\gt ゴシック}}%
1695  &bold&Hiragino~Kaku~Gothic~Pro~W6&Hiragino~Kaku~Gothic~ProN~W6\\
1696  &heavy&Hiragino~Kaku~Gothic~Std~W8&Hiragino~Kaku~Gothic~StdN~W8\\
1697 \midrule
1698 %<en>\textit{rounded gothic}
1699 %<ja>\gt 丸ゴシック
1700 &&Hiragino~Maru~Gothic~Pro~W4&Hiragino~Maru~Gothic~ProN~W4\\
1701 \bottomrule
1702 \end{tabular}
1703 \end{center}
1704
1705 %<ja>\medskip
1706
1707  \item[morisawa-pro]  Morisawa Pro (Adobe-Japan1-4) fonts.
1708 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1709  \item[morisawa-pr6n]  Morisawa Pr6N (Adobe-Japan1-6, JIS04-savvy) fonts.
1710
1711 \begin{center}\small
1712 \begin{tabular}{cl>{\tt}l>{\tt}l}
1713 \toprule
1714 \bf family&\bf series&morisawa-pro&morisawa-pr6n\\
1715 \midrule
1716  &medium&A-OTF-RyuminPro-Light.otf&A-OTF-RyuminPr6N-Light.otf\\
1717 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1718 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1719  &bold&A-OTF-FutoMinA101Pro-Bold.otf&A-OTF-FutoMinA101Pr6N-Bold.otf\\
1720 \midrule
1721  &medium
1722  &A-OTF-GothicBBBPro-Medium.otf&A-OTF-GothicBBBPr6N-Medium.otf\\
1723 %<en>\textit{gothic}%
1724 %<ja>\gt ゴシック
1725  &bold&A-OTF-FutoGoB101Pro-Bold.otf&A-OTF-FutoGoB101Pr6N-Bold.otf\\
1726  &heavy&A-OTF-MidashiGoPro-MB31.otf&A-OTF-MidashiGoPr6N-MB31.otf\\
1727 \midrule
1728 %<en>\textit{rounded gothic}
1729 %<ja>\gt 丸ゴシック
1730 &&A-OTF-Jun101Pro-Light.otf&A-OTF-ShinMGoPr6N-Light.otf\\
1731 \bottomrule
1732 \end{tabular}
1733 \end{center}
1734
1735  \item[yu-win]  Yu fonts bundled with Windows~8.1.
1736 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1737  \item[yu-osx]  Yu fonts bundled with OSX~Mavericks.
1738
1739 \begin{center}\small
1740 \begin{tabular}{clll}
1741 \toprule
1742 \bf family&\bf series&\tt yu-win&\tt yu-osx\\
1743 \midrule
1744  &medium&YuMincho-Regular&YuMincho~Medium\\
1745 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1746 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1747  &bold&YuMincho-Demibold&YuMincho~Demibold\\
1748 \midrule
1749  &&YuGothic-Regular*&YuGothic~Medium*\\
1750  &\smash{\raisebox{1.5ex}{medium}}
1751  &YuGothic-Bold&YuGothic~Bold\\
1752 \cmidrule(l){2-4}
1753 %<en>\textit{gothic}%
1754 %<ja>\gt ゴシック
1755  &bold&YuGothic-Bold&YuGothic~Bold\\
1756  &heavy&YuGothic-Bold&YuGothic~Bold\\
1757 \midrule
1758 %<en>\textit{rounded gothic}
1759 %<ja>\gt 丸ゴシック
1760 &&YuGothic-Bold&YuGothic~Bold\\
1761 \bottomrule
1762 \end{tabular}
1763 \end{center}
1764
1765  \item[moga-mobo]  MogaMincho, MogaGothic, and MoboGothic.
1766 %<en>These fonts can be downloaded from\\\hfill \url{http://yozvox.web.fc2.com/}.
1767 %<ja>これらのフォントは \url{http://yozvox.web.fc2.com/} からダウンロードできる.
1768
1769 \begin{center}\small
1770 \begin{tabular}{clll}
1771 \toprule
1772 \bf family&\bf series&\bf default, \texttt{90jis}~option&\bf \texttt{jis2004} option\\
1773 \midrule
1774  &medium&Moga90Mincho&MogaMincho\\
1775 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1776 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1777  &bold&Moga90Mincho Bold&MogaMincho Bold\\
1778 \midrule
1779  &&Moga90Gothic&MogaGothic\\
1780  &\smash{\raisebox{1.5ex}{medium}}
1781  &Moga90Gothic&MogaGothic\\
1782 \cmidrule(l){2-4}
1783 %<en>\textit{gothic}%
1784 %<ja>\gt ゴシック
1785  &bold&Moga90Gothic Bold&MogaGothic Bold\\
1786  &heavy&Moga90Gothic Bold&MogaGothic Bold\\
1787 \midrule
1788 %<en>\textit{rounded gothic}
1789 %<ja>\gt 丸ゴシック
1790 &&Mobo90Gothic&MoboGothic\\
1791 \bottomrule
1792 \end{tabular}
1793 \end{center}
1794
1795
1796 \end{cslist}
1797 %<en>\paragraph{Presets for single weight}
1798 %<ja>\paragraph{単ウェイト用プリセット一覧}
1799 %<*en>
1800 Next, we describe settings for using only single weight.
1801 %</en>
1802 %<*ja>
1803 次に,単ウェイト用の設定を述べる.この4設定では
1804 明朝体太字・丸ゴシック体はゴシック体と同じフォントが用いられる.
1805 %</ja>
1806 \par\nobreak\medskip
1807 {\centering\small
1808 \begin{tabular}{lllll}
1809 \toprule
1810 &\tt noembed&\tt ipa&\tt ipaex&\tt ms\\
1811 \midrule
1812 %<*en>
1813 \it mincho&Ryumin-Light (non-embedded)
1814 &IPA Mincho&IPAex Mincho&MS Mincho\\
1815 \it gothic&GothicBBB-Medium (non-embedded)
1816 &IPA Gothic&IPAex Gothic&MS Gothic\\
1817 %</en>
1818 %<*ja>
1819 \gtfamily 明朝体&Ryumin-Light(非埋込)
1820 &IPA明朝&IPAex明朝&MS明朝\\
1821 \gtfamily ゴシック体&GothicBBB-Medium(非埋込)
1822 &IPAゴシック&IPAexゴシック&MSゴシック\\
1823 %</ja>
1824 \bottomrule
1825 \end{tabular}\par\medskip}
1826
1827 %<en>\paragraph{Using HG fonts}
1828 %<ja>\paragraph{HGフォントの利用}
1829 %<*en>
1830 We can use HG~fonts bundled with Microsoft~Office for realizing multiple weights.
1831 %</en>
1832 %<*ja>
1833 すぐ前に書いた単ウェイト用設定を,Microsoft Office等に付属するHGフォントを使って
1834 多ウェイト化した設定もある.
1835 %</ja>
1836 \par\nobreak\medskip
1837 {\centering\small
1838 \begin{tabular}{llll}
1839 \toprule
1840 &\tt ipa-hg&\tt ipaex-hg&\tt ms-hg\\
1841 \midrule
1842 %<*en>
1843 \bf mincho medium
1844 &IPA Mincho&IPAex Mincho&MS Mincho\\\midrule
1845 \bf mincho bold&
1846 \multicolumn{3}{c}{HG Mincho E}\\\midrule
1847 \bf Gothic medium\\
1848 ~~without \texttt{deluxe}
1849 &IPA Gothic&IPAex Gothic&MS Gothic\\
1850 ~~with {\tt jis2004}
1851 &IPA Gothic&IPAex Gothic&MS Gothic\\
1852 \cmidrule(lr){1-4}
1853 ~~otherwise&
1854 \multicolumn{3}{c}{HG Gothic M}\\\midrule
1855 \bf gothic bold&
1856 \multicolumn{3}{c}{HG Gothic E}\\\midrule
1857 \bf gothic heavy&
1858 \multicolumn{3}{c}{HG Soei Kaku Gothic UB}\\\midrule
1859 \bf rounded gothic&
1860 \multicolumn{3}{c}{HG Maru Gothic PRO}\\
1861 %</en>
1862 %<*ja>
1863 \gtfamily 明朝体中字
1864 &IPA明朝&IPAex明朝&MS明朝\\\midrule
1865 \gtfamily 明朝体太字&
1866 \multicolumn{3}{c}{HG明朝E}\\\midrule
1867 \gtfamily ゴシック体中字\\
1868  単ウェイト時
1869 &IPAゴシック&IPAexゴシック&MSゴシック\\
1870  {\tt jis2004}指定時
1871 &IPAゴシック&IPAexゴシック&MSゴシック\\
1872 \cmidrule(lr){1-4}
1873  それ以外の時&
1874 \multicolumn{3}{c}{HGゴシックM}\\\midrule
1875 \gtfamily ゴシック体太字&
1876 \multicolumn{3}{c}{HGゴシックE}\\\midrule
1877 \gtfamily ゴシック体極太&
1878 \multicolumn{3}{c}{HG創英角ゴシックUB}\\\midrule
1879 \gtfamily 丸ゴシック体&
1880 \multicolumn{3}{c}{HG丸ゴシック体PRO}\\
1881 %</ja>
1882 \bottomrule
1883 \end{tabular}\par\medskip}
1884
1885 %<*en>
1886 Note that HG~Mincho~E, HG~Gothic~E, HG Soei Kaku Gothic UB, and HG Maru Gothic PRO
1887 are internally specified by:
1888 \begin{description}
1889 \item[default] by font name (\texttt{HGMinchoE}, etc.).
1890 \item[{\tt 90jis}] by file name (\texttt{hgrme.ttc}, \texttt{hgrge.ttc}, \texttt{hgrsgu.ttc}, \texttt{hgrsmp.ttf}).
1891 \item[{\tt jis2004}] by file name (\texttt{hgrme04.ttc}, \texttt{hgrge04.ttc}, \texttt{hgrsgu04.ttc}, \texttt{hgrsmp04.ttf}).
1892 \end{description}
1893 %</en>
1894 %<*ja>
1895 なお,HG明朝E・HGゴシックE・HG創英角ゴシックUB・HG丸ゴシック体PROの4つについては,内部で
1896 \begin{description}
1897 \item[標準] フォント名(\texttt{HGMinchoE} など)
1898 \item[{\tt 90jis}指定時] ファイル名 (%
1899 \texttt{hgrme.ttc}, \texttt{hgrge.ttc}, \texttt{hgrsgu.ttc}, \texttt{hgrsmp.ttf})
1900 \item[{\tt jis2004}指定時] ファイル名 (%
1901 \texttt{hgrme04.ttc}, \texttt{hgrge04.ttc}, \texttt{hgrsgu04.ttc}, \texttt{hgrsmp04.ttf})
1902 \end{description}
1903 として指定を行っているので注意すること.
1904 %</ja>
1905
1906
1907 %<*en>
1908 \subsection{\cs{CID}, \cs{UTF}, and macros in \Pkg{japanese-otf} package}
1909 Under \pLaTeX, \Pkg{japanese-otf} package (developed by Shuzaburo Saito) is
1910 used for typesetting characters which is in Adobe-Japan1-6 CID but not
1911 in JIS~X~0208. Since this package is widely used, \LuaTeX-ja
1912 supports some of functions in the \Pkg{japanese-otf} package,
1913 as an external package \Pkg{luatexja-otf}.
1914 %</en>
1915 %<*ja>
1916 \subsection{\cs{CID}, \cs{UTF}と\Pkg{otf}パッケージのマクロ}
1917 \pLaTeX では,JIS~X~0208にないAdobe-Japan1-6の文字を出力するために,
1918 齋藤修三郎氏による\Pkg{otf}パッケージが用いられていた.このパッケージは
1919 広く用いられているため,\LuaTeX-jaにおいても\Pkg{otf}パッケージの機能の
1920 一部を(\Pkg{luatexja-otf}という別のパッケージとして)実装した.
1921 %</ja>
1922
1923 \begin{LTXexample}
1924 \jfontspec{KozMinPr6N-Regular.otf}
1925 森\UTF{9DD7}外と内田百\UTF{9592}とが\UTF{9AD9}島屋に行く。
1926
1927 \CID{7652}飾区の\CID{13706}野家,
1928 \CID{1481}城市,葛西駅,
1929 高崎と\CID{8705}\UTF{FA11}
1930
1931 \aj半角{はんかくカタカナ}
1932 \end{LTXexample}
1933
1934 %<*ja>
1935 \Pkg{otf}パッケージでは,それぞれ次のようなオプションが存在した:
1936 \begin{cslist}
1937 \item[deluxe] 明朝体・ゴシック体各3ウェイトと,丸ゴシック体を扱えるようになる.
1938 \item[expert] 仮名が横組・縦組専用のものに切り替わり,ルビ用仮名も
1939 \ \cs{rubyfamily}\ によって扱えるようになる.
1940 \item[bold] ゴシック体を標準で太いウェイトのものに設定する.
1941 \end{cslist}
1942 しかしこれらのオプションは\Pkg{luatexja-otf}パッケージには存在しない.
1943 \Pkg{otf}パッケージが文書中で使用する和文用TFMを自前の物に置き換えていたのに対し,
1944 \Pkg{luatexja-otf}パッケージでは,そのようなことは行わないからである.
1945
1946 これら3オプションについては,
1947 \Pkg{luatexja-preset} パッケージにプリセットを使う時に一緒に指定するか,
1948 あるいは対応する内容を\ref{ssec-chgfnt}節,\ref{ssec-nfsspat}節 (NFSS2) や
1949 \ref{ssec-fontspec}節 (\Pkg{fontspec}) の方法で手動で指定する必要がある.
1950 %</ja>
1951
1952 %<en>\subsection{Changing default Japanese fonts}
1953 %<ja>\subsection{標準和文フォントの変更}
1954 \label{ssec-cfg}
1955 %<*en>
1956 If \texttt{luatexja.cfg} can be seen from \LuaTeX, \LuaTeX-ja automatically reads it.
1957 The main use of \texttt{luatexja.cfg} is for changing default Japanese fonts,
1958 when IPAex fonts cannot be installed in \TeX~system.
1959 One should not overuse this \texttt{luatexja.cfg}; fonts which will be used in
1960 a document should be specified in its source.
1961
1962 For example,
1963 \begin{lstlisting}
1964 \def\ltj@stdmcfont{IPAMincho}
1965 \def\ltj@stdgtfont{IPAGothic}
1966 \end{lstlisting}
1967 makes that IPA~Mincho and IPA~Gothic will be used as default Japanese fonts, instead of
1968 IPAex~Mincho and IPAex~Gothic.
1969
1970 For another example, the following two lines makes that
1971 non-embedded fonts Ryumin-Light~and~GothicBBB-Medium as default Japanese fonts
1972 (as the earlier version of \LuaTeX-ja):
1973 \begin{lstlisting}
1974 \def\ltj@stdmcfont{psft:Ryumin-Light}
1975 \def\ltj@stdgtfont{psft:GothicBBB-Medium}
1976 \end{lstlisting}
1977 %</en>
1978 %<*ja>
1979 \LuaTeX から見える位置に \texttt{luatexja.cfg} があれば,\LuaTeX-jaはそれを読み込む.
1980 このファイルを用いるとplain~\TeX, \LaTeXe における標準和文フォントを
1981 IPAex明朝・IPAexゴシックから変更することができる.
1982 しかし,基本的には\emph{文章中で用いるフォントは(例えば \Pkg{luatexja-preset} などで)
1983 文書ソース内で指定するべき}であり,この \texttt{luatexja.cfg} は,
1984 「IPAexフォントがインストールできない」など,IPAexフォントが使用できない場合にのみ
1985 応急処置的に用いるべきである.
1986
1987 例えば
1988 \begin{lstlisting}
1989 \def\ltj@stdmcfont{IPAMincho}
1990 \def\ltj@stdgtfont{IPAGothic}
1991 \end{lstlisting}
1992 と記述しておけば,標準和文フォントがIPA明朝・IPAゴシックへと変
1993 更される.
1994
1995
1996 なお,20140906.0以前のバージョンのように,
1997 Ryumin-Light, GothicBBB-Mediumという名前の非埋込フォントを用いる場合は
1998 \begin{lstlisting}
1999 \def\ltj@stdmcfont{psft:Ryumin-Light}
2000 \def\ltj@stdgtfont{psft:GothicBBB-Medium}
2001 \end{lstlisting}
2002 と記述すればよい.
2003 %</ja>
2004
2005
2006 %<en>\section{Changing Internal Parameters}
2007 %<ja>\section{パラメータの変更}
2008
2009 %<*en>
2010 There are many internal parameters in \LuaTeX-ja. And due to the behavior of \LuaTeX,
2011 most of them are not stored as internal register of \TeX, but as an
2012 original storage system in \LuaTeX-ja. Hence, to assign or acquire those
2013 parameters, you have to use commands \cs{ltjsetparameter} and
2014 \cs{ltjgetparameter}.
2015 %</en>
2016 %<*ja>
2017 \LuaTeX-jaには多くのパラメータが存在する.そして\LuaTeX の仕様のために,
2018 その多くは\TeX のレジスタにではなく,\LuaTeX-ja独自の方法で保持されている.
2019 これらのパラメータを設定・取得するためには \cs{ltjsetparameter} と \cs{ltjgetparameter} を
2020 用いる.
2021 %</ja>
2022
2023 %<en>\subsection{Range of \textbf{JAchar}s}
2024 %<ja>\subsection{\textbf{JAchar}の範囲}
2025 \label{ssec-setrange}
2026
2027 %<*en>
2028 \LuaTeX-ja divides the Unicode codespace \texttt{U+0080}--\texttt{U+10FFFF}
2029 into \emph{character ranges},
2030 numbered 1 to 217. The grouping can be (globally) customized by \cs{ltjdefcharrange}.
2031 The next line adds whole characters in Supplementary Ideographic Plane
2032 and the character ``漢'' to the character range~100.
2033 %</en>
2034 %<*ja>
2035 \LuaTeX-jaは,Unicodeの \texttt{U+0080}--\texttt{U+10FFFF} の空間を
2036 1番から217番までの\emph{文字範囲}に分割している.
2037 区分けは \cs{ltjdefcharrange} を用いることで(グローバルに)変更することができ,
2038 例えば,次は追加漢字面(SIP)にある全ての文字と「漢」を「100番の文字範囲」に追加する.
2039 %</ja>
2040 \begin{lstlisting}
2041 \ltjdefcharrange{100}{"20000-"2FFFF,`漢}
2042 \end{lstlisting}
2043
2044 %<*en>
2045 A character can belong to only one character range.
2046 For example, whole SIP belong to the range~4 in the default setting of \LuaTeX-ja,
2047 and if you execute the above line, then SIP will belong to the range~100 and be
2048 removed from the range~4.
2049 %</en>
2050 %<*ja>
2051 各文字はただ一つの文字範囲に所属することができる.
2052 例えば,SIP内の文字は全て\LuaTeX-jaのデフォルトでは4番の文字範囲に
2053 属しているが,上記の指定を行えばSIP内の文字は100番に属すようになり,4番からは除かれる.
2054 %</ja>
2055
2056 %<*en>
2057 The distinction between \textbf{ALchar} and \textbf{JAchar} is performed by character ranges.
2058 This can be edited by setting the \textsf{jacharrange} parameter.
2059 For example, the code below is just the default setting of \LuaTeX-ja, and
2060 it sets
2061 \begin{itemize}
2062  \item a character which belongs character ranges 1,~4, 5, and~8 is \textbf{ALchar},
2063  \item a character which belongs character ranges 2,~3, 6, and~7 is \textbf{JAchar}.
2064 \end{itemize}
2065 %</en>
2066 %<*ja>
2067 \textbf{ALchar}と\textbf{JAchar}の区別は文字範囲ごとに行われる.
2068 これは\textsf{jacharrange}パラメータによって編集できる.
2069 例えば,以下は\LuaTeX-jaの初期設定であり,次の内容を設定している:
2070 \begin{itemize}
2071  \item 1番,4番,5番,8番の文字範囲に属する文字は\textbf{ALchar}.
2072  \item 2番,3番,6番,7番の文字範囲に属する文字は\textbf{JAchar}.
2073 \end{itemize}
2074 %</ja>
2075 \begin{lstlisting}
2076 \ltjsetparameter{jacharrange={-1, +2, +3, -4, -5, +6, +7, -8}}
2077 \end{lstlisting}
2078 %<*en>
2079 The argument to \textsf{jacharrange} parameter is a list of non-zero integer.
2080 Negative integer $-n$ in the list means that ``each character in the range~$n$ is an
2081 \textbf{ALchar}'',
2082 and positive integer $+n$ means that ``\dots\ is a \textbf{JAchar}''.
2083 %</en>
2084 %<*ja>
2085 \textsf{jacharrange}パラメータの引数は非零の整数のリストである.
2086 リスト中の負の整数$-n$は「文字範囲$n$に属する文字は\textbf{ALchar}として
2087 扱う」ことを意味し,正の整数$+n$は「\textbf{JAchar}として扱う」ことを意味する.
2088 %</ja>
2089
2090 %<*en>
2091 Note that characters \texttt{U+0000}--\texttt{U+007F} are always treated as an
2092 \textbf{ALchar} (this cannot be customized).
2093 %</en>
2094 %<*ja>
2095 なお,\texttt{U+0000}--\texttt{U+007F} は常に\textbf{ALchar}として扱われる(利用者が変更す
2096 ることは出来ない).
2097 %</ja>
2098
2099 %<*en>
2100 \paragraph{Default character ranges}
2101 \LuaTeX-ja predefines eight character ranges for convenience. They are
2102 determined from the following data:
2103 %</en>
2104 %<*ja>
2105 \paragraph{文字範囲の初期値}
2106 \LuaTeX-jaでは8つの文字範囲を予め定義しており,
2107 これらは以下のデータに基づいて決定している.
2108 %</ja>
2109 \begin{itemize}
2110 %<en>\item Blocks in Unicode~6.0.
2111 %<ja>\item Unicode~6.0のブロック.
2112 %<en>\item The \texttt{Adobe-Japan1-UCS2} mapping between a CID Adobe-Japan1-6 and Unicode.
2113 %<ja>\item Adobe-Japan1-6のCIDとUnicodeの間の対応表\texttt{Adobe-Japan1-UCS2}.
2114 %<en>\item The \Pkg{PXbase} bundle for \upTeX\ by Takayuki Yato.
2115 %<ja>\item 八登崇之氏による\upTeX 用の\Pkg{PXbase}バンドル.
2116 \end{itemize}
2117
2118 %<*en>
2119 Now we describe these eight ranges. The superscript ``J'' or ``A'' after the
2120 number shows whether each character in the range is treated as
2121 \textbf{JAchar}s or not by default. These settings are similar to the
2122 \texttt{prefercjk} settings defined in \texttt{PXbase} bundle.
2123 Any characters equal to or above \texttt{U+0080} which does not belong to
2124 these eight ranges belongs to the character range~217.
2125 %</en>
2126 %<*ja>
2127 以下ではこれら8つの文字範囲について記述する.添字のアルファベット「J」「A」
2128 は,その文字範囲内の文字が\textbf{JAchar}か\textbf{ALchar}かを表している.これらの初期設定は
2129 \texttt{PXbase}バンドルで定義されている\texttt{prefercjk}と類似のものであるが,
2130 8ビットフォント使用時のトラブルを防ぐために \texttt{U+0080}--\texttt{U+00FF} の文字は全部
2131 \textbf{ALchar}としている.
2132 なお,\texttt{U+0080} 以降でこれら8つの文字範囲に属さない文字は,217番の文字範囲に属することになっている.
2133 %</ja>
2134 \begin{description}
2135 %<*en>
2136
2137 \item[Range~8${}^{\text{A}}$] The intersection of the upper half of ISO~8859-1
2138          (Latin-1 Supplement) and JIS~X~0208 (a basic character set for Japanese). This character range
2139          consists of the following characters:
2140 %</en>
2141 %<*ja>
2142 \item[範囲8${}^{\text{A}}$] ISO~8859-1の上位領域(ラテン1補助)と
2143                              JIS~X~0208の共通部分.この文字範囲は
2144                              以下の文字で構成される:
2145 %</ja>
2146 \begin{multicols}{2}
2147 \begin{itemize}
2148 \def\ch#1#2{\item \char"#1\ (\texttt{U+00#1}, #2)}%"
2149 \ch{A7}{Section Sign}
2150 \ch{A8}{Diaeresis}
2151 \ch{B0}{Degree sign}
2152 \ch{B1}{Plus-minus sign}
2153 \ch{B4}{Spacing acute}
2154 \ch{B6}{Paragraph sign}
2155 \ch{D7}{Multiplication sign}
2156 \ch{F7}{Division Sign}
2157 \end{itemize}
2158 \end{multicols}
2159
2160 %<*en>
2161 \item[Range~1${}^{\text{A}}$] Latin characters that some of them are included in Adobe-Japan1-6.
2162 This range consists of the following Unicode ranges, \emph{except characters in the range~8 above}:
2163 %</en>
2164 %<*ja>
2165 \item[範囲1${}^{\text{A}}$] ラテン文字のうち,Adobe-Japan1-6との共通部分があるもの.
2166                              この範囲は以下のUnicodeのブロックのうち
2167                              \emph{範囲8を除いた}部分で構成されている:
2168 %</ja>
2169 \begin{multicols}{2}
2170 \begin{itemize}
2171 \item \texttt{U+0080}--\texttt{U+00FF}: Latin-1 Supplement
2172 \item \texttt{U+0100}--\texttt{U+017F}: Latin Extended-A
2173 \item \texttt{U+0180}--\texttt{U+024F}: Latin Extended-B
2174 \item \texttt{U+0250}--\texttt{U+02AF}: IPA Extensions
2175 \item \texttt{U+02B0}--\texttt{U+02FF}: Spacing Modifier Letters
2176 %<en>\par\ 
2177 \item \texttt{U+0300}--\texttt{U+036F}: \\*\null\hfill Combining Diacritical Marks
2178 \item \texttt{U+1E00}--\texttt{U+1EFF}: \\*\null\hfill Latin Extended Additional
2179 %<ja>\par\
2180 \end{itemize}
2181 \end{multicols}
2182 %<*en>
2183 \item[Range~2${}^{\text{\kern.1emJ}}$] Greek and Cyrillic letters. JIS~X~0208 (hence most of Japanese
2184            fonts) has some of these characters.
2185 %</en>
2186 %<*ja>
2187 \item[範囲2${}^{\text{\kern.1emJ}}$] ギリシャ文字とキリル文字.JIS~X~0208(したがってほとんどの
2188                              和文フォント)には,これらの文字の一部が含まれている.
2189 %</ja>
2190 \begin{multicols}{2}
2191 \begin{itemize}
2192 \item \texttt{U+0370}--\texttt{U+03FF}: Greek and Coptic
2193 \item \texttt{U+0400}--\texttt{U+04FF}: Cyrillic
2194 \item \texttt{U+1F00}--\texttt{U+1FFF}: Greek Extended
2195 \\\
2196 \end{itemize}
2197 \end{multicols}
2198 %<*en>
2199 \item[Range~3${}^{\text{\kern.1emJ}}$] Punctuations and Miscellaneous symbols. The block list is
2200            indicated in Table~\ref{table-rng3}.
2201 %</en>
2202 %<*ja>
2203 \item[範囲3${}^{\text{\kern.1emJ}}$] 句読点と記号類.ブロックのリストは表\ref{table-rng3}%
2204                              に示してある.
2205 %</ja>
2206 \begin{table}[!tb]
2207 %<en>\caption{Unicode blocks in predefined character range~3.}\medskip
2208 %<ja>\caption{文字範囲3に指定されているUnicodeブロック.}
2209 \label{table-rng3}
2210 \catcode`\"=13\def"#1#2#3#4{\texttt{U+#1#2#3#4}}%"
2211 \centering\small
2212 \begin{tabular}{llll}
2213 "2000--"206F&General Punctuation&
2214 "2070--"209F&Superscripts and Subscripts\\
2215 "20A0--"20CF&Currency Symbols&
2216 "20D0--"20FF&Comb.\ Diacritical Marks for Symbols\\
2217 "2100--"214F&Letterlike Symbols&
2218 "2150--"218F&Number Forms\\
2219 "2190--"21FF&Arrows&
2220 "2200--"22FF&Mathematical Operators\\
2221 "2300--"23FF&Miscellaneous Technical&
2222 "2400--"243F&Control Pictures\\
2223 "2500--"257F&Box Drawing&
2224 "2580--"259F&Block Elements\\
2225 "25A0--"25FF&Geometric Shapes&
2226 "2600--"26FF&Miscellaneous Symbols\\
2227 "2700--"27BF&Dingbats&
2228 "2900--"297F&Supplemental Arrows-B\\
2229 "2980--"29FF&Misc.\ Mathematical Symbols-B&
2230 "2B00--"2BFF&Miscellaneous Symbols and Arrows
2231 \end{tabular}
2232 \end{table}
2233 %<*en>
2234 \item[Range~4${}^{\text{A}}$] Characters usually not in Japanese fonts. This range consists
2235            of almost all Unicode blocks which are not in other
2236            predefined ranges. Hence, instead of showing the block list,
2237            we put the definition of this range itself:
2238 %</en>
2239 %<*ja>
2240 \item[範囲4${}^{\text{A}}$] 通常和文フォントには含まれていない文字.
2241                              この範囲は他の範囲にないほとんど全てのUnicodeブロック
2242                              で構成されている.したがって,ブロックのリストを示す
2243                              代わりに,範囲の定義そのものを示す:
2244 %</ja>
2245 \begin{lstlisting}
2246 \ltjdefcharrange{4}{%
2247    "500-"10FF, "1200-"1DFF, "2440-"245F, "27C0-"28FF, "2A00-"2AFF,
2248   "2C00-"2E7F, "4DC0-"4DFF, "A4D0-"A82F, "A840-"ABFF, "FB00-"FE0F,
2249   "FE20-"FE2F, "FE70-"FEFF, "10000-"1FFFF, "E000-"F8FF} % non-Japanese
2250 \end{lstlisting}
2251 %<en>\item[Range~5${}^{\text{A}}$] Surrogates and Supplementary Private Use Areas.
2252 %<ja>\item[範囲5${}^{\text{A}}$] 代用符号と補助私用領域.
2253 %<en>\item[Range~6${}^{\text{\kern.1emJ}}$] Characters used in Japanese. The block list is indicated in Table~\ref{table-rng6}.
2254 %<ja>\item[範囲6${}^{\text{\kern.1emJ}}$] 日本語で用いられる文字.ブロックのリストは表\ref{table-rng6}に示す.
2255 \begin{table}[!tb]
2256 %<en>\caption{Unicode blocks in predefined character range~6.}\medskip
2257 %<ja>\caption{文字範囲6に指定されているUnicodeブロック.}
2258 \label{table-rng6}
2259 \catcode`\"=13\def"#1#2#3#4{\texttt{U+#1#2#3#4}}%"
2260 \centering\small
2261 \begin{tabular}{llll}
2262 "2460--"24FF&Enclosed Alphanumerics&
2263 "2E80--"2EFF&CJK Radicals Supplement\\
2264 "3000--"303F&CJK Symbols and Punctuation&
2265 "3040--"309F&Hiragana\\
2266 "30A0--"30FF&Katakana&
2267 "3190--"319F&Kanbun\\
2268 "31F0--"31FF&Katakana Phonetic Extensions&
2269 "3200--"32FF&Enclosed CJK Letters and Months\\
2270 "3300--"33FF&CJK Compatibility&
2271 "3400--"4DBF&CJK Unified Ideographs Extension A\\
2272 "4E00--"9FFF&CJK Unified Ideographs&
2273 "F900--"FAFF&CJK Compatibility Ideographs\\
2274 "FE10--"FE1F&Vertical Forms&
2275 "FE30--"FE4F&CJK Compatibility Forms\\
2276 "FE50--"FE6F&Small Form Variants&
2277 "{20}000--"{2F}FFF&(Supplementary Ideographic Plane)\\
2278 "{E0}100--"{E0}1EF&Variation Selectors Supplement
2279 \end{tabular}
2280 \end{table}
2281 %<*en>
2282 \item[Range~7${}^{\text{\kern.1emJ}}$] Characters used in CJK languages, but not included in  Adobe-Japan1-6.
2283 The block list is indicated in Table~\ref{table-rng7}.
2284 %</en>
2285 %<*ja>
2286 \item[範囲7${}^{\text{\kern.1emJ}}$] CJK言語で用いられる文字のうち,Adobe-Japan1-6に
2287                             含まれていないもの.
2288                             ブロックのリストは表\ref{table-rng7}に示す.
2289 %</ja>
2290 \begin{table}[!tb]
2291 %<en>\caption{Unicode blocks in predefined character range~7.}\medskip
2292 %<ja>\caption{文字範囲7に指定されているUnicodeブロック.}
2293 \label{table-rng7}
2294 \catcode`\"=13\def"#1#2#3#4{\texttt{U+#1#2#3#4}}%"
2295 \centering\small
2296 \begin{tabular}{llll}
2297 "1100--"11FF&Hangul Jamo&
2298 "2F00--"2FDF&Kangxi Radicals\\
2299 "2FF0--"2FFF&Ideographic Description Characters&
2300 "3100--"312F&Bopomofo\\
2301 "3130--"318F&Hangul Compatibility Jamo&
2302 "31A0--"31BF&Bopomofo Extended\\
2303 "31C0--"31EF&CJK Strokes&
2304 "A000--"A48F&Yi Syllables\\
2305 "A490--"A4CF&Yi Radicals&
2306 "A830--"A83F&Common Indic Number Forms\\
2307 "AC00--"D7AF&Hangul Syllables&
2308 "D7B0--"D7FF&Hangul Jamo Extended-B
2309 \end{tabular}
2310 \end{table}
2311 \end{description}
2312
2313 %<*en>
2314 \paragraph{Notes on \texttt{U+0080}--\texttt{U+00FF}}
2315 You should treat characters in \\texttt{U+0080}--\texttt{U+00FF} as \textbf{ALchar}, 
2316 when you use traditional 8-bit fonts, such as the \Pkg{textcomp} package or the
2317 \Pkg{marvosym} package.
2318
2319 For example, the codepoint \cs{textparagraph} which is provided by the \Pkg{textcomp}
2320 package is 182. This codepoint corresponds \P\ (\text{U+00B6}) in Unicode.
2321 Similarly, \cs{Frowny} which is provided by the \Pkg{marvosym} package has
2322 the same codepoint as \S\ (\text{U+00A7}).
2323 Hence, as previous versions of \LuaTeX-ja, if these characters are treated as
2324 \text{JAchar}s, then \cs{textparagraph} produces ``ltjjachar`¶'' (in a Japanese font), 
2325 and  \cs{Frowny} produces ``\ltjjachar`§'' (in a Japanese font).
2326
2327 To avoid such situations, the default setting of \LuaTeX-ja is changed in this release
2328 so that all characters \texttt{U+0080}--\texttt{U+00FF} are treated as \textbf{ALchar}.
2329
2330 If you want to output a character as \textbf{ALchar} and \textbf{JAchar} regardless the range
2331 setting, you can use \cs{ltjalchar} and \cs{ltjjachar} respectively, as the following example.
2332 \begin{LTXexample}[width=0.3\textwidth]
2333 \gtfamily\large % default, ALchar, JAchar
2334 ¶, \ltjalchar`¶, \ltjjachar`¶\\   % default: ALchar
2335 α, \ltjalchar`α, \ltjjachar`α  % default: JAchar
2336 \end{LTXexample}
2337 %</en>
2338 %<*ja>
2339 \paragraph{\texttt{U+0080}--\texttt{U+00FF}についての注意}
2340 \LuaTeX-jaで,\Pkg{textcomp}パッケージや\Pkg{marvosym}パッケージ等,Unicodeフォントでなく
2341 伝統的な8ビットフォントを用いる場合には注意が必要である.
2342
2343 例えば,\Pkg{textcomp}パッケージの提供する \cs{textparagraph} は,
2344 符号位置が182,つまり \texttt{0xB6} であり,Unicodeではこの符号位置では\P\ (\text{U+00B6}) に対応する.
2345 また,\Pkg{marvosym}パッケージの提供する \cs{Frowny} も,符号位置は167,つまりUnicodeにおける
2346 \S\ (\text{U+00A7}) と同じ符号位置にある.
2347 即ち,以前のバージョンのように,「前節の文字範囲8内の文字は\textbf{JAchar}」という設定で
2348 あったとすると,上記の \cs{textparagraph} は和文フォントで「\ltjjachar`¶」を出力し,
2349 また \cs{Frowny} は和文フォントで「\ltjjachar`§」を出力することになる.
2350
2351 このような事態を避けるために,本バージョンからは \texttt{U+0080}--\texttt{U+00FF} の範囲の
2352 文字は全て\textbf{ALchar}となるように初期設定を変更している.
2353 特に影響を受けるのが,JIS~X~0208の一部分である文字範囲8内の文字であり,
2354 \emph{\Pkg{fontspec}パッケージを読み込んだりして欧文記号としてこれらの文字の出力環境を整え
2355 ないと,ソース中に直接記述しても出力されない}ことになる.
2356
2357 なお,文字範囲の設定に関わらず1つの文字を\textbf{ALchar}, \textbf{JAchar}で出力したい場合には,
2358 以下の例のようにそれぞれ \cs{ltjalchar},~\cs{ltjjachar} に該当文字の文字コードを渡せばよい.
2359 \begin{LTXexample}[width=0.3\textwidth]
2360 \gtfamily\large % default, ALchar, JAchar
2361 ¶, \ltjalchar`¶, \ltjjachar`¶\\   % default: ALchar
2362 α, \ltjalchar`α, \ltjjachar`α  % default: JAchar
2363 \end{LTXexample}
2364 %</ja>
2365
2366 %<en>\subsection{\Param{kanjiskip} and \Param{xkanjiskip}}
2367 %<ja>\subsection{\Param{kanjiskip}と\Param{xkanjiskip}}
2368 \label{subs-kskip}
2369
2370 %<en>\textbf{JAglue} is divided into the following three categories:
2371 %<ja>\textbf{JAglue}は以下の3つのカテゴリに分類される:
2372 \begin{itemize}
2373 %<*en>
2374 \item Glues/kerns specified in JFM. If \cs{inhibitglue} is issued
2375       around a \textbf{JAchar}, this glue will not be inserted at the
2376       place.
2377 %</en>
2378 %<*ja>
2379 \item JFMで指定されたグルー/カーン.もし \cs{inhibitglue} が\textbf{JAchar}の周りで
2380       発行されていれば,このグルーは挿入されない.
2381 %</ja>
2382 %<*en>
2383 \item The default glue which inserted between two \textbf{JAchar}s (\Param{%
2384       kanjiskip}).
2385 %</en>
2386 %<*ja>
2387 \item デフォルトで2つの\textbf{JAchar}の間に挿入されるグルー(\Param{kanjiskip}).
2388 %</ja>
2389 %<*en>
2390 \item The default glue which inserted between a \textbf{JAchar} and an
2391       \textbf{ALchar} (\Param{xkanjiskip}).
2392 %</en>
2393 %<*ja>
2394 \item デフォルトで\textbf{JAchar}と\textbf{ALchar}の間に挿入されるグルー(\Param{xkanjiskip}).
2395 %</ja>
2396 \end{itemize}
2397 %<*en>
2398 The value (a skip) of \Param{kanjiskip} or
2399 \Param{xkanjiskip} can be changed as the following.
2400 Note that only their values \emph{at the end of a paragraph or a hbox are
2401 adopted in the whole paragraph or the whole hbox.
2402 }
2403 %</en>
2404 %<*ja>
2405 \Param{kanjiskip}や\Param{xkanjiskip}の値
2406 は以下のようにして変更可能である.
2407 %</ja>
2408 \begin{lstlisting}
2409 \ltjsetparameter{kanjiskip={0pt plus 0.4pt minus 0.4pt},
2410                  xkanjiskip={0.25\zw plus 1pt minus 1pt}}
2411 \end{lstlisting}
2412 %<*en>
2413 Here \cs{zw} is a internal dimension
2414 which stores fullwidth of the current Japanese font.
2415 This \cs{zw} can be used as the unit \texttt{zw} in \pTeX.
2416
2417 The value of these parameter can be get by \cs{ltjgetparameter}.
2418 Note that the result by \cs{ltjgetparameter} is \emph{not} the internal quantities,
2419 but \emph{a string} (hence \cs{the} cannot be prefixed).
2420 %</en>
2421 %<*ja>
2422 ここで,\cs{zw} は現在の和文フォントの全角幅を表す長さであり,
2423 \pTeX における長さ単位 \texttt{zw} と同じように使用できる.
2424
2425 これらのパラメータの値は以下のように取得できる.
2426 戻り値は内部値ではなく\emph{文字列}である(\cs{the} は前置できない)ことに注意してほしい:
2427 %</ja>
2428 \begin{LTXexample}
2429 kanjiskip: \ltjgetparameter{kanjiskip},\\
2430 xkanjiskip: \ltjgetparameter{xkanjiskip}
2431 \end{LTXexample}
2432
2433 %<*en>
2434 It may occur that JFM contains the data of ``ideal width of
2435 \Param{kanjiskip}''
2436 and/or ``ideal width of \Param{xkanjiskip}''.
2437 To use these data from JFM, set the value of \Param{kanjiskip} or
2438 \Param{xkanjiskip} to \cs{maxdimen}
2439 (these ``ideal width'' cannot be retrived by \cs{ltjgetparameter}).
2440 %</en>
2441 %<*ja>
2442 JFMは「望ましい\Param{kanjiskip}の値」や
2443 「望ましい\Param{xkanjiskip}の値」を持っていることがある.
2444 これらのデータを使うためには,\Param{kanjiskip}や%
2445 \Param{xkanjiskip}の値を \cs{maxdimen} の値に設定すればよいが,
2446 \cs{ltjgetparameter} によって取得することはできないので注意が必要である.
2447 %</ja>
2448
2449 %<en>\subsection{Insertion setting of \Param{xkanjiskip}}
2450 %<ja>\subsection{\Param{xkanjiskip} の挿入設定}
2451
2452 %<*en>
2453 It is not desirable that \Param{xkanjiskip} is inserted into every
2454 boundary between \textbf{JAchar}s and \textbf{ALchar}s. For example,
2455 \Param{xkanjiskip} should not be inserted after opening parenthesis
2456 (\textit{e.g.}, compare ``(あ'' and ``(\hskip\ltjgetparameter{xkanjiskip}あ'').
2457 \LuaTeX-ja can control whether \Param{xkanjiskip} can be inserted
2458 before/after a character, by changing \Param{jaxspmode} for \textbf{JAchar}s and
2459 \Param{alxspmode} parameters \textbf{ALchar}s respectively.
2460 %</en>
2461 %<*ja>
2462 \Param{xkanjiskip}がすべての\textbf{JAchar}と\textbf{ALchar}の境界に
2463 挿入されるのは望ましいことではない.例えば,\Param{xkanjiskip}は開き括弧の
2464 後には挿入されるべきではない(「(あ」と「(\hskip\ltjgetparameter{xkanjiskip}あ」を
2465 比べてみよ).
2466 \LuaTeX-jaでは\Param{xkanjiskip}をある文字の前/後に挿入するかどうかを,
2467 \textbf{JAchar}に対しては\Param{jaxspmode}を,\textbf{ALchar}に対しては
2468 \Param{alxspmode}をそれぞれ変えることで制御することができる.
2469 %</ja>
2470 \begin{LTXexample}
2471 \ltjsetparameter{jaxspmode={`あ,preonly}, alxspmode={`\!,postonly}}
2472 pあq い!う
2473 \end{LTXexample}
2474
2475 %<*en>
2476 The second argument \texttt{preonly} means that the insertion of
2477 \Param{xkanjiskip} is allowed before this character, but not after.
2478 the other possible values are \texttt{postonly}, \texttt{allow}, and \texttt{inhibit}.
2479 %</en>
2480 %<*ja>
2481 2つ目の引数の \texttt{preonly}は「\Param{xkanjiskip}の挿入はこの文字の
2482 前でのみ許され,後では許さない」ことを意味する.他に指定可能な値は
2483 \texttt{postonly}, \texttt{allow}, \texttt{inhibit}である.
2484 %</ja>
2485
2486 %<*en>
2487 \Param{jaxspmode} and \Param{alxspmode} use a same table to store the parameters
2488 on the current version. Therefore, line~1 in the code above can be rewritten
2489 as follows:
2490 %</en>
2491 %<*ja>
2492 なお,現行の
2493 仕様では,\Param{jaxspmode}, \Param{alxspmode}はテーブルを共有しており,
2494 上のコードの1行目を次のように変えても同じことになる:
2495 %</ja>
2496 \begin{lstlisting}
2497 \ltjsetparameter{alxspmode={`あ,preonly}, jaxspmode={`\!,postonly}}
2498 \end{lstlisting}
2499 %<*en>
2500 One can use also numbers to specify these two parameters (see Subsection~\ref{ssec-param}).
2501 %</en>
2502 %<*ja>
2503 また,これら2パラメータには数値で値を指定することもできる(\ref{ssec-param}節を参照).
2504 %</ja>
2505
2506 %<*en>
2507 If you want to enable/disable all insertions of \Param{kanjiskip} and
2508 \Param{xkanjiskip}, set \Param{autospacing} and \Param{autoxspacing}
2509 parameters to \texttt{true}/\texttt{false}, respectively.
2510 %</en>
2511 %<*ja>
2512 もし全ての\Param{kanjiskip}と\Param{xkanjiskip}の挿入を有効化/無効化
2513 したければ,それぞれ\Param{autospacing}と\Param{autoxspacing}を
2514 \texttt{true}/\texttt{false}に設定すればよい.
2515 %</ja>
2516
2517 %<en>\subsection{Shifting the baseline}
2518 %<ja>\subsection{ベースラインの移動}
2519 %<*en>
2520 To make a match between a Japanese font and an alphabetic font, sometimes
2521 shifting of the baseline of one of the pair is needed. In \pTeX, this is achieved
2522 by setting \cs{ybaselineshift} (or \cs{tbaselineshift}) to a non-zero length (the
2523 baseline of \textbf{ALchar} is shifted below). However, for documents
2524 whose main language is not Japanese, it is good to shift the baseline of
2525 Japanese fonts, but not that of alphabetic fonts.
2526 Because of this, \LuaTeX-ja can independently set the shifting amount
2527 of the baseline of alphabetic fonts and that of Japanese fonts.
2528 \begin{center}
2529  \small
2530 \begin{tabular}{>{\bfseries}lcc}
2531 \toprule
2532 &\bfseries Horizontal writing (\emph{yoko} direction) etc.
2533 &\bfseries Vertical writing(\emph{tate} direction)\\
2534 \midrule
2535 Alphabetic fonts&\Param{yalbaselineshift}
2536      parameter&\Param{talbaselineshift} parameter\\
2537 Japanese fonts&\Param{yjabaselineshift}
2538      parameter&\Param{tjabaselineshift} parameter\\
2539 \bottomrule
2540 \end{tabular}
2541 \end{center}
2542 %</en>
2543 %<*ja>
2544 和文フォントと欧文フォントを合わせるためには,時々どちらかのベースラインの移動が
2545 必要になる.\pTeX ではこれは \cs{ybaselineshift}(または\cs{tbaselineshift})を設定することで
2546 なされていた(\textbf{ALchar}のベースラインがその分だけ下がる).しかし,日本語が主ではない
2547 文書に対しては,欧文フォントではなく和文フォントのベースラインを移動した方がよい.
2548 このため,\LuaTeX-jaでは欧文フォントのベースラインのシフト量
2549 と和文フォントのベースラインのシフト量を独立に設定できるようになっている.
2550 \begin{center}
2551  \small
2552 \begin{tabular}{>{\bfseries}lcc}
2553 \toprule
2554 &\bfseries 横組など&\bfseries 縦組\\
2555 \midrule
2556 欧文フォントのシフト量&\Param{yalbaselineshift}
2557      parameter&\Param{talbaselineshift} parameter\\
2558 和文フォントのシフト量&\Param{yjabaselineshift}
2559      parameter&\Param{tjabaselineshift} parameter\\
2560 \bottomrule
2561 \end{tabular}
2562 \end{center}
2563 %</ja>
2564
2565 %<*en>
2566 Here the horizontal line in the below example is the baseline of a line.
2567 %</en>
2568 %<*ja>
2569 下の例において引かれている水平線がベースラインである.
2570 %</ja>
2571 \begin{LTXexample}
2572 \vrule width 150pt height 0.2pt depth 0.2pt \hskip-120pt
2573 \ltjsetparameter{yjabaselineshift=0pt, yalbaselineshift=0pt}abcあいう
2574 \ltjsetparameter{yjabaselineshift=5pt, yalbaselineshift=2pt}abcあいう
2575 \end{LTXexample}
2576
2577 %<*en>
2578 There is an interesting side-effect: characters in different size can be
2579 vertically aligned center in a line, by setting two parameters appropriately.
2580 The following is an example (beware the value is not well tuned):
2581 %</en>
2582 %<*ja>
2583 この機能には面白い使い方がある:2つのパラメータを適切に設定することで,サイズの
2584 異なる文字を中心線に揃えることができる.
2585 以下は一つの例である(値はあまり調整されていないことに注意):
2586 %</ja>
2587 \begin{LTXexample}[width=0.4\textwidth]
2588 \vrule width 150pt height4.417pt depth-4.217pt%
2589 \kern-150pt
2590 \large xyz漢字
2591 {\scriptsize
2592   \ltjsetparameter{yjabaselineshift=-1.757pt,
2593     yalbaselineshift=-1.757pt}
2594   漢字xyzあいう
2595 }あいうabc
2596 \end{LTXexample}
2597
2598 %<*en>
2599 Note that setting positive \Param{yalbaselineshift}~or~\Param{talbaselineshift}
2600 parameters does not increase the depth of one-letter \emph{syllable} $p$ of \textbf{Alchar}, if
2601 its left-protrusion~(\cs{lpcode}) and right-protrusion~(\cs{rpcode}) are both non-zero.
2602 This is because
2603 \begin{itemize}
2604 \item These two parameters are implemented by setting \texttt{yoffset} field of a
2605 glyph node, and this does not increase the depth of the glyph.
2606 \item To cope with the above situation, \LuaTeX-ja automatically supplies
2607 a rule in every syllable.
2608 \item However, we cannot use this ``supplying a rule'' method if a syllable comprises just
2609       one letter whose \cs{lpcode}~and~\cs{rpcode} are both non-zero.
2610 \end{itemize}
2611
2612 This problem does not apply for \Param{yjabaselineshift}~nor~\Param{tjabaselineshift},
2613 becuse a \emph{JAchar} is encapsulated by a horizontal box if needed.
2614 %</en>
2615 %<*ja>
2616 なお,以下の場合には1文字の\textbf{ALchar}からなる「音節」の深さは増加しないことに注意.
2617 \begin{itemize}
2618  \item \Param{yalbaselineshift},~\Param{talbaselineshift}パラメータが正になっている.
2619  \item 「音節」を構成する唯一の文字$p$の
2620 左余白への突出量(\cs{lpcode}),右余白への突出量(\cs{rpcode})がどちらも非零である.
2621 \end{itemize}
2622 \emph{JAchar}は必要に応じて1文字ずつボックスにカプセル化されるため,
2623 \Param{yjabaselineshift},~\Param{tjabaselineshift}パラメータについてはこのような問題は起こらない.
2624 %</ja>
2625
2626 %<*ja>
2627 \paragraph{数式における挙動:\pTeX との違い}
2628 \textbf{ALchar}のベースラインを補正する \Param{yalbaselineshift} パラメータは
2629 ほぼ\pTeX における \cs{ybaselineshift} に対応しているものであるが,
2630 数式中の挙動は異なっているので注意が必要である.
2631 例えば,表\ref{tab:math_bsa}のように,数式中に明示的に現れた \cs{hbox} は,
2632 \begin{itemize}
2633  \item \pTeX では,ボックス全体が \cs{ybaselineshift} だとシフトされるので,
2634  表\ref{tab:math_bsa}中の``い''のように,ボックス中の和文文字は
2635  \ \cs{ybaselineshift} だけシフトされ,一方,``for all''のように,
2636  ボックス内の欧文文字は2重にシフトされることになる.
2637  \item 一方,\LuaTeX-jaではそのようなことはおこらず,
2638  数式中に明示的に現れた \cs{hbox} はシフトしない.そのため,
2639  表\ref{tab:math_bsa}中の``い''も``for all''も,それぞれ本文中に
2640  書かれたときと同じ上下位置に組まれる.
2641 \end{itemize}
2642 \begin{table}
2643 \small\centering
2644 \caption{数式関係のベースライン補正($\Param{yalbaselineshift}=10\,\textrm{pt}$)}
2645 \label{tab:math_bsa}
2646 \newdimen\origbaselineskip
2647 \origbaselineskip=\baselineskip
2648 \begin{tabular}{lp{30\zw}}
2649 \toprule
2650 \emph{入力}&\vspace*{\dimexpr-\origbaselineskip-\smallskipamount}
2651 \begin{lstlisting}
2652 数式abc: $あa\hbox{い}$, $\int_0^x t\,dt=x^2/2$,
2653 $\Phi\vdash F(x)\ \hbox{for all}\ x\in A$
2654 \end{lstlisting}\\
2655 \noalign{\vskip-\origbaselineskip}
2656 \midrule
2657 \emph{\pTeX}&
2658 {\ltjsetparameter{yalbaselineshift=10pt}%
2659 数式abc: $あa\lower10pt\hbox{い}$, $\int_0^x t\,dt=x^2/2$,
2660 $\Phi\vdash F(x)\ \lower10pt\hbox{for all}\ x\in A$
2661 \par}\\
2662 \midrule
2663 \emph{\LuaTeX-ja}&
2664 {\ltjsetparameter{yalbaselineshift=10pt}%
2665 数式abc: $あa\hbox{い}$, $\int_0^x t\,dt=x^2/2$,
2666 $\Phi\vdash F(x)\ \hbox{for all}\ x\in A$
2667 \par}\\
2668 \noalign{\vskip-\origbaselineskip}
2669 \bottomrule
2670 \end{tabular}
2671 \end{table}
2672 %</ja>
2673
2674 %<*en>
2675 \subsection{\emph{kinsoku} parameters and OpenType features}
2676 Among parameters which related to Japanese word-wrapping process (\emph{kinsoku shori}),
2677 \begin{quote}
2678  \Param{jaxspmode},~\Param{alxspmode}, \Param{prebreakpenalty},
2679  \Param{postbreakpenalty}~and~\Param{kcatcode}
2680 \end{quote}
2681 are stored by each character codes.
2682
2683 OpenType font features are ignored in these parameters.
2684 For example, a fullwidth katakana ``ア'' on line~10 in the below input is replaced to
2685 its halfwidth variant ``ア'', by \verb+hwid+ feature.
2686 However, the penalty inserted after it is 10 which is the \Param{postbreakpenalty} of
2687 ``ア'', not 20.
2688 %</en>
2689 %<*ja>
2690 \subsection{禁則処理関連パラメータとOpenTypeのfont feature}
2691 禁則処理や \Param{kanjiskip}, \Param{xkanjiskip} の挿入に関連したパラメータのうち
2692 \begin{quote}
2693  \Param{jaxspmode},~\Param{alxspmode}, \Param{prebreakpenalty},
2694  \Param{postbreakpenalty}, \Param{kcatcode}
2695 \end{quote}
2696 は,文字コードごとに設定する量である.
2697
2698 \Pkg{fontspec}パッケージを使う(\ref{ssec-fontspec}節)場合など,
2699 各種のOpenType featureを適用することもあると思うが,前段落に述べたパラメータ類は,
2700 \emph{OpenType featureの適用前の文字コードによって適用される.}
2701 例えば,以下の例において10行目の「ア」は,\verb+hwid+ featureの適用により半角カタカナの「ア」
2702 に置き換わる.しかし,その直後に挿入される \Param{postbreakpenalty}は,置換前の「ア」に対する値10である.
2703 %</ja>
2704
2705 \begin{LTXexample}[width=0.2\textwidth]
2706 \ltjsetparameter{postbreakpenalty={`ア, 10}}
2707 \ltjsetparameter{postbreakpenalty={`ア, 20}}
2708
2709 \newcommand\showpostpena[1]{%
2710   \leavevmode\setbox0=\hbox{#1\hbox{}}%
2711   \unhbox0\setbox0=\lastbox\the\lastpenalty}
2712
2713 \showpostpena{ア},
2714 \showpostpena{ア},
2715 {\addjfontfeatures{CharacterWidth=Half}\showpostpena{ア}}
2716 \end{LTXexample}
2717
2718 \clearpage
2719 %<en>\part{Reference}
2720 %<ja>\part{リファレンス}
2721 \label{part-ref}
2722 \suppressfloats[t]
2723 %<*ja>
2724 \section{\LuaTeX-jaにおける \cs{catcode}}
2725 \label{sec-catcode}
2726 \subsection{予備知識:\pTeX と\upTeX における \cs{kcatcode}}
2727 \pTeX,\upTeX においては,和文文字が制御綴内で利用できるかどうか
2728 は \cs{kcatcode} の値によって決定されるのであった.
2729 詳細は表\ref{table-kcat}を参照されたい.
2730 %</ja>
2731 %<*en>
2732 \section{\cs{catcode} in \LuaTeX-ja}
2733 \label{sec-catcode}
2734 \subsection{Preliminaries: \cs{kcatcode} in \pTeX\ and \upTeX}
2735 In \pTeX~and~\upTeX, the value of \cs{kcatcode} determines
2736 whether a Japanese character can be used in a control word.
2737 For the detail, see Table~\ref{table-kcat}.
2738 %</en>
2739
2740 \begin{table}[t]
2741 \small
2742 \caption{\cs{kcatcode} in \upTeX}
2743 \label{table-kcat}
2744 %<en>\medskip
2745
2746 \noindent\hfill
2747 \begin{tabular}{ccccc}
2748 \toprule
2749 \bfseries \cs{kcatcode}&
2750 %<*en>
2751 \bfseries meaning&
2752 \bfseries control word&
2753 \bfseries widow penalty\hbox{}$^*$&
2754 \bfseries linebreak\\
2755 %</en>
2756 %<*ja>
2757 \bfseries 意図&
2758 \bfseries 制御綴中に使用&
2759 \bfseries 文字ウィドウ処理\hbox{}$^*$&
2760 \bfseries 直後での改行\\
2761 %</ja>
2762 \midrule
2763 15&non-cjk&\multicolumn{3}{c}{(treated as usual \LaTeX)}\\
2764 16&kanji&Y&Y&ignored\\
2765 17&kana&Y&Y&ignored\\
2766 18&other&N&N&ignored\\
2767 19&hangul&Y&Y&space\\
2768 \bottomrule
2769 \end{tabular}\hfill\null
2770
2771 \medskip
2772
2773 %<*ja>
2774 文字ウィドウ処理\hbox{}$^*$: 「漢字が一文字だけ次の行に行くのを防ぐ」\
2775 \cs{jcharwidowpenalty} が,
2776 その文字の直前に挿入されうるか否か,を示す.
2777 %</ja>
2778 \end{table}
2779
2780 %<*en>
2781 \cs{kcatcode} can be set by a row of JIS~X~0208 in \pTeX,
2782 and generally by a Unicode block\footnote{%
2783   \upTeX\ divides \texttt{U+FF00}--\texttt{U+FFEF} (Halfwidth and Fullwidth Forms)
2784   into three subblocks, and \cs{kcatcode} can be set by a subblock.
2785 }
2786 in \upTeX. So characters which can be used in a control word
2787 slightly differ between \pTeX~and~\upTeX.
2788 %</en>
2789 %<*ja>
2790 \pTeX では \cs{kcatcode} はJIS~X~0208の区単位,
2791 \upTeX では概ねUnicodeブロック単位\footnote{%
2792   \texttt{U+FF00}--\texttt{U+FFEF} (Halfwidth and Fullwidth Forms)は
2793   「全角英数字」「半角カナ」「その他」と3つに分割されており,
2794   それぞれ別々に \cs{kcatcode} が指定できるようになっている.
2795 }で設定可能になっている.そのため,\pTeX と\upTeX の初期状態では
2796 制御綴内で使用可能な文字が微妙に異なっている.
2797 %</ja>
2798
2799 %<*en>
2800 \subsection{Case of \LuaTeX-ja}
2801 The role of \cs{kcatcode} in \pTeX~and~\upTeX\ can be
2802 divided into the following four kinds,
2803 and \LuaTeX-ja can control these four kinds separately:
2804 \begin{itemize}
2805  \item
2806 \emph{Distinction between \textbf{JAchar} or \textbf{ALchar}}
2807 is controlled by the character range, see Subsection~\ref{ssec-setrange}.
2808  \item
2809 \emph{Whether the character can be used in a control word}
2810 is controlled by setting \cs{catcode} to 11~(enabled) or 12~(disabled), as usual.
2811  \item
2812 \emph{Whether \Param{jcharwidowpenalty} can be inserted before the character}
2813 is controlled by the lowermost bit of the \Param{kcatcode} parameter.
2814  \item
2815 \emph{Linebreak after a \textbf{JAchar}} does not produce a space.
2816 \end{itemize}
2817 %</en>
2818 %<*ja>
2819 \subsection{\LuaTeX-jaの場合}
2820 \LuaTeX-jaでは,従来の\pTeX・\upTeX における \cs{kcatcode} の役割を
2821 分割している:
2822 \begin{description}
2823  \item[欧文/和文の区別 (\upTeX)]
2824 \cs{ltjdefcharrange} と\textsf{jacharrange}パラメータ(\ref{ssec-setrange}節)
2825  \item[制御綴中に使用可か]
2826 \LuaTeX 自身の \cs{catcode} でよい
2827  \item[\Param{jcharwidowpenalty}が挿入可か]
2828 \Param{kcatcode}パラメータの最下位ビット
2829  \item[直後の改行]
2830 日本語しか想定していないので,\textbf{JAchar}直後の改行で半角スペースが挿入されることはない.
2831 \end{description}
2832 %</ja>
2833
2834 %<*en>
2835 Default setting of \cs{catcode} of Unicode characters are located in
2836 \begin{description}
2837  \item[plain \LuaTeX] \texttt{luatex-unicode-letters.tex}, which is based on \texttt{unicode-letters.tex}
2838 (for \XeTeX).
2839  \item[\LuaLaTeX] now included in \LaTeX\ kernel  as~\texttt{unicode-letters.def}.
2840 \end{description}
2841 However, the default setting of \cs{catcode} differs
2842 between \XeTeX\ and \LuaTeX, by the following reasons:
2843 \begin{itemize}
2844  \item (plain format) \texttt{luatex-unicode-letters.tex} is based on old \texttt{unicode-letters.tex}.
2845  \item The latter half of \texttt{unicode-letters.tex}~and~\texttt{unicode-letters.def}
2846 sets\cs{catcode} of Kanji and kana characters to 11, via setting \cs{XeTeXcharclass}.
2847
2848 However, this latter half does not exist (plain case), or not executed (\LaTeX~case) in \LuaTeX, hence
2849 \cs{catcode} of Kanji and kana characters remains 12 in \LuaTeX.
2850 \end{itemize}
2851 In other words, Kanji nor kana characters cannot be used in
2852 a control word, in the default setting of \LuaTeX.
2853
2854 This would be inconvenient for \pTeX~users to shifting to \LuaTeX-ja,
2855 since several control words containing Kanji, such as \verb+\西暦+,
2856 are used in \pTeX.
2857 Hence, \LuaTeX-ja have a counterpart of \texttt{unicode-letters.tex}
2858 for \LuaTeX, \emph{to match the \cs{catcode} setting with that of \XeTeX.}
2859 %</en>
2860 %<*ja>
2861 ネイティブにUnicode全部の文字を扱える\XeTeX や\LuaTeX では,
2862 文字が制御綴内で使用できるかは通常の欧文文字と同じく \cs{catcode}
2863 で指定することとなる.plain \XeTeX における \cs{catcode} の初期設定は\
2864 \texttt{unicode-letters.tex} 中に記述されており,plain \LuaTeX ではそれを
2865 元にした \texttt{luatex-unicode-letters.tex} を用いている.
2866 \LaTeX では \cs{catcode} の設定はカーネルに \texttt{unicode-letters.def} として統合され.
2867 このファイルを\XeLaTeX, \LuaLaTeX の両方が用いている.
2868
2869
2870 だが,\XeTeX における \cs{catcode} の初期設定と
2871 \LuaTeX におけるそれは一致していない:
2872 \begin{itemize}
2873  \item \texttt{luatex-unicode-letters.tex} の元になった\
2874 \texttt{unicode-letters.tex} が古い
2875  \item \texttt{unicode-letters.tex} 後半部や \texttt{unicode-letters.def} 後半部では
2876 \cs{XeTeXcharclass} の設定を行なっており,
2877 それによって漢字や仮名の \cs{catcode} が11に設定されている.
2878
2879 しかし,\texttt{luatex-unicode-letters.tex} ではこの「後半部」が
2880 まるごと省略されており,また\LuaLaTeX でも \texttt{unicode-letters.def} 後半部は実行されな
2881        い.従って漢字や仮名の \cs{catcode} は12のままになっている.
2882 \end{itemize}
2883 言い換えると,\LuaTeX の初期状態では漢字や仮名を制御綴内に
2884 使用することはできない.
2885
2886 これでは \pTeX で使用できた \verb+\西暦+ などが使えないこととなり,
2887 \LuaTeX-jaへの移行で手間が生じる.そのため,\LuaTeX-jaでは
2888 \texttt{unicode-letters.tex} の後半部にあたる内容を自前でパッチし,
2889 結果として\textbf{\XeTeX における初期設定と同じになるようにしている.}
2890 %</ja>
2891
2892 \begin{table}
2893  \centering\small
2894 %<en>\caption{Difference of the set of non-kanji JIS~X~0208 characters which can be used in a control word}
2895 %<ja>\caption{制御綴中に使用出来るJIS~X~0208非漢字の違い}
2896 %<en>\medskip
2897 \label{table-kcat-diff}
2898 \def\D#1#2#3#4{%
2899   {\fboxsep0pt\fcolorbox{cyan}{white}%
2900   {\large\char"#1#2#3#4}}\ (\texttt{U+#1#2#3#4})} %"
2901 \leavevmode\hbox to 0pt{\hss\begin{tabular}{cccccc}
2902 \toprule
2903 %<en>&\bf row&\bf col.&\bf \pTeX&\bf \upTeX&\bf\LuaTeX-ja\\
2904 %<ja>&\bf 区&\bf 点&\bf \pTeX&\bf \upTeX&\fontseries{b}\selectfont\LuaTeX-ja\\
2905 \midrule
2906 %\D 3000&1&1&N&N&Y\\
2907 \D 30FB&1&6&N&Y&N\\
2908 \D 309B&1&11&N&Y&N\\
2909 \D 309C&1&12&N&Y&N\\
2910 \D FF40&1&14&N&N&Y\\
2911 \D FF3E&1&16&N&N&Y\\
2912 \D FFE3&1&17&N&N&Y\\
2913 \D FF3F&1&18&N&N&Y\\
2914 %\D 30FD&1&19&N&Y&Y\\
2915 %\D 30FE&1&20&N&Y&Y\\
2916 %\D 309D&1&21&N&Y&Y\\
2917 %\D 309E&1&22&N&Y&Y\\
2918 \D 3003&1&23&N&N&Y\\
2919 \D 4EDD&1&24&N&Y&Y\\
2920 \D 3005&1&25&N&N&Y\\
2921 \D 3006&1&26&N&N&Y\\
2922 \D 3007&1&27&N&N&Y\\
2923 \D 30FC&1&28&N&Y&Y\\
2924 \D FF0F&1&31&N&N&Y\\
2925 \D FF3C&1&32&N&N&Y\\
2926 \bottomrule
2927 \end{tabular}\qquad
2928 \begin{tabular}{cccccc}
2929 \toprule
2930 %<en>&\bf row&\bf col.&\bf \pTeX&\bf \upTeX&\bf\LuaTeX-ja\\
2931 %<ja>&\bf 区&\bf 点&\bf \pTeX&\bf \upTeX&\fontseries{b}\selectfont\LuaTeX-ja\\
2932 \midrule
2933 \D FF5C&1&35&N&N&Y\\
2934 \D FF0B&1&60&N&N&Y\\
2935 \D FF1D&1&65&N&N&Y\\
2936 \D FF1C&1&67&N&N&Y\\
2937 \D FF1E&1&68&N&N&Y\\
2938 \D FF03&1&84&N&N&Y\\
2939 \D FF06&1&85&N&N&Y\\
2940 \D FF0A&1&86&N&N&Y\\
2941 \D FF20&1&87&N&N&Y\\
2942 \D 3012&2&9&N&N&Y\\
2943 \D 3013&2&14&N&N&Y\\
2944 \D FFE2&2&44&N&N&Y\\
2945 \D 212B&2&82&N&N&Y\\
2946 %<en>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}Greek letters (row 6)}&Y&N&Y\\
2947 %<en>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}Cyrillic letters (row 7)}&N&N&Y\\
2948 %<ja>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}ギリシャ文字(6区)}&Y&N&Y\\
2949 %<ja>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}キリル文字(7区)}&N&N&Y\\
2950 \bottomrule
2951 \end{tabular}\hss}\par
2952 \end{table}
2953
2954 %<*en>
2955 \subsection{Non-kanji characters in a control word}
2956 Because the engine differ, so non-kanji JIS~X~0208 characters
2957 which can be used in a control word differ in \pTeX, in \upTeX,~and~in \LuaTeX-ja.
2958 Table~\ref{table-kcat-diff} shows the difference.
2959 Except for four characters ``・'',~``゛'', ``゜'',~``゠'',
2960 \LuaTeX-ja admits more characters in a control word than \upTeX.
2961
2962 Difference becomes larger, if we consider
2963 non-kanji JIS~X~0213 characters.
2964 For the detail, see \url{https://github.com/h-kitagawa/kct}.
2965 %</en>
2966 %<*ja>
2967 \subsection{制御綴中に使用出来るJIS非漢字の違い}
2968
2969 エンジンが異なるので,\pTeX, \upTeX, \LuaTeX-ja
2970 において制御綴中に使用可能なJIS~X~0208の文字は異なる.
2971 異なっているところだけを載せると,表\ref{table-kcat-diff}のようになる.
2972 「・」「゛」「゜」「゠」を除けば,\LuaTeX-jaでは\upTeX より多くの文字が
2973 制御綴に使用可能になっている.
2974
2975 JIS~X~0213の範囲に広げると,差異はさらに大きくなる.
2976 詳細については例えば \url{https://github.com/h-kitagawa/kct} 中の\
2977 \texttt{kct-out.pdf} などを参照すること.
2978 %</ja>
2979
2980
2981 %<*en>
2982 \section{Directions}
2983 \LuaTeX\ supports four $\Omega$-style directions: \texttt{TLT},~\texttt{TRT}, \texttt{RTT}
2984 and \texttt{LTL}.
2985 However, neither directions are not well-suited for typesetting Japanese vertically, hence we
2986 implemented vertical writing by rotating \texttt{TLT}-box by 90~degrees.
2987 %</en>
2988 %<*ja>
2989 \section{縦組}
2990 \label{sec-direction}
2991 \LuaTeX 本体でも,$\Omega$・$\aleph$由来の機能として,複数の組方向をサポートしている.
2992 しかし,\LuaTeX がサポートするのは \texttt{TLT},~\texttt{TRT}, \texttt{RTT},~\texttt{LTL}\
2993 のみであり,日本語の縦組に使うのは望ましくない\footnote{%
2994 和文文字だけならば \texttt{RTT} を使えばなんとかなると思うが,
2995 欧文文字が入ってきた場合はうまくいかず,\texttt{RTR} という組方向が必要になる.
2996 }.そのため,\LuaTeX-jaでは横組(\texttt{TLT})で組んだボックスを回転させる方式で
2997 縦組を実装した.
2998 %</ja>
2999
3000 %<ja>\subsection{サポートする組方向}
3001 \begin{table}[t]
3002 %<ja>\caption{\LuaTeX-ja のサポートする組方向}
3003 %<en>\caption{Directions supported by \LuaTeX-ja}
3004 %<en>\medskip
3005 \label{tab-dir}
3006 \centering\small
3007 \def\obox#1{%
3008   \setbox0=\hbox{\yoko\hbox{#1%
3009   \large\ltjsetparameter{talbaselineshift=0pt}%
3010   \vrule height 25pt width 0.4pt depth 15pt\kern-.2pt%
3011   \raise25pt\hbox to 0pt{\hss\composite{*r^@{>>}}\hss}%
3012   \raise-15pt\hbox to 0pt{\hss\composite{*l^@{>|}}\hss}\kern.2pt%
3013   \vrule height.2pt depth.2pt width 60pt\hbox to 0pt{\hss\composite{*d^@{>}}\hss}\kern-60pt
3014   \hbox to 60pt{\,銀は、Ag\hss}}}%
3015   \raise\dimexpr 0.5\ltjgetdp0-0.5\ltjgetht0\box0%
3016 }
3017 %<*ja>
3018 \begin{tabular}{>{\bfseries}lcccc}
3019 \toprule
3020 &横組&縦組 &「dtou方向」&「utod方向」\\
3021 \midrule
3022 命令&\cs{yoko}&\cs{tate}&\cs{dtou}&\cs{utod}\\
3023 字送り方向&水平右向き(→)&垂直下向き(↓)&垂直上向き(↑)&垂直下向き(↓)\\
3024 行送り方向&垂直下向き(↓)&水平左向き(←)&水平右向き(→)&水平左向き(←)\\
3025 使用する和文フォント&横組用(\cs{jfont})&縦組用(\cs{tfont})&
3026 \multicolumn{2}{c}{%
3027   横組用(\cs{jfont})の$90^\circ$回転}\\[\smallskipamount]
3028 組版例\null $^*$ &\obox{\yoko}&\obox{\tate}&\obox{\dtou}&\obox{\utod}\\
3029 \noalign{\medskip}
3030 \bottomrule
3031 \end{tabular}
3032
3033 \medskip\raggedright
3034 \def\R#1{%
3035   \raise0.38\zw\hbox{%
3036     \vrule height.2pt  depth.2pt width2\zw%
3037     \hbox to 0pt{\hss\composite{*d^@{#1}}\hss}%
3038   }%
3039 }
3040 $^*$\ 幅(width),高さ(height),深さ(depth)の増加方向を,
3041 それぞれ「\R{>}」,「\R{>>}」,「\R{>|}」で表している.
3042 \raggedright
3043 %</ja>
3044
3045 %<*en>
3046 \begin{tabular}{>{\bfseries}lcccc}
3047 \toprule
3048 &horizontal (\emph{yoko}~direction)&vertical (\emph{tate}~direction)&%
3049   \emph{dtou} direction&\emph{utod} direction\\
3050 \midrule
3051 Commands&\cs{yoko}&\cs{tate}&\cs{dtou}&\cs{utod}\\
3052 Beginning of the page&Top&Right&Left&Right\\
3053 Beginning of the line&Left&Top&Bottom&Top\\
3054 Used Japanese font&horizontal (\cs{jfont})&vertical (\cs{tfont})&
3055 \multicolumn{2}{c}{%
3056   horizontal ($90^\circ$ rotated)}\\[\smallskipamount]
3057 Example&\obox{\yoko}&\obox{\tate}&\obox{\dtou}&\obox{\utod}\\
3058 \noalign{\medskip}
3059 (Notation used in $\Omega$)&TLT&RTR, RTT&LBL&RTR\\
3060 \bottomrule
3061 \end{tabular}
3062
3063 \medskip\raggedright
3064 \def\R#1{%
3065   \raise0.38\zw\hbox{%
3066     \vrule height.2pt  depth.2pt width2\zw%
3067     \hbox to 0pt{\hss\composite{*d^@{#1}}\hss}%
3068   }%
3069 }
3070 \raggedright
3071 %</en>
3072 \end{table}
3073
3074 %<*en>
3075 \LuaTeX-ja supports four directions, as shown in Table~\ref{tab-dir}.
3076 The second column (\emph{yoko} direction) is just horizontal writing,
3077 and the third column (\emph{tate} direction) is vertical writing.
3078 The fourth column (\emph{dtou} direction) is actually a hidden feature of \pTeX.
3079 We implemented this for debugging purpose.
3080 The fifth column (\emph{utod} direction) corresponds the ``\texttt{tate (math) direction}'' of \pTeX.
3081
3082 Directions can be changed by \cs{yoko},~\cs{tate}, \cs{dtou},~\cs{utod},
3083 only when the current list is null. Also, the direction of a math formula is changed to
3084 \emph{utod}, when the direction outside the math formula is \emph{tate} (vertical writing).
3085 %</en>
3086
3087 %<*ja>
3088 \LuaTeX-jaがサポートする組方向は表\ref{tab-dir}に示す4つである.
3089 4列目の \cs{dtou} は聞き慣れない命令だと思うが,
3090 実は\pTeX に同名の命令が(ドキュメントには書かれていないが)存在する.
3091 Down-TO-Upの意味なのだろう.\cs{dtou} を使用する機会はないだろうが,
3092 \LuaTeX-jaではデバッグ用に実装している.
3093 5列目の \cs{utod} は,\pTeX で言う「縦数式ディレクション」に相当するものである.
3094
3095 組方向は,\cs{yoko},~\cs{tate}, \cs{dtou},~\cs{utod} をそれぞれ使用することで,
3096 現在作成中のリストやボックスが空の時にのみ変更可能である.
3097 また,縦組中の数式内のボックスは\pTeX と同じように組方向が \cs{utod} となる.
3098 %</ja>
3099
3100 %<*en>
3101 \subsection{Boxes in different direction}
3102
3103 As in \pTeX, one can use boxes of different direction in one document.
3104 The below is an example.
3105 \begin{LTXexample}
3106 ここは横組%     yoko
3107 \hbox{\tate %   tate
3108   \hbox{縦組}%  tate
3109   の中に
3110   \hbox{\yoko 横組の内容}% yoko
3111   を挿入する
3112 }
3113 また横組に戻る% yoko
3114 \end{LTXexample}
3115
3116 Table~\ref{tab-diffdir} shows how a box is arranged when
3117 the direction  inside the box and that outside the box differ.
3118 %</en>
3119 %<*ja>
3120 \subsection{異方向のボックス}
3121
3122 縦組の中に「42」などの2桁以上の算用数字を横組で組むなど,
3123 異なる組方向を混在させることがしばしば行われる.
3124 組方向の混在も\pTeX と同じようにできる:
3125 \begin{LTXexample}
3126 ここは横組%     yoko
3127 \hbox{\tate %   tate
3128   \hbox{縦組}%  tate
3129   の中に
3130   \hbox{\yoko 横組の内容}% yoko
3131   を挿入する
3132 }
3133 また横組に戻る% yoko
3134 \end{LTXexample}
3135
3136 異なる組方向のボックスを配置した場合にどう組まれるかの仕様も,\pTeX を
3137 踏襲している.表\ref{tab-diffdir}に示す.
3138 %</ja>
3139
3140 \begin{table}[t]
3141 %<ja>\caption{異方向のボックスの配置}
3142 %<en>\caption{Boxes in different direction}
3143 %<en>\medskip
3144 \label{tab-diffdir}
3145  \centering\small\unitlength3mm
3146  \def\TATEeg{%
3147    \hbox{\smash{\begin{picture}(0,0)(-2,0)
3148      \thicklines
3149      \polyline(-2,0)(-2,-7)(5,-7)(5,0)
3150      \put(0,0){\circle*{0.3}}
3151      \put(2.5,-4){\makebox(0,0){\hbox{\tate\bfseries \emph{tate}/\emph{utod}}}}
3152      \put(0,0){\vector(1,0){5}} \put(2.5,-0.2){\makebox(0,0)[t]{$h_{\mathrm{T}}$}}
3153      \put(0,0){\vector(-1,0){2}}\put(-1,-0.2){\makebox(0,0)[t]{$d_{\mathrm{T}}$}}
3154      \put(0,0){\vector(0,-1){7}}\put(0.2,-3.5){\makebox(0,0)[l]{$w_{\mathrm{T}}$}}
3155    \end{picture}}}%
3156  }
3157  \def\DTOUeg{%
3158    \hbox{\smash{\begin{picture}(0,0)(-5,0)
3159      \thicklines
3160      \polyline(-5,0)(-5,7)(2,7)(2,0)
3161      \put(0,0){\circle*{0.3}}
3162      \put(-2.5,4){\makebox(0,0){\hbox{\dtou\bfseries \emph{dtou}}}}
3163      \put(0,0){\vector(-1,0){5}} \put(-2.5,0.3){\makebox(0,0)[b]{$h_{\mathrm{D}}$}}
3164      \put(0,0){\vector(1,0){2}}\put(1,0.3){\makebox(0,0)[b]{$d_{\mathrm{D}}$}}
3165      \put(0,0){\vector(0,1){7}}\put(-0.2,3.5){\makebox(0,0)[r]{$w_{\mathrm{D}}$}}
3166    \end{picture}}}%
3167  }
3168  \def\YOKOeg{%
3169    \hbox{\smash{\begin{picture}(0,0)
3170      \thicklines
3171      \polyline(0,5)(7,5)(7,-2)(0,-2)
3172      \put(4,2.5){\makebox(0,0){\hbox{\yoko\bfseries \emph{yoko}}}}
3173      \put(0,0){\circle*{0.3}}
3174      \put(0,0){\vector(0,1){5}} \put(0.3,2.5){\makebox(0,0)[l]{$h_{\mathrm{Y}}$}}
3175      \put(0,0){\vector(0,-1){2}}\put(0.3,-1){\makebox(0,0)[l]{$d_{\mathrm{Y}}$}}
3176      \put(0,0){\vector(1,0){7}}\put(3.5,0.2){\makebox(0,0)[b]{$w_{\mathrm{Y}}$}}
3177    \end{picture}}}%
3178  }
3179 \begin{tabular}{ccc}
3180 \toprule
3181 %<ja>\emph{横組中に配置}&\emph{縦組中に配置}&%
3182 %<ja>\emph{組方向 \cs{dtou} 中に配置}\\
3183 %<en>\textbf{typeset in \emph{yoko} direction}
3184 %<en>&\textbf{typeset in \emph{tate} or \emph{utod} direction}
3185 %<en>&\textbf{typeset in \emph{dtou} direction}\\
3186 \midrule
3187  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3188    \put(0,0){\line(1,0){3.8}}
3189    \put(4,7){\TATEeg}
3190    \put(11.2,0){\line(1,0){3.8}}
3191 %
3192    \put(2,7){\line(1,0){1.8}}
3193    \put(3,3.5){\vector(0,1){3.5}\vector(0,-1){3.5}}
3194    \put(2.8,3.5){\makebox(0,0)[r]{$H_{\mathrm{Y}}$}}
3195    \put(3,-2){\vector(0,1){2}}
3196    \put(2.8,-1){\makebox(0,0)[r]{$D_{\mathrm{Y}}$}}
3197 %
3198    \put(4,7.2){\line(0,1){1.8}}
3199    \put(11,7.2){\line(0,1){1.8}}
3200    \put(6,8){\vector(-1,0){2}}
3201    \put(9,8){\vector(1,0){2}}
3202    \put(7.5,8){\makebox(0,0){$W_{\mathrm{Y}}$}}
3203 %
3204  \end{picture}\vspace{-\baselineskip}
3205    \begin{align*}
3206    W_{\mathrm{Y}} &= h_{\mathrm{T}}+d_{\mathrm{T}},\\
3207    H_{\mathrm{Y}} &= w_{\mathrm{T}},\\
3208    D_{\mathrm{Y}} &=0\,\mathrm{pt}
3209    \end{align*}%
3210  }&
3211  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3212    \put(7.5,-0.2){\line(0,-1){2.8}}
3213    \put(4,2){\YOKOeg}
3214    \put(7.5, 7.2){\line(0,1){3.8}}
3215 %
3216    \put(2,7){\line(1,0){1.8}}
3217    \put(2,0){\line(1,0){1.8}}
3218    \put(3,5){\vector(0,1){2}}
3219    \put(3,2){\vector(0,-1){2}}
3220    \put(3,3.5){\makebox(0,0){$W_{\mathrm{T}}$}}
3221 %
3222    \put(4,7.2){\line(0,1){1.8}}
3223    \put(11,7.2){\line(0,1){1.8}}
3224    \put(8,8){\vector(-1,0){0.5}\vector(1,0){3}}
3225    \put(7,8){\vector(-1,0){3}\vector(1,0){0.5}}
3226    \put(9.25,8.2){\makebox(0,0)[b]{$H_{\mathrm{T}}$}}
3227    \put(5.75,8.2){\makebox(0,0)[b]{$D_{\mathrm{T}}$}}
3228 %
3229  \end{picture}\vspace{-\baselineskip}
3230    \begin{align*}
3231    W_{\mathrm{T}} &= h_{\mathrm{Y}}+d_{\mathrm{Y}},\\
3232    H_{\mathrm{T}} &= w_{\mathrm{Y}}/2,\\
3233    D_{\mathrm{T}} &= w_{\mathrm{Y}}/2
3234    \end{align*}%
3235  }&
3236  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3237    \put(11,-0.2){\line(0,-1){2.8}}
3238    \put(4,2){\YOKOeg}
3239    \put(11, 7.2){\line(0,1){3.8}}
3240 %
3241    \put(2,7){\line(1,0){1.8}}
3242    \put(2,0){\line(1,0){1.8}}
3243    \put(3,5){\vector(0,1){2}}
3244    \put(3,2){\vector(0,-1){2}}
3245    \put(3,3.5){\makebox(0,0){$W_{\mathrm{D}}$}}
3246 %
3247    \put(4,7.2){\line(0,1){1.8}}
3248    \put(11,7.2){\line(0,1){1.8}}
3249    \put(7.5,8){\vector(-1,0){3.5}\vector(1,0){3.5}}
3250    \put(13,8){\vector(-1,0){2}}
3251    \put(7.5,8.2){\makebox(0,0)[b]{$H_{\mathrm{D}}$}}
3252    \put(12,8.2){\makebox(0,0)[b]{$D_{\mathrm{D}}$}}
3253 %
3254  \end{picture}\vspace{-\baselineskip}
3255    \begin{align*}
3256    W_{\mathrm{D}} &= h_{\mathrm{Y}}+d_{\mathrm{Y}},\\
3257    H_{\mathrm{D}} &= w_{\mathrm{Y}},\\
3258    D_{\mathrm{D}} &= 0\,\mathrm{pt}
3259    \end{align*}%
3260  }%
3261 \\\midrule
3262  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3263    \put(0,0){\line(1,0){3.8}}
3264    \put(4,0){\DTOUeg}
3265    \put(11.2,0){\line(1,0){3.8}}
3266 %
3267    \put(2,7){\line(1,0){1.8}}
3268    \put(3,3.5){\vector(0,1){3.5}\vector(0,-1){3.5}}
3269    \put(2.8,3.5){\makebox(0,0)[r]{$H_{\mathrm{Y}}$}}
3270    \put(3,-2){\vector(0,1){2}}
3271    \put(2.8,-1){\makebox(0,0)[r]{$D_{\mathrm{Y}}$}}
3272 %
3273    \put(4,7.2){\line(0,1){1.8}}
3274    \put(11,7.2){\line(0,1){1.8}}
3275    \put(6,8){\vector(-1,0){2}}
3276    \put(9,8){\vector(1,0){2}}
3277    \put(7.5,8){\makebox(0,0){$W_{\mathrm{Y}}$}}
3278 %
3279  \end{picture}\vspace{-\baselineskip}
3280    \begin{align*}
3281    W_{\mathrm{Y}} &= h_{\mathrm{D}}+d_{\mathrm{D}},\\
3282    H_{\mathrm{Y}} &= w_{\mathrm{D}},\\
3283    D_{\mathrm{Y}} &= 0\,\mathrm{pt}
3284    \end{align*}%
3285  }&
3286  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3287    \put(9,-0.2){\line(0,-1){2.8}}
3288    \put(4,0){\DTOUeg}
3289    \put(9, 7.2){\line(0,1){3.8}}
3290 %
3291    \put(2,7){\line(1,0){1.8}}
3292    \put(2,0){\line(1,0){1.8}}
3293    \put(3,5){\vector(0,1){2}}
3294    \put(3,2){\vector(0,-1){2}}
3295    \put(3,3.5){\makebox(0,0){$W_{\mathrm{T}}$}}
3296 %
3297    \put(4,7.2){\line(0,1){1.8}}
3298    \put(11,7.2){\line(0,1){1.8}}
3299    \put(6.5,8){\vector(-1,0){2.5}\vector(1,0){2.5}}
3300    \put(10,8){\vector(-1,0){1}\vector(1,0){1}}
3301    \put(10,8.2){\makebox(0,0)[b]{$H_{\mathrm{T}}$}}
3302    \put(6.5,8.2){\makebox(0,0)[b]{$D_{\mathrm{T}}$}}
3303 %
3304  \end{picture}\vspace{-\baselineskip}
3305    \begin{align*}
3306    W_{\mathrm{T}} &= h_{\mathrm{D}}+d_{\mathrm{D}},\\
3307    H_{\mathrm{T}} &= d_{\mathrm{D}},\\
3308    D_{\mathrm{T}} &= h_{\mathrm{D}}
3309    \end{align*}%
3310  }&
3311  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3312    \put(6,-0.2){\line(0,-1){2.8}}
3313    \put(4,7){\TATEeg}
3314    \put(6, 7.2){\line(0,1){3.8}}
3315 %
3316    \put(2,7){\line(1,0){1.8}}
3317    \put(2,0){\line(1,0){1.8}}
3318    \put(3,5){\vector(0,1){2}}
3319    \put(3,2){\vector(0,-1){2}}
3320    \put(3,3.5){\makebox(0,0){$W_{\mathrm{D}}$}}
3321 %
3322    \put(4,7.2){\line(0,1){1.8}}
3323    \put(11,7.2){\line(0,1){1.8}}
3324    \put(5,8){\vector(-1,0){1}\vector(1,0){1}}
3325    \put(8.5,8){\vector(-1,0){2.5}\vector(1,0){2.5}}
3326    \put(5,8.2){\makebox(0,0)[b]{$H_{\mathrm{D}}$}}
3327    \put(8.5,8.2){\makebox(0,0)[b]{$D_{\mathrm{D}}$}}
3328 %
3329  \end{picture}\vspace{-\baselineskip}
3330    \begin{align*}
3331    W_{\mathrm{D}} &= w_{\mathrm{T}},\\
3332    H_{\mathrm{D}} &= d_{\mathrm{T}},\\
3333    D_{\mathrm{D}} &= h_{\mathrm{T}}
3334    \end{align*}%
3335  }\\
3336 \bottomrule
3337 \end{tabular}
3338 \end{table}
3339
3340
3341
3342 %<*en>
3343 \paragraph{\cs{wd} and direction}
3344 In \pTeX, \cs{wd},~\cs{ht},~\cs{dp} means the dimensions of a box register
3345 \emph{with respact to the current direction}.
3346 This means that the value of \cs{wd0} etc.\ might differ when the current direction is
3347 different, even if \cs{box0} stores the same box.
3348 However, this no longer applies in \LuaTeX-ja.
3349
3350 \begin{LTXexample}
3351 % yoko direction
3352 \setbox0=\hbox to 20pt{foo}
3353 \the\wd0,~\hbox{\tate\vrule\the\wd0}
3354 \wd0=100pt
3355 \the\wd0,~\hbox{\tate \the\wd0}
3356 \end{LTXexample}
3357
3358 To access box dimensions \emph{with respect to current direction},
3359 one have to use the following commands instead of \cs{wd} wtc.
3360 \begin{cslist}
3361
3362  \item[\cs{ltjgetwd}<num>\textrm{, }\cs{ltjgetht}<num>\textrm{, }%
3363   \cs{ltjgetdp}<num>]
3364 These commands return \emph{an internal dimension} of \cs{box<num>} with respect to
3365 the current direction. One can use these in \cs{dimexpr} primitive, as the followings.
3366 \begin{lstlisting}
3367 \dimexpr 2\ltjgetwd42-3pt\relax, \the\ltjgetwd1701
3368 \end{lstlisting}
3369 The following is an example.
3370 \begin{LTXexample}[width=0.3\textwidth]
3371 \parindent0pt
3372 \setbox32767=\hbox{\yoko よこぐみ}
3373 \fboxsep=0mm\fbox{\copy32767}
3374 \vbox{\hsize=20mm
3375 \yoko YOKO \the\ltjgetwd32767, \\
3376   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3377 \vbox{\hsize=20mm\raggedleft
3378 \tate TATE \the\ltjgetwd32767, \\
3379   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3380 \vbox{\hsize=20mm\raggedleft
3381 \dtou DTOU \the\ltjgetwd32767, \\
3382   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3383 \end{LTXexample}
3384
3385  \item[\cs{ltjsetwd}<num>=<dimen>\textrm{, }\cs{ltjsetht}<num>=<dimen>\textrm{, }%
3386   \cs{ltjsetdp}<num>=<dimen>]
3387 These commands set the dimension of \cs{box<num>}. One does not need
3388         to group the argument <num>; four calls of \cs{ltjsetwd} below have the same meaning.
3389 \begin{lstlisting}
3390 \ltjsetwd42 20pt,  \ltjsetwd42=20pt,  \ltjsetwd=42 20pt,  \ltjsetwd=42=20pt
3391 \end{lstlisting}
3392
3393 \end{cslist}
3394 %</en>
3395 %<*ja>
3396 \paragraph{\cs{wd} 達と組方向}
3397 ボックスレジスタ \cs{box}<num> にセットされているボックスの幅・高さ・深さの取得や
3398 変更にはそれぞれ \cs{wd},~\cs{ht},~\cs{dp} プリミティブを用いるのであった.
3399 \pTeX ではこれらのプリミティブは,「現在の組方向におけるボックスの寸法」を指すもので,
3400 同じボックスに対しても現在の組方向によって返る値は異なるもであった.
3401
3402 \LuaTeX-jaにおいては状況が異なり,\cs{wd},~\cs{ht},~\cs{dp} が返す値は
3403 現在の組方向には依存しない.下の例のように,横組のボックスが格納されていれば
3404 \cs{wd}等は常に「横組におけるボックスの寸法」を意味する.
3405
3406 \begin{LTXexample}
3407 % yoko direction
3408 \setbox0=\hbox to 20pt{foo}
3409 \the\wd0,~\hbox{\tate\vrule\the\wd0}
3410 \wd0=100pt
3411 \the\wd0,~\hbox{\tate \the\wd0}
3412 \end{LTXexample}
3413
3414 \pTeX のように現在の組方向に応じたボックスの寸法の取得・設定を行うには,
3415 代わりに次の命令を使用する.
3416
3417 \begin{cslist}
3418
3419  \item[\cs{ltjgetwd}<num>\textrm{, }\cs{ltjgetht}<num>\textrm{, }%
3420   \cs{ltjgetdp}<num>]
3421 現在の組方向に応じたボックスの寸法の取得を行う.結果は内部長さであるため,
3422 \begin{lstlisting}
3423 \dimexpr 2\ltjgetwd42-3pt\relax, \the\ltjgetwd1701
3424 \end{lstlisting}
3425 のように \cs{wd}<num> の代わりとして扱うことができる.
3426 使用例は以下の通りである.
3427 \begin{LTXexample}[width=0.3\textwidth]
3428 \parindent0pt
3429 \setbox32767=\hbox{\yoko よこぐみ}
3430 \fboxsep=0mm\fbox{\copy32767}
3431 \vbox{\hsize=20mm
3432 \yoko YOKO \the\ltjgetwd32767, \\
3433   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3434 \vbox{\hsize=20mm\raggedleft
3435 \tate TATE \the\ltjgetwd32767, \\
3436   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3437 \vbox{\hsize=20mm\raggedleft
3438 \dtou DTOU \the\ltjgetwd32767, \\
3439   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3440 \end{LTXexample}
3441
3442  \item[\cs{ltjsetwd}<num>=<dimen>\textrm{, }\cs{ltjsetht}<num>=<dimen>\textrm{, }%
3443   \cs{ltjsetdp}<num>=<dimen>]
3444 現在の組方向に応じたボックスの寸法の設定を行う.\cs{afterassignment} を2回利用して
3445 実装しているので,次の4通りは全て同じ意味である.
3446 \begin{lstlisting}
3447 \ltjsetwd42 20pt,  \ltjsetwd42=20pt,  \ltjsetwd=42 20pt,  \ltjsetwd=42=20pt
3448 \end{lstlisting}
3449
3450 設定値は「横組」「縦組及び \cs{utod} 方向」「\cs{dtou} 方向」
3451 の3種ごとに独立して記録される.参考として,Gitリポジトリ内の
3452               \verb+test/test55-boxdim_diffdir.{tex,pdf}+ を挙げておく.
3453
3454 \end{cslist}
3455 %</ja>
3456
3457 %<*en>
3458 \subsection{Getting current direction}
3459 The \Param{direction} parameter returns the current direction, and
3460 the \Param{boxdir} parameter (with the argument <num>)
3461 returns the direction of a box register \cs{box}<num>.
3462 The returned value of these parameters are a \emph{string}:
3463 \begin{center}
3464 \small
3465 \begin{tabular}{>{\bfseries}lccccc}
3466 \toprule
3467 Direction&\emph{yoko}&\emph{tate}&\emph{dtou}&\emph{utod}&(empty)\\
3468 \midrule
3469 Returned value&\texttt{4}&\texttt{3}&\texttt{1}&\texttt{11}&\texttt{0}\\
3470 \bottomrule
3471 \end{tabular}
3472 \end{center}
3473 \begin{LTXexample}[width=0.3\textwidth]
3474 \leavevmode\def\DIR{\ltjgetparameter{direction}}
3475 \hbox{\yoko \DIR}, \hbox{\tate\DIR},
3476 \hbox{\dtou\DIR}, \hbox{\utod\DIR},
3477 \hbox{\tate$\hbox{tate math: \DIR}$}
3478
3479 \setbox2=\hbox{\tate}\ltjgetparameter{boxdir}{2}
3480 \end{LTXexample}
3481 %</en>
3482 %<*ja>
3483 \subsection{組方向の取得}
3484 「現在の組方向」や「<num>番のボックスの組方向」は,
3485 \pTeX では \cs{ifydir} や \cs{ifybox}<num> といった条件判断文を使って
3486 判断することができた.
3487 しかし,\LuaTeX-jaはあくまでも\TeX マクロとLuaコードで
3488 記述されており,それでは新たな条件判断命令を作るのは難しい.
3489
3490 \LuaTeX-jaでは,\Param{direction}パラメータで現在の組方向を,
3491 \Param{boxdir}パラメータ(と追加の引数<num>)によって
3492 \cs{box}<num>の組方向をそれぞれ取得できるようにした.
3493 戻り値は文字列である:
3494 \begin{center}
3495 \small
3496 \begin{tabular}{>{\bfseries}lccccc}
3497 \toprule
3498 組方向&\emph{横組}&\emph{tate縦組}&\emph{dtou方向}&\emph{utod方向}&(未割り当て)\\
3499 \midrule
3500 戻り値&\texttt{4}&\texttt{3}&\texttt{1}&\texttt{11}&\texttt{0}\\
3501 \bottomrule
3502 \end{tabular}
3503 \end{center}
3504
3505 \begin{LTXexample}[width=0.3\textwidth]
3506 \leavevmode\def\DIR{\ltjgetparameter{direction}}
3507 \hbox{\yoko\DIR}, \hbox{\tate\DIR},
3508 \hbox{\dtou\DIR}, \hbox{\utod\DIR},
3509 \hbox{\tate$\hbox{tate math: \DIR}$}
3510
3511 \setbox2=\hbox{\tate}\ltjgetparameter{boxdir}{2}
3512 \end{LTXexample}
3513
3514 これらを用いれば,例えば
3515 \pTeX の \cs{ifydir},~\cs{ifybox200} と同等の条件判断を
3516 \begin{lstlisting}
3517 \ifnum\ltjgetparameter{direction}=4
3518 \ifnum\ltjgetparameter{boxdir}{200}=4
3519 \end{lstlisting}
3520 のように行うことができる.
3521 \cs{iftdir} は少々面倒であるが,8で割った余りが3であるか否かを判断すれば良いから
3522 \begin{lstlisting}
3523 \ifnum\numexpr
3524   \ltjgetparameter{direction}-(\ltjgetparameter{direction}/8)*8=3
3525 \end{lstlisting}
3526 とすればよい.
3527 %</ja>
3528
3529 %<*en>
3530 \subsection{Overridden box primitives}
3531 To cope with multiple directions, the following primitives are
3532 overridden by \LuaTeX-ja, using~\verb+\protected\def+.
3533 \begin{cslist}[style=standard]
3534  \item[\cs{unhbox}<num>\textrm{, }\cs{unvbox}<num>\textrm{, }\cs{unhcopy}<num>\textrm{, }\cs{unvcopy}<num>]
3535  \item[\cs{vadjust}\{<material>\}]
3536  \item[\cs{insert}<number>\{<material>\}]
3537  \item[\cs{lastbox}]
3538  \item[\cs{raise}<dimen><box>\textrm{, }\cs{lower}<dimen><box>\textrm{\ etc., }\cs{vcenter}]
3539  \item[\cs{vcenter}]
3540 \end{cslist}
3541 %</en>
3542 %<*ja>
3543 \subsection{プリミティブの再定義}
3544 異なる組方向に対応するために,以下に挙げるプリミティブは
3545 \LuaTeX-jaによる前処理もしくは後処理が行われるように
3546 \ \verb+\protected\def+ により再定義してある.
3547
3548 \begin{cslist}
3549  \item[\cs{unhbox}<num>\textrm{, }\cs{unvbox}<num>\textrm{, }\cs{unhcopy}<num>\textrm{, }\cs{unvcopy}<num>]
3550  ボックスの組方向が現在のリストと異なる場合は事前にエラーメッセージを出力する.
3551  \pTeX と異なり,エラーを無視して無理矢理 \cs{unhbox}, \cs{unvbox} を
3552  続行させることもできるが,その場合の組版結果は保証しない.
3553  \item[\cs{vadjust}\{<material>\}] 一旦プリミティブ本来の挙動を行う.その後,<material>の組方向が
3554  周囲の垂直リストの組方向と一致しない場合にエラーを出力し,
3555  該当の \cs{vadjust} を無効にする.
3556  \item[\cs{insert}<number>\{<material>\}]
3557  一旦プリミティブ本来の挙動を行い,その後<material>内の各ボックス・罫線の直前に組方向を示
3558               すdirection whatsitを挿入する.
3559  \item[\cs{lastbox}] ボックスの「中身」を現在の組方向に合わせるためのノード
3560               (\textit{dir\_box}という)を必要ならば除去し,
3561  正しく「中身」のボックスが返されるように前処理をする.
3562  \item[\cs{raise}<dimen><box>\textrm{, }\cs{lower}<dimen><box>\textrm{\ etc., }\cs{vcenter}]
3563  一方,こちらでは必要に応じて\textit{dir\_box}を作成する前処理を追加している.
3564 \end{cslist}
3565 %</ja>
3566
3567 %<en>\section{Font Metric and Japanese Font}
3568 %<ja>\section{フォントメトリックと和文フォント}
3569 %<en>\subsection{\cs{jfont}}
3570 %<ja>\subsection{\cs{jfont} 命令}
3571 \label{ssec-jfont}
3572
3573 %<*en>
3574 To load a font as a Japanese font (for horizontal direction), you must use the
3575 \cs{jfont} instead of~\cs{font}, while
3576 \cs{jfont} admits the same syntax used in~\cs{font}.
3577 \LuaTeX-ja automatically loads \Pkg{luaotfload} package,
3578 so TrueType/OpenType fonts with features can be used for Japanese fonts:
3579 %</en>
3580 %<*ja>
3581 フォントを(横組用)和文フォントとして読み込むためには,\cs{jfont} を
3582 \ \cs{font} プリミティブの代わりに用いる.
3583 \cs{jfont} の文法は \cs{font} と同じである.
3584 \LuaTeX-jaは\Pkg{luaotfload}パッケージを自動的に読み込むので,
3585 TrueType/OpenTypeフォントにfeatureを指定したものを和文フォントとして用いる
3586 ことができる:
3587 %</ja>
3588 \begin{LTXexample}[width=0.3\textwidth]
3589 \jfont\tradgt={file:KozMinPr6N-Regular.otf:script=latn;%
3590   +trad;-kern;jfm=ujis} at 14pt
3591 \tradgt 当/体/医/区
3592 \end{LTXexample}
3593
3594 %<*en>
3595 Note that the defined control sequence
3596 (\cs{tradgt} in the example above) using \cs{jfont} is not a
3597 \textit{font\_def} token,  but a macro.
3598 Hence the input like \verb+\fontname\tradgt+
3599 causes a error.  We denote control sequences which are defined in
3600 \cs{jfont} by <jfont\_cs>.
3601 %</en>
3602 %<*ja>
3603 なお,\cs{jfont} で定義された制御綴(上の例だと \cs{tradgt})
3604 は\textit{font\_def}トークンではなくマクロである.従って,\verb+\fontname\tradgt+ のような
3605 入力はエラーとなる.以下では \cs{jfont} で定義された
3606 制御綴を<jfont\_cs>で表す.
3607 %</ja>
3608
3609 \paragraph{JFM}
3610 %<*en>
3611 a JFM has measurements of characters and
3612 glues/kerns that are automatically inserted for Japanese
3613 typesetting. The structure of JFM will be described in the next
3614 subsection. At the calling of \cs{jfont}, you must specify
3615 which JFM will be used for this font by the following keys:
3616 %</en>
3617 %<*ja>
3618 JFMは文字と和文組版で自動的に挿入される
3619 グルー/カーンの寸法情報を持っている.JFMの構造は次の節で述べる.
3620 \cs{jfont} 命令の呼び出しの際には,どのJFMを用いるのかを以下のキーで
3621 指定する必要がある:
3622 %</ja>
3623
3624
3625 \begin{table}[t]
3626 %<en>\caption{Differences between horizontal JFMs shipped with \LuaTeX-ja}
3627 %<ja>\caption{\LuaTeX-ja に同梱されている横組用JFMの違い}
3628 %<en>\medskip
3629 \label{tab-difjfm}
3630 \ltjsetparameter{jacharrange={+3}}
3631 \centering\small
3632 \def\r#1#2{%
3633   \hbox{\Large\vrule
3634   \parbox[b]{7\zw}{%
3635     \addjfontfeatures{YokoFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3636     ◆◆◆◆◆◆◆
3637     ある日モモちゃんがお使いで迷子になって泣きました.
3638   }\vrule}}
3639 \def\s#1#2{%
3640   \Large
3641   \parbox[b]{7\zw}{%
3642     \addjfontfeatures{YokoFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3643     ちょっと!何
3644   }}
3645 \def\t#1#2#3{\hbox to 0pt{\hss%
3646   \setbox0=\hbox{\addjfontfeatures{YokoFeatures={JFM=#1}}\huge #3}%
3647   \textcolor{#2}{\transparent{0.5}\vrule width 0.4pt height\ht0 depth\dp0}\kern-.2pt\copy0
3648   \textcolor{#2}{\transparent{0.5}\kern-\wd0\vrule width\wd0height .2pt depth .2pt
3649   \kern-\wd0\raise\ht0\hbox{\vrule width\wd0height .2pt depth .2pt}%
3650   \kern-\wd0\lower\dp0\hbox{\vrule width\wd0height .2pt depth .2pt}%
3651   \kern-.2pt\vrule width 0.4pt height\ht0 depth \dp0}\hss}}
3652 {\Large\tabcolsep0pt
3653 \begin{tabular}{m{8\zw}m{8\zw}m{8\zw}}
3654 \leavevmode\hbox to 0pt{\r{ujis}{blue}\hss}\r{jis}{black}&
3655 \leavevmode\hbox to 0pt{\r{jis}{black}\hss}\r{min}{red}&
3656 \leavevmode\hbox to 0pt{\r{ujis}{blue}\hss}\r{min}{red}\\
3657 \leavevmode\hbox to 0pt{\s{ujis}{blue}\hss}\s{jis}{black}&
3658 \leavevmode\hbox to 0pt{\s{jis}{black}\hss}\s{min}{red}&
3659 \leavevmode\hbox to 0pt{\s{ujis}{blue}\hss}\s{min}{red}\\
3660 \leavevmode\qquad\t{ujis}{blue}{漢}\t{jis}{black}{漢}\qquad
3661            \t{ujis}{blue}{っ}\t{jis}{black}{っ}&
3662 \leavevmode\qquad\t{jis}{black}{漢}\t{min}{red}{漢}\qquad
3663            \t{jis}{black}{っ}\t{min}{red}{っ}&
3664 \leavevmode\qquad\t{ujis}{blue}{漢}\t{min}{red}{漢}\qquad
3665            \t{ujis}{blue}{っ}\t{min}{red}{っ}\\
3666 \end{tabular}\par}
3667
3668 (\textcolor{blue}{Blue: \texttt{jfm-ujis.lua}},
3669 \textcolor{black}{Black: \texttt{jfm-jis.lua}},
3670 \textcolor{red}{Red: \texttt{jfm-min.lua}})
3671 \ltjsetparameter{jacharrange={-3}}
3672 \end{table}
3673
3674 \begin{cslist}
3675 \item[jfm=<name>]
3676 %<*en>
3677 Specify the name of (horizontal) JFM.
3678 If specified JFM has not been loaded, \LuaTeX-ja search and load
3679 a file named \texttt{jfm-<name>.lua}.
3680
3681 The following JFMs are shipped with \LuaTeX-ja:
3682 %</en>
3683 %<*ja>
3684 用いる(横組用)JFMの名前を指定する.もし以前に指定されたJFMが読み込まれていなければ,
3685 \texttt{jfm-<name>.lua}を読み込む.以下の横組用JFMが\LuaTeX-jaには同梱されている:
3686 %</ja>
3687 \begin{description}
3688 %<*en>
3689 \item[\tt jfm-ujis.lua] A standard JFM in \LuaTeX-ja. This JFM is
3690   based on \verb+upnmlminr-h.tfm+, a metric for UTF/OTF package that
3691   is used in \upTeX. When you use the \Pkg{luatexja-otf} package, you should use this JFM.
3692 %</en>
3693 %<*ja>
3694 \item[\tt jfm-ujis.lua] \LuaTeX-jaの標準JFMである.このJFMは\upTeX で
3695   用いられるUTF/OTFパッケージ用の和文用TFMである \verb+upnmlminr-h.tfm+ を
3696   元にしている.\Pkg{luatexja-otf}パッケージを使うときはこのJFMを指定するべきである.
3697 %</ja>
3698 %<*en>
3699 \item[\tt jfm-jis.lua] A counterpart for \verb+jis.tfm+, ``JIS font
3700   metric'' which is widely used in \pTeX. A major difference between
3701   \texttt{jfm-ujis.lua} and this \texttt{jfm-jis.lua} is that
3702   most characters under \texttt{jfm-ujis.lua} are square-shaped,
3703   while that under \texttt{jfm-jis.lua} are horizontal
3704   rectangles.
3705 %</en>
3706 %<*ja>
3707 \item[\tt jfm-jis.lua] \pTeX で広く用いられている「JISフォントメトリック」
3708   \verb+jis.tfm+ に相当するJFMである.\texttt{jfm-ujis.lua} とこの
3709   \texttt{jfm-jis.lua} の主な違いは,\texttt{jfm-ujis.lua} ではほとんどの文字が
3710   正方形状であるのに対し,\texttt{jfm-jis.lua} では横長の長方形状であることと,
3711   \texttt{jfm-ujis.lua} では「?」「!」の直後に半角空白が挿入されることである.
3712 %</ja>
3713 %<*en>
3714 \item[\tt jfm-min.lua] A counterpart for \verb+min10.tfm+, which is one
3715   of the default Japanese font metric shipped with \pTeX.
3716 %</en>
3717 %<*ja>
3718 \item[\tt jfm-min.lua] \pTeX に同梱されているデフォルトの和文用TFM
3719 (\verb+min10.tfm+)に相当し,行末で文字が揃うようにするために「っ」など一部の文字幅が変わっ
3720            ている.\verb+min10.tfm+ については\cite{min10}が詳しい.
3721 %</ja>
3722 \end{description}
3723 %<*en>
3724 The difference among these three~JFMs is  shown in Table~\ref{tab-difjfm}.
3725 %</en>
3726 %<*ja>
3727 これら3つのJFMの違いは表\ref{tab-difjfm}に示した.表中の文例の一部には,
3728 \cite{min10}の図3,~4のものを用いた.
3729 %</ja>
3730
3731 \begin{figure}
3732 \begin{LTXexample}[width=0.3\textwidth]
3733 \ltjsetparameter{differentjfm=both}
3734 \jfont\F=file:KozMinPr6N-Regular.otf:jfm=ujis
3735 \jfont\G=file:KozGoPr6N-Medium.otf:jfm=ujis
3736 \jfont\H=file:KozGoPr6N-Medium.otf:jfm=ujis;jfmvar=hoge
3737 \F ){\G 【】}( % halfwidth space
3738    ){\H 『』}( % fullwidth space
3739
3740 ほげ,{\G 「ほげ」}(ほげ)\par
3741 ほげ,{\H 「ほげ」}(ほげ)% pTeX-like
3742
3743 \ltjsetparameter{differentjfm=paverage}
3744 \end{LTXexample}
3745 \caption{Example of \texttt{jfmvar} key}
3746 \label{fig:jfmvar}
3747 \end{figure}
3748
3749 %<*en>
3750 \item[jfmvar=<string>]
3751 Sometimes there is a need that \ldots.
3752 %</en>
3753 %<*ja>
3754 \item[jfmvar=<string>]
3755 標準では,JFMとサイズが同じで,
3756   実フォントだけが異なる2つの和文フォントは「区別されない」.例えば
3757 図\ref{fig:jfmvar}において,最初の「)」と「【」の実フォントは異なるが,
3758 JFMもサイズも同じなので,普通に「)【」と入力した時と同じように半角空きとなる.
3759
3760 しかし,JFMとサイズが同じであっても,\texttt{jfmvar} キーの異なる
3761 2つの和文フォント,例えば図\ref{fig:jfmvar}で言う \cs{F} と \cs{H},
3762 は「区別される」.異なる和文フォントに異なる \texttt{jfmvar} キーを割り当て,
3763 かつ\Param{differentjfm}パラメータを \texttt{both} に設定すれば,
3764 \pTeX と似た状況で組版されることになる.
3765 %</ja>
3766 \end{cslist}
3767
3768 \begin{figure}
3769 \begin{LTXexample}[pos=t]
3770 \newcommand\test{\vrule ダイナミックダイクマ\vrule\\}
3771 \jfont\KMFW = KozMinPr6N-Regular:jfm=prop;-kern at 17pt
3772 \jfont\KMFK = KozMinPr6N-Regular:jfm=prop at 17pt % kern is activated
3773 \jfont\KMPW = KozMinPr6N-Regular:jfm=prop;script=dflt;+pwid;-kern at 17pt
3774 \jfont\KMPK = KozMinPr6N-Regular:jfm=prop;script=dflt;+pwid;+kern at 17pt
3775 \begin{multicols}{2}
3776 \ltjsetparameter{kanjiskip=0pt}
3777 {\KMFW\test \KMFK\test \KMPW\test \KMPK\test}
3778
3779 \ltjsetparameter{kanjiskip=3pt}
3780 {\KMFW\test \KMFK\test \KMPW\test \KMPK\test}
3781 \end{multicols}
3782 \end{LTXexample}
3783 \caption{Kerning information and \Param{kanjiskip}}
3784 \label{fig:kern-jfm}
3785 \end{figure}
3786
3787 %<en>\paragraph{Using kerning information in a font}
3788 %<ja>\paragraph{ペアカーニング情報の使用}
3789 \label{para-kern}
3790 %<*en>
3791 Some fonts have information for inter-glyph spacing.
3792 This version of \LuaTeX-ja treats kerning spaces like an italic correction;
3793 any glue and/or kern from the JFM and a kerning space can coexist.
3794 See Figure~\ref{fig:kern-jfm} for detail.
3795
3796 Note that in \cs{setmainjfont} etc.\ which are provided by \Pkg{luatexja-fontspec}
3797 package, kerning option is set \emph{off} (\texttt{Kerning=Off}) by default,
3798 because of the compatibility with previous versions of \LuaTeX-ja.
3799 %</en>
3800 %<*ja>
3801 いくつかのフォントはグリフ間のスペースについての情報を持っている.
3802 このカーニング情報は以前の\LuaTeX-ja とはあまり相性が良くなかったが,
3803 本バージョンではカーニングによる空白はイタリック補正と同様に扱うことになっている.
3804 つまり,カーニング由来の空白とJFM由来のグルー・カーンは同時に入りうる.
3805 図\ref{fig:kern-jfm}を参照.
3806 \begin{itemize}
3807  \item \emph{\cs{jfont} や,
3808 NFSS2用の命令(\ref{ssec-chgfnt}節,\ref{ssec-nfsspat}節)における指定では
3809 カーニング情報は標準で使用する}ことになっているようである.
3810 言い換えれば,カーニング情報を使用しない設定にするには,面倒でも
3811 \begin{lstlisting}
3812 \jfont\hoge=KozMinPr6N-Regular:jfm=ujis;-kern at 3.5mm
3813 \DeclareFontShape{JY3}{fuga}{m}{n} {<-> s*KozMinPr6N-Regular:jfm=ujis;-kern}{}
3814 \end{lstlisting}
3815 のように,\texttt{-kern} という指定を自分で追加しなければいけない.
3816  \item
3817 一方,\emph{\Pkg{luatexja-fontspec} の提供する \cs{setmainjfont}\
3818 などの命令の標準設定ではカーニング情報は使用しない}(\texttt{Kerning=Off})
3819 ことになっている.これは以前のバージョンの\LuaTeX-jaとの互換性のためである.
3820 \end{itemize}
3821 %</ja>
3822
3823 %<*ja>
3824 \paragraph{\texttt{extend}と\texttt{slant}}
3825 OpenType font featureと見かけ上同じような形式で指定できるものに,
3826 \begin{description}
3827 \item[\texttt{extend=}<extend>] 横方向に<extend>倍拡大する.
3828 \item[\texttt{slant=}<slant>] <slant>に指定された割合だけ傾ける.
3829 \end{description}
3830 の2つがある.
3831 \texttt{extend}や\texttt{slant}を指定した場合は,それに応じたJFMを指定すべきである%
3832 \footnote{\LuaTeX-jaでは,これらに対するJFMを特に提供することはしない予定である.}.
3833 例えば,次の例では無理やり通常のJFMを使っているために,文字間隔やイタリック補正量が
3834 正しくない:
3835 %</ja>
3836 %<*en>
3837 \paragraph{\texttt{extend} and \texttt{slant}}
3838 The following setting can be specified as OpenType font features:
3839 \begin{cslist}[style=standard]
3840 \item[\texttt{extend=}<extend>] expand the font horizontally by <extend>.
3841 \item[\texttt{slant=}<slant>] slant the font.
3842 \end{cslist}
3843 Note that \LuaTeX-ja doesn't adjust JFMs by these \texttt{extend} and \texttt{slant}
3844 settings; you have to write new JFMs on purpose.
3845 For example, the following example uses the standard JFM \texttt{jfm-ujis.lua}, hence
3846 letter-spacing and the width of italic correction are not correct:
3847 %</en>
3848 \begin{LTXexample}[width=0.3\textwidth]
3849 \jfont\E=KozMinPr6N-Regular:extend=1.5;jfm=ujis;-kern
3850 \E あいうえお
3851
3852 \jfont\S=KozMinPr6N-Regular:slant=1;jfm=ujis;-kern
3853 \S あいう\/ABC
3854 \end{LTXexample}
3855
3856 %<*ja>
3857 \paragraph{\texttt{-ltjksp}指定}
3858 \LuaTeX-ja標準では,\pageref{pg:ksp_nat}ページで説明されている
3859 \texttt{kanjiskip\_natural}, \texttt{kanjiskip\_stretch},\ 
3860 \texttt{kanjiskip\_shrink}キーの使用によって,
3861 「JFM由来のグルーの他に,\Param{kanjiskip}の自然長/伸び量/縮み量の一部が
3862 同じ場所に挿入される」という事態が起こりうる.
3863 この機能を無効化し,20150922.0版以前と同じような組版を得るための指定が
3864 \texttt{-ltjksp}指定である.
3865
3866 \begin{LTXexample}[width=16\zw]
3867 \leavevmode
3868 \ltjsetparameter{kanjiskip=0pt plus 3\zw}
3869 \vrule\hbox to 15\zw{あ「い」う,えお}\vrule
3870
3871 \jfont\G=file:KozMinPr6N-Regular.otf%
3872   :jfm=ujis;-ltjksp at 9.2487pt
3873 \G\leavevmode%
3874 \vrule\hbox to 15\zw{あ「い」う,えお}\vrule
3875 \end{LTXexample}
3876 %</ja>
3877
3878
3879 %<en>\subsection{\cs{tfont}}
3880 %<ja>\subsection{\cs{tfont} 命令}
3881
3882
3883 \begin{table}[t]
3884 %<en>\caption{Differences between vertical JFMs shipped with \LuaTeX-ja}
3885 %<ja>\caption{\LuaTeX-ja に同梱されている縦組用 JFM の違い}
3886 %<en>\medskip
3887 \label{tab-difjfm-tate}
3888 \catcode`\<=12\catcode`\>=12
3889 \ltjsetparameter{jacharrange={+3}}
3890 \small
3891
3892 \def\r#1#2{%
3893   \hbox{\tate\Large\vrule
3894   \parbox{7\zw}{%
3895     \addjfontfeatures{TateFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3896     ◆◆◆◆◆◆◆
3897     ある日モモちゃんがお使いで迷子になって泣きました.
3898   }\vrule}}
3899 \def\s#1#2{%
3900   \hbox{\tate\Large
3901   \parbox{7\zw}{%
3902     \addjfontfeatures{TateFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3903     ちょっと!何
3904   }}}
3905 \def\t#1#2#3{\hbox to 0pt{\hss%
3906   \setbox0=\hbox{\addjfontfeatures{TateFeatures={JFM=#1}}\huge #3}%
3907   \textcolor{#2}{\transparent{0.5}\vrule width 0.4pt height\ht0 depth\dp0}\kern-.2pt\copy0
3908   \textcolor{#2}{\transparent{0.5}\kern-\wd0\vrule width\wd0height .2pt depth .2pt
3909   \kern-\wd0\raise\ht0\hbox{\vrule width\wd0height .2pt depth .2pt}%
3910   \kern-\wd0\lower\dp0\hbox{\vrule width\wd0height .2pt depth .2pt}%
3911   \kern-.2pt\vrule width 0.4pt height\ht0 depth \dp0}\hss}}
3912
3913 \begin{minipage}{.7\textwidth}
3914 \centering
3915 \leavevmode\hbox to 0pt{\r{ujisv}{blue}\hss}\r{tmin}{red}\quad
3916 \leavevmode\hbox to 0pt{\s{ujisv}{blue}\hss}\s{tmin}{red}\quad
3917 \raise4\zw\hbox{\tate\Large\t{ujisv}{black}{漢}\t{tmin}{red}{漢}\qquad
3918            \t{ujisv}{black}{っ}\t{tmin}{red}{っ}}
3919 \end{minipage}%
3920 \begin{minipage}{.3\textwidth}
3921 \textcolor{blue}{Blue: \texttt{jfm-ujisv.lua}}\\
3922 \textcolor{red}{Red: \texttt{jfm-tmin.lua}}
3923 \end{minipage}
3924 \ltjsetparameter{jacharrange={-3}}
3925 \end{table}
3926
3927 %<*en>
3928 ...
3929 %</en>
3930 %<*ja>
3931 \cs{tfont} はフォントを縦組用の和文フォントとして読み込む命令であり,
3932 \cs{tfont} の文法は \cs{jfont} と同じである.
3933 \cs{tfont} で定義された縦組用和文フォントは,
3934 以下の点が \cs{jfont} による横組用和文フォントとは異なる:
3935 \begin{itemize}
3936  \item 自動的に \texttt{vert}, \texttt{vrt2} の両OpenType featureが有効化される.
3937 但し,以下の例の3行目に示すように,明示的に \texttt{vert}, \texttt{vrt2}(のいずれか)の
3938 有効・無効を指定した場合は別である.
3939 \begin{lstlisting}
3940 \tfont\S=file:KozMinPr6N-Regular.otf:jfm=ujisv
3941     % vert and vrt2 are automatically activated
3942 \tfont\T=file:KozMinPr6N-Regular.otf:jfm=ujisv;-vert % vert and vrt2 are not activated
3943 \end{lstlisting}
3944  \item \ref{ssec-math}節で述べる,数式中の和文フォントには縦組用和文フォントは指定できない.
3945  \item \texttt{jfm=<name>}\ の部分には縦組用JFMを指定する.
3946 以下の縦組用JFMが\LuaTeX-jaには同梱されており,違いを表\ref{tab-difjfm-tate}に示した.
3947 \begin{description}
3948 \item[\tt jfm-ujisv.lua] \LuaTeX-jaの標準縦組用JFMである.このJFMは\upTeX で
3949   用いられるUTF/OTFパッケージ用の和文用TFMである \verb+upnmlminr-v.tfm+ を
3950   元にしている.
3951 \item[\tt jfm-tmin.lua] \pTeX に同梱されているデフォルトの和文用縦組TFM
3952   である \verb+tmin10.tfm+ に相当し,\texttt{min10.tfm} と同様に
3953   「っ」など一部の文字幅が狭められている.
3954 \end{description}
3955 \end{itemize}
3956
3957 なお,\pTeX では,\cs{font},~\cs{jfont},~\cs{tfont}のどれでも欧文フォント・横組用和文フォン
3958 ト・縦組用和文フォントの定義が可能であったが,\LuaTeX-jaではそうでないので注意.
3959 %</ja>
3960
3961 %<en>\subsection{Prefix \texttt{psft}}
3962 %<ja>\subsection{\texttt{psft}プリフィックス}
3963 \label{ssec-psft}
3964 %<*en>
3965 Besides ``\texttt{file:}''\ and ``\texttt{name:}''\ prefixes which
3966 are introduced in the \Pkg{luaotfload} package,
3967 \LuaTeX-ja adds ``\texttt{psft:}''\ prefix in \cs{jfont} (and~\cs{font}),
3968 to specify a ``name-only'' Japanese font which
3969 will not be embedded to PDF.
3970 Note that these non-embedded fonts under current \LuaTeX\ has Identity-H encoding,
3971 and this violates the standard ISO32000-1:2008~(\cite{pdfstd}).
3972
3973 \emph{OpenType font features, such as ``{\tt +jp90}'',
3974 have no meaning in name-only fonts using ``{\tt psft:}''\ prefix,
3975 because we can't expect what fonts are actually used by the PDF reader.}
3976 Note that \texttt{extend}~and~\texttt{slant} settings (see~above) are supported
3977 with \texttt{psft} prefix, because they are only simple linear transformations.
3978 %</en>
3979 %<*ja>
3980 \Pkg{luaotfload}で使用可能になった
3981 \texttt{file:}\ と \texttt{name:}\ のプリフィックスに加えて,
3982 \cs{jfont}(と \cs{font} プリミティブ)では
3983 \texttt{psft:}プリフィックスを用いることができる.
3984 このプリフィックスを用いることで,PDFには埋め込まれない「名前だけの」
3985 和文フォントを指定することができる.
3986 なお,現行の\LuaTeX で非埋め込みフォントを作成するとPDF内でのエンコーディングが
3987 Identity-Hとなり,PDFの標準規格ISO32000-1:2008~(\cite{pdfstd})に非準拠になってしまう
3988 ので注意してほしい.
3989
3990 \emph{\texttt{psft} プリフィックスの下では
3991 \texttt{+jp90} などのOpenType font featureの効力はない.
3992 非埋込フォントをPDFに使用すると,実際にどのようなフォントが
3993 表示に用いられるか予測できないからである.}\
3994 \texttt{extend} と \texttt{slant} 指定は単なる変形のため
3995 \texttt{psft} プリフィックスでも使用可能である.
3996 %</ja>
3997
3998 %<en>\paragraph{\texttt{cid} key}
3999 %<ja>\paragraph{\texttt{cid}キー}
4000 \label{para-cid}
4001
4002 %<*en>
4003 The default font defined by using \texttt{psft:} prefix is for Japanese typesetting;
4004 it is Adobe-Japan1-6 CID-keyed font.
4005 One can specify \texttt{cid} key to use other CID-keyed non-embedded fonts
4006 for Chinese or Korean typesetting.
4007 %</en>
4008 %<*ja>
4009 標準で\texttt{psft:}プリフィックスで定義されるフォントは日本語用のもので
4010 あり,Adobe-Japan1-6のCIDに対応したものとなる.しかし,\LuaTeX-jaは中国語
4011 の組版にも威力を発揮することが分かり,日本語フォントでない非埋込フォント
4012 の対応も必要となった.そのために追加されたのが\texttt{cid}キーである.
4013
4014 \texttt{cid}キーに値を指定すると,そのCIDを持った非埋込フォントを定義することができる:
4015 %</ja>
4016 \begin{lstlisting}[numbers=left]
4017 \jfont\testJ={psft:Ryumin-Light:cid=Adobe-Japan1-6;jfm=jis}     % Japanese
4018 \jfont\testD={psft:Ryumin-Light:jfm=jis}                        % default value is Adobe-Japan1-6
4019 \jfont\testC={psft:AdobeMingStd-Light:cid=Adobe-CNS1-6;jfm=jis} % Traditional Chinese
4020 \jfont\testG={psft:SimSun:cid=Adobe-GB1-5;jfm=jis}              % Simplified Chinese
4021 \jfont\testK={psft:Batang:cid=Adobe-Korea1-2;jfm=jis}           % Korean
4022 \end{lstlisting}
4023 %<*en>
4024 Note that the code above specifies \texttt{jfm-jis.lua}, which is for Japanese fonts,
4025 as JFM for Chinese and Korean fonts.
4026 %</en>
4027 %<*ja>
4028 上のコードでは中国語・韓国語用フォントに対してもJFMに
4029 日本語用の\texttt{jfm-jis.lua}を指定しているので注意されたい.
4030 %</ja>
4031
4032 %<*en>
4033 At present, \LuaTeX-ja supports only 4 values written in the sample code above.
4034 Specifying other values, e.g.,
4035 %</en>
4036 %<*ja>
4037 今のところ,\LuaTeX-jaは上のサンプルコード中に書いた4つの値しかサポートしていない.
4038 %</ja>
4039 \begin{lstlisting}
4040 \jfont\test={psft:Ryumin-Light:cid=Adobe-Japan2;jfm=jis}
4041 \end{lstlisting}
4042 %<*en>
4043 produces the following error:
4044 %</en>
4045 %<*ja>
4046 のようにそれら以外の値を指定すると,エラーが発生する:
4047 %</ja>
4048 \begin{lstlisting}[numbers=left]
4049 ! Package luatexja Error: bad cid key `Adobe-Japan2'.
4050
4051 See the luatexja package documentation for explanation.
4052 Type  H <return>  for immediate help.
4053 <to be read again>
4054                    \par
4055 l.78
4056
4057 ? h
4058 I couldn't find any non-embedded font information for the CID
4059 `Adobe-Japan2'. For now, I'll use `Adobe-Japan1-6'.
4060 Please contact the LuaTeX-ja project team.
4061 ?
4062 \end{lstlisting}
4063
4064 %<en>\subsection{Structure of a JFM file}
4065 %<ja>\subsection{JFMファイルの構造}
4066 \label{ssec-jfm-str}
4067 %<en>A JFM file is a Lua script which has only one function call:
4068 %<ja>JFMファイルはただ一つの関数呼び出しを含むLuaスクリプトである:
4069 \begin{lstlisting}
4070 luatexja.jfont.define_jfm { ... }
4071 \end{lstlisting}
4072 %<*en>
4073 Real data are stored in the table which indicated above by
4074 \verb+{ ... }+.  So, the rest of this subsection are devoted to describe the
4075 structure of this table.  Note that all lengths in a JFM file are
4076 floating-point numbers in design-size unit.
4077 %</en>
4078 %<*ja>
4079 実際のデータは上で \verb+{ ... }+ で示されたテーブルの中に格納されている.
4080 以下ではこのテーブルの構造について記す.
4081 なお,JFMファイル中の長さは全てdesign-sizeを単位とする浮動小数点数であることに
4082 注意する.
4083 %</ja>
4084
4085 \begin{cslist}[style=standard]
4086
4087 \item[dir=<direction>]
4088 %<en>(required)
4089 %<ja>(必須)
4090
4091 %<*en>
4092 The direction of JFM. \texttt{'yoko'}~(horizontal)
4093 or \texttt{'tate'}~(vertical) are supported.
4094 %</en>
4095 %<*ja>
4096 JFMの書字方向.\texttt{'yoko'}(横組)と \texttt{'tate'}(縦組)がサポートされる.
4097 %</ja>
4098
4099 \item[zw=<length>]
4100 %<en>(required)
4101 %<ja>(必須)
4102
4103 %<en>The amount of the length of the ``full-width''.
4104 %<*ja>
4105 「全角幅」の長さ.この量が \cs{zw} の長さとなる.\pTeX では
4106 「全角幅」\texttt{1zw} は「文字クラス0の文字」の幅と決められていたが,
4107 \LuaTeX-jaではここで指定する.
4108 %</ja>
4109
4110 \item[zh=<length>]
4111 %<en>(required)
4112 %<ja>(必須)
4113
4114 %<en>The amount of the ``full-height'' (height + depth).
4115 %<*ja>
4116 「全角高さ」(height + depth)の長さ.通常は全角幅と同じ長さになるだろう.
4117 \pTeX では 「全角高さ」\texttt{1zh} は「文字クラス0の文字」の高さと深さの和と決められていたが,
4118 \LuaTeX-jaではここで指定する.
4119 %</ja>
4120
4121 \item[kanjiskip=\{<natural>, <stretch>, <shrink>\}]
4122 %<en>(optional)
4123 %<ja>(任意)
4124
4125 %<*en>
4126 This field specifies the ``ideal'' amount of \Param{kanjiskip}. As noted
4127              in Subsection~\ref{subs-kskip}, if the parameter
4128              \Param{kanjiskip} is \cs{maxdimen}, the value specified
4129              in this field is actually used (if this field is not specified in
4130              JFM, it is regarded as 0\,pt). Note that <stretch> and <shrink>
4131              fields are in design-size unit too.
4132 %</en>
4133 %<*ja>
4134 理想的な\Param{kanjiskip}の量を指定する.\ref{subs-kskip}節で述べたように,
4135 もし\Param{kanjiskip}が \cs{maxdimen} の値ならば,このフィールドで指定された
4136 値が実際には用いられる(指定なしは0\,ptとして扱われる).<stretch>と<shrink>のフィールドもdesign-size
4137 が単位であることに注意せよ.
4138 %</ja>
4139
4140 \item[xkanjiskip=\{<natural>, <stretch>, <shrink>\}]
4141 %<en>(optional)
4142 %<ja>(任意)
4143
4144 %<*en>
4145 Like the \texttt{kanjiskip} field, this field specifies the ``ideal''
4146              amount of \Param{xkanjiskip}.
4147 %</en>
4148 %<*ja>
4149 \texttt{kanjiskip}フィールドと同様に,\Param{xkanjiskip}の理想的な量を
4150 指定する.
4151 %</ja>
4152 \end{cslist}
4153
4154 %<*en>
4155 \paragraph{Character classes}
4156 Besides from above fields, a JFM file have several sub-tables those
4157 indices are natural numbers.  The table indexed by~$i\in\omega$ stores
4158 information of \emph{character class}~$i$. At least, the character class~0 is
4159 always present, so each JFM file must have a sub-table whose index is
4160 \texttt{[0]}.  Each sub-table (its numerical index is denoted by $i$) has
4161 the following fields:
4162 %</en>
4163 %<*ja>
4164 \paragraph{文字クラス}
4165 上記のフィールドに加えて,JFMファイルはそのインデックスが自然数であるいくつかの
4166 サブテーブルを持つ.インデックスが$i\in\omega$であるテーブルは\emph{文字クラス}$i$の
4167 情報を格納する.少なくとも,文字クラス0は常に存在するので,JFMファイルはインデックス
4168 が\texttt{[0]}のサブテーブルを持たなければならない.それぞれのサブテーブル
4169 (そのインデックスを$i$で表わす)は以下のフィールドを持つ:
4170 %</ja>
4171
4172 \begin{cslist}[style=standard]
4173 \item[chars=\{<character>, ...\}]
4174 %<en>(required except character class~0)
4175 %<ja>(文字クラス0を除いて必須)
4176
4177 %<*en>
4178 This field is a list of characters which are in this character
4179              type~$i$. This field is optional if $i=0$, since all
4180              \textbf{JAchar} which do not belong  any character classes other
4181              than 0 are in the character class 0
4182              (hence, the character class~0 contains most of
4183              \textbf{JAchar}s). In the list, character(s) can be specified in the following form:
4184 \begin{itemize}
4185 \item a Unicode code point
4186 \item the character itself (as a Lua string, like \hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ'+})
4187 \item a string like \hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ*'+} (the character followed by an asterisk)
4188 \item several ``imaginary'' characters (We will describe these later.)
4189 \end{itemize}
4190 %</en>
4191 %<*ja>
4192 このフィールドは文字クラス$i$に属する文字のリストである.このフィールドは$i=0$の
4193 場合には任意である(文字クラス0には,0以外の文字クラスに属するものを
4194 除いた全ての\textbf{JAchar}が属するから).このリスト中で文字を指定するには,以下の方法がある:
4195 \begin{itemize}
4196 \item Unicode におけるコード番号
4197 \item 「\hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ'+}」のような,文字それ自体
4198 \item 「\hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ*'+}」のような,文字それ自体の後にアスタリスクをつけたもの
4199 \item いくつかの「仮想的な文字」(後に説明する)
4200 \end{itemize}
4201 %</ja>
4202
4203 \item[width=<length>, height=<length>, depth=<length>, italic=<length>]
4204 %<en>(required)
4205 %<ja>(必須)
4206
4207 %<*en>
4208 Specify the width of characters in character class~$i$, the height, the depth and
4209 the amount of italic correction. All characters in character class~$i$ are regarded that its width, height, and depth are
4210 as values of these fields.
4211
4212 But there is one exception: \texttt{width} field can be \texttt{'prop'}.
4213 This means that width of a character becomes that of its ``real'' glyph.
4214 %</en>
4215 %<*ja>
4216 文字クラス$i$に属する文字の幅,高さ,深さ,イタリック補正の量を指定する.
4217 文字クラス$i$に属する全ての文字は,その幅,高さ,深さがこのフィールドで指定した
4218 値であるものとして扱われる.
4219
4220 例外として,\emph{\texttt{width} フィールドには数値以外に \texttt{'prop'} が指定可能である}.
4221 この場合,文字の幅はその「実際の」グリフの幅となる.OpenTypeの \texttt{prop} featureと併用
4222              すれば,これによってプロポーショナル組を行うことができる.
4223 %</ja>
4224
4225 \item[left=<length>, down=<length>, align=<align>]\
4226
4227 %<*en>
4228 These fields are for adjusting the position of the ``real'' glyph. Legal
4229              values of \texttt{align} field are \texttt{'left'},
4230              \texttt{'middle'}, and \texttt{'right'}. If one of these
4231              3~fields are omitted, \texttt{left} and \texttt{down} are
4232              treated as~0, and \texttt{align} field is treated as
4233              \texttt{'left'}.
4234 The effects of these 3~fields are indicated in
4235 Figures \ref{fig-pos}~and~\ref{fig-pos-tate}.
4236 %</en>
4237 %<*ja>
4238 これらのフィールドは実際のグリフの位置を調整するためにある.
4239 \texttt{align} フィールドに指定できる値は \texttt{'left'}, \texttt{'middle'},
4240 \texttt{'right'} のいずれかである.もしこれら3つのフィールドのうちの1つが省かれた
4241 場合,\texttt{left} と \texttt{down} は0,\texttt{align} フィールドは
4242 \ \texttt{'left'} であるものとして扱われる.
4243 これら3つのフィールドの意味については図\ref{fig-pos}(横組用和文フォント),
4244 図\ref{fig-pos-tate}(縦組用和文フォント)で説明する.
4245 %</ja>
4246
4247 %<*en>
4248 In most cases, \texttt{left} and \texttt{down} fields are~0, while
4249 it is not uncommon that the \texttt{align} field is \texttt{'middle'} or \texttt{'right'}.
4250 For example, setting the \texttt{align} field to \texttt{'right'} is practically needed
4251 when the current character class is the class for opening delimiters'.
4252 %</en>
4253 %<*ja>
4254 多くの場合,\texttt{left}と\texttt{down}は0である一方,
4255 \texttt{align}フィールドが\texttt{'middle'}や\texttt{'right'}であることは
4256 珍しいことではない.
4257 例えば,\texttt{align}フィールドを\texttt{'right'}に指定することは,
4258 文字クラスが開き括弧類であるときに実際必要である.
4259 %</ja>
4260
4261 \begin{figure}[!tb]
4262 \begin{minipage}{0.4\textwidth}%
4263 \begin{center}\unitlength=10pt\small
4264 \begin{picture}(15,12)(-1,-4)
4265 \color{b_gray}% jfm
4266 \put(0,0){\vrule width 12\unitlength height 8\unitlength depth 3\unitlength}
4267
4268 \color{b_pink}% step1
4269 \put(-1,-1.5){\vrule width 6\unitlength height 7\unitlength depth 2.5\unitlength}
4270
4271 \color{red}% real glyph
4272 \thicklines
4273 \put(-1,-1.5){\vector(0,1){7}\vector(0,-1){2.5}\vector(1,0){6}}
4274 \put(5,-1.5){\line(0,1){7}\line(0,-1){2.5}}
4275 \put(-1,5.5){\line(1,0){6}}
4276 \put(-1,-4){\line(1,0){6}}
4277
4278 \color{b_green}% real glyph
4279 \put(3,0){\vrule width 6\unitlength height 7\unitlength depth 2.5\unitlength}
4280
4281 \color{black}% jfm
4282 \thicklines
4283 \put(0,0){\vector(0,1){8}\line(0,-1){3}\vector(1,0){12}}
4284 \put(12,0){\line(0,1){8}\vector(0,-1){3}}
4285 \put(0,8){\line(1,0){12}}
4286 \put(0,-3){\line(1,0){12}}
4287 \put(0.2,4){\makebox(0,0)[l]{\texttt{height}}}
4288 \put(12.2,-1.5){\makebox(0,0)[l]{\texttt{depth}}}
4289 \put(6,0.2){\makebox(0,0)[b]{\texttt{width}}}
4290
4291 \color{green}% step1
4292 \thicklines
4293 \put(3,0){\vector(0,1){7}\vector(0,-1){2.5}\vector(1,0){6}}
4294 \put(9,0){\line(0,1){7}\line(0,-1){2.5}}
4295 \put(3,7){\line(1,0){6}}
4296 \put(3,-2.5){\line(1,0){6}}
4297 \newsavebox{\eqdist}
4298 \savebox{\eqdist}(0,0)[b]{%
4299   \thinlines
4300   \put(-0.08,0.2){\line(0,-1){0.4}}%
4301   \put(0.08,0.2){\line(0,-1){0.4}}}
4302 \put(1.5,0){\usebox{\eqdist}}
4303 \put(10.5,0){\usebox{\eqdist}}
4304
4305 \color{blue}% shifted
4306 \thicklines
4307 \put(3,-1.5){\vector(-1,0){4}}
4308 \put(1,-1.7){\makebox(0,0)[t]{\texttt{left}}}
4309 \put(3,0){\vector(0,-1){1.5}}
4310 \put(3.2,-0.75){\makebox(0,0)[l]{\texttt{down}}}
4311 \end{picture}
4312 \end{center}
4313 \end{minipage}%
4314 \begin{minipage}{0.6\textwidth}%
4315 %<*en>
4316 Consider a  Japanese character node which belongs to
4317 a character class whose the \texttt{align}
4318 field is \texttt{'middle'}.
4319 %</en>
4320 %<*ja>
4321 \texttt{align}フィールドの値が \texttt{'middle'} であるような文字クラスに属する
4322 和文文字ノードを考えよう.
4323 %</ja>
4324 \begin{itemize}
4325 \item
4326 %<*en>
4327 The black rectangle is the imaginary body of the node.
4328 Its width, height, and depth are specified by JFM.
4329 %</en>
4330 %<*ja>
4331 黒色の長方形はノードの枠であり,
4332 その幅,高さ,深さはJFMによって指定されている.
4333 %</ja>
4334 \item
4335 %<*en>
4336 Since the \texttt{align} field is \texttt{'middle'},
4337 the ``real'' glyph is centered horizontally (the green rectangle) first.
4338 %</en>
4339 %<*ja>
4340 \texttt{align}フィールドは \texttt{'middle'} なので,
4341 実際のグリフの位置はまず水平方向に中央揃えしたものとなる(緑色の長方形).
4342 %</ja>
4343 \item
4344 %<*en>
4345 Furthermore, the glyph is shifted according to values of fields
4346       \texttt{left} and \texttt{down}. The ultimate position of the real
4347       glyph is indicated by the red rectangle.
4348 %</en>
4349 %<*ja>
4350 さらに,グリフは \texttt{left} と \texttt{down} の値に従ってシフトされる.
4351 最終的な実際のグリフの位置は赤色の長方形で示された位置になる.
4352 %</ja>
4353 \end{itemize}
4354 \end{minipage}
4355 \medskip
4356
4357 \caption{%
4358 %<en>The position of the real glyph (horizontal Japanese fonts)
4359 %<ja>横組和文フォントにおける「実際の」グリフの位置
4360 }
4361 \label{fig-pos}
4362 \end{figure}
4363 \begin{figure}[!tb]
4364 \begin{minipage}{0.4\textwidth}%
4365 \begin{center}\unitlength=10pt\small
4366 \begin{picture}(15,12)(-6,0)
4367 \color{b_gray}% jfm
4368 \put(-6,0){\vrule width 12\unitlength height 11\unitlength}
4369
4370 \color{b_pink}% real glyph
4371 \put(-6.5,5.5){\vrule width 8\unitlength height 6\unitlength depth 3\unitlength}
4372
4373 \color{red}% real glyph
4374 \thicklines
4375 \put(-6.5,5.5){\vector(0,1){6}\vector(0,-1){3}\vector(1,0){8}}
4376 \put( 1.5,5.5){\line(0,1){6}\line(0,-1){3}}
4377 \put(-6.5,11.5){\line(1,0){8}}
4378 \put(-6.5,2.5){\line(1,0){8}}
4379
4380 \color{b_green}% step1
4381 \put(-4,3){\vrule width 8\unitlength height 6\unitlength depth 3\unitlength}
4382
4383 \color{black}% jfm
4384 \thicklines
4385 \put(0,11){\vector(1,0){6}\vector(-1,0){6}\vector(0,-1){11}}
4386 \put(0,0){\line(1,0){6}\line(-1,0){6}}
4387 \put(-6,0){\line(0,1){11}}
4388 \put( 6,0){\line(0,1){11}}
4389 \put( 3,10.8){\makebox(0,0)[t]{\texttt{height}}}
4390 \put(-3,10.8){\makebox(0,0)[t]{\texttt{depth}}}
4391 \put(0.2,5.5){\makebox(0,0)[l]{\texttt{width}}}
4392
4393 \color{green}% step1
4394 \thicklines
4395 \put(-4,3){\vector(0,1){6}\vector(0,-1){3}\vector(1,0){8}}
4396 \put( 4,3){\line(0,1){6}\line(0,-1){3}}
4397 \put(-4,9){\line(1,0){8}}
4398 \put(-4,0){\line(1,0){8}}
4399 \savebox{\eqdist}(0,0)[b]{%
4400   \thinlines
4401   \put(-0.08,0.2){\line(0,-1){0.4}}%
4402   \put(0.08,0.2){\line(0,-1){0.4}}}
4403 \put(2,9){\usebox{\eqdist}}
4404 \put(-2,9){\usebox{\eqdist}}
4405
4406
4407 \color{blue}% shifted
4408 \thicklines
4409 \put(-4,3){\vector(0,1){2.5}}
4410 \put(-3.8,4.25){\makebox(0,0)[l]{\texttt{left}}}
4411 \put(-4,5.5){\vector(-1,0){2.5}}
4412 \put(-5.,5.7){\makebox(0,0)[b]{\texttt{down}}}
4413 \end{picture}
4414 \end{center}
4415 \end{minipage}%
4416 \begin{minipage}{0.6\textwidth}%
4417 %<*en>
4418 (\dots)
4419 %</en>
4420 %<*ja>
4421 \texttt{align}フィールドの値が \texttt{'right'} であるような文字クラスに属する
4422 和文文字を考えよう.
4423 \begin{itemize}
4424 \item
4425 実際のグリフの「垂直位置」は,まずベースラインが文字の物理的な左右方向の中央を通る
4426 位置となる.
4427 \item
4428 また,この場合 \texttt{align} フィールドは \texttt{'right'} なので,
4429 「水平位置」は字送り方向に「右寄せ」したものとなる(緑色の長方形).
4430 \item
4431 その後さらに \texttt{left} と \texttt{down} の値に従ってシフトされる
4432 のは横組用和文フォントと変わらない.
4433 \end{itemize}
4434 %</ja>
4435 \end{minipage}
4436 \medskip
4437
4438 \caption{%
4439 %<en>The position of the real glyph (vertical Japanese fonts)
4440 %<ja>縦組和文フォントにおける「実際の」グリフの位置
4441 }
4442 \label{fig-pos-tate}
4443 \end{figure}
4444
4445 \item[kern={\{[$j$]=<kern>, [$j'$]=\{<kern>, [ratio=<ratio>]\}, ...\}}]
4446 \nopagebreak
4447 \item[glue={\{[$j$]=\{<width>, <stretch>, <shrink>, [ratio=<ratio>, ...]\}, ...\}}]\leavevmode
4448 %<*ja>
4449
4450 文字クラス$i$の文字と$j$の文字の間に挿入されるカーンやグルーの量を指定する.
4451
4452 <ratio>は,グルーの自然長のうちどれだけの割合が「後の文字」由来かを示す量で,
4453 $0$から$+1$の実数値をとる.省略時の値は$0.5$である.
4454 このフィールドの値は\Param{differentjfm}の値が
4455 \texttt{pleft},~\texttt{pright},~\texttt{paverage}の値のときのみ実際に用いられる.
4456
4457 例えば,\cite{x4051}では,句点と中点の間には,
4458 句点由来の二分空きと中点由来の四分空きが挿入されるが,この場合には
4459 \begin{itemize}
4460 \item <width>には$0.5+0.25=0.75$を指定する.
4461 \item <ratio>には$0.25/(0.5+0.25)=1/3$を指定する.
4462 \end{itemize}
4463 %</ja>
4464 %<*en>
4465 \
4466
4467 Specifies the amount of kern or glue which will be inserted
4468 between characters in character class~$i$ and those in character class~$j$.
4469
4470 <ratio> specifies how much the glue is originated in the ``right'' character.
4471 It is a real number between 0 and 1, and treated as 0.5 if omitted. For example,
4472 The width of a glue between an ideographic full stop ``。''
4473 and a fullwidth middle dot ``・'' is three-fourth of fullwidth,
4474 namely halfwidth from the ideographic full stop, and
4475 quarter-width from the fullwidth middle dot.  In this case,
4476 we specify <ratio> to $0.25/(0.5+0.25)=1/3$.
4477 %</en>
4478
4479 %<*ja>
4480 グルーの指定においては,上記に加えて各 \texttt{[$j$]} の各サブテーブル内に
4481 次のキーを指定できる,
4482 \begin{cslist}[style=standard]
4483 \item[priority=<priority>]
4484              \Pkg{luatexja-adjust} による優先順位付き
4485              行長調整(\ref{ssec-adj}節)の際に使われる値であり,
4486 行調整処理におけるこのglueの優先
4487              度を$-2$から$+2$の間の整数で指定する.大きい値ほど「伸びやすく,縮みやすい」
4488              ことを意味する.省略時の値
4489              は0であり,範囲外の値が指定されたときの動作は未定義である.
4490 \item[kanjiskip\_natural=<num>\textrm{, }%
4491   kanjiskip\_stretch=<num>\textrm{, }kanjiskip\_shrink=<num>]\leavevmode
4492   \label{pg:ksp_nat}
4493
4494 JFMによって本来挿入されるグルーの他に
4495 \Param{kanjiskip}分の空白を自然長(\texttt{kanjiskip\_natural}),伸び量(\texttt{kanjiskip\_stretch}),
4496 縮み量(\texttt{kanjiskip\_shrink})ごとに挿入する\footnote{本来\Param{xkanjiskip}が挿入される場所においては
4497              \Param{xkanjiskip}分の空白を自然長・伸び量・縮み量ごとに.追加できる.}%
4498 ための指定である.いずれも省略された場合のデフォルト値は0(追加しない)である.
4499
4500 例えば,\LuaTeX-jaの横組標準JFMの \texttt{jfm-ujis.lua} では,
4501 \begin{itemize}
4502  \item 通常の文字「あ」と開き括弧類の間に入るグルーは,自然長・縮み量半角,伸び量0のグルー
4503 となっているが,さらに\Param{kanjiskip}の伸び量に \texttt{kanjiskip\_stretch}(ここでは1)を掛け
4504        た分だけ伸びることが許される.
4505  \item 同様に,閉じ括弧類(全角コンマ「,」も含む)と通常の文字「う」「え」の間にも
4506 自然長・縮み量半角,伸び量0のグルー
4507 となっているが,さらに\Param{kanjiskip}の伸び量に \texttt{kanjiskip\_stretch}(ここでは1)を掛け
4508        た分だけ伸びることが許される.
4509 \end{itemize}
4510 となっている.従って,以下のような組版結果を得る.
4511
4512 \medskip
4513 \begin{LTXexample}[width=16\zw]
4514 \leavevmode
4515 \ltjsetparameter{kanjiskip=0pt plus 3\zw}
4516 \vrule\hbox to 15\zw{あ「い」う,えお}\vrule
4517 \end{LTXexample}
4518
4519 \end{cslist}
4520 %</ja>
4521 %<*en>
4522 In case of glue, one can specify following additional keys in each \texttt{[$j$]}
4523              subtable:
4524 \begin{cslist}[style=standard]
4525 \item[priority=<priority>]
4526 An integer in $[-2,2]$ (treated as 0 if omitted), and this is
4527 used only in line adjustment with priority by \Pkg{luatexja-adjust}
4528 (see Subsection~\ref{ssec-adj}). Higher value means the glue is easy to stretch,
4529 and is also easy to shrink.
4530 \item[kanjiskip\_natural=<num>\textrm{, }%
4531   kanjiskip\_stretch=<num>\textrm{, }kanjiskip\_shrink=<num>]\leavevmode
4532
4533 These keys specifies the amount of the natural width of \Param{kanjiskip}
4534 (the stretch/shrink part, respectively) which will be inserted 
4535 in addition to the original JFM glue. Default values of them are all 0.
4536
4537 As an example, in \texttt{jfm-ujis.lua}, the standard JFM in horizontal writing, we have
4538 \begin{itemize}
4539  \item Between an ordinal letter ``あ'' and an ideographic opening bracket, we have
4540 a glue whose natural part and shrink part are both half-width, while its stretch part is
4541        zero. However, this glue also can be stretched
4542        as much as the stretch part of \Param{kanjiskip} times the value of
4543        \texttt{kanjiskip\_stretch} key (1 in this case).
4544  \item Between an ideographic closeing brackets (the ideographic comma ``,''
4545        is included) and an ordinal letter, we have the same glue. 
4546        Again, this glue also can be stretched
4547        as much as the stretch part of \Param{kanjiskip} times the value of
4548        \texttt{kanjiskip\_stretch} key (1 in this case).
4549 \end{itemize}
4550 Hence we have the following result:
4551
4552 \medskip
4553 \begin{LTXexample}[width=16\zw]
4554 \leavevmode
4555 \ltjsetparameter{kanjiskip=0pt plus 3\zw}
4556 \vrule\hbox to 15\zw{あ「い」う,えお}\vrule
4557 \end{LTXexample}
4558
4559 \end{cslist}
4560 %</en>
4561
4562 \item[end\_stretch=<kern>, end\_shrink=<kern>]
4563 %<*ja>
4564 (任意)
4565
4566 優先順位付き行長調整が有効であり,かつ現在の文字クラスの文字が行
4567              末に来た時に,行長を詰める調整・伸ばす調整のた
4568              めにこの文字と行末の間に挿入可能なカーンの大きさを指定する.
4569 %</ja>
4570
4571 \end{cslist}
4572
4573 %<*ja>
4574 \paragraph{文字クラスの決定}
4575 文字からその文字の属する文字クラスを算出する過程について,
4576 次の内容を含んだ \texttt{jfm-test.lua} を用いて説明する.
4577 %</ja>
4578 %<*en>
4579 \paragraph{Character to character classes}
4580 We explain how the character class of a character is determined,
4581 using  \texttt{jfm-test.lua} which contains the following:
4582 %</en>
4583 \begin{lstlisting}
4584    [0] = {
4585       chars = { '漢' },
4586       align = 'left', left = 0.0, down = 0.0,
4587       width = 1.0, height = 0.88, depth = 0.12, italic=0.0,
4588    },
4589    [2000] = {
4590       chars = { '。', 'ヒ' },
4591       align = 'left', left = 0.0, down = 0.0,
4592       width = 0.5, height = 0.88, depth = 0.12, italic=0.0,
4593    },
4594 \end{lstlisting}
4595 %<ja>ここで,次のような入力とその実行結果を考える:
4596 %<en>Now consider the following input/output:
4597 \begin{LTXexample}[width=0.3\textwidth]
4598 \jfont\a=file:KozMinPr6N-Regular.otf:jfm=test;+hwid
4599 \setbox0\hbox{\a ヒ漢}
4600 \the\wd0
4601 \end{LTXexample}
4602 %<*en>
4603 Now we look why the above source outputs 15\,pt.
4604 \begin{enumerate}
4605 \item The character ``ヒ'' is converted to its half width  form ``ヒ'' by \verb+hwid+ feature.
4606 \item According to the JFM, the character class of ``ヒ'' is 2000, hence its width is halfwidth.
4607 \item The character class of ``漢'' is zero,  hence its width is fullwidth.
4608 \item Hence the width of \cs{hbox} equals to 15\,pt.
4609 \end{enumerate}
4610 This example shows that the character class of a character is generally determined \emph{after
4611 applying font features by \Pkg{luaotfload}}.
4612 %</en>
4613 %<*ja>
4614 上記の出力結果が,15\,ptとなっているのは理由によるものである:
4615 \begin{enumerate}
4616 \item \verb+hwid+ featureによって「ヒ」が半角幅のグリフ「ヒ」と置き換わる(\Pkg{luaotfload} による処理).
4617 \item JFMによれば,この「ヒ」のグリフの文字クラスは2000である.
4618 \item 以上により文字クラス2000とみなされるため,結果として「ヒ」の幅は半角だと認識される.
4619 \end{enumerate}
4620 この例は,\emph{文字クラスの決定はfont featureの適用によるグリフ置換の結果に基づく}ことを
4621 示している.
4622 %</ja>
4623
4624 %<*en>
4625 However, if the class determined by the glyph after application of features is zero,
4626 \LuaTeX-ja adopts the class determined by the glyph \emph{before} application of features.
4627 The following input is an example.
4628 %</en>
4629 %<*ja>
4630 但し,JFMによって決まる置換後のグリフの文字クラスが0である場合は,置換前の文字クラスを採用する.
4631 %</ja>
4632 \begin{LTXexample}[width=0.3\textwidth]
4633 \jfont\a=file:KozMinPr6N-Regular.otf:jfm=test;+vert
4634 \a 漢。\inhibitglue 漢
4635 \end{LTXexample}
4636 %<*en>
4637 Here, the character class of the ideographic full stop ``。''~(\texttt{U+3002}) is determined
4638 as follows:
4639 \begin{enumerate}
4640 \item As the case of ``ヒ'', the ideographic full stop ``。'' is converted to its vertical
4641       form ``\char"FE12''~(\texttt{U+FE12}) by \verb+vert+ feature.%"
4642 \item The character class of ``\char"FE12'', according to the JFM  is \emph{zero}.
4643 \item However, \LuaTeX-ja remembers that this ``\char"FE12'' is obtained from ``。'' by
4644       font features. The character class of ``。'' is \emph{non-zero value}, namely, 2000.
4645 \item Hence the ideographic full stop ``。'' in above belongs the character class~2000.
4646 \end{enumerate}
4647 %</en>
4648 %<*ja>
4649 ここで,句点「。」(\texttt{U+3002})の文字クラスは,以下のようにして決まる.
4650 \begin{enumerate}
4651 \item \Pkg{luaotfload} によって縦組用句点のグリフに置き換わる.
4652 \item 置換後のグリフは \texttt{U+FE12} であり,JFMに従えば文字クラスは\emph{0}と判定される.
4653 \item この場合,置換前の横組用句点のグリフによって文字クラスを判定する.
4654 \item 結果として,上の出力例中の句点の文字クラスは2000となる.
4655 \end{enumerate}
4656 %</ja>
4657
4658
4659 %<ja>\paragraph{仮想的な文字}
4660 %<en>\paragraph{Imaginary characters}
4661 %<*en>
4662 As described before, you can specify several \emph{imaginary characters} in
4663 \texttt{chars} field. The most of these characters are regarded as the
4664 characters of class 0 in \pTeX.
4665 As a result, \LuaTeX-ja can control typesetting finer than \pTeX.
4666 The following is the list of imaginary characters:
4667 %</en>
4668 %<*ja>
4669 上で説明した通り,\texttt{chars}フィールド中にはいくつかの「特殊文字」も
4670 指定可能である.これらは,大半が\pTeX のJFMグルーの挿入処理ではみな「文字
4671 クラス0の文字」として扱われていた文字であり,その結果として\pTeX より細か
4672 い組版調整ができるようになっている.以下でその一覧を述べる:
4673 %</ja>
4674
4675 \begin{cslist}
4676 %%\item['diffmet']
4677 %%<en>Used at a boundary between two \textbf{JAchar}s whose JFM or size is different.
4678 %%<ja>JFMやサイズが異なる2つの\textbf{JAchar}の間の境界として用いられる.
4679
4680 \item['boxbdd']
4681 %<en>The beginning/ending of a hbox, and the beginning of a noindented (i.e., began by \cs{noindent}) paragraph.
4682 %<ja>hboxの先頭と末尾,及びインデントされていない(\cs{noindent} で開始された)段落の先頭を表す.
4683
4684 \item['parbdd']
4685 %<en>The beginning of an (indented) paragraph.
4686 %<ja>通常の(\cs{noindent} で開始されていない)段落の先頭.
4687
4688 \item['jcharbdd']
4689 %<en>A boundary between \textbf{JAchar} and anything else (such as \textbf{ALchar}, kern, glue,\,\ldots).
4690 %<ja>\textbf{JAchar}と「その他のもの」(欧文文字,glue,kern等)との境界.
4691
4692 \item[$-1$]
4693 %<en>The left/right boundary of an inline math formula.
4694 %<ja>行中数式と地の文との境界.
4695 \end{cslist}
4696
4697 %<en>\paragraph{Porting JFM from \pTeX}
4698 %<ja>\paragraph{\pTeX 用和文用TFMの移植}
4699
4700 % ToDo: English version.
4701
4702 %<*en>
4703 See Japanese version of this manual.
4704 %</en>
4705
4706 %<*ja>
4707 以下に,\pTeX 用に作られた和文用TFMを\LuaTeX-ja用に移植する場合の注意点を挙げておく.
4708 \begin{itemize}
4709 \item 実際に出力される和文フォントのサイズがdesign sizeとなる.
4710 このため,例えば$1\,\textrm{zw}$がdesign sizeの0.962216倍であるJISフォン
4711       トメトリック等を移植する場合は,次のようにするべきである:
4712 \begin{itemize}
4713 \item JFM中の全ての数値を$1/0.962216$倍しておく.
4714 \item \TeX ソース中で使用するところで,サイズ指定を0.962216倍にする.
4715       \LaTeX でのフォント宣言なら,例えば次のように:
4716 \begin{lstlisting}
4717 \DeclareFontShape{JY3}{mc}{m}{n}{<-> s*[0.962216] psft:Ryumin-Light:jfm=jis}{}
4718 \end{lstlisting}
4719 \end{itemize}
4720 \item 上に述べた特殊文字は,\texttt{'boxbdd'}を除き文字クラスを全部0とする
4721       (JFM中に単に書かなければよい).
4722 \item \texttt{'boxbdd'}については,それのみで一つの文字クラスを形成し,その
4723       文字クラスに関してはグルー/カーンの設定はしない.
4724
4725 これは,\pTeX では,
4726       hboxの先頭・末尾とインデントされていない(\cs{noindent} で開始さ
4727       れた)段落の先頭にはJFMグルーは入らないという仕様を実現させるためである.
4728 \item \pTeX の組版を再現させようというのが目的であれば以上の注意を守れば十分である.
4729
4730 ところで,\pTeX では通常の段落の先頭にJFMグルーが残るという仕様があるので,
4731       段落先頭の開き括弧は全角二分下がりになる.全角下がりを実現させるに
4732       は,段落の最初に手動で \cs{inhibitglue} を追加するか,あるいは
4733       \ \cs{everypar} のハックを行い,それを自動化させるしかなかった.
4734
4735 一方,\LuaTeX-jaでは,\texttt{'parbdd'}によって,それがJFM側で調整できるよ
4736 うになった.例えば,\LuaTeX-ja同梱のJFMのように,\texttt{'boxbdd'}と同じ文字クラスに
4737 \texttt{'parbdd'}を入れれば全角下がりとなる.
4738
4739 \begin{LTXexample}[width=0.4\textwidth]
4740 \jfont\g=KozMinPr6N-Regular:jfm=test \g
4741 \parindent1\zw\noindent{}◆◆◆◆◆
4742 \par 「◆◆←二分下がり
4743 \par 【◆◆←全角下がり
4744 \par 〔◆◆←全角二分下がり
4745 \end{LTXexample}
4746 \end{itemize}
4747
4748 但し,\cs{everypar} を利用している場合にはこの仕組みは正しく動かない.
4749 そのような例としては箇条書き中の \cs{item} で始まる段落があり,\Pkg{ltjsclasses}では
4750 人工的に「\texttt{'parbdd'}の意味を持つ」whatsitノードを作ることによって対処している%
4751 \footnote{\texttt{ltjsclasses.dtx} を参照されたい.
4752 JFM側で一部の対処ができることにより,\Pkg{jsclasses}のようにif文の判定はしていない.}.
4753 %</ja>
4754
4755
4756 %<en>\subsection{Math font family}
4757 %<ja>\subsection{数式フォントファミリ}
4758 \label{ssec-math}
4759
4760 %<*en>
4761 \TeX\ handles fonts in math formulas by 16~font families\footnote{Omega,
4762 Aleph, \LuaTeX~and $\varepsilon$-\kern-.125em(u)\pTeX\ can handles 256~families, but
4763 an external package is needed to support this in plain \TeX\ and
4764 \LaTeX.}, and each family has three fonts:
4765 \cs{textfont}, \cs{scriptfont} and \cs{scriptscriptfont}.
4766 %</en>
4767 %<*ja>
4768 \TeX\ は数式フォントを16のファミリ\footnote{Omega, Aleph, \LuaTeX,そして
4769   $\varepsilon$-\kern-.125em(u)\pTeX\ では256の数式ファミリを扱うことができるが,
4770   これをサポートするためにplain \TeX と\LaTeX では外部パッケージを読み込む必要が
4771   ある.}で管理し,それぞれのファミリは3つのフォントを持っている:
4772 \cs{textfont}, \cs{scriptfont} そして \cs{scriptscriptfont} である.
4773 %</ja>
4774
4775 %<*en>
4776 \LuaTeX-ja's handling of Japanese fonts in math formulas is similar;
4777 Table~\ref{tab-math} shows counterparts to \TeX's primitives for math
4778 font families. There is no relation between the value of
4779 \cs{fam} and that of \cs{jfam}; with appropriate settings,
4780 you can set both \cs{fam} and \cs{jfam} to the same value.
4781 Here <jfont\_cs> in the argument of \Param{jatextfont} etc.\ is
4782 a control sequence which is defined by \cs{jfont}, i.e.,
4783 a \emph{horizontal} Japanese font.
4784 %</en>
4785 %<*ja>
4786 \LuaTeX-jaの数式中での和文フォントの扱いも同様である.
4787 表\ref{tab-math}は数式フォントファミリに対する \TeX のプリミティブと対応する
4788 ものを示している.\cs{fam} と \cs{jfam} の値の間には関係はなく,
4789 適切な設定の下では \cs{fam} と \cs{jfam} の両方に同じ値を設定することができる.
4790 \Param{jatextfont} 他の第2引数<jfont\_cs>は,\cs{jfont} で定義された
4791 \emph{横組用}和文フォントである.\cs{tfont} で定義された
4792 \emph{縦組用}和文フォントを指定することは想定していない.
4793 %</ja>
4794
4795 \begin{table}[!tb]
4796 %<en>\caption{Commands for Japanese math fonts}
4797 %<ja>\caption{和文数式フォントに対する命令}
4798 \label{tab-math}
4799 %<en>\medskip
4800 \centering
4801 \def\{{\char`\{}\def\}{\char`\}}\small
4802 \begin{tabular}{ll}
4803 \toprule
4804 %<en>\bf Japanese fonts&\bf alphabetic fonts\\
4805 %<ja>\bf 和文フォント&\bf 欧文フォント\\
4806 \midrule
4807 \cs{jfam}${}\in [0,256)$&\cs{fam}\\
4808 \tt\Param{jatextfont}\,=\{<jfam>,<jfont\_cs>\}&\tt\cs{textfont}<fam>=<font\_cs>\\
4809 \tt\Param{jascriptfont}\,=\{<jfam>,<jfont\_cs>\}&\tt\cs{scriptfont}<fam>=<font\_cs>\\
4810 \tt\Param{jascriptscriptfont}\,=\{<jfam>,<jfont\_cs>\}&\tt\cs{scriptscriptfont}<fam>=<font\_cs>\\
4811 \bottomrule
4812 \end{tabular}
4813 \end{table}
4814
4815 %<en>\subsection{Callbacks}
4816 %<ja>\subsection{コールバック}
4817
4818 %<*en>
4819 \LuaTeX-ja also has several callbacks. These callbacks can
4820 be accessed via \verb+luatexbase.add_to_callback+ function and so on, as other callbacks.
4821 %</en>
4822 %<*ja>
4823 \LuaTeX 自体のものに加えて,\LuaTeX-jaもコールバックを持っている.
4824 これらのコールバックには,他のコールバックと同様に \verb+luatexbase.add_to_callback+
4825 関数などを用いることでアクセスすることができる.
4826 %</ja>
4827 \begin{description}[font=\bfseries, style=nextline]
4828 %<en>\item[\texttt{luatexja.load\_jfm} callback]
4829 %<ja>\item[\texttt{luatexja.load\_jfm}コールバック]
4830 %<*en>
4831 With this callback you can overwrite JFMs.
4832 This callback is called when a new JFM is loaded.
4833 %</en>
4834 %<*ja>
4835 このコールバックを用いることでJFMを上書きすることができる.
4836 このコールバックは新しいJFMが読み込まれるときに呼び出される.
4837 %</ja>
4838
4839 \begin{lstlisting}[numbers=left]
4840 function (<table> jfm_info, <string> jfm_name)
4841   return <table> new_jfm_info
4842 end
4843 \end{lstlisting}
4844
4845 %<*en>
4846 The argument \verb+jfm_info+ contains a table similar to the table in a JFM file, except
4847 this argument has \texttt{chars} field which contains character codes
4848              whose character class is not~0.
4849 %</en>
4850 %<*ja>
4851 引数 \verb+jfm_info+ はJFMファイルのテーブルと似たものが格納されるが,
4852 クラス0を除いた文字のコードを含んだ\texttt{chars}フィールドを持つ点が異なる.
4853 %</ja>
4854
4855 %<*en>
4856 An example of this callback is the \texttt{ltjarticle} class, with
4857              forcefully assigning character class~0 to \texttt{'parbdd'}
4858              in the JFM \texttt{jfm-min.lua}.
4859 %</en>
4860 %<*ja>
4861 このコールバックの使用例は\texttt{ltjarticle}クラスにあり,
4862 \texttt{jfm-min.lua}中の\texttt{'parbdd'}を強制的にクラス0に割り当てている.
4863 %</ja>
4864
4865 %<en>\item[\texttt{luatexja.define\_jfont} callback]
4866 %<ja>\item[\texttt{luatexja.define\_jfont}コールバック]
4867 %<*en>
4868 This callback and the next callback form a pair, and you can assign characters
4869  which do not have fixed code points in Unicode to non-zero character classes.
4870 This \texttt{luatexja.define\_font} callback is called just when new Japanese font is loaded.
4871 %</en>
4872 %<*ja>
4873 このコールバックと次のコールバックは組をなしており,Unicode中に固定された文字コード
4874 番号を持たない文字を非零の文字クラスに割り当てることができる.
4875 このコールバックは新しい和文フォントが読み込まれたときに呼び出される.
4876 %</ja>
4877
4878 \begin{lstlisting}[numbers=left]
4879 function (<table> jfont_info, <number> font_number)
4880   return <table> new_jfont_info
4881 end
4882 \end{lstlisting}
4883 %<*en>
4884 \verb+jfont_info+ has the following fields,
4885 \emph{which may not overwritten by a user}:
4886 \begin{description}
4887 \item[\texttt{size}]
4888 The font size specified at \cs{jfont} in scaled points ($1\,\mathrm{sp}=2^{-16}\,\mathrm{pt}$).
4889 \item[\texttt{zw}, \texttt{zh}, \texttt{kanjiskip}, \texttt{xkanjiskip}]
4890 These are scaled value of those specified by the JFM, by the font size.
4891 \item[\texttt{jfm}]
4892 The internal number of the JFM.
4893 \item[\texttt{var}]
4894 The value of \texttt{jfmvar}~key, which is specified at \cs{jfont}.
4895 The default value is the empty string.
4896 \item[\texttt{chars}]
4897 The mapping table from character codes to its character classes.\\
4898 The specification \texttt{[i].chars=\{<character>, ...\}} in the JFM will be  stored in this
4899            field as \texttt{chars=\{[<character>]=\,$i$, ...\}}.
4900 \item[\texttt{char\_type}]
4901 For $i\in\omega$, \texttt{char\_type[$i$]} is information of characters whose class is
4902            $i$, and has the following fields:
4903 \begin{itemize}
4904  \item \texttt{width},~\texttt{height}, \texttt{depth},
4905   \texttt{italic}, \texttt{down},~\texttt{left}\ are just
4906        scaled value of those specified by the JFM, by the font size.
4907  \item \texttt{align} is a number which is determined from \texttt{align}~field in the JFM:
4908 \[
4909  \begin{cases}
4910   0&\text{\texttt{'left'} (default)}\\0.5&\text{\tt 'middle'}\\1&\text{\tt 'right'}
4911  \end{cases}
4912 \]
4913 \item For $j\in \omega$, \texttt{[$j$]} stores a kern or a glue which will be inserted
4914 between character class~$i$ and class~$j$.
4915
4916 If a kern will be inserted, the value of this field is \texttt{[$j$]=\{false, <kern\_node>, <ratio>\}},
4917 where <kern\_node> is a node\footnote{%
4918  This version of \LuaTeX-ja uses ``direct access
4919       model'' for accessing nodes, if possible. }.
4920 If a glue will be inserted, we have \texttt{[$j$]=\{false, <spec\_node>, <ratio>, <icflag>\}},
4921 where <spec\_node> is also a node, and $\text{<icflag>}=\textit{from\_jfm}+\text{<priority>}$.
4922 \end{itemize}
4923 \end{description}
4924 %</en>
4925 %<*ja>
4926 \verb+jfont_info+ は最低限以下のフィールドを持つが,これらを書き換えてはならない:
4927 \begin{cslist}
4928 \item[size]
4929 実際に使われるフォントサイズ(sp単位).$1\,\mathrm{sp}=2^{-16}\,\mathrm{pt}$.
4930 \item[zw\textrm{, }zh\textrm{, }kanjiskip\textrm{, }xkanjiskip]
4931 JFMファイルで指定されているそれぞれの値をフォントサイズに合わせてスケーリングしたものを
4932 sp単位で格納している.
4933 \item[jfm]
4934 利用されているJFMを識別するための番号.
4935 \item[var]
4936 \cs{jfont},~\cs{tfont} で指定された \texttt{jfmvar} キーの値(未指定のときは空文字列).
4937 \item[chars]
4938 文字コードから文字クラスへの対応が記述されたテーブル.\\
4939 JFM内の \texttt{[i].chars=\{<character>, ...\}} という指定は\
4940 \texttt{chars=\{[<character>]=\,$i$, ...\}} という形式に変換されている.
4941 \item[char\_type]
4942 $i\in\omega$に対して,\texttt{char\_type[$i$]} は文字クラス$i$の文字の寸法を格納しており,
4943 以下のフィールドを持つ.
4944 \begin{itemize}
4945  \item \texttt{width},~\texttt{height}, \texttt{depth},
4946   \texttt{italic}, \texttt{down},~\texttt{left}\ は
4947 JFMで指定されているそれぞれの値をスケーリングしたものである.
4948  \item \texttt{align} はJFMで指定されている値によって,
4949 \[
4950  \begin{cases}
4951   0&\text{\texttt{'left'}や省略時}\\0.5&\text{\tt 'middle'}\\1&\text{\tt 'right'}
4952  \end{cases}
4953 \]
4954 のいずれかの値をとる.
4955 \item $j\in \omega$に対して,\texttt{[$j$]} は文字クラス$i$の文字と$j$の文字の間に挿入されるkern
4956       やglueを格納している.
4957 間に入るものがkernであれば,このフィールドの値は\
4958 \texttt{[$j$]=\{false, <kern\_node>, <ratio>\}} である.
4959 <kern\_node>はkernを表すノードそのものである\footnote{%
4960 本バージョンではノードのアクセス手法にdirect access
4961       modelを用いている.そのため,例えば\LuaTeX\ beta-0.78.2では,単なる自然数のようにし
4962       か見えないことに注意.
4963 }.
4964 glueであれば,\texttt{[$j$]=\{false, <spec\_node>, <ratio>, <icflag>\}} である.
4965 <spec\_node>はglueの長さを表すノードそのものであり,
4966       $\text{<icflag>}=\textit{from\_jfm}+\text{<priority>}$である.
4967 \end{itemize}
4968 \item[ascent\textrm{, }descent]
4969 ……
4970 \item[chars\_cbcache]
4971 ……
4972 \end{cslist}
4973 %</ja>
4974
4975 %<*en>
4976 The returned table \verb+new_jfont_info+ also should include these fields, but
4977 you are free to add more fields (to use them in the \texttt{luatexja.find\_char\_class} callback).
4978 The \verb+font_number+ is a font number.
4979 %</en>
4980 %<*ja>
4981 戻り値の \verb+new_jfont_info+ テーブルも上に述べたフィールドをそのまま含まなければならないが,
4982 それ以外にユーザが勝手にフィールドを付け加えることは自由である.
4983 \verb+font_number+ はフォント番号である.
4984 %</ja>
4985
4986 %<*en>
4987 A good example of this and the next callbacks is the \Pkg{luatexja-otf}
4988              package, supporting \verb+"AJ1-xxx"+ form for Adobe-Japan1
4989              CID characters in a JFM. This callback doesn't replace any
4990              code of \LuaTeX-ja.
4991 %</en>
4992 %<*ja>
4993 これと次のコールバックの良い使用例は\Pkg{luatexja-otf}パッケージであり,
4994 JFM中でAdobe-Japan1 CIDの文字を \verb+"AJ1-xxx"+ の形で指定するために
4995 用いられている.
4996 %</ja>
4997
4998 %<en>\item[\texttt{luatexja.find\_char\_class} callback]
4999 %<ja>\item[\texttt{luatexja.find\_char\_class}コールバック]
5000 %<*en>
5001 This callback is called just when \LuaTeX-ja is trying to determine which
5002              character class a character \verb+chr_code+ belongs.
5003 A function used in this callback should be in the following form:
5004 %</en>
5005 %<*ja>
5006 このコールバックは\LuaTeX-jaが \verb+chr_code+ の文字がどの文字クラスに
5007 属するかを決定しようとする際に呼び出される.
5008 このコールバックで呼び出される関数は次の形をしていなければならない:
5009 %</ja>
5010 \begin{lstlisting}[numbers=left]
5011 function (<number> char_class, <table> jfont_info, <number> chr_code)
5012   if char_class~=0 then return char_class
5013   else
5014     ....
5015     return (<number> new_char_class or 0)
5016   end
5017 end
5018 \end{lstlisting}
5019
5020 %<*en>
5021 The argument \verb+char_class+ is the result of \LuaTeX-ja's default
5022              routine or previous function calls in this callback, hence
5023              this argument may not be 0. Moreover, the returned
5024              \verb+new_char_class+ should be as same as \verb+char_class+ when \verb+char_class+
5025              is not~0, otherwise you will overwrite the \LuaTeX-ja's
5026              default routine.
5027 %</en>
5028 %<*ja>
5029 引数 \verb+char_class+ は\LuaTeX-jaのデフォルトルーチンか,このコールバックの
5030 直前の関数呼び出しの結果を含んでおり,したがってこの値は0ではないかもしれない.
5031 さらに,戻り値の \verb+new_char_class+ は \verb+char_class+ が非零のときには
5032 \verb+char_class+ の値と同じであるべきで,そうでないときは\LuaTeX-jaの
5033 デフォルトルーチンを書き換えることになる.
5034 %</ja>
5035
5036 %<en>\item[\texttt{luatexja.set\_width} callback]
5037 %<ja>\item[\texttt{luatexja.set\_width}コールバック]
5038 %<*en>
5039 This callback is called when \LuaTeX-ja is trying to encapsule a
5040              \textbf{JAchar} \textit{glyph\_node}, to adjust its
5041              dimension and position.
5042 %</en>
5043 %<*ja>
5044 このコールバックは\LuaTeX-jaが\textbf{JAchar}の寸法と位置を調節するために
5045 その\textit{glyph\_node}をカプセル化しようとする際に呼び出される.
5046 %</ja>
5047 \begin{lstlisting}[numbers=left]
5048 function (<table> shift_info, <table> jfont_info, <number> char_class)
5049   return <table> new_shift_info
5050 end
5051 \end{lstlisting}
5052
5053 %<*en>
5054 The argument \verb+shift_info+ and the returned \verb+new_shift_info+ have
5055 \texttt{down} and \texttt{left} fields, which are the amount of shifting
5056              down/left the character in a scaled point.
5057 %</en>
5058 %<*ja>
5059 引数 \verb+shift_info+ と戻り値の \verb+new_shift_info+ は
5060 \texttt{down}と\texttt{left}のフィールドを持ち,これらの値は
5061 文字の下/左へのシフト量(sp単位)である.
5062 %</ja>
5063
5064 %<*en>
5065 A good example is \Pkg{test/valign.lua}.
5066 After loading this file, the vertical position of glyphs is automatically
5067 adjusted; the ratio $(\hbox{height}:\hbox{depth})$ of glyphs is adjusted
5068 to be that of letters in the character class~0. For example, suppose that
5069 \begin{itemize}
5070 \item The setting of the JFM: $(\hbox{height})=88x$, $(\hbox{depth})=12x$
5071   (the standard values of Japanese OpenType fonts);
5072 \item The value of the real font: $(\hbox{height})=28y$, $(\hbox{depth})=5y$
5073   (the standard values of Japanese TrueType fonts).
5074 \end{itemize}
5075 Then, the position of glyphs is shifted up by
5076 %</en>
5077 %<*ja>
5078 良い例が\Pkg{test/valign.lua}である.このファイルが読み込まれた状態では,
5079              JFM内で規定された文字クラス0の文字における$(\hbox{高
5080              さ}):(\hbox{深さ})$の比になるように,実際のフォントの出力上
5081              下位置が自動調整される.例えば,
5082 \begin{itemize}
5083 \item JFM側の設定:$(\hbox{高さ})=88x$, $(\hbox{深さ})=12x$%
5084 (和文OpenTypeフォントの標準値)
5085 \item 実フォント側の数値:$(\hbox{高さ})=28y$, $(\hbox{深さ})=5y$(和文TrueTypeフォントの標準値)
5086 \end{itemize}
5087 となっていたとする.すると,実際の文字の出力位置は,以下の量だけ上にぜらされることとなる:
5088 %</ja>
5089 \[
5090  \frac{88x}{88x+12x} (28y+5y) - 28y = \frac{26}{25}y= 1.04y.
5091 \]
5092 \end{description}
5093
5094
5095
5096 %<en>\section{Parameters}
5097 %<ja>\section{パラメータ}
5098 \subsection{\cs{ltjsetparameter}}
5099 \label{ssec-param}
5100
5101 %<*en>
5102 As described before, \cs{ltjsetparameter} and \cs{ltjgetparameter} are
5103 commands for accessing most parameters of \LuaTeX-ja. One of the main
5104 reason that \LuaTeX-ja didn't adopted the syntax similar to that of \pTeX\
5105 (\textit{e.g.},~\verb+\prebreakpenalty`)=10000+)
5106 is the position of \verb+hpack_filter+ callback in the source
5107 of \LuaTeX, see Section~\ref{sec-para}.
5108 %</en>
5109 %<*ja>
5110 先に述べたように,\LuaTeX-jaの内部パラメータにアクセスするには
5111 \cs{ltjsetparameter}(または \cs{ltjglobalsetparameter})と \cs{ltjgetparameter} を用いる.
5112 \LuaTeX-jaが\pTeX のような文法(例えば,\verb+\prebreakpenalty`)=10000+)を
5113 採用しない理由の一つは,\LuaTeX のソースにおける \verb+hpack_filter+
5114 コールバックの位置にある.\ref{sec-para}章を参照.
5115 %</ja>
5116
5117 %<*en>
5118 \cs{ltjsetparameter} and \cs{ltjglobalsetparameter} are commands
5119 for assigning parameters. These take one argument which is a
5120 \texttt{<key>=<value>} list.
5121 The difference between these two commands is the
5122 scope of assignment;
5123 \cs{ltjsetparameter} does a local assignment and
5124 \cs{ltjglobalsetparameter} does a global one.
5125 They also obey the value of \cs{globaldefs}, like other assignments.
5126 %</en>
5127 %<*ja>
5128 \cs{ltjsetparameter} と \cs{ltjglobalsetparameter} はパラメータを
5129 指定するための命令で,\texttt{<key>=<value>}のリストを
5130 引数としてとる.両者の違いはスコープであり,
5131 \cs{ltjsetparameter} はローカルな設定を行うのに対し,
5132 \cs{ltjglobalsetparameter} はグローバルな設定を行う.
5133 また,他のパラメータ指定と同様に \cs{globaldefs} の値にも従う.
5134 %</ja>
5135
5136 %<*en>
5137 The following is the list of parameters which can be specified by the
5138 \cs{ltjsetparameter} command. [\cs{cs}] indicates the counterpart
5139 in \pTeX, and symbols beside each parameter has the following meaning:
5140 %</en>
5141 %<*ja>
5142 以下は \cs{ltjsetparameter} に指定することができるパラメータの一覧である.
5143 [\cs{cs}]は\pTeX における対応物を示す.
5144 また,それぞれのパラメータの右上の記号には次の意味がある:
5145 %</ja>
5146 \begin{itemize}
5147 %<*en>
5148 \item ``\ast'' : values at the end of a paragraph or a hbox are
5149 adopted in the whole paragraph or the whole hbox.
5150 %</en>
5151 %<*ja>
5152 \item ``\ast'':段落やhboxの終端での値がその段落/hbox全体で用いられる.
5153 %</ja>
5154 %<*en>
5155 \item ``\dagger'': assignments are always global.
5156 %</en>
5157 %<*ja>
5158 \item ``\dagger'':指定は常にグローバルになる.
5159 %</ja>
5160 \end{itemize}
5161
5162 \begin{cslist}[style=standard]
5163 \item[\DParam{jcharwidowpenalty}\,=<penalty>$^\ast$] [\cs{jcharwidowpenalty}]\
5164
5165 %<*en>
5166 Penalty value for suppressing orphans. This penalty is inserted just
5167              after the last \textbf{JAchar} which is not regarded as a
5168              (Japanese) punctuation mark.
5169 %</en>
5170 %<*ja>
5171 パラグラフの最後の字が孤立して改行されるのを防ぐためのペナルティの値.
5172 このペナルティは(日本語の)句読点として扱われない最後の\textbf{JAchar}の直後に
5173 挿入される.
5174 %</ja>
5175
5176 \item[\DParam{kcatcode}\,=\{<chr\_code>,<natural number>\}$^\ast$]\
5177
5178 %<*en>
5179 An additional attributes which each character whose character code is <chr\_code> has.
5180 At the present version, the lowermost bit of <natural number> indicates
5181              whether the character is considered as a punctuation mark
5182              (see the description of \Param{jcharwidowpenalty} above).
5183 %</en>
5184 %<*ja>
5185 文字コードが<chr\_code>の文字が持つ付加的な属性値.
5186 現在のバージョンでは,<natural number>の最下位ビットが,その文字が句読点と
5187 みなされるかどうかを表している(上の\Param{jcharwidowpenalty}の記述を参照).
5188 %</ja>
5189
5190 \item[\DParam{prebreakpenalty}\,=\{<chr\_code>,<penalty>\}$^\ast$] [\cs{prebreakpenalty}]\
5191
5192 %<*ja>
5193 文字コード<chr\_code>の\textbf{JAchar}が行頭にくることを抑止するために,
5194              この文字の前に挿入/追加されるペナルティの量を指定する.
5195
5196 例えば閉じ括弧「〗」は絶対に行頭にきてはならないので,
5197 \begin{lstlisting}
5198 \ltjsetparameter{prebreakpenalty={`〙,10000}}
5199 \end{lstlisting}
5200 と,最大値の10000が標準で指定されている.他にも,小書きのカナなど,絶対禁止とい
5201              うわけではないができれば行頭にはきて欲しくない場合に,0と
5202              10000の間の値を指定するのも有用であろう.
5203
5204 \pTeX では,\cs{prebreakpenalty}, \cs{postbreakpenalty}において,
5205 \begin{itemize}
5206 \item 一つの文字に対して,pre, postどちらか一つしか指定することができない%
5207   \footnote{後から指定した方で上書きされる.}
5208 \item pre, post合わせて256文字分の情報を格納することしかできない
5209 \end{itemize}
5210 という制限があったが,\LuaTeX-jaではこれらの制限は解消されている.
5211 %</ja>
5212 %<*en>
5213 Set a penalty which is inserted automatically before the character <chr\_code>,
5214 to prevent a line starts from this character. For example, a line cannot started
5215 with one of closing brackets ``〗'', so \LuaTeX-ja sets
5216 \begin{lstlisting}
5217 \ltjsetparameter{prebreakpenalty={`〙,10000}}
5218 \end{lstlisting}
5219 by default.
5220
5221 \pTeX\ has following restrictions on \cs{prebreakpenalty} and \cs{postbreakpenalty},
5222 but they don't exist in \LuaTeX-ja:
5223 \begin{itemize}
5224  \item Both \cs{prebreakpenalty} and \cs{postbreakpenalty} cannot be set
5225 for the same character.
5226  \item We can set \cs{prebreakpenalty} and \cs{postbreakpenalty} up to 256~characters.
5227 \end{itemize}
5228 %</en>
5229
5230 \item[\DParam{postbreakpenalty}\,=\{<chr\_code>,<penalty>\}$^\ast$]
5231            [\cs{postbreakpenalty}]\
5232
5233 %<*ja>
5234 文字コード<chr\_code>の\textbf{JAchar}が行末にくることを抑止するために,
5235              この文字の後に挿入/追加されるペナルティの量を指定する.
5236 %</ja>
5237 %<*en>
5238 Set a penalty which is inserted automatically after the character <chr\_code>,
5239 to prevent a line ends with this character.
5240 %</en>
5241
5242 \item[\DParam{jatextfont}\,=\{<jfam>,<jfont\_cs>\}$^\ast$]
5243 %<en>[\cs{textfont} in \TeX]
5244 %<ja>[\TeX の \cs{textfont}]
5245 \item[\DParam{jascriptfont}\,=\{<jfam>,<jfont\_cs>\}$^\ast$]
5246 %<en>[\cs{scriptfont} in \TeX]
5247 %<ja>[\TeX の \cs{scriptfont}]
5248 \item[\DParam{jascriptscriptfont}\,=\{<jfam>,<jfont\_cs>\}$^\ast$]
5249 %<en>[\cs{scriptscriptfont} in \TeX]
5250 %<ja>[\TeX の \cs{scriptscriptfont}]
5251 \item[\DParam{yjabaselineshift}\,=<dimen>]\
5252 \item[\DParam{yalbaselineshift}\,=<dimen>] [\cs{ybaselineshift}]
5253 \item[\DParam{tjabaselineshift}\,=<dimen>]\
5254 \item[\DParam{talbaselineshift}\,=<dimen>] [\cs{tbaselineshift}]
5255
5256 \item[\DParam{jaxspmode}\,=\{<chr\_code>,<mode>\}$^\ast$]\
5257
5258 %<*en>
5259 Set whether inserting \Param{xkanjiskip} is allowed before/after a \textbf{JAchar} whose character code is <chr\_code>.
5260 The followings are allowed for <mode>:
5261 %</en>
5262 %<*ja>
5263 文字コードが<chr\_code>の\textbf{JAchar}の前/後ろに\Param{xkanjiskip}の
5264 挿入を許すかどうかの設定.
5265 以下の<mode>が許される:
5266 %</ja>
5267 \begin{description}
5268 %<en>\item[0, \texttt{inhibit}] Insertion of \Param{xkanjiskip} is inhibited before the character, nor after the character.
5269 %<ja>\item[0, \texttt{inhibit}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも禁止される.
5270 %<en>\item[1, \texttt{preonly}] Insertion of \Param{xkanjiskip} is allowed before the character, but not after.
5271 %<ja>\item[1, \texttt{preonly}] \Param{xkanjiskip}の挿入は文字の前では許されるが,後ろでは許されない.
5272 %<en>\item[2, \texttt{postonly}] Insertion of \Param{xkanjiskip} is allowed after the character, but not before.
5273 %<ja>\item[2, \texttt{postonly}] \Param{xkanjiskip}の挿入は文字の後ろでは許されるが,前では許されない.
5274 %<en>\item[3, \texttt{allow}] Insertion of \Param{xkanjiskip} is allowed both before the character and after the character. This is the default value.
5275 %<ja>\item[3, \texttt{allow}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも許される.これがデフォルトの値である.
5276 \end{description}
5277 %<*en>
5278 This parameter is similar to the \cs{inhibitxspcode} primitive of \pTeX, but not compatible with \cs{inhibitxspcode}.
5279 %</en>
5280 %<*ja>
5281 このパラメータは\pTeX の \cs{inhibitxspcode} プリミティブと似ているが,
5282 互換性はない.
5283 %</ja>
5284 \item[\DParam{alxspmode}\,=\{<chr\_code>,<mode>\}$^\ast$] [\cs{xspcode}]\
5285
5286 %<*en>
5287 Set whether inserting \Param{xkanjiskip} is allowed before/after a
5288              \textbf{ALchar} whose character code is <chr\_code>.
5289              The followings are allowed for <mode>:
5290 %</en>
5291 %<*ja>
5292 文字コードが<chr\_code>の\textbf{ALchar}の前/後ろに\Param{xkanjiskip}の
5293 挿入を許すかどうかの設定.
5294 以下の<mode>が許される:
5295 %</ja>
5296 \begin{description}
5297 %<en>\item[0, \texttt{inhibit}] Insertion of \Param{xkanjiskip} is inhibited before the character, nor after the character.
5298 %<ja>\item[0, \texttt{inhibit}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも禁止される.
5299 %<en>\item[1, \texttt{preonly}] Insertion of \Param{xkanjiskip} is allowed before the character, but not after.
5300 %<ja>\item[1, \texttt{preonly}] \Param{xkanjiskip}の挿入は文字の前では許されるが,後ろでは許されない.
5301 %<en>\item[2, \texttt{postonly}] Insertion of \Param{xkanjiskip} is allowed after the character, but not before.
5302 %<ja>\item[2, \texttt{postonly}] \Param{xkanjiskip}の挿入は文字の後ろでは許されるが,前では許されない.
5303 %<en>\item[3, \texttt{allow}] Insertion of \Param{xkanjiskip} is allowed before the character and after the character. This is the default value.
5304 %<ja>\item[3, \texttt{allow}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも許される.これがデフォルトの値である.
5305 \end{description}
5306 %<*en>
5307 Note that parameters \Param{jaxspmode} and \Param{alxspmode} share a common table, hence these two parameters are synonyms of each other.
5308 %</en>
5309 %<*ja>
5310 \Param{jaxspmode}と\Param{alxspmode}は共通のテーブルを用いているため,
5311 これら2つのパラメータは互いの別名となっていることに注意する.
5312 %</ja>
5313
5314 \item[\DParam{autospacing}\,=<bool>] [\cs{autospacing}]
5315 \item[\DParam{autoxspacing}\,=<bool>] [\cs{autoxspacing}]
5316 \item[\DParam{kanjiskip}\,=<skip>$^\ast$] [\cs{kanjiskip}]\
5317
5318 %<*ja>
5319 デフォルトで2つの\textbf{JAchar}の間に挿入されるグルーである.
5320 通常では,\pTeX と同じようにフォントサイズに比例して変わることはない.
5321 しかし,自然長が \cs{maxdimen} の場合は,例外的に和文フォントのJFM側で指定されている
5322 値を採用(こちらはフォントサイズに比例)することになっている.
5323 %</ja>
5324 %<*en>
5325 The default glue which inserted between two \textbf{JAchar}s.
5326 Changing current Japanese font does not alter this parameter, as \pTeX.
5327
5328 If the natural width of this parameter is \cs{maxdimen}, \LuaTeX-ja uses
5329 the value which is specified in the JFM for current Japanese font (See Subsection~\ref{ssec-jfm-str}).
5330 %</en>
5331
5332 \item[\DParam{xkanjiskip}\,=<skip>$^\ast$] [\cs{xkanjiskip}]\
5333
5334 %<*ja>
5335 デフォルトで\textbf{JAchar}と\textbf{ALchar}の間に挿入されるグルーである.
5336 \Param{kanjiskip}と同じように,通常ではフォントサイズに比例して変わることはないが,
5337 自然長が \cs{maxdimen} の場合が例外である.
5338 %</ja>
5339 %<*en>
5340 The default glue which inserted between a \textbf{JAchar} and an
5341       \textbf{ALchar}.
5342 Changing current font does not alter this parameter, as \pTeX.
5343
5344 As \Param{kanjiskip}, if the natural width of this parameter is \cs{maxdimen}, \LuaTeX-ja uses
5345 the value which is specified in the JFM for current Japanese font (See Subsection~\ref{ssec-jfm-str}).
5346 %</en>
5347
5348
5349 \item[\DParam{differentjfm}\,=<mode>$^\dagger$]\
5350
5351 %<*en>
5352 Specify how glues/kerns between two \textbf{JAchar}s whose JFM (or size) are different.
5353 The allowed arguments are the followings:
5354 %</en>
5355 %<*ja>
5356 JFM(もしくはサイズ)が異なる2つの\textbf{JAchar}の間にグルー/カーンをどのように
5357 入れるかを指定する.
5358 許される値は以下の通り:
5359 %</ja>
5360 \begin{quote}
5361 \texttt{average},
5362 \texttt{both},
5363 \texttt{large},
5364 \texttt{small},
5365 \texttt{pleft},
5366 \texttt{pright},
5367 \texttt{paverage}
5368 \end{quote}
5369 %<*en>
5370 The default value is \texttt{paverage}. \dots
5371 %</en>
5372 %<*ja>
5373 デフォルト値は \texttt{paverage} である.
5374 各々の値による差異の詳細は\ref{ssec-cluster-wa}節の「『右空白』の算出」を参照してほしい.
5375 %</ja>
5376
5377 \item[\DParam{jacharrange}\,=<ranges>]
5378 \item[\DParam{kansujichar}\,=\{<digit>, <chr\_code>\}$^\ast$] [\cs{kansujichar}]
5379
5380 \item[\DParam{direction}\,=<dir>\ \hbox{\rm (always local)}]\
5381
5382 %<*en>
5383 Assigning to this parameter has the same effect as
5384 \cs{yoko}~(if $\hbox{<dir>}=4$), \cs{tate}~(if $\hbox{<dir>}=3$),
5385 \cs{dtou}~(if $\hbox{<dir>}=1$) or \cs{utod}~(if $\hbox{<dir>}=11$).
5386 If the argument <dir> is not one of 4,~3, 1~nor~11,
5387 the behavior of this assignment is undefined.
5388 %</en>
5389 %<*ja>
5390 組方向を変更する \cs{yoko}~(if $\hbox{<dir>}=4$), \cs{tate}~(if $\hbox{<dir>}=3$),
5391 \cs{dtou}~(if $\hbox{<dir>}=1$), \cs{utod}~(if $\hbox{<dir>}=11$) と同じ役割を持つ.
5392 利用可能な状況もこれら4命令と同一である.引数<dir>が4,~3, 1,~11のいずれでも無いときの
5393 動作は未定義である.
5394 %</ja>
5395
5396 \end{cslist}
5397
5398
5399 \subsection{\cs{ltjgetparameter}}
5400 \label{ssec-getpar}
5401 %<*en>
5402 \cs{ltjgetparameter} is a control sequence for acquiring parameters. It
5403 always takes a parameter name as first argument.
5404 %</en>
5405 %<*ja>
5406 \cs{ltjgetparameter} はパラメータの値を取得するための命令であり,
5407 常にパラメータの名前を第一引数にとる.
5408 %</ja>
5409 \begin{LTXexample}
5410 \ltjgetparameter{differentjfm},
5411 \ltjgetparameter{autospacing},
5412 \ltjgetparameter{kanjiskip},
5413 \ltjgetparameter{prebreakpenalty}{`)}.
5414 \end{LTXexample}
5415
5416 %<*en>
5417 \emph{The return value of\/ \cs{ltjgetparameter} is
5418 always a string}, which is outputted by \texttt{tex.write()}.
5419 Hence any character other than space~``\texttt{\char32}''~(\texttt{U+0020}) has the category code
5420 12~(other), while the space has 10~(space).
5421 %</en>
5422 %<*ja>
5423 \emph{\cs{ltjgetparameter} の戻り値は常に文字列である.}
5424 これは\texttt{tex.write()}によって出力しているためで,空白「\texttt{\char32}」
5425 (\texttt{U+0020})を除いた文字のカテゴリーコードは全て12~(other)となる.
5426 一方,空白のカテゴリーコードは10~(space)である.
5427 %</ja>
5428
5429 \begin{itemize}
5430 \item
5431 %<*en>
5432 If first argument is one of the
5433 following, no  additional argument is needed.
5434 %</en>
5435 %<*ja>
5436 第1引数が次のいずれかの場合には,追加の引数は必要ない.
5437 %</ja>
5438 \begin{quote}
5439 \sffamily
5440 jcharwidowpenalty, yjabaselineshift, yalbaselineshift, autospacing, autoxspacing,\\
5441 kanjiskip, xkanjiskip, differentjfm, direction
5442 \end{quote}
5443 %<*en>
5444 Note that \verb+\ltjgetparameter{autospacing}+~and~\verb+\ltjgetparameter{autoxspacing}+
5445 returns 1 or 0, not
5446 \texttt{true}~nor~\texttt{false}.
5447 %</en>
5448 %<*ja>
5449 \verb+\ltjgetparameter{autospacing}+ と \verb+\ltjgetparameter{autoxspacing}+ は,
5450 \texttt{true}や\texttt{false}を返すの\emph{ではなく},
5451 1か0のいずれかを返すことに注意,
5452 %</ja>
5453
5454 \item
5455 %<*en>
5456 If first argument is one of the
5457 following, an additional argument---a character code, for example---is needed.
5458 %</en>
5459 %<*ja>
5460 第1引数が次のいずれかの場合には,さらに文字コードを第2引数としてとる.
5461 %</ja>
5462 \begin{quote}
5463 \sffamily
5464 kcatcode, prebreakpenalty, postbreakpenalty, jaxspmode, alxspmode
5465 \end{quote}
5466 %<*en>
5467 \verb+\ltjgetparameter{jaxspmode}{...}+~and~\verb+\ltjgetparameter{alxspmode}{...}+
5468 returns 0,~1, 2,~or~3, instead of \texttt{preonly} etc.
5469 %</en>
5470 %<*ja>
5471 \verb+\ltjgetparameter{jaxspmode}{...}+ や \verb+\ltjgetparameter{alxspmode}{...}+\
5472 は,\texttt{preonly} などといった文字列ではなく,0から3までの値を返す.
5473 %</ja>
5474
5475 \item
5476 %<*en>
5477 \verb+\ltjgetparameter{jacharrange}{+<range>\verb+}+ returns \texttt{0}
5478 if ``characters which belong to the character range~<range> are \textbf{JAchar}'',
5479 \texttt{1} if ``\dots~are \textbf{ALchar}''.
5480 Although there is no character range~$-1$, specifying $-1$ to <range> does not cause an
5481       error (returns 1).
5482 %</en>
5483 %<*ja>
5484 \verb+\ltjgetparameter{jacharrange}{+<range>\verb+}+ は,<range>が\textbf{JAchar}達の
5485 範囲ならば0を,そうでなければ1を返す.「$-1$番の文字範囲」は存在しないが,<range>に$-1$を
5486 指定してもエラーは発生しない(1を返す).
5487 %</ja>
5488
5489 \item
5490 %<*en>
5491 For an integer~<digit> between 0~and~9,
5492      \verb+\ltjgetparameter{kansujichar}{+<digit>\verb+}+ returns the character code
5493 of the result of \cs{kansuji}<digit>.
5494 %</en>
5495 %<*ja>
5496 0--9の数<digit>に対して,
5497 \verb+\ltjgetparameter{kansujichar}{+<digit>\verb+}+ は,\cs{kansuji}<digit>で出力され
5498      る文字の文字コードを返す.
5499 %</ja>
5500
5501 \item
5502 %<*en>
5503 \verb+\ltjgetparameter{adjustdir}+ returns a integer which represents
5504 the direction of the surrounding vertical list.
5505 As \Param{direction}, the return value 1 means \emph{down-to-up} direction,
5506 3 means \emph{tate} direction (vertical typesetting),
5507 and 4 means \emph{yoko} direction (horizontal typesetting).
5508 %</en>
5509 %<*ja>
5510 \verb+\ltjgetparameter{adjustdir}+ は,周囲のvboxの組方向(言い換えれば,
5511 \cs{vadjust} で用いられる組方向)を表す数値を返す.
5512 \Param{direction}と同様に,1は \cs{dtou} 方向を,
5513 3は縦組みを,4は横組みを表す.
5514 %</ja>
5515
5516 \item
5517 %<*en>
5518 For an integer~<reg\_num> between 0~and~65535,
5519 \verb+\ltjgetparameter{boxdim}{+<reg\_num>\verb+}+ returns the direction of
5520 \cs{box}<reg\_num>. If this box register is void, the returned value is zero.
5521 %</en>
5522 %<*ja>
5523 0--65535の数<reg\_num>に対して,
5524 \verb+\ltjgetparameter{boxdim}{+<reg\_num>\verb+}+ は,\cs{box}<reg\_num>に
5525 格納されているボックスの組方向を表す.もしこのレジスタが空の場合は,0が返される.
5526 %</ja>
5527
5528 \item
5529 %<*en>
5530 The following parameter names \emph{cannot be specified} in \cs{ltjgetparameter}.
5531 %</en>
5532 %<*ja>
5533 次のパラメータ名を \cs{ltjgetparameter} に指定することはできない.
5534 %</ja>
5535 \begin{quote}
5536 \sffamily
5537 jatextfont, jascriptfont, jascriptscriptfont, jacharrange
5538 \end{quote}
5539
5540 \item
5541 %<*en>
5542 \verb+\ltjgetparameter{chartorange}{+<chr\_code>\verb+}+ returns
5543 the range number which <chr\_code> belongs to
5544 (although there is no parameter named ``chartorange'').
5545
5546 If <chr\_code> is between 0 and 127, this <chr\_code> does not belong to
5547 any character range. In this case,
5548       \verb+\ltjgetparameter{chartorange}{+<chr\_code>\verb+}+
5549 returns $-1$.
5550
5551 Hence, one can know whether <chr\_code> is \textbf{JAchar} or not
5552 by the following:
5553 %</en>
5554 %<*ja>
5555 \verb+\ltjgetparameter{chartorange}{+<chr\_code>\verb+}+ によって
5556 <chr\_code>の属する文字範囲の番号を知ることができる.
5557
5558 <chr\_code>に0--127の値を指定した場合(このとき,<chr\_code>が属する
5559 文字範囲は存在しない)は$-1$が返る.
5560
5561 そのため,<chr\_code>が\textbf{JAchar}か\textbf{ALchar}かは
5562 次で知ることができる:
5563 %</ja>
5564 \begin{quote}
5565 \ttfamily \verb+\ltjgetparameter{jacharrange}{\ltjgetparameter{chartorange}{+%
5566   <chr\_code>\verb+}}+\\\null\hfill\verb+% 0 if JAchar, 1 if ALchar+
5567 \end{quote}
5568
5569 %<*en>
5570 \item Because the returned value is string, the following conditionals do not work
5571 if \Param{kanjiskip} (or~\Param{xkanjiskip}) has the stretch part or the shrink part.
5572 \begin{lstlisting}
5573 \ifdim\ltjgetparameter{kanjiskip}>\z@ ... \fi
5574 \ifdim\ltjgetparameter{xkanjiskip}>\z@ ... \fi
5575 \end{lstlisting}
5576 The correct way is using a temporary register.
5577 \begin{lstlisting}
5578 \@tempskipa=\ltjgetparameter{kanjiskip} \ifdim\@tempskipa>\z@ ... \fi
5579 \@tempskipa=\ltjgetparameter{xkanjiskip}\ifdim\@tempskipa>\z@ ... \fi
5580 \end{lstlisting}
5581 %</en>
5582 %<*ja>
5583 \item 返り値が文字列であることから,\Param{kanjiskip}や\Param{xkanjiskip}を直接
5584 \ \cs{ifdim} を使って比較することは望ましくない.伸び量や縮み量を持っている時には,
5585 次はエラーを発生させる:
5586 \begin{lstlisting}
5587 \ifdim\ltjgetparameter{kanjiskip}>\z@ ... \fi
5588 \ifdim\ltjgetparameter{xkanjiskip}>\z@ ... \fi
5589 \end{lstlisting}
5590 レジスタに一旦代入するのが良い:
5591 \begin{lstlisting}
5592 \@tempskipa=\ltjgetparameter{kanjiskip} \ifdim\@tempskipa>\z@ ... \fi
5593 \@tempskipa=\ltjgetparameter{xkanjiskip}\ifdim\@tempskipa>\z@ ... \fi
5594 \end{lstlisting}
5595 %</ja>
5596
5597 \end{itemize}
5598
5599 %<*ja>
5600 \subsection{\cs{ltjsetparameter} の代替}
5601 原則として各種内部パラメータの設定には \cs{ltjsetparameter} もしくは
5602 \ \cs{ltjglobalsetparameter}\ を用いることになるが,
5603 \cs{ltjsetparameter} の実行には時間がかかるという難点があり,
5604 \LuaTeX-ja の内部ではより高速に実行できる別の形式を用いている.
5605 \emph{本節は一般利用者むけの内容ではない.}
5606
5607 \paragraph{\Param{kanjiskip}, \Param{xkanjiskip} の設定}
5608 \pLaTeXe 新ドキュメントクラスでは,
5609 \begin{lstlisting}
5610 \def\@setfontsize#1#2#3{%
5611   ...
5612   \kanjiskip=0zw plus .1zw minus .01zw
5613   \ifdim\xkanjiskip>\z@
5614     \if@slide \xkanjiskip=0.1em \else
5615       \xkanjiskip=0.25em plus 0.15em minus 0.06em
5616     \fi
5617   \fi}
5618 \end{lstlisting}
5619 と,フォントサイズを変更するごとに \cs{kanjiskip}, \cs{xkanjiskip} を変更している.
5620 この \cs{@setfontsize} は文書の中で多数回実行されるので.
5621 \LuaTeX-ja 用に素直に書き換えた
5622 \begin{lstlisting}
5623   \ltjsetparameter{kanjiskip=0\zw plus .1\zw minus .01\zw}
5624   \@tempskipa=\ltjgetparameter{xkanjiskip}
5625   \ifdim\@tempskipa>\z@
5626     \if@slide
5627       \ltjsetparameter{xkanjiskip=0.1em}
5628     \else
5629       \ltjsetparameter{xkanjiskip=0.25em plus 0.15em minus 0.06em}
5630     \fi
5631   \fi
5632 \end{lstlisting}
5633 としたのではタイプセットが遅くなってしまう.
5634 そこで,\cs{ltjsetparameter} の中で
5635 \begin{itemize}
5636 \item \cs{globaldefs} の値を読み取る \cs{ltj@setpar@global}
5637 \item \Param{kanjiskip} の設定を行う \cs{ltjsetkanjiskip}
5638 \item \Param{xkanjiskip} の設定を行う \cs{ltjsetxkanjiskip}
5639 \end{itemize}
5640 を独立させ,\Pkg{ltjsclasses}では,
5641 \begin{lstlisting}
5642   \ltj@setpar@global
5643   \ltjsetkanjiskip{\z@ plus .1\zw minus .01\zw}
5644   \@tempskipa=\ltjgetparameter{xkanjiskip}
5645   \ifdim\@tempskipa>\z@
5646     \if@slide
5647       \ltjsetxkanjiskip.1em
5648     \else
5649       \ltjsetxkanjiskip.25em plus .15em minus .06em
5650     \fi
5651   \fi
5652 \end{lstlisting}
5653 としている.
5654 \cs{ltj@setpar@global}を直前に実行せず,単独で
5655 \cs{ltjsetkanjiskip}, \cs{ltjsetxkanjiskip}を実行することは想定されていないので注意.
5656
5657
5658
5659 \paragraph{ベースライン補正量の設定}
5660 \pLaTeX の\Pkg{ascmac}パッケージでは,縦組の欧文ベースライン補正量の一時待避・復帰処理に
5661 \ \cs{@saveybaselineshift}\ という寸法レジスタを用い
5662 \begin{lstlisting}
5663 \@savetbaselineshift\tbaselineshift\tbaselineshift\z@
5664 ...
5665 \tbaselineshift\@savetbaselineshift
5666 \end{lstlisting}
5667 という処理を行っている.
5668
5669 これを\LuaTeX-ja 用に \cs{ltjsetparameter} を使って書き直すと,
5670 \begin{lstlisting}
5671 \@savetbaselineshift\ltjgetparameter{talbaselineshift}
5672 \ltjsetparameter{talbaselineshift=\z@}
5673 ...
5674 \ltjsetparameter{talbaselineshift=\@savetbaselineshift}
5675 \end{lstlisting}
5676 となる.
5677
5678 さて,縦組の欧文ベースライン補正量\Param{talbaselineshift}は,
5679 実際には \cs{ltj@tablshift} という属性レジスタに格納されている
5680 (\ref{sec-para}\nobreak 節参照).属性レジスタは長さではなく整数値を格納する\footnote{%
5681   従って,\texttt{\textbackslash @savetbaselineshift=\textbackslash ltj@tablshift}\
5682   のように記述することはできない.属性レジスタを \cs{tbaselineshift} という名称にしなかっ
5683   たのはそのためである.
5684 }ものであり,\cs{ltj@tablshift} は補正量を sp 単位で保持することから,
5685 上記のコードと同じ内容をより速い以下のコードで実現することができる.
5686 \begin{lstlisting}
5687 \@savetbaselineshift\ltj@tablshift sp%
5688 \ltj@tablshift\z@
5689 ...
5690 \ltj@tablshift\@savetbaselineshift
5691 \end{lstlisting}
5692 この手法は \Pkg{ascmac} パッケージの\LuaTeX-ja対応パッチ \Pkg{lltjp-tascmac.sty} で
5693 実際に用いられている.\Pkg{lltjp-tascmac.sty} は自動的に読み込まれるので,
5694 ユーザは何も気にせず普通に \Pkg{ascmac} パッケージを \cs{usepackage} で読みこめば良い.
5695 %</ja>
5696
5697
5698 %<en>\section{Other Commands for plain \TeX\ and \LaTeXe}
5699 %<ja>\section{plainでも\LaTeX でも利用可能なその他の命令}
5700 %<en>\subsection{Commands for compatibility with \pTeX}
5701 %<ja>\subsection{\pTeX 互換用命令}
5702
5703 %<*en>
5704 The following commands are implemented for compatibility with \pTeX.
5705 Note that the former five commands don't support JIS~X~0213, but only JIS~X~0208.
5706 The last \cs{kansuji} converts an integer into its Chinese numerals.
5707 %</en>
5708 %<*ja>
5709 以下の命令は\pTeX との互換性のために実装されている.そのため,JIS~X~0213には対応せず,
5710 \pTeX と同じようにJIS~X~0208の範囲しかサポートしていない.
5711 %</ja>
5712 \begin{center}
5713 \cs{kuten}, \cs{jis}, \cs{euc}, \cs{sjis}, \cs{jis}, \cs{kansuji}
5714 \end{center}
5715 %<*en>
5716 These six commands takes an internal integer, and returns a \emph{string}.
5717 %</en>
5718 %<*ja>
5719 これら6命令は内部整数を引数とするが,実行結果は\textbf{文字列}であることに注意.
5720 %</ja>
5721 \begin{LTXexample}
5722 \newcount\hoge
5723 \hoge="2423 %"
5724 \the\hoge, \kansuji\hoge\\
5725 \jis\hoge, \char\jis\hoge\\
5726 \kansuji1701
5727 \end{LTXexample}
5728
5729 %<*en>
5730 To change characters of Chinese numerals for each digit, set \Param{kansujichar} parameter:
5731 \begin{LTXexample}
5732 \ltjsetparameter{kansujichar={1,`壹}}
5733 \ltjsetparameter{kansujichar={7,`漆}}
5734 \ltjsetparameter{kansujichar={0,`零}}
5735 \kansuji1701
5736 \end{LTXexample}
5737 %</en>
5738
5739
5740 \subsection{\cs{inhibitglue}}
5741 %<*en>
5742 \cs{inhibitglue} suppresses the insertion of \textbf{JAglue}.
5743 The following is an example, using a special JFM that there will be a glue between
5744 the beginning of a box and ``あ'', and also between ``あ''~and~``ウ''.
5745 %</en>
5746 %<*ja>
5747 \cs{inhibitglue} は\textbf{JAglue}の挿入を抑制する.
5748 以下は,ボックスの始めと「あ」の間,「あ」「ウ」の間にグルーが入る特別なJFMを用いた例で
5749 ある.
5750 %</ja>
5751
5752 \begin{LTXexample}[width=0.4\textwidth]
5753 \jfont\g=file:KozMinPr6N-Regular.otf:jfm=test \g
5754 \fbox{\hbox{あウあ\inhibitglue ウ}}
5755 \inhibitglue\par\noindent あ1
5756 \par\inhibitglue\noindent あ2
5757 \par\noindent\inhibitglue あ3
5758 \par\hrule\noindent あoff\inhibitglue ice
5759 \end{LTXexample}
5760
5761 %<*en>
5762 With the help of this example, we remark the specification of \cs{inhibitglue}:
5763 %</en>
5764 %<*ja>
5765 この例を援用して,\cs{inhibitglue} の仕様について述べる.
5766 %</ja>
5767 \begin{itemize}
5768 %<*en>
5769 \item The call of \cs{inhibitglue} in the (internal) vertical mode is
5770       simply ignored.
5771 %</en>
5772 %<*ja>
5773 \item \emph{\cs{inhibitglue} の垂直モード中での呼び出しは意味を持たない}\footnote{%
5774   この点は\TeX~Live~2014での\pTeX における \cs{inhibitglue} の仕様変更と同じである.
5775 }.
5776 4行目の入力で有効にならないのは,\cs{inhibitglue} の時点では垂直モードであり,
5777 \cs{noindent} の時点で水平モードになるからである.
5778 %</ja>
5779
5780 %<*en>
5781 \item The call of \cs{inhibitglue} in the (restricted) horizontal
5782       mode is only effective on the spot; does not get over boundary of
5783       paragraphs. Moreover, \cs{inhibitglue} cancels ligatures and
5784       kernings, as shown in the last line of above example.
5785 %</en>
5786 %<*ja>
5787 \item \cs{inhibitglue} の(制限された)水平モード中での呼び出しはその場でのみ
5788   有効であり,段落の境界を乗り越えない.
5789   さらに,\cs{inhibitglue} は上の例の最終行のように(欧文における)リガチャとカーニングを
5790   打ち消す.これは,\cs{inhibitglue} が内部的には「現在のリスト中にwhatsitノードを
5791   追加する」ことを行なっているからである.
5792 %</ja>
5793
5794 %<*en>
5795 \item The call of \cs{inhibitglue} in math mode is just ignored.
5796 %</en>
5797 %<*ja>
5798 \item \cs{inhibitglue} を数式モード中で呼び出した場合はただ無視される.
5799 %</ja>
5800
5801 %<*ja>
5802 \item \LaTeX で\LuaTeX-ja を使用する場合は,
5803 \cs{inhibitglue} の代わりとして \verb+\<+ を使うことができる.
5804 既に \verb+\<+ が定義されていた場合は,\LuaTeX-ja の読み込みで強制的に上書きされるので
5805 注意すること.
5806 %</ja>
5807 \end{itemize}
5808
5809
5810 \subsection{\cs{ltjdeclarealtfont}}
5811 \label{ssec-altfont}
5812 %<*en>
5813 Using \cs{ltjdeclarealtfont}, one can ``compose'' more than one Japanese fonts.
5814 This \cs{ltjdeclarealtfont} uses in the following form:
5815 \begin{quote}
5816 \ttfamily \textbackslash ltjdeclarealtfont<base\_font\_cs><alt\_font\_cs>\{<range>\}
5817 \end{quote}
5818 where  <base\_font\_cs>~and~<alt\_font\_cs> are defined by \cs{jfont}.
5819 Its meaning is
5820 \begin{quote}
5821 If the current Japanese font is <base\_font\_cs>, characters which belong to <range>
5822 is typeset by another Japanese font <alt\_font\_cs>, instead of <base\_font\_cs>.
5823 \end{quote}
5824 Here <range> is a comma-separated list of character codes, but also accepts negative integers:
5825 $-n$~($n≥1$) means that all characters of character classes~$n$, with respect to JFM used
5826 by <base\_font\_cs>. Note that characters which do not exist in <alt\_font\_cs> are
5827 ignored.
5828
5829 For example, if \cs{hoge} uses \texttt{jfm-ujis.lua}, the standard JFM of \LuaTeX-ja,
5830 then
5831 \begin{lstlisting}
5832 \ltjdeclarealtfont\hoge\piyo{"3000-"30FF, {-1}-{-1}}
5833 \end{lstlisting}
5834 does
5835 \begin{quote}
5836 If the current Japanese font is \cs{hoge}, \texttt{U+3000}--\texttt{U+30FF}
5837 and characters in class~1 (ideographic opening brackets)
5838 are typeset by \cs{piyo}.
5839 \end{quote}
5840 %</en>
5841 %<*ja>
5842 \cs{jfont} の書式を見ればわかるように,基本的には\LuaTeX-jaにおける1つの和文フォントに
5843 使用出来る「実際のフォント」は1つである.
5844 しかし,\cs{ltjdeclarealtfont} を用いると,この原則から外れることができる.
5845
5846 \cs{ltjdeclarealtfont} は以下の書式で使用する:
5847 \begin{quote}
5848 \ttfamily \textbackslash ltjdeclarealtfont<base\_font\_cs><alt\_font\_cs>\{<range>\}
5849 \end{quote}
5850 これは「現在の和文フォント」が<base\_font\_cs>であるとき,
5851 <range>に属する文字は<alt\_font\_cs>を用いて組版される,という意味である.
5852 \begin{itemize}
5853  \item <base\_font\_cs>, <alt\_font\_cs>は
5854 \cs{jfont} によって定義された和文フォントである.
5855  \item <range>は文字コードの範囲を表すコンマ区切りのリストであるが,
5856    例外として負数$-n$は「<base\_font\_cs>のJFMの文字クラス$n$に属する全ての文字」
5857    を意味する.
5858
5859 <range>中に<alt\_font\_cs>中に実際には存在しない文字が指定された場合は,
5860 その文字に対する設定は無視される.
5861 \end{itemize}
5862
5863 例えば,\cs{hoge} のJFMが\LuaTeX-ja標準の
5864 \ \texttt{jfm-ujis.lua} であった場合,
5865 \begin{lstlisting}
5866 \ltjdeclarealtfont\hoge\piyo{"3000-"30FF, {-1}-{-1}}
5867 \end{lstlisting}
5868 は「\cs{hoge} を利用しているとき,
5869 \texttt{U+3000}--\texttt{U+30FF}と
5870 文字クラス1(開き括弧類)中の文字だけは \cs{piyo} を用いる」
5871 ことを設定する.\verb+{-1}-{-1}+ という変わった指定の仕方をしているのは,
5872 普通に \texttt{-1} と指定したのでは正しく$-1$と読み取られないという
5873 マクロの都合による.
5874 %</ja>
5875
5876 %<*ja>
5877 \subsection{\cs{ltjalchar} と \cs{ltjjachar}}
5878 文字コードが$\text{<chr\_code>}~(\geq 128=\mathtt{0x80})$の文字を
5879 \ \cs{char} プリミティブを使い \cs{char}<chr\_code> として出力させると,
5880 その文字の属する文字範囲(\ref{ssec-setrange}節参照)によって
5881 \textbf{ALchar}か\textbf{JAchar}か,つまり欧文フォントで出力されるか和文フォントで出力され
5882 るかが決まる.
5883
5884 文字範囲の設定を無視し,文字コードが$\text{<chr\_code>}~(\geq 128=\mathtt{0x80})$の文字を強制的に
5885 \textbf{ALchar}, \textbf{JAchar}で出力する命令がそれぞれ
5886 \ \cs{ltjalchar},~\cs{ltjjachar} である.使用方法は \cs{char} と同じく
5887 \ \cs{ltjalchar}<chr\_code>, \cs{ltjjachar}<chr\_code>とすればよい.
5888 <chr\_code>が127以下の場合は,\cs{ltjjachar} であっても\textbf{ALchar}として出力されること
5889 に注意.
5890
5891 以下は\ref{ssec-setrange}節に載せた例に,\cs{char} の動作を追加したものである.
5892 \begin{LTXexample}[width=0.25\textwidth]
5893 \gtfamily\large % default, ALchar, JAchar
5894 ¶, \char`¶, \ltjalchar`¶, \ltjjachar`¶\\    % default: ALchar
5895 α, \char`α, \ltjalchar`α, \ltjjachar`α  % default: JAchar
5896 \end{LTXexample}
5897 %</ja>
5898
5899
5900 %<en>\section{Commands for \LaTeXe}
5901 %<ja>\section{\LaTeXe 用の命令}
5902
5903 %<en>\subsection{Patch for NFSS2}
5904 %<ja>\subsection{NFSS2へのパッチ}
5905 \label{ssec-nfsspat}
5906
5907 %<*en>
5908 Japanese patch for NFSS2 in \LuaTeX-ja
5909 is based on \texttt{plfonts.dtx} which plays the same role in \pLaTeXe.
5910 We will describe
5911 commands which are not described in Subsection~\ref{ssec-chgfnt}.
5912 %</en>
5913 %<*ja>
5914 \LuaTeX-jaのNFSS2への日本語パッチは
5915 \pLaTeXe で同様の役割を果たす \texttt{plfonts.dtx} をベースに,
5916 和文エンコーディングの管理等をLuaで書きなおしたものである.
5917 ここでは\ref{ssec-chgfnt}節で述べていなかった命令について
5918 記述しておく.
5919 %</ja>
5920
5921 \begin{cslist}%
5922 \item[\normalfont\bfseries %
5923 %<ja>追加の長さ変数達
5924 %<en>additonal dimensions
5925 ]
5926 %<*en>
5927 Like \pLaTeXe, \LuaTeX-ja defines the following dimensions
5928 for information of current Japanese font:
5929 %</en>
5930 %<*ja>
5931 \pLaTeXe と同様に,\LuaTeX-jaは「現在の和文フォントの情報」を格納する長さ変数
5932 %</ja>
5933 \begin{quote}
5934  \cs{cht}~(height), \cs{cdp}~(depth), \cs{cHT}~(sum of former two),\\
5935  \cs{cwd}~(width), \cs{cvs}~(lineskip), \cs{chs}~(equals to \cs{cwd})
5936 \end{quote}
5937 %<en>and its \cs{normalsize} version:
5938 %<ja>と,その \cs{normalsize} 版である
5939 \begin{quote}
5940  \cs{Cht}~(height), \cs{Cdp}~(depth),
5941  \cs{Cwd}~(width), \\\cs{Cvs}~(equals to \cs{baselineskip}),
5942  \cs{Chs}~(equals to \cs{cwd})%
5943 %<en>.
5944 \end{quote}
5945 %<*ja>
5946 を定義している.なお,\cs{cwd} と \cs{zw},また
5947 \cs{cHT} と \cs{zh} は一致しない可能性がある.なぜなら,
5948 \cs{cwd},~\cs{cHT} は「あ」の寸法から決定されるのに対し,
5949 \cs{zw} と \cs{zh} はJFMに指定された値に過ぎないからである.
5950 %</ja>
5951 %<*en>
5952 Note that \cs{cwd}~and~\cs{cHT} may  differ from \cs{zw}~and~\cs{zh}
5953 respectively.
5954 On the one hand the former dimensions are determined from the character ``あ'',
5955 but on the other hand \cs{zw}~and~\cs{zh} are specified by JFM.
5956 %</en>
5957
5958
5959 \item[\cs{DeclareYokoKanjiEncoding}\{<encoding>\}\{<text-settings>\}\{<math-settings>\}]
5960 %<en>\ \\[\dimexpr-\medskipamount-2\baselineskip\relax]
5961 %<ja>\ \\[\dimexpr-2\baselineskip\relax]
5962 \item[\cs{DeclareTateKanjiEncoding}\{<encoding>\}\{<text-settings>\}\{<math-settings>\}]
5963
5964 %<*en>
5965 In NFSS2 under \LuaTeX-ja, distinction between alphabetic fonts
5966              and Japanese fonts are only made by their
5967              encodings. For example, encodings OT1 and T1 are encodings for
5968              alphabetic fonts, and Japanese fonts cannot
5969              have these encodings. These command define a new encoding
5970              scheme for Japanese font families.
5971 %</en>
5972 %<*ja>
5973 \LuaTeX-jaのNFSS2においては,欧文フォントと和文フォントは
5974 そのエンコーディングによってのみ区別される.
5975 例えば,OT1とT1のエンコーディングは欧文フォントのエンコーディングであり,
5976 和文フォントはこれらのエンコーディングを持つことはできない.
5977 これらコマンドは横組用・縦組用和文フォントのための新しいエンコーディングを
5978 それぞれ定義する.
5979 %</ja>
5980
5981 \item[\cs{DeclareKanjiEncodingDefaults}\{<text-settings>\}\{<math-settings>\}]
5982 %<en>\ \\[\dimexpr-\medskipamount-2\baselineskip\relax]
5983 %<ja>\ \\[\dimexpr-2\baselineskip\relax]
5984 \item[\cs{DeclareKanjiSubstitution}\{<encoding>\}\{<family>\}\{<series>\}\{<shape>\}]
5985 %<en>\ \\[\dimexpr-\medskipamount-2\baselineskip\relax]
5986 %<ja>\ \\[\dimexpr-2\baselineskip\relax]
5987 \item[\cs{DeclareErrorKanjiFont}\{<encoding>\}\{<family>\}\{<series>\}\{<shape>\}\{<size>\}]
5988
5989 %<*en>
5990 The above 3~commands are just the counterparts for \cs{DeclareFontEncodingDefaults} and~others.
5991 %</en>
5992 %<*ja>
5993 上記3つのコマンドはちょうどNFSS2 の \cs{DeclareFontEncodingDefaults} などに対応するものである.
5994 %</ja>
5995
5996 \item[\cs{reDeclareMathAlphabet}\{<unified-cmd>\}\{<al-cmd>\}\{<ja-cmd>\}]
5997
5998 % ToDo: en
5999 %<*ja>
6000 和文・欧文の数式用フォントファミリを一度に変更する命令を作成する.
6001 具体的には,欧文数式用フォントファミリ変更の命令<al-cmd>(\cs{mathrm} 等)と,和文数式用フォ
6002              ントファミリ変更の命令<ja-cmd>(\cs{mathmc} 等)の2つを同時に行う命令として
6003              <unified-cmd>を(再)定義する.実際の使用では<unified-cmd>と
6004              <al-cmd>に同じものを指定する,すなわち,<al-cmd>で和文側も変
6005              更させるようにするのが一般的と思われる.
6006
6007 本命令は
6008 \begin{center}\tt
6009 <unified-cmd>\{<arg>\}\quad$\longrightarrow$\quad
6010 (<al-cmd>の1段展開結果)\{<ja-cmd>の1段展開結果)\{<arg>\}\}
6011 \end{center}
6012 と定義を行うので,使用には注意が必要である:
6013 %<en>\vspace{-\medskipamount}
6014 \begin{itemize}
6015 \item <al-cmd>,~<ja-cmd>は既に定義されていなければならない.
6016       \cs{reDeclareMathAlphabet}\\の後に
6017 両命令の内容を再定義しても,<unified-cmd>の内容にそれは反映されない.
6018 \item <al-cmd>,~<ja-cmd>に\verb+\@mathrm+などと \texttt{@} をつけた命令を指定した時の動作は保証できない.
6019 \end{itemize}
6020 %</ja>
6021
6022 \item[\cs{DeclareRelationFont}\{<ja-encoding>\}\{<ja-family>\}\{<ja-series>\}\{<ja-shape>\}\\*
6023   \null\hfill\{<al-encoding>\}\{<al-family>\}\{<al-series>\}\{<al-shape>\}]
6024 %<*en>
6025 This command sets the ``accompanied'' alphabetic font (given by the latter 4~arguments)
6026 with respect to a Japanese font given by the former 4~arguments.
6027 %</en>
6028 %<*ja>
6029 いわゆる「従属欧文」を設定するための命令である.前半の4引数で表される和文フォントに対して,
6030 そのフォントに対応する「従属欧文」のフォントを後半の4引数により与える.
6031 %</ja>
6032 \item[\cs{SetRelationFont}]
6033 %<*en>
6034 This command is almost same as \cs{DeclareRelationFont}, except that this command does a local
6035 assignment, where \cs{DeclareRelationFont} does a global assignment.
6036 %</en>
6037 %<*ja>
6038 このコマンドは \cs{DeclareRelationFont} とローカルな指定であることを除いて
6039 ほとんど同じである(\cs{DeclareRelationFont} はグローバル).
6040 %</ja>
6041
6042 \item[\cs{userelfont}]
6043 %<*en>
6044 Change current alphabetic font encoding/family/\dots\ to the `accompanied' alphabetic
6045              font family with respect to current Japanese font family,
6046              which was set by
6047              \cs{DeclareRelationFont} or \cs{SetRelationFont}.
6048 Like \cs{fontfamily}, \cs{selectfont} is required to take an effect.
6049 %</en>
6050 %<*ja>
6051 現在の欧文フォントのエンコーディング/ファミリ/…… を,
6052 \cs{DeclareRelationFont} か \cs{SetRelationFont} で指定された
6053 現在の和文フォントに対応する「従属欧文」フォントに変更する.
6054 \cs{fontfamily} のように,有効にするためには \cs{selectfont} が必要である.
6055 %</ja>
6056
6057 \item[\cs{adjustbaseline}]
6058 %<*en>
6059 In \pLaTeXe, \cs{adjustbaseline} sets \cs{tbaselineshift}
6060 to match the vertical center of ``M'' and that of ``あ''  in vertical typesetting:
6061 \[
6062 \text{\cs{tbaselineshift}} \leftarrow
6063 \frac{(h_{\text{M}}+d_{\text{M}}) - (h_{\text{あ}}+d_{\text{あ}})}2
6064   + d_{\text{あ}} - d_{\text{M}},
6065 \]
6066 where $h_{a}$~and~$d_{a}$ denote the height of ``$a$'' and the depth, respectively.
6067 In \LuaTeX-ja, this \cs{adjustbaseline} does same task, namely setting the
6068              \Param{talbaselineshift} parameter.
6069 %</en>
6070 %<*ja>
6071 \pLaTeXe では,\cs{adjustbaseline} は縦組時に「M」と「あ」の中心線を一致させるために,
6072 \cs{tbaselineshift} を設定する役割を持っていた:
6073 \[
6074 \text{\cs{tbaselineshift}} \leftarrow
6075 \frac{(h_{\text{M}}+d_{\text{M}}) - (h_{\text{あ}}+d_{\text{あ}})}2
6076   + d_{\text{あ}} - d_{\text{M}},
6077 \]
6078 ここで,$h_{a}$,~$d_{a}$はそれぞれ「$a$」の高さ・深さを表す.
6079 \LuaTeX-jaにおいても\cs{adjustbaseline} は同様に\Param{talbaselineshift}パラメータの調整処
6080              理を行っている.
6081
6082 同時に,これも\pLaTeXe の \cs{adjustbaseline} で行われていたが,
6083 「漢」の寸法を元に,(本節の最初に述べた,小文字で始まる)\cs{cht}, \cs{cwd} といった長さ変数を設定する.
6084 %</ja>
6085
6086 \item[\cs{fontfamily}\{<family>\}]
6087 %<*en>
6088 As in \LaTeXe, this command changes current font family (alphabetic, Japanese,~\emph{or both})
6089 to <family>. See Subsection~\ref{ssec-fontfamilycmd} for detail.
6090 %</en>
6091 %<*ja>
6092 元々の\LaTeXe におけるものと同様に,このコマンドは現在のフォントファミリ(欧文,
6093 和文,\emph{もしくは両方})を<family>に変更する.詳細は\ref{ssec-fontfamilycmd}節を参照すること.
6094 %</ja>
6095
6096
6097 \begin{figure}[!tb]
6098 \begin{LTXexample}[pos=b]
6099 \DeclareKanjiFamily{JY3}{edm}{}
6100 \DeclareFontShape{JY3}{edm}{m}{n}    {<-> s*KozMinPr6N-Regular:jfm=ujis;}{}
6101 \DeclareFontShape{JY3}{edm}{m}{green}{<-> s*KozMinPr6N-Regular:jfm=ujis;color=007F00}{}
6102 \DeclareFontShape{JY3}{edm}{m}{blue} {<-> s*KozMinPr6N-Regular:jfm=ujis;color=0000FF}{}
6103 \DeclareAlternateKanjiFont{JY3}{edm}{m}{n}{JY3}{edm}{m}{green}{"4E00-"67FF,{-2}-{-2}}
6104 \DeclareAlternateKanjiFont{JY3}{edm}{m}{n}{JY3}{edm}{m}{blue}{ "6800-"9FFF}
6105 {\kanjifamily{edm}\selectfont
6106 日本国民は、正当に選挙された国会における代表者を通じて行動し、……}
6107 \end{LTXexample}
6108 %<ja>\caption{\cs{DeclareAlternateKanjiFont} の使用例}
6109 %<en>\caption{An example of \cs{DeclareAlternateKanjiFont}}
6110 \label{fig:altkanji}
6111 \end{figure}
6112
6113 \item[\cs{DeclareAlternateKanjiFont}\{<base-encoding>\}\{<base-family>\}\{<base-series>\}\{<base-shape>\}\\
6114   \null\hfill\{<alt-encoding>\}\{<alt-family>\}\{<alt-series>\}\{<alt-shape>\}\{<range>\}]
6115 %<*ja>
6116 \ref{ssec-altfont}節の\
6117 \cs{ltjdeclarealtfont} と同様に,前半の4引数の
6118 和文フォント(基底フォント)のうち<range>中の文字を
6119 第5から第8引数の和文フォントを使って組むように指示する.
6120 使用例を図\nobreak\ref{fig:altkanji}に載せた.
6121
6122 \begin{itemize}
6123  \item
6124 \cs{ltjdeclarealtfont} では基底フォント・置き換え先和文フォントはあらかじめ定義されてい
6125              ないといけない(その代わり即時発効)であったが,
6126 \cs{DeclareAlternateKanjiFont} の設定が
6127 実際に効力が発揮するのは,書体変更やサイズ変更を行った時,
6128 あるいは(これらを含むが)\cs{selectfont} が実行された時である.
6129  \item
6130 段落やhboxの最後での設定値が段落/hbox全体にわたって通用する点や,
6131 <range>に負数$-n$を指定した場合,それが「基底フォントの文字クラス$n$に属する文字全体」
6132 と解釈されるのは \cs{ltjdeclarealtfont} と同じである.
6133 \end{itemize}%
6134 %</ja>
6135 %<*en>
6136 As \cs{ltjdeclarealtfont}~(Subsection~\ref{ssec-altfont}),
6137 characters in <range> of the Japanese font (we say the \emph{base font})
6138 which specified by first 4 arguments are typeset
6139 by the Japanese font which specified by fifth to eighth arguments
6140 (we say the \emph{alternate font}).
6141 An example is shown in Figure~\ref{fig:altkanji}.
6142
6143 \begin{itemize}
6144  \item
6145 In \cs{ltjdeclarealtfont}, the base font and the alternate font must be already defined.
6146 But this \cs{DeclareAlternateKanjiFont} is not so.
6147 In other words, \cs{DeclareAlternateKanjiFont} is effective only after
6148 current Japanese font is changed, or only after \cs{selectfont} is executed.
6149  \item \dots
6150 \end{itemize}%
6151 \vspace{-\medskipamount}
6152 %</en>
6153 \end{cslist}
6154
6155 %<*en>
6156 As closing this subsection, we shall introduce an example of
6157 \cs{SetRelationFont} and \cs{userelfont}:
6158 %</en>
6159 %<*ja>
6160 この節の終わりに,\cs{SetRelationFont} と \cs{userelfont} の例を
6161 紹介しておこう.\cs{userelfont} の使用によって,「abc」の部分のフォントが
6162 Avant Garde (OT1/pag/m/n) に変わっていることがわかる.
6163 %</ja>
6164 \begin{LTXexample}[width=0.3\textwidth]
6165 \makeatletter
6166 \SetRelationFont{JY3}{\k@family}{m}{n}{OT1}{pag}{m}{n}
6167   % \k@family: current Japanese font family
6168 \userelfont\selectfont あいうabc
6169 \end{LTXexample}
6170
6171 %<en>\subsection{Detail of \cs{fontfamily} command}
6172 %<ja>\subsection{\cs{fontfamily}コマンドの詳細}
6173 \label{ssec-fontfamilycmd}
6174 %<*en>
6175 In this subsection, we describe when \cs{fontfamily}<family> changes current
6176 Japanese/alphabetic font family. Basically, current Japanese fotn family is changed to
6177 <family> if it is recognized as a Japanese font family, and similar with alphabetic font
6178 family. There is a case that current Japanese/alphabetic font family are both changed to
6179 <family>, and another case that <family> isn't recognized as a Japanese/alphabetic font
6180 family either.
6181
6182 \paragraph{Recognition as Japanese font family}
6183 First, Whether Japanese font family will be changed is determined in following order.
6184 This order is very similar to \cs{fontfamily} in \pLaTeXe, but we re-implemented in Lua.
6185 We use an auxiliary list~$N_{\mathrm{J}}$.
6186 %</en>
6187 %<*ja>
6188 本節では,\cs{fontfamily}<family> がいつ和文/欧文フォントファミリを変更するかについて解説
6189 する.基本的には,<family>が和文フォントファミリだと認識されれば和文側が,欧文フォントファ
6190 ミリだと認識されれば欧文側が変更される.どちらとも認識されれば和文・欧文の両方が変わるこ
6191 とになるし,当然どちらとも認識されないこともある.
6192
6193 \paragraph{和文フォントファミリとしての認識}
6194 まず,<family>が和文フォントファミリとして認識されるかは以下の順序で決定される.
6195 これは\pLaTeXe の \cs{fontfamily} にとても似ているが,ここではLuaによって実装している.
6196 補助的に「和文フォントファミリではないと認識された」ファミリを格納したリスト$N_{\mathrm{J}}$を用いる.
6197 %</ja>
6198 \begin{enumerate}
6199 %<*en>
6200 \item If the family~<family> has been defined already by \cs{DeclareKanjiFamily},
6201       <family> is recognized as a  Japanese font family.
6202       Note that <family> need not be defined under \emph{current} Japanese font encoding.
6203 %</en>
6204 %<*ja>
6205 \item ファミリ<family>が既に \cs{DeclareKanjiFamily} によって定義されている場合,
6206       <family>は和文フォントファミリであると認識される.
6207       ここで,<family>は現在の和文フォントエンコーディングで定義されていなくてもよい.
6208 %</ja>
6209 %<*en>
6210 \item If the family~<family> has been listed in a list~$N_{\mathrm{J}}$, this means
6211       that <family> is not a Japanese font family.
6212 %</en>
6213 %<*ja>
6214 \item ファミリ<family>がリスト$N_{\mathrm{J}}$に既に含まれていれば,それは
6215       <family>が和文フォントファミリではないことを意味する.
6216 %</ja>
6217 %<*en>
6218 \item If the \Pkg{luatexja-fontspec} package is loaded, we stop here, and <family> is not
6219       recognized as a Japanese font family.
6220
6221       If the \Pkg{luatexja-fontspec} package is \emph{not} loaded, 
6222 now \LuaTeX-ja looks whether there exists a Japanese font encoding~<enc> such that
6223       a font definition named \texttt{<enc><family>.fd} (the file name is
6224       all lowercase) exists. If so, <family> is recognized as a  Japanese font family (the font definition file won't be loaded here). 
6225       If not, <family> is not a Japanese font family, and 
6226       <family> is appended to the list~$N_{\mathrm{J}}$.
6227 %</en>
6228 %<*ja>
6229 \item もし\Pkg{luatexja-fontspec}パッケージが読み込まれていれば,ここで終了であり,
6230 <family>は和文フォントファミリとして認識されないことになる.
6231
6232 もし\Pkg{luatexja-fontspec}パッケージが読み込まれていなければ,和文エンコーディング<enc>で
6233 フォント定義ファイル\texttt{<enc><family>.fd}(ファイル名は全て小文字)が存在するようなも
6234       のがあるかどうかを調べる.
6235 存在すれば,<family>は和文フォントファミリと認識される(フォント定義ファイルは読み込まれな
6236       い).
6237 存在しなければ,<family>は和文フォントファミリでないと認識され,リスト$N_{\mathrm{J}}$に<family>を追加することでそれを記憶する.
6238
6239 %</ja>
6240 \end{enumerate}
6241
6242 %<*en>
6243 \paragraph{Recognition as alphabetic font family}
6244 Next, whether alphabetic font family will be changed is determined in following order.
6245 We use auxiliary lists $F_{\mathrm{A}}$~and~$N_{\mathrm{A}}$, 
6246 %</en>
6247 %<*ja>
6248 \paragraph{欧文フォントファミリとしての認識}
6249 同様に,<family>が和文フォントファミリとして認識されるかは以下の順序で決定される.
6250 補助的に「欧文フォントファミリと既に認識された」ファミリのリスト$F_{\textrm{A}}$と,
6251 「欧文フォントファミリではないと認識された」ファミリを格納したリスト$N_{\mathrm{A}}$を用いる.
6252 %</ja>
6253
6254 \begin{enumerate}
6255 %<*en>
6256 \item If the family~<family> has been listed in a list~$F_{\mathrm{A}}$, 
6257       <family> is recognized as an alphabetic font family.
6258 %</en>
6259 %<*ja>
6260 \item ファミリ<family>がリスト$F_{\mathrm{A}}$に既に含まれていれば,
6261       <family>は欧文フォントファミリと認識される.
6262 %</ja>
6263 %<*en>
6264 \item If the family~<family> has been listed in a list~$N_{\mathrm{A}}$, this means
6265       that <family> is not  an alphabetic font family.
6266 %</en>
6267 %<*ja>
6268 \item ファミリ<family>がリスト$N_{\mathrm{A}}$に既に含まれていれば,それは
6269       <family>が欧文フォントファミリではないことを意味する.
6270 %</ja>
6271 %<*en>
6272 \item If there exists an alphabetic font encoding such that the family~<family> has been
6273       defined under it, <family> is recognized as an alphabetic font family, and
6274       to memorize this, <family> is appended to the list~$F_{\mathrm{A}}$.
6275 %</en>
6276 %<*ja>
6277 \item ある欧文フォントエンコーディング下でファミリ<family>が定義されていれば,
6278       <family>は欧文フォントファミリと認識され,リスト$F_{\mathrm{A}}$に<family>を追加することでこのことを記憶する.
6279 %</ja>
6280 %<*en>
6281 \item Now \LuaTeX-ja looks whether there exists an alphabetic font encoding~<enc> such that
6282       a font definition named \texttt{<enc><family>.fd} (the file name is
6283       all lowercase) exists. If so, current alphabetic font family will be changed to
6284       <family>~(the font definition file won't be loaded here). 
6285       If not, current alphabetic font family won't be changed, and
6286       <family> is appended to the list~$N_{\mathrm{A}}$.
6287 %</en>
6288 %<*ja>
6289 \item 最終段階では,欧文エンコーディング<enc>で
6290 フォント定義ファイル\texttt{<enc><family>.fd}(ファイル名は全て小文字)が存在するようなも
6291       のがあるかどうかを調べる.
6292 存在すれば,<family>は欧文フォントファミリと認識される(フォント定義ファイルは読み込まれない).
6293 存在しなければ,<family>は欧文フォントファミリと認識されないので,リスト$N_{\mathrm{A}}$に
6294       <family>を追加してそのことを記憶する.
6295 %</ja>
6296 \end{enumerate}
6297
6298 %<*en>
6299 Also, each call of \cs{DeclareFontFamily} \emph{after} loading of \LuaTeX-ja makes
6300 the second argument (family) is appended to the list~$F_{\mathrm{A}}$.
6301 %</en>
6302 %<*ja>
6303 また,\cs{DeclareFontFamily}が\LuaTeX-jaの読み込み後に実行された場合は,
6304 第2引数(ファミリ名)が自動的に$F_{\mathrm{A}}$に追加される.
6305 %</ja>
6306
6307 %<*en>
6308 The above order is very similar to \cs{fontfamily} in \pLaTeXe, but more complicated (clause~3.).
6309 This is because  \pLaTeXe\ is a \emph{format} however \LuaTeX-ja is not, 
6310 hence \LuaTeX-ja does not know calls of \cs{DeclareFontFamily} \emph{before} itself is
6311 loaded.
6312 %</en>
6313 %<*ja>
6314 以上の方針は\pLaTeXe における \cs{fontfamily} にやはり類似しているが,3.が加わり若干複雑になっている.
6315 それは\pLaTeXe がフォーマットであるのに対し\LuaTeX-jaはそうでないため,
6316 \LuaTeX-jaは自身が読み込まれる前にどういう\cs{DeclareFontFamily}の呼び出しがあったか
6317 把握できないからである.
6318 %</ja>
6319
6320 %<en>\paragraph{Remarks}
6321 %<ja>\paragraph{注意}
6322 %<*en>
6323 Of course, there is a case that <family> is not recognized as a Japanese font family,  nor
6324 an alphabetic font family.
6325 In this case, \LuaTeX-ja treats ``the argument <family> is wrong'', so
6326 set both current alphabetic and Japanese font family to <family>,
6327 to use the default family for font substitution.
6328 %</en>
6329 %<*ja>
6330 さて,引数によっては,「和文フォントファミリとも欧文フォントファミリも認識されなかった」
6331 という事態もあり得る.
6332   この場合,引数<family>は不正だった,ということになるので,
6333 和文・欧文の両方のフォントファミリを<family>に設定し,代用フォントが使われるに任せることにする.
6334 %</ja>
6335
6336
6337 %<*en>
6338 \section{Addon packages}
6339 \LuaTeX-ja has several addon packages.
6340 These addons are written as \LaTeX\ packages, but
6341 \Pkg{luatexja-otf} and~\Pkg{luatexja-adjust} can be loaded in plain \LuaTeX\
6342 by \cs{input}.
6343 %</en>
6344 %<*ja>
6345 \section{拡張パッケージ}
6346 \LuaTeX-jaには(動作には必須ではないが)自由に読み込める拡張が付属している.
6347 これらは\LaTeX のパッケージとして制作しているが,
6348 \Pkg{luatexja-otf}と\Pkg{luatexja-adjust}についてはplain \LuaTeX でも\
6349 \cs{input} で読み込み可能である.
6350 %</ja>
6351 \subsection{\Pkg{luatexja-fontspec}}
6352 \label{ssec-fontspec2}
6353 %<*en>
6354 As described in Subsection~\ref{ssec-fontspec}, this optional package
6355 provides the counterparts for several commands defined in the
6356 \Pkg{fontspec} package (requires \Pkg{fontspec}~v2.4).
6357 In addition to OpenType font features in the original \Pkg{fontspec},
6358 the following ``font features'' specifications are allowed for
6359 the commands of Japanese version:
6360 %</en>
6361 %<*ja>
6362 \ref{ssec-fontspec}節で述べたように,この追加パッケージは\Pkg{fontspec}%
6363 パッケージで定義されているコマンドに対応する和文フォント用のコマンドを提供する.
6364
6365 \Pkg{fontspec}パッケージで指定可能な各種font featureに加えて,和文版のコマンドには
6366 以下の``font feature''を指定することができる:
6367 %</ja>
6368
6369
6370 \begin{cslist}
6371 \item[CID=<name>\textrm{, }JFM=<name>\textrm{, }JFM-var=<name>]
6372
6373 %<*en>
6374 These 3 keys correspond to \texttt{cid}, \texttt{jfm} and
6375 \texttt{jfmvar} keys for \cs{jfont}~and~\cs{tfont} respectively.
6376 See Subsections~\ref{ssec-jfont} and \ref{ssec-psft} for details
6377  of \texttt{cid}, \texttt{jfm} and
6378 \texttt{jfmvar} keys.
6379
6380 The \texttt{CID} key is effective only when with \texttt{NoEmbed}
6381 described below. The same JFM cannot be used in both horizontal Japanese fonts and
6382              vertical Japanese fonts, hence the \texttt{JFM} key
6383 will be actually used in \texttt{YokoFeatures}~and~\texttt{TateFeatures} keys.
6384 %</en>
6385 %<*ja>
6386 これら3つのキーはそれぞれ \cs{jfont},~\cs{tfont}に対する
6387 \texttt{cid}, \texttt{jfm}, \texttt{jfmvar}キーとそれぞれ対応する.
6388 \texttt{cid}, \texttt{jfm}, \texttt{jfmvar}キーの詳細は\ref{ssec-jfont}節
6389              と\ref{ssec-psft}節を参照.
6390
6391 \texttt{CID} キーは下の \texttt{NoEmbed} と合わせて用いられたときのみ有効である.
6392 また,横組用JFMと縦組用JFMは共用できないため,実際に \texttt{JFM} キーを用いる際は
6393 後に述べる\ \texttt{YokoFeatures} キーや \texttt{TateFeatures}\ の中で用いる
6394 ことになる.
6395 %</ja>
6396
6397 \item[NoEmbed]
6398 %<*en>
6399 By specifying this key, one can use ``name-only'' Japanese font which
6400 will not be embedded in the output PDF file. See Subsection~\ref{ssec-psft}.
6401 %</en>
6402 %<*ja>
6403 これを指定することで,PDFに埋め込まれない「名前だけ」のフォントを指定することが
6404 できる.\ref{ssec-psft}節を参照.
6405 %</ja>
6406
6407 \begin{figure}[!tb]
6408 \begin{LTXexample}[width=0.25\textwidth]
6409 \jfontspec[
6410   YokoFeatures={Color=007F00}, TateFeatures={Color=00007F},
6411   TateFont=KozGoPr6N-Regular
6412 ]{KozMinPr6N-Regular}
6413 \hbox{\yoko 横組のテスト}\hbox{\tate 縦組のテスト}
6414 \addjfontfeatures{Color=FF0000}
6415 \hbox{\yoko 横組}\hbox{\tate 縦組}
6416 \end{LTXexample}
6417 %<ja>\caption{\texttt{TateFeatures} 等の使用例}
6418 %<en>\caption{An example of \texttt{TateFeatures} etc.}
6419 \label{fig:yokotate-fontspec}
6420 \end{figure}
6421
6422
6423 \item[TateFeatures=\{<features>\}\textrm{, }TateFont=<font>]
6424 %<*en>
6425 The \texttt{TateFeatures} key specifies font features which are only turned~on in
6426 vertical writing, such as \texttt{Style=VerticalKana}~(\texttt{vkna} feature).
6427 Similarly, the \texttt{TateFont} key specifies the Japanese font which will be used only
6428              in vertical writing.
6429 A demonstrarion is shown in Figure~\ref{fig:yokotate-fontspec}.
6430 %</en>
6431 %<*ja>
6432 縦組において使用されるフォントや,縦組においてのみ適用されるfeature達を
6433 指定する.使用例は図\ref{fig:yokotate-fontspec}参照.
6434 %</ja>
6435
6436 \item[YokoFeatures=\{<features>\}]
6437 %<*en>
6438 The \texttt{YokoFeatures} key specifies font features which are only turned~on in
6439 horizontal writing,.
6440 A demonstrarion is shown in Figure~\ref{fig:yokotate-fontspec}.
6441 %</en>
6442 %<*ja>
6443 同様に,横組においてのみ適用されるfeature達を
6444 指定する.使用例は図\ref{fig:yokotate-fontspec}参照.
6445 %</ja>
6446
6447
6448 \begin{figure}[!tb]
6449 \begin{LTXexample}[pos=b]
6450 \jfontspec[
6451   AltFont={
6452     {Range="4E00-"67FF, Color=007F00},
6453     {Range="6800-"9EFF, Color=0000FF},
6454     {Range="3040-"306F, Font=KozGoPr6N-Regular},
6455   }
6456 ]{KozMinPr6N-Regular}
6457 日本国民は、正当に選挙された国会における代表者を通じて行動し、われらとわれらの子孫のために、
6458 諸国民との協和による成果と、わが国全土にわたつて自由のもたらす恵沢を確保し、……
6459 \end{LTXexample}
6460 %<ja>\caption{\texttt{AltFont} の使用例}
6461 %<en>\caption{An example of \texttt{AltFont}}
6462 \label{fig:altkanji-fontspec}
6463 \end{figure}
6464
6465 \item[AltFont]
6466
6467 %<*en>
6468 As \cs{ltjdeclarealtfont}~(Subsection~\ref{ssec-altfont}) and
6469 \cs{DeclareAlternateKanjiFont}~(Subsection~\ref{ssec-nfsspat}),
6470 with this key, one can typeset some Japanese characters
6471 by a different font and/or using different features.
6472 The \texttt{AltFont} feature takes a comma-separated list of comma-separated lists,
6473 as the following:
6474 %</en>
6475 %<*ja>
6476 \ref{ssec-altfont}節の \cs{ltjdeclarealtfont} や,
6477 \ref{ssec-nfsspat}節の \cs{DeclareAlternateKanjiFont} と同様に,
6478 このキーを用いると一部の文字を異なったフォントやfont featureを使って組むことができる.
6479 \texttt{AltFont} キーに指定する値は,次のように二重のコンマ区切りリストである:
6480 %</ja>
6481 \begin{lstlisting}[escapechar=\#]
6482 AltFont = {
6483   ...
6484   { Range=#\LARG range>#, #\LARG features>#},
6485   { Range=#\LARG range>#, Font=#\LARG font~name>#, #\LARG features># },
6486   { Range=#\LARG range>#, Font=#\LARG font~name># },
6487   ...
6488 }
6489 \end{lstlisting}
6490 %<*en>
6491 Each sublist should have the \texttt{Range} key
6492 (sublist which does not contain \texttt{Range} key is simply ignored).
6493 A demonstrarion is shown in Figure~\ref{fig:altkanji-fontspec}.
6494 %</en>
6495 %<*ja>
6496 各部分リストには \texttt{Range} キーが必須である(含まれない部分リストは
6497 単純に無視される).指定例は図\ref{fig:altkanji-fontspec}に示した.
6498 %</ja>
6499 \end{cslist}
6500
6501 %<*ja>
6502 なお,\Pkg{luatexja-fontspec} 読み込み時には和文フォント定義ファイル%
6503 \texttt{<ja-enc><family>.fd}は全く参照されなくなる.
6504 %</ja>
6505
6506
6507 %<*en>
6508 \paragraph{Remark on \texttt{AltFont}, \texttt{YokoFeatures}, \texttt{TateFeatures} keys}
6509 In \texttt{AltFont},~\texttt{YokoFeatures},~\texttt{TateFeatures} keys,
6510 one cannot specify per-shape settings such as \texttt{BoldFeatures}.
6511 For example,
6512 \begin{lstlisting}
6513 AltFont = {
6514   { Font=HogeraMin-Light, BoldFont=HogeraMin-Bold,
6515     Range="3000-"30FF, BoldFeatures={Color=007F00} }
6516 }
6517 \end{lstlisting}
6518 does \emph{not} work. Instead, one have to write
6519 \begin{lstlisting}
6520 UprightFeatures = {
6521   AltFont = { { Font=HogeraMin-Light, Range="3000-"30FF, } },
6522 },
6523 BoldFeatures = {
6524   AltFont =  { { Font=HogeraMin-Bold, Range="3000-"30FF, Color=007F00 } },
6525 }
6526 \end{lstlisting}
6527
6528 On the other hand, \texttt{YokoFeatures}, \texttt{TateFeatures} and  \texttt{TateFont}
6529 keys can be specified in each list in the \texttt{AltFont} key. Also,
6530 one can specify \texttt{AltFont} inside \texttt{YokoFeatures},~\texttt{TateFeatures}.
6531
6532 Note that features which are specified in \texttt{YokoFeatures}~and~\texttt{TateFeatures}
6533 are always interpreted \emph{after} other ``direction-independent'' features.
6534 This explains why \cs{addjfontfeatures} at~line~6 in~Figure~\ref{fig:yokotate-fontspec}
6535 has no effect, because a color specification is already done in
6536 \texttt{YokoFeatures}~and~\texttt{TateFeatures} keys.
6537 %</en>
6538 %<*ja>
6539 \paragraph{\texttt{AltFont}, \texttt{YokoFeatures}, \texttt{TateFeatures} 等の制限}
6540 \texttt{AltFont},~\texttt{YokoFeatures},~\texttt{TateFeatures}の各キーは
6541 シェイプ別に指定されるべきものであり,
6542 内部では \texttt{BoldFeatures} などのシェイプ別の指定は行うことが出来ない.
6543 例えば.
6544 \begin{lstlisting}
6545 AltFont = {
6546   { Font=HogeraMin-Light, BoldFont=HogeraMin-Bold,
6547     Range="3000-"30FF, BoldFeatures={Color=007F00} }
6548 }
6549 \end{lstlisting}
6550 のように指定することは出来ず,
6551 \begin{lstlisting}
6552 UprightFeatures = {
6553   AltFont = { { Font=HogeraMin-Light, Range="3000-"30FF, } },
6554 },
6555 BoldFeatures = {
6556   AltFont =  { { Font=HogeraMin-Bold, Range="3000-"30FF, Color=007F00 } },
6557 }
6558 \end{lstlisting}
6559 のように指定しなければならない.
6560
6561 一方,\texttt{AltFont} キー内の各リストでは
6562 \ \texttt{YokoFeatures},~\texttt{TateFeatures} 及び \texttt{TateFont} キーを
6563 指定することは可能であり.また\ \texttt{YokoFeatures},~\texttt{TateFeatures} キーの
6564 中身に \texttt{AltFont} を指定することができる.
6565
6566 また,図\ref{fig:yokotate-fontspec}後半部では6行目の色の指定が効かず,
6567 2行目で指定した\ \texttt{YokoFeatures},~\texttt{TateFeatures}\ による色の指定が有効になっ
6568 たままである.これは\emph{\ \texttt{YokoFeatures},~\texttt{TateFeatures}\ によるfeature指定は
6569 組方向に依存しないfeature指定より後に解釈される}からである.
6570
6571 %</ja>
6572
6573
6574 \subsection{\Pkg{luatexja-otf}}
6575 \label{ssec-ltjotf}
6576 %<*en>
6577 This optional package supports typesetting characters in
6578 Adobe-Japan1 character collection
6579 (or other CID character collection, if the font is supported).
6580 The package \Pkg{luatexja-otf} offers the following 2~low-level
6581 commands:
6582 %</en>
6583 %<*ja>
6584 この追加パッケージはAdobe-Japan1(フォント自身が持っていれば,
6585 別のCID文字セットでも可)の文字の出力をサポートする.
6586 \Pkg{luatexja-otf}は以下の2つの低レベルコマンドを提供する:
6587 %</ja>
6588 \begin{cslist}
6589 \item[\cs{CID}\{<number>\}]
6590 %<*en>
6591 Typeset a character whose CID number is <number>.
6592 %</en>
6593 %<*ja>
6594 CID番号が<number>の文字を出力する.
6595 %</ja>
6596
6597 \item[\cs{UTF}\{<hex\_number>\}]
6598 %<*en>
6599 Typeset a character whose character code is <hex\_number> (in hexadecimal).
6600 This command is similar to \verb+\char"+<hex\_number>,\ %"
6601 but please remind remarks below.
6602 %</en>
6603 %<*ja>
6604 文字コードが(16進で)<hex\_number>の文字を出力する.
6605 このコマンドは \verb+\char"+<hex\_number>と似ているが,下の注意を参照すること.%"
6606 %</ja>
6607 \end{cslist}
6608
6609 %<*ja>
6610 このパッケージは,マクロ集 \texttt{luatexja-ajmacros.sty}\footnote{\Pkg{otf}パッケージ付属の井上浩一氏によるマクロ集
6611 \texttt{ajmacros.sty} に対して
6612 漢字コードをUTF-8にしたり,plain \LuaTeX でも利用可能にするという
6613 修正を加えたものである.}\ も自動的に読み込む.
6614 \texttt{luatexja-ajmacros.sty} は,
6615 そのため,\Pkg{luatexja-otf} を読みこめば \texttt{ajmacros.sty} マクロ集にある \cs{aj半角} などのマクロもそのまま使うことができる.
6616 %</ja>
6617 %<*en>
6618 This package automatically loads \texttt{luatexja-ajmacros.sty}, which is slightly
6619 modified version of \texttt{ajmacros.sty}\footnote{Useful macros by iNOUE Koich!, for the
6620 \Pkg{japanese-otf} package.}.
6621 Hence one can use macros which sre defined in \texttt{ajmacros.sty}, such as~\cs{aj半角}.
6622 %</en>
6623
6624 %<en>\paragraph{Remarks}
6625 %<ja>\paragraph{注意}
6626 %<*en>
6627 Characters by \cs{CID} and \cs{UTF} commands are different from
6628 ordinary characters in the following points:
6629 %</en>
6630 %<*ja>
6631 \cs{CID} と \cs{UTF} コマンドによって出力される文字は
6632 以下の点で通常の文字と異なる:
6633 %</ja>
6634 \begin{itemize}
6635 %<*en>
6636 \item Always treated as \textbf{JAchar}s.
6637 %</en>
6638 %<*ja>
6639 \item 常に\textbf{JAchar}として扱われる.
6640 %</ja>
6641 %<*en>
6642 \item Processing codes for supporting OpenType features (\textit{e.g.},
6643       glyph replacement and kerning) by the \Pkg{luaotfload} package
6644       is not performed to these characters.
6645 %</en>
6646 %<*ja>
6647 \item OpenType feature(例えばグリフ置換やカーニング)をサポートするための
6648   \Pkg{luaotfload}パッケージのコードはこれらの文字には働かない.
6649 %</ja>
6650 \end{itemize}
6651
6652 %<en>\paragraph{Additional syntax of JFM}
6653 %<ja>\paragraph{JFMへの記法の追加}
6654
6655 %<*en>
6656 The package \Pkg{luatexja-otf} extends the syntax of JFM; the entries of \texttt{
6657 chars} table in JFM now allows a string in the form
6658 \verb+'AJ1-xxx'+, which stands for the character
6659 whose CID number in Adobe-Japan1 is \verb+xxx+.
6660
6661 This extended notation is used in the standard JFM \texttt{jfm-ujis.lua}
6662 to typeset halfwidth Hiragana glyphs (CID~516--598) in halfwidth.
6663 %</en>
6664 %<*ja>
6665 \Pkg{luatexja-otf}パッケージを読み込むと,
6666 JFMの\texttt{chars}テーブルのエントリとして \verb+'AJ1-xxx'+ の形の文字列が
6667 使えるようになる.これはAdobe-Japan1におけるCID番号が \verb+xxx+ の文字を表す.
6668
6669 この拡張記法は,標準JFM~\texttt{jfm-ujis.lua}で,半角ひらがなのグリフ(CID~516--598)を
6670 正しく半角幅で組むために利用されている.
6671 %</ja>
6672
6673 %<*en>
6674 \paragraph{IVS support}
6675 Recent fonts support Ideographic Variation Selector (IVS).
6676 It seems that \Pkg{luaotfload} and \Pkg{fontspec} packages do not support
6677 IVS, so we implemented IVS support in \Pkg{luatexja-otf}.
6678 \emph{IVS support is experimental; if you want to enable this, load
6679 \Pkg{luatexja-otf} and execute the following:}
6680 %</en>
6681 %<*ja>
6682 \paragraph{IVSサポート}
6683 最近のOpenTypeフォントやTrueTypeフォントには,
6684 \texttt{U+E0100}--\texttt{U+E01EF}の範囲の「文字」
6685 (漢字用異体字セレクタ)を後置することによって
6686 字形を指定する仕組み(IVS)が含まれている.
6687 執筆時点の2013年12月では,\Pkg{luaotfload}や\Pkg{fontspec}パッケージ類は
6688 IVSに対応してはいないようである.これらのパッケージで対応してくれるのが理想的だが,
6689 それまでのつなぎとして,\Pkg{luatexja-otf}パッケージ内にIVS対応を仕込んでおいた.
6690
6691 \medskip
6692
6693 \emph{IVS対応は試験的なものである.
6694 有効にするには,\Pkg{luatexja-otf}パッケージを読み込んだ上で以下の命令を実行する%
6695 \footnote{この命令を2回以上実行しても意味がない.}:}
6696 %</ja>
6697 \begin{lstlisting}
6698 \directlua{luatexja.otf.enable_ivs()}
6699 \end{lstlisting}
6700 %<ja> すると,上の命令を実行した箇所以降では,以下のようにIVSによる字形指定が有効となる.
6701 %<en> After executing the command above, you can use IVS like the following:
6702 \begin{LTXexample}
6703 \Large
6704 \jfontspec{KozMinPr6N-Regular}
6705 奈良県葛󠄀城市と,東京都葛󠄁飾区.\\
6706 こんにちは,渡
6707 邉󠄀邉󠄁邉󠄂邉󠄃邉󠄄
6708 邉󠄅邉󠄆邉󠄇邉󠄈邉󠄉
6709 邉󠄊邉󠄋邉󠄌邉󠄍邉󠄎
6710 さん.
6711 \end{LTXexample}
6712 %<*ja>
6713 左上側の入力においては,漢字用異体字セレクタを明示するため,
6714 例えばVariation~Selector~18 (\texttt{U+E0101})を\IVSB{18}のように表記している.
6715 %</ja>
6716 \medskip
6717
6718 %<*en>
6719 Specifying glyph variants by IVS precedes glyph replacement by font features.
6720 For example, only ``葛'' in ``葛西'' is changed by font features
6721 \texttt{jp78}~or~\texttt{jp90}, which does not followed by any variation selector.
6722 %</en>
6723 %<*ja>
6724 また,IVSによる字形指定は,font featureによるそれに優先されることとした.
6725 下の例において,\texttt{jp78}, \texttt{jp90} 指定で字形が変化した文字は
6726 異体字セレクタが続いていない「葛西」中の「葛」のみである.
6727 %</ja>
6728 \begin{LTXexample}
6729  \def\TEST#1{%
6730    {\jfontspec[#1]{KozMinPr6N-Regular}%
6731    葛󠄀城市,葛󠄁飾区,葛西}\\}
6732  指定なし:\TEST{}
6733  \texttt{jp78}:\TEST{CJKShape=JIS1978}
6734  \texttt{jp90}:\TEST{CJKShape=JIS1990}
6735 \end{LTXexample}
6736
6737 %<*ja>
6738 現状では,\TeX 側のインターフェースとなる \Pkg{luatexja-otf.sty} は一切変更していない
6739 ので,ZRさんによる\Pkg{PXipamjm}パッケージ%
6740 \footnote{\url{https://github.com/zr-tex8r/PXipamjm}. 説明は彼のブログ記事
6741 「pxipamjm パッケージの説明書のような何か(\url{http://d.hatena.ne.jp/zrbabbler/20131221})」
6742 にある.}
6743 にあるような気の利いた命令はまだない.
6744 異体字の一覧表示を行いたい場合は,gitリポジトリ内の \texttt{test/test19-ivs.tex} 中にある
6745 Lua・\TeX コードが参考になるだろう.
6746 %</ja>
6747
6748
6749 \subsection{\Pkg{luatexja-adjust}}
6750 \label{ssec-adj}
6751 \begin{figure}[t]
6752 \def\sq{%
6753   \hbox to 1\zw{\hss\fboxsep=-.5\fboxrule\fbox{%
6754    \hskip\dimexpr-.5\zw-.2pt\vrule width.4pt height.08\zw depth.12\zw%
6755   \hskip\dimexpr.5\zw-.2pt\relax}\hss}}
6756 \def\sb{\hbox to 1\zw{\hss\fboxsep=-.5\fboxrule\fbox{%
6757   ■\hskip\dimexpr-.5\zw-.2pt\vrule width.4pt height.08\zw depth.12\zw%
6758   \hskip\dimexpr.5\zw-.2pt\relax}\hss}}
6759 \newbox\gridbox
6760 \def\outbox#1{{\Large%
6761   \ltjsetparameter{kanjiskip=0pt plus .2\zw minus .2\zw}%
6762   \setbox\gridbox=\hbox to 20\zw{\sq\sq\sq\sq\sb\sq\sq\sq\sq\sb\sq\sq\sq\sq\sb\sq\sq\sq\sq\sb}%
6763   \hbox{\textcolor{cyan}{\copy\gridbox}\hskip-20\zw%
6764   \vbox{\hsize=20\zw\noindent\leftskip0pt\rightskip0pt\parfillskip0pt#1}\vrule}%
6765 }}
6766
6767 {\centering
6768 \begin{tabular}{lc}
6769 \toprule
6770 no adjustment&\outbox{以上の原理は,「包除原理」とよく呼ばれるが\hskip-.5\zw\null}\\
6771 without priority&%
6772 \ltjdisableadjust
6773 \outbox{以上の原理は,「包除原理」とよく呼ばれるが}%
6774 \ltjenableadjust\\
6775 with priority&%
6776 \outbox{以上の原理は,「包除原理」とよく呼ばれるが}
6777 %<en>\ltjdisableadjust
6778 \\
6779 \bottomrule
6780 \end{tabular}\par}
6781 \smallskip
6782
6783 Note: the value of
6784 \Param{kanjiskip} is 0\,pt${}^{+1/5\,\mathrm{em}}_{-1/5\,\mathrm{em}}$ in this figure,
6785 for making the difference obvious.
6786 %<ja>\caption{行長調整}\label{fig-adj}
6787 %<en>\caption{Line adjustment}\label{fig-adj}
6788 \end{figure}
6789
6790
6791 %<*en>
6792 (see Japanese version of this manual)
6793 %</en>
6794 %<*ja>
6795 \pTeX では,行長調整において優先度の概念が存在しなかったため,図
6796 \ref{fig-adj}上段における半角分の半端は,図\ref{fig-adj}中段のように,鍵
6797 括弧周辺の空白と和文間空白(\Param{kanjiskip})の両方によって負担される.し
6798 かし,「日本語組版処理の要件」\cite{jlreq}やJIS~X~4051~\cite{x4051}におい
6799 ては,このような状況では半端は鍵括弧周辺の空白のみで負担し,その他の和文
6800 文字はベタ組で組まれる(図\ref{fig-adj}下段)ことになっている.この追加
6801 パッケージは\cite{jlreq}や\cite{x4051}における規定のような,優先順位付き
6802 の行長調整を提供する.詳細な仕様については\ref{sec-adjspec}章を参照してほしい.
6803 \begin{itemize}
6804  \item 優先度付き行長調整は,段落を行分割した後に個々の行について行われるものである.
6805 そのため,行分割の位置は変化することはない.
6806
6807 また,\verb+\hbox to ... {...}+ のような「幅が指定されたhbox」では無効である.
6808  \item 優先度付き行長調整を行うと,和文処理グルーの自然長は変化しないが,伸び量や縮み量は
6809 一般に変化する.そのため,既に組まれた段落を \cs{unhbox} などを利用して組み直す処理を
6810 行う場合には注意が必要である.
6811 \end{itemize}
6812
6813
6814 \Pkg{luatexja-adjust} は,以下の命令を提供する.これらはすべてグローバルに効力を発揮する.
6815
6816 \begin{cslist}
6817 \item[\cs{ltjdisableadjust}]
6818 優先順位付きの行長調整を無効化する.
6819
6820 \item[\cs{ltjenableadjust}]
6821 優先順位付きの行長調整を有効化する.
6822
6823 \item[\textsf{adjust}\,=<bool>] \cs{ltjsetparameter} で指定可能な追加パラメータであり,
6824 <bool>が\textit{true}なら \cs{ltjenableadjust} を,
6825 そうでなければ \cs{ltjdisableadjust} を実行する.
6826 \end{cslist}
6827 %</ja>
6828
6829 \subsection{\Pkg{luatexja-ruby}}
6830 %<*en>
6831 This addon package provides functionality of ``ruby'' (\emph{furigana}) annotations
6832 using callbacks of \LuaTeX-ja.
6833 There is no detailed manual of \Pkg{luatexja-ruby.sty} in English.
6834 (Japanese manual is another PDF file, \url{luatexja-ruby.pdf}.)
6835 %</en>
6836 %<*ja>
6837 この追加パッケージは,\LuaTeX-jaの機能を利用したルビ(振り仮名)の組版機能を提供する.
6838 前後の文字種に応じた前後への自動進入や,
6839 行頭形・行中形・行末形の自動的な使い分けが特徴である.
6840
6841 ルビ組版に設定可能な項目や注意事項が多いため,本追加パッケージの詳細な説明は
6842 使用例と共に \url{luatexja-ruby.pdf}\ という別ファイルに載せている.
6843 この節では簡単な使用方法のみ述べる.
6844 %</ja>
6845
6846 \begin{description}
6847 %<*en>
6848  \item[Group-ruby]
6849 By default, ruby characters (the second argument of \cs{ruby})
6850 are attached to base characters (the first argument), as one object.
6851 This type of ruby is called \emph{group-ruby}.
6852 %</en>
6853 %<*ja>
6854  \item[グループルビ] 標準ではグループルビの形で組まれる.第1引数に親文字,
6855 第2引数にルビを記述する.
6856 %</ja>
6857 \begin{LTXexample}[width=0.3\textwidth]
6858 東西線\ruby{妙典}{みようでん}駅は……\\
6859 東西線の\ruby{妙典}{みようでん}駅は……\\
6860 東西線の\ruby{妙典}{みようでん}という駅……\\
6861 東西線\ruby{葛西}{かさい}駅は……
6862 \end{LTXexample}
6863 %<*en>
6864 As the above example, ruby hangover is allowed on the Hiragana before/after
6865 its base characters.
6866 %</en>
6867 %<ja> この例のように,標準では前後の平仮名にルビ全角までかかるようになっている.
6868
6869 %<*en>
6870 \item[Mono-ruby]
6871 To attach ruby characters to each base characters (\emph{mono-ruby}),
6872 one should use \cs{ruby} multiple times:
6873 %</en>
6874 %<*ja>
6875  \item[モノルビ] 親文字を1文字にするとモノルビとなる.
6876 2文字以上の熟語をモノルビの形で組みたい場合は,面倒でも
6877 その数だけ \cs{ruby} を書く必要がある.
6878 %</ja>
6879 \begin{LTXexample}[width=0.3\textwidth]
6880 東西線の\ruby{妙}{みよう}\ruby{典}{でん}駅は……
6881 \end{LTXexample}
6882
6883 %<*en>
6884  \item[Jukugo-ruby]
6885 Vertical bar~\verb+|+ denotes a boundary of \emph{groups}.
6886 %</en>
6887 %<*ja>
6888  \item[熟語ルビ] 引数内の縦棒 \verb+|+ はグループの区切りを表し,
6889 複数グループのルビは熟語ルビとして組まれる.
6890 \cite{x4051}にあるように,
6891 どのグループでも「親文字」が対応するルビ以上の長さの場合は
6892 各グループごとに,そうでないときは全体をまとめて1つのグループルビとして組まれる.
6893 \cite{jlreq}で規定されている組み方とは異なるので注意.
6894 %</ja>
6895 \begin{LTXexample}
6896 \ruby{妙|典}{みよう|でん}\
6897 \ruby{葛|西}{か|さい}\
6898 \ruby{神楽|坂}{かぐら|ざか}
6899 \end{LTXexample}
6900 %<*en>
6901 If there are multiple groups in one \cs{ruby} call,
6902 A linebreak between two groups is allowed.
6903 %</en>
6904 %<ja> 複数ルビではグループとグループの間で改行が可能である.
6905 \begin{LTXexample}[width=0.3\textwidth]
6906 \vbox{\hsize=6\zw\noindent
6907   \hbox to 2.5\zw{}\ruby{京|急|蒲|田}{けい|きゆう|かま|た}
6908   \hbox to 2.5\zw{}\ruby{京|急|蒲|田}{けい|きゆう|かま|た}
6909   \hbox to   3\zw{}\ruby{京|急|蒲|田}{けい|きゆう|かま|た}
6910 }
6911 \end{LTXexample}
6912 \end{description}
6913
6914 %<*en>
6915 If the width of ruby characters are longer than that of base characters,
6916 \cs{ruby} automatically selects the appropriate form
6917 among the line-head form, the line-middle form, and the line-end form.
6918 %</en>
6919 %<*ja>
6920 また,ルビ文字のほうが親文字よりも長い場合は,自動的に
6921 行頭形・行中形・行末形のいずれか適切なものを選択する.
6922 %</ja>
6923 \begin{LTXexample}[width=0.3\textwidth]
6924 \vbox{\hsize=8\zw\noindent
6925 \null\kern3\zw ……を\ruby{承}{うけたまわ}る
6926      \kern1\zw ……を\ruby{承}{うけたまわ}る\\
6927 \null\kern5\zw ……を\ruby{承}{うけたまわ}る
6928 }
6929 \end{LTXexample}
6930
6931
6932 %<*ja>
6933 \subsection{\Pkg{lltjext}}
6934 \pLaTeX では縦組用の拡張として \Pkg{plext} パッケージが用意されていたが,
6935 それを\LuaTeX-ja用に書きなおしたものが本追加パッケージ \Pkg{lltjext} である.
6936
6937 従来の \Pkg{plext} パッケージとの違いは,
6938 {\catcode`\<=12
6939 \begin{itemize}
6940  \item 組方向オプション \texttt{<y>}(横組),\texttt{<t>}(縦組),
6941 \texttt{<z>}\ の他に\ \texttt{<d>}(dtou方向),\texttt{<u>}(utod方向)を追加した.
6942 \texttt{<z>} と \texttt{<u>} の違いは,\texttt{<z>} が(\Pkg{plext} パッケージと同様に)
6943 周囲の組方向が縦組のときにしか意味を持たない
6944        のに対し,\texttt{<u>} にはそのような制限がないことである.
6945
6946  \item \Pkg{plext} パッケージでは,表組(\texttt{tabular} 環境,\texttt{align} 環境等)や
6947 \texttt{minipage} 環境,\cs{parbox} 命令において,
6948 垂直位置指定 \texttt{[t]},~\texttt{[b]} の挙動が非読み込み時と微妙に変わることがあった.
6949
6950 \Pkg{lltjext} パッケージでは,垂直位置指定が\LaTeXe と同様の挙動(以下に示す)に
6951 なるように修正した.
6952 \begin{itemize}
6953  \item \texttt{[t]} オプション指定時は,ボックスのベースラインが中身の1行目のベースライン
6954        (1行目の上に罫線などが来た時は,ボックスの上端)に一致するように配置する.
6955  \item \texttt{[b]} オプション指定時は,ボックスのベースラインが中身の最終行のベースライン
6956        (中身の最後が罫線などの時は,ボックスの下端)に一致するように配置する.
6957  \item それ以外のときは,ボックスの中央が「数式の軸」に一致するように配置する.
6958 \end{itemize}
6959
6960  \item 連数字用命令 \cs{rensuji} における位置合わせオプション \texttt{[l]}, \texttt{[c]},
6961        \texttt{[r]} の挙動を若干変更した.
6962
6963 \end{itemize}
6964 }
6965 %</ja>
6966 %<*en>
6967 \subsection{\texttt{lltjext.sty}}
6968 \pLaTeX\ supplies additional macros for vertical writing in the \Pkg{plext} package.
6969 The \Pkg{lltjext} package which we want to describe here is the \LuaTeX-ja
6970 counterpart of the \Pkg{plext} package.
6971 %</en>
6972
6973 %<*ja>
6974 念の為,本 \Pkg{lltjext} パッケージで追加・変更している命令の一覧を載せておく.
6975 \begin{cslist}
6976 \item[tabular\textrm{, }array\textrm{, }minipage環境]
6977 これらの環境は,
6978 \begin{lstlisting}
6979 \begin{tabular}<dir>[pos]{table spec} ... \end{tabular}
6980 \begin{array}<dir>[pos]{table spec}   ... \end{array}
6981 \begin{minipage}<dir>[pos]{width}     ... \end{minipage}
6982 \end{lstlisting}
6983 のように,組方向オプション \texttt{\<dir\>} が拡張されている.
6984 既に述べたように,組方向オプションに指定できる値は以下の5つであり,
6985 それ以外を指定した時や無指定時は周囲の組方向と同じ組方向になる.
6986 \begin{description}
6987  \item[y] 横組(\cs{yoko})
6988  \item[t] 縦組(\cs{tate})
6989  \item[z] 周囲が縦組の時はutod方向,それ以外はそのまま
6990  \item[d] dtou方向
6991  \item[u] utod方向
6992 \end{description}
6993 \item[\cs{parbox}\<<dir>\>{[<pos>]}\{<width>\}\{<contents>\}]
6994 \cs{parbox} 命令も同様に,組方向の指定ができるように拡張されている.
6995
6996 \item[\cs{pbox}\<<dir>\>{[<width>][<pos>]}\{<contents>\}]
6997 組方向<dir>で<contents>の中身をLRモードで組む命令である.
6998 <width>が正の値であるときは,ボックス全体の幅がその値となる.
6999 その際,中身は<pos>の値に従い,左寄せ(\texttt{l}),右揃え(\texttt{r}),
7000 中央揃え(それ以外)される.
7001 \item[picture環境]
7002 図表作成に用いる \texttt{picture} 環境も,
7003 \begin{lstlisting}
7004 \begin{picture}<dir>(x_size, y_size)(x_offset,y_offset)
7005   ...
7006 \end{picture}
7007 \end{lstlisting}
7008 と組方向が指定できるように拡張されている.
7009 $x$成分の増加方向は字送り方向,$y$成分の増加方向は行送り方向の\emph{反対方向}となる.
7010 \Pkg{plext} パッケージと同様に
7011 内部ではベースライン補正(\Param{yalbaselineshift}パラメータなど)の影響を受けないように,
7012 \cs{put},~\cs{line}, \cs{vector}, \cs{dashbox}, \cs{oval},~\cs{circle}も
7013 ベースライン補正を受けないように再定義されている.
7014
7015 \item[\cs{rensuji}{[<pos>]}\{<contents>\}\textrm{, }\cs{rensujiskip}]
7016
7017 \item[\cs{Kanji}\{<counter\_name>\}]
7018
7019 \item[\cs{kasen}\{<contents>\}\textrm{, }\cs{bou}\{<contents>\}\textrm{,
7020                      }\cs{boutenchar}]
7021
7022 \item[参照番号]
7023 \end{cslist}
7024 %</ja>
7025 %<*en>
7026 \begin{cslist}
7027 \item[tabular\textrm{, }array\textrm{, }minipage\textrm{ environments}]
7028 These environments are extended by \texttt{\<dir\>}, which specifies the direction,
7029 as follows:
7030 \begin{lstlisting}
7031 \begin{tabular}<dir>[pos]{table spec} ... \end{tabular}
7032 \begin{array}<dir>[pos]{table spec}   ... \end{array}
7033 \begin{minipage}<dir>[pos]{width}     ... \end{minipage}
7034 \end{lstlisting}
7035 This option permits one of the following five values. If none of them is specified,
7036 the direction inside the environment is same as that outside the enviromnent.
7037 \begin{description}
7038  \item[y] \emph{yoko} direction (horizontal writing)
7039  \item[t] \emph{tate} direction (vertical writing)
7040  \item[z] \emph{utod} direction if direction outside the env.\ is \emph{tate}.
7041  \item[d] \emph{dtou} direction
7042  \item[u] \emph{utod} direction
7043 \end{description}
7044 \item[\cs{parbox}\<<dir>\>{[<pos>]}\{<width>\}\{<contents>\}]
7045 \cs{parbox} command is also extended by \texttt{\<dir\>}.
7046
7047 \item[\cs{pbox}\<<dir>\>{[<width>][<pos>]}\{<contents>\}]
7048 This commands typeset <contents> in LR-mode, in <dir> direction.
7049 If <width> is positive, the width of the box becomes this <width>.
7050 In this case, <contents> will be aligned \dots
7051
7052 \item[picture\textrm{\ environment}]
7053
7054 \item[\cs{rensuji}{[<pos>]}\{<contents>\}\textrm{, }\cs{rensujiskip}]
7055
7056 \item[\cs{Kanji}\{<counter\_name>\}]
7057
7058 \item[\cs{kasen}\{<contents>\}\textrm{, }\cs{bou}\{<contents>\}\textrm{,
7059                      }\cs{boutenchar}]
7060
7061 \item[参照番号]
7062 \end{cslist}
7063 %</en>
7064
7065
7066
7067 %<en>\part{Implementations}
7068 %<ja>\part{実装}
7069 \label{part-imp}
7070 %<en>\section{Storing Parameters}
7071 %<ja>\section{パラメータの保持}
7072 \label{sec-para}
7073 %<en>\subsection{Used dimensions, attributes and whatsit nodes}
7074 %<ja>\subsection{\LuaTeX-jaで用いられるレジスタとwhatsitノード}
7075
7076 %<*en>
7077 Here the following is the list of dimensions and attributes which are used in \LuaTeX-ja.
7078 %</en>
7079 %<*ja>
7080 以下は\LuaTeX-jaで用いられる寸法レジスタ(dimension),属性レジスタ(attribute)の
7081 リストである.
7082 %</ja>
7083 \begin{list}{}{%
7084 \def\makelabel{\ttfamily}\advance\leftmargin1\zw
7085 \def\dim#1{\item[\textbackslash #1\ \textrm{(dimension)}]}
7086 \def\cnt#1{\item[\textbackslash #1\ \textrm{(counter)}]}
7087 \def\attr#1{\item[\textbackslash #1\ \textrm{(attribute)}]}
7088 }
7089
7090 \dim{jQ}
7091 %<*en>
7092 \cs{jQ} is equal to
7093                         $1\,\textrm{Q}=0.25\,\textrm{mm}$, where ``Q''~(also called ``級'') is
7094                         a unit used in Japanese phototypesetting.
7095 So one should not change the value of this dimension.
7096 %</en>
7097 %<*ja>
7098 \cs{jQ} は写植で用いられた$1\,\textrm{Q}=0.25\,\textrm{mm}$%
7099 (「級」とも書かれる)に等しい.したがって,
7100 この寸法レジスタの値を変更してはならない.
7101 %</ja>
7102
7103 \dim{jH}
7104 %<*en>
7105 There is also a unit called ``歯'' which equals to $0.25\,\textrm{mm}$ and
7106                          used in Japanese phototypesetting.
7107 This \cs{jH} is the same \cs{dimen} register as \cs{jQ}.
7108 %</en>
7109 %<*ja>
7110 同じく写植で用いられていた単位として「歯」があり,これも$0.25\,\textrm{mm}$と
7111 等しい.この \cs{jH} は \cs{jQ} と同じ寸法レジスタを指す.
7112 %</ja>
7113
7114 \dim{ltj@zw}
7115 %<*en>
7116 A temporal register for the ``full-width'' of current Japanese font.
7117 The command \cs{zw} sets this register to the correct value, and
7118 ``return'' this register itself.
7119 %</en>
7120 %<*ja>
7121 現在の和文フォントの「全角幅」を保持する一時レジスタ.
7122 \cs{zw} 命令は,このレジスタを適切な値に設定した後,
7123 「このレジスタ自体を返す」.
7124 %</ja>
7125
7126 \dim{ltj@zh}
7127 %<*en>
7128 A temporal register for the ``full-height'' (usually the sum of height of imaginary body and its depth) of current Japanese font.
7129 The command \cs{zh} sets this register to the correct value, and
7130 ``return'' this register itself.
7131 %</en>
7132 %<*ja>
7133 現在の和文フォントの「全角高さ」(通常,高さと深さの和)を保持する一時レジスタ.
7134 \cs{zh} 命令は,このレジスタを適切な値に設定した後,
7135 「このレジスタ自体を返す」.
7136 %</ja>
7137
7138 \attr{jfam}
7139 %<*en>
7140 Current number of Japanese font family for math formulas.
7141 %</en>
7142 %<*ja>
7143 数式用の和文フォントファミリの現在の番号.
7144 %</ja>
7145
7146 \attr{ltj@curjfnt}
7147 %<*en>
7148 The font index of current Japanese font for horizontal direction.
7149 %</en>
7150 %<*ja>
7151 現在の横組用和文フォントのフォント番号.
7152 %</ja>
7153
7154 \attr{ltj@curtfnt}
7155 %<*en>
7156 The font index of current Japanese font for vertical direction.
7157 %</en>
7158 %<*ja>
7159 現在の縦組用和文フォントのフォント番号.
7160 %</ja>
7161
7162 \attr{ltj@charclass}
7163 %<*en>
7164 The character class of a \textbf{JAchar}. This attribute is only set on a
7165                          \textit{glyph\_node} which contains a \textbf{JAchar}.
7166 %</en>
7167 %<*ja>
7168 \textbf{JAchar}の文字クラス.\textbf{JAchar}が格納された\textit{glyph\_node}でのみ使われる.
7169 %</ja>
7170
7171 \attr{ltj@yablshift}
7172 %<*en>
7173 The amount of shifting the baseline of alphabetic fonts in scaled point ($2^{-16}\,\textrm{pt}$).
7174 %</en>
7175 %<*ja>
7176 スケールド・ポイント($2^{-16}\,\textrm{pt}$)を単位とした欧文フォントのベースラインの移動量.
7177 %</ja>
7178
7179 \attr{ltj@ykblshift}
7180 %<*en>
7181 The amount of shifting the baseline of Japanese fonts in scaled point ($2^{-16}\,\textrm{pt}$).
7182 %</en>
7183 %<*ja>
7184 スケールド・ポイント($2^{-16}\,\textrm{pt}$)を単位とした和文フォントのベースラインの移動量.
7185 %</ja>
7186
7187 \attr{ltj@tablshift}
7188 \attr{ltj@tkblshift}
7189
7190 \attr{ltj@autospc}
7191 %<*en>
7192 Whether the auto insertion of \Param{kanjiskip} is allowed at the node.
7193 %</en>
7194 %<*ja>
7195 そのノードで\Param{kanjiskip}の自動挿入が許されるかどうか.
7196 %</ja>
7197
7198 \attr{ltj@autoxspc}
7199 %<*en>
7200 Whether the auto insertion of \Param{xkanjiskip} is allowed at the node.
7201 %</en>
7202 %<*ja>
7203 そのノードで\Param{xkanjiskip}の自動挿入が許されるかどうか.
7204 %</ja>
7205
7206 \attr{ltj@icflag}
7207 %<*en>
7208 An attribute for distinguishing ``kinds'' of a node. One of the following value is
7209 assigned to this attribute:
7210 %</en>
7211 %<*ja>
7212 ノードの「種類」を区別するための属性.以下のうちのひとつが値として割り当てられる:
7213 %</ja>
7214 \begin{description}
7215 \item[\textit{italic} (1)]
7216 %<*en>
7217 Kerns from italic correction (\verb+\/+), or from kerning information of a Japanese font.
7218 These kerns are ``ignored'' in the insertion process of \textbf{JAglue},
7219 unlike explicit \cs{kern}.
7220 %</en>
7221 %<*ja>
7222 イタリック補正(\verb+\/+)によるカーン,
7223 または \Pkg{luaotfload} によって挿入されたフォントのカーニング情報由来のカーン.
7224 これらのカーンは通常の \cs{kern} とは異なり,
7225 \textbf{JAglue}の挿入処理においては透過する.
7226 %</ja>
7227
7228 \item[\textit{packed} (2)]
7229
7230 \item[\textit{kinsoku} (3)]
7231 %<*en>
7232 Penalties inserted for the word-wrapping process (\emph{kinsoku shori}) of Japanese characters.
7233 %</en>
7234 %<ja>禁則処理のために挿入されたペナルティ.
7235 \item[\mathversion{bold}$(\textit{from\_jfm}-2)$--$(\textit{from\_jfm}+2)$~(4--8)]
7236 %<en>Glues/kerns from JFM.
7237 %<ja>JFM由来のグルー/カーン.
7238 \item[\textit{kanji\_skip}~(9), \textit{kanji\_skip\_jfm}~(10)]
7239 %<en>Glues from \Param{kanjiskip}.
7240 %<ja>和文間空白\Param{kanjiskip}を表すグルー.
7241 \item[\textit{xkanji\_skip}~(11), \textit{xkanji\_skip\_jfm}~(12)]
7242 %<en>Glues from \Param{xkanjiskip}.
7243 %<ja>和欧文間空白\Param{xkanjiskip}を表すグルー.
7244 \item[\textit{processed} (13)]
7245 %<en>Nodes which is already processed by \ldots.
7246 %<ja>\LuaTeX-ja の内部処理によって既に処理されたノード.
7247 \item[\textit{ic\_processed} (14)]
7248 %<*en>
7249 Glues from an italic correction, but already processed in the insertion process of \textbf{JAglue}s.
7250 %</en>
7251 %<ja>イタリック補正に由来するグルーであって,既に \textbf{JAglue} 挿入処理にかかったもの.
7252 \item[\textit{boxbdd} (15)]
7253 %<en>Glues/kerns that inserted just the beginning or the ending of an hbox or a paragraph.
7254 %<ja>hboxか段落の最初か最後に挿入されたグルー/カーン.
7255 \end{description}
7256
7257 %<*ja>
7258 また,挿入処理の結果であるリストの最初のノードでは,\verb+\ltj@icflag+ の値に
7259 \textit{processed\_begin\_flag}~(128)が追加される.これによって,\cs{unhbox} が
7260 連続した場合でも「ボックスの境界」が識別できるようになっている.
7261 %</ja>
7262
7263 \attr{ltj@kcat\,$i$}
7264 %<*en>
7265 Where $i$~is a natural number which is less than~7.
7266 These 7~attributes store bit~vectors indicating which character block is regarded as a block of \textbf{JAchar}s.
7267 %</en>
7268 %<*ja>
7269 $i$は7より小さい自然数.
7270 これら7つの属性レジスタは,どの文字ブロックが\textbf{JAchar}のブロックとして
7271 扱われるかを示すビットベクトルを格納する.
7272 %</ja>
7273
7274 \attr{ltj@dir}
7275 %<*ja>
7276 \textit{direction}~whatsit(後述)において組方向を示すために,あるいは\textit{dir\_box}の
7277                          組方向を用いる.\textit{direction}~whatsitにおいては値は
7278 \begin{quote}
7279  \textit{dir\_dtou} (1), \textit{dir\_tate} (3),
7280  \textit{dir\_yoko} (4), \textit{dir\_utod} (11)
7281 \end{quote}
7282 のいずれかであり,\textit{dir\_box}ではこれらに次を加えた値をとる(\ref{sec-dir-imp}章参照).
7283 %</ja>
7284 \begin{description}
7285 \item[\textit{dir\_node\_auto} (128)]
7286 %<ja> 異なる組方向に配置するために自動的に作られたボックス.
7287 \item[\textit{dir\_node\_manual} (256)]
7288 %<ja> \cs{ltjsetwd} によって「ボックスの本来の組方向とは異なる組方向での寸法」を
7289 %<ja> 設定したときに,それを記録するためのボックス.
7290 \end{description}
7291 %<ja> \TeX 側から見える値,つまり \verb+\the\ltj@dir+ の値は常に0である.
7292
7293 \end{list}
7294
7295 %<*en>
7296 Furthermore, \LuaTeX-ja uses several user-defined whatsit nodes for
7297 internal processing. All those nodes except \emph{direction} whatsits
7298 store a natural number (hence its \texttt{type} is 100).
7299 \emph{direction} whatsits store a node list, hence its \texttt{type} is 110.
7300 Their \texttt{user\_id} (used for distinguish user-defined whatsits)
7301 are allocated by \texttt{luatexbase.newuserwhatsitid}.
7302 %</en>
7303 %<*ja>
7304 さらに,\LuaTeX-jaはいくつかのuser-defined whatsit nodeを内部処理に用いる.
7305 \textit{direction} whatsitはノードリストを格納するが,
7306 それ以外のwhatsitノードの \texttt{type} は100であり,ノードは自然数を格納している.
7307 user-defined whatsitを識別するための \texttt{user\_id} は\
7308 \texttt{luatexbase.newuserwhatsitid} により確保されており,
7309 下の見出しは単なる識別用でしかない.
7310 %</ja>
7311 \begin{description}
7312 \item[\textit{inhibitglue}]
7313 %<*en>
7314 Nodes for indicating that \cs{inhibitglue} is
7315            specified. The \texttt{value} field of these nodes doesn't matter.
7316 %</en>
7317 %<*ja>
7318 \cs{inhibitglue} が指定されたことを示すノード.これらのノードの\
7319 \texttt{value} フィールドは意味を持たない.
7320 %</ja>
7321
7322 \item[\textit{stack\_marker}]
7323 %<*en>
7324 Nodes for \LuaTeX-ja's stack system (see the next
7325            subsection). The \texttt{value} field of these nodes is
7326            current group level.
7327 %</en>
7328 %<*ja>
7329 \LuaTeX-jaのスタックシステム(次の節を参照)のためのノード.
7330 これらのノードの \texttt{value} フィールドは現在のグループネストレベルを表す.
7331 %</ja>
7332
7333 \item[\textit{char\_by\_cid}]
7334 %<*en>
7335 Nodes for \textbf{JAchar} which the callback process of
7336            \Pkg{luaotfload} won't be applied, and the character code is
7337            stored in the \texttt{value} field. Each node of this type are
7338            converted to a \textit{glyph\_node} \emph{after}
7339            the callback process of luaotfload.
7340 Nodes of this type is used in \cs{CID}, \cs{UTF} and IVS support.
7341 %</en>
7342 %<*ja>
7343 \Pkg{luaotfload}のコールバックによる処理が適用されない\textbf{JAchar}のためのノードで,
7344 \texttt{value} フィールドに文字コードが格納されている.
7345 この種類のノードはそれぞれが\Pkg{luaotfload}のコールバックの処理の
7346 \emph{後で}\textit{glyph\_node}に変換される.
7347 \cs{CID}, \cs{UTF}やIVS対応処理でこの種類のノードが利用されている.
7348 %</ja>
7349
7350 \item[\textit{replace\_vs}]
7351 %<*en>
7352 Similar to \textit{char\_by\_cid} whatsits above.
7353 These nodes are for \textbf{ALchar} which the callback process of
7354            \Pkg{luaotfload} won't be applied.
7355 %</en>
7356 %<*ja>
7357 上の\textit{char\_by\_cid}と同様に,
7358 これらのノードは\Pkg{luaotfload}のコールバックによる処理が適用されない\textbf{ALchar}のた
7359            めものである.
7360 %</ja>
7361
7362 \item[\textit{begin\_par}]
7363 %<*en>
7364 Nodes for indicating beginning of a paragraph.
7365 A paragraph which is started by \cs{item} in list-like environments has a horizontal box
7366 for its label before the actual contents. So \dots
7367 %</en>
7368 %<*ja>
7369 「段落の開始」を意味するノード.
7370 list環境,itemize環境などにおいて,\cs{item} で始まる各項目は……
7371 %</ja>
7372
7373 \item[\textit{direction}]
7374
7375 \end{description}
7376
7377 %<*en>
7378 These whatsits will be removed during the process of inserting \textbf{JAglue}s.
7379 %</en>
7380 %<*ja>
7381 これらのwhatsitノードは\textbf{JAglue}の挿入処理の間に取り除かれる.
7382 %</ja>
7383
7384 %<en>\subsection{Stack system of \LuaTeX-ja}
7385 %<ja>\subsection{\LuaTeX-jaのスタックシステム}
7386 \label{ssec-stack}
7387
7388 %<en>\paragraph{Background}
7389 %<ja>\paragraph{背景}
7390 %<*en>
7391 \LuaTeX-ja has its own stack system, and most parameters of \LuaTeX-ja
7392 are stored in it. To clarify the reason, imagine the parameter
7393 \Param{kanjiskip} is stored by a skip, and consider the following
7394 source:
7395 %</en>
7396 %<*ja>
7397 \LuaTeX-jaは独自のスタックシステムを持ち,\LuaTeX-jaのほとんどのパラメータは
7398 これを用いて保持されている.その理由を明らかにするために,
7399 \Param{kanjiskip}パラメータがスキップレジスタで保持されているとし,
7400 以下のコードを考えてみよう:
7401 %</ja>
7402 \begin{LTXexample}
7403 \ltjsetparameter{kanjiskip=0pt}ふがふが.%
7404 \setbox0=\hbox{%
7405   \ltjsetparameter{kanjiskip=5pt}ほげほげ}
7406 \box0.ぴよぴよ\par
7407 \end{LTXexample}
7408
7409 %<*en>
7410 As described in Subsection~\ref{ssec-param}, the only effective value of
7411 \Param{kanjiskip} in an hbox is the latest value, so the value of
7412 \Param{kanjiskip} which applied in the entire hbox should be 5\,pt.
7413 However, by the implementation method of \LuaTeX, this ``5\,pt'' cannot be
7414 known from any callbacks.  In the \texttt{tex/packaging.w}, which is a
7415 file in the source of \LuaTeX, there are the following codes:
7416 %</en>
7417 %<*ja>
7418 \ref{ssec-param}節で述べたように,あるhboxの中で効力を持つ
7419 \Param{kanjiskip}の値は最後に現れた値のみであり,したがってボックス全体に適用される
7420 \Param{kanjiskip}は5\,ptであるべきである.しかし,\LuaTeX の実
7421 装を観察すると,この5\,ptという長さはどのコールバックからも知ることはできないことがわかる.
7422 \LuaTeX のソースファイルの1つ \texttt{tex/packaging.w} の中に,
7423 以下のコードがある:
7424 %</ja>
7425 \begin{lstlisting}[numbers=left,firstnumber=1226]
7426 void package(int c)
7427 {
7428     scaled h;                   /* height of box */
7429     halfword p;                 /* first node in a box */
7430     scaled d;                   /* max depth */
7431     int grp;
7432     grp = cur_group;
7433     d = box_max_depth;
7434     unsave();
7435     save_ptr -= 4;
7436     if (cur_list.mode_field == -hmode) {
7437         cur_box = filtered_hpack(cur_list.head_field,
7438                                  cur_list.tail_field, saved_value(1),
7439                                  saved_level(1), grp, saved_level(2));
7440         subtype(cur_box) = HLIST_SUBTYPE_HBOX;
7441 \end{lstlisting}
7442 %<*en>
7443 Notice that \texttt{unsave()} is executed \emph{before}
7444 \texttt{filtered\_hpack()}, where \texttt{hpack\_filter} callback is
7445 executed) here. So ``5\,pt'' in the above source is orphaned at
7446 \texttt{unsave()}, and hence it can't be accessed from \texttt{hpack\_filter}
7447 callback.
7448 %</en>
7449 %<*ja>
7450 \texttt{unsave()} が \texttt{filtered\_hpack()}(これは \texttt{hpack\_filter} コールバックが
7451 実行されるところである)の\emph{前に}実行されていることに注意する.
7452 したがって,上記ソース中で5\,ptは \texttt{unsave()} のところで捨てられ,
7453 \texttt{hpack\_filter} コールバックからはアクセスすることができない.
7454 %</ja>
7455
7456 %<en>\paragraph{Implementation}
7457 %<ja>\paragraph{解決法}
7458
7459 %<*en>
7460 The code of stack system is based on that in a post of Dev-luatex mailing list\footnote{%
7461 \texttt{[Dev-luatex] tex.currentgrouplevel}, a post at 2008/8/19 by Jonathan Sauer.}.
7462 %</en>
7463 %<*ja>
7464 スタックシステムのコードはDev-luatexメーリングリストのある投稿\footnote{%
7465 \texttt{[Dev-luatex] tex.currentgrouplevel}: Jonathan Sauerによる2008/8/19の投稿.}を
7466 ベースにしている.
7467 %</ja>
7468
7469 %<*en>
7470 These are two \TeX\ count registers for maintaining information:
7471 \verb+\ltj@@stack+ for the stack level, and \verb+\ltj@@group@level+ for
7472 the \TeX's group level when the last assignment was done.  Parameters
7473 are stored in one big table named \texttt{charprop\_stack\_table}, where
7474 \texttt{charprop\_stack\_table[$i$]} stores data of stack level~$i$. If
7475 a new stack level is created by \cs{ltjsetparameter}, all data of the
7476 previous level is copied.
7477 %</en>
7478 %<*ja>
7479 情報を保持するために,2つの\TeX の整数レジスタを用いている:
7480 \verb+\ltj@@stack+ にスタックレベル,\verb+\ltj@@group@level+ に最後の代入が
7481 なされた時点での\TeX のグループレベルを保持している.
7482 パラメータは\texttt{charprop\_stack\_table}という名前のひとつの大きなテーブルに
7483 格納される.ここで,\texttt{charprop\_stack\_table[$i$]}はスタックレベル$i$の
7484 データを格納している.もし新しいスタックレベルが \cs{ltjsetparameter} によって
7485 生成されたら,前のレベルの全てのデータがコピーされる.
7486 %</ja>
7487
7488 %<*en>
7489 To resolve the problem mentioned in above paragraph ``Background'', \LuaTeX-ja uses
7490 another trick. When the stack level is about to be increased, a whatsit
7491 node whose type, subtype and value are 44~(\textit{user\_defined}),
7492 \textit{stack\_marker} and the current group level respectively is appended to the current
7493 list (we refer this node by \textit{stack\_flag}). This enables us to
7494 know whether assignment is done just inside a hbox. Suppose that the
7495 stack level is~$s$ and the \TeX's group level is~$t$ just after the hbox
7496 group, then:
7497 %</en>
7498 %<*ja>
7499 上の「背景」で述べた問題を解決するために,\LuaTeX-jaでは次の手法を用いる:
7500 スタックレベルが増加するするとき,type, subtype, valueがそれぞれ
7501 44~(\textit{user\_defined}), \textit{stack\_marker},そして現在のグループレベルであるwhatsitノード
7502 を現在のリストに付け加える(このノードを\textit{stack\_flag}とする).
7503 これにより,あるhboxの中で代入がなされたかどうかを知ることが可能
7504 となる.スタックレベルを$s$,そのhbox groupの直後の\TeX のグループレベルを
7505 $t$とすると:
7506 %</ja>
7507 \begin{itemize}
7508 %<*en>
7509 \item If there is no \textit{stack\_flag} node in the list of the contents of the hbox, then
7510       no assignment was occurred inside the hbox. Hence values of
7511       parameters at the end of the hbox are stored in the stack
7512       level~$s$.
7513 %</en>
7514 %<*ja>
7515 \item もしそのhboxの中身を表すリストの中に\textit{stack\_flag}ノードがなければ,
7516   hboxの中では代入は起こらなかったということになる.
7517   したがって,そのhboxの終わりにおけるパラメータの値はスタックレベル$s$に
7518   格納されている.
7519 %</ja>
7520
7521 %<*en>
7522 \item If there is a \textit{stack\_flag} node whose value is~$t+1$, then
7523       an assignment was occurred just inside the hbox group. Hence
7524       values of parameters at the end of the hbox are stored in the
7525       stack level~$s+1$.
7526 %</en>
7527 %<*ja>
7528 \item もし値が$t+1$の\textit{stack\_flag}ノードがあれば,その
7529   hboxの中で代入が起こったことになる.
7530   したがって,hboxの終わりにおけるパラメータの値はスタックレベル$s+1$に
7531   格納されている.
7532 %</ja>
7533
7534 %<*en>
7535 \item If there are \textit{stack\_flag} nodes but all of their values
7536       are more than~$t+1$, then an assignment was occurred in the box,
7537       but it is done in more internal group. Hence values of
7538       parameters at the end of the hbox are stored in the stack
7539       level~$s$.
7540 %</en>
7541 %<*ja>
7542 \item もし\textit{stack\_flag}ノードがあるがそれらの値が全て$t+1$より大きい
7543   場合,そのボックスの中で代入が起こったが,それは「より内部の」グループで
7544   起こったということになる.したがって,hboxの終わりでのパラメータの
7545   値はスタックレベル$s$に格納されている.
7546 %</ja>
7547 \end{itemize}
7548
7549 %<*en>
7550 Note that to work this trick correctly, assignments to
7551 \verb+\ltj@@stack+ and \verb+\ltj@@group@level+ have to be local always,
7552 regardless the value of \cs{globaldefs}.
7553 To solve this problem, we use another trick: the assignment
7554 \hbox{\verb+\directlua{tex.globaldefs=0}+} is always local.
7555 %</en>
7556 %<*ja>
7557 このトリックを正しく働かせるためには,\verb+\ltj@@stack+ と \verb+\ltj@@group@level+ への
7558 代入は \cs{globaldefs} の値によらず常にローカルでなければならないことに注意する.
7559 この問題は \hbox{\verb+\directlua{tex.globaldefs=0}+}(この代入は常にローカル)を
7560 用いることで解決している.
7561 %</ja>
7562
7563 %<*en>
7564 \subsection{Lua functions of the stack system}
7565 In this subsection, we will see how a user use \LuaTeX-ja's stack system to
7566 store some data which obeys the grouping of \TeX.
7567 %</en>
7568 %<*ja>
7569 \subsection{スタックシステムで使用される関数}
7570 本節では,ユーザが\LuaTeX-jaのスタックシステムを使用して,
7571 \TeX のグルーピングに従うような
7572 独自のデータを取り扱う方法を述べる.
7573 %</ja>
7574
7575 %<*en>
7576 The following function can be used to store data into a stack:
7577 \begin{lstlisting}
7578 luatexja.stack.set_stack_table(index, <any> data)
7579 \end{lstlisting}
7580 Any values which except \texttt{nil}~and~NaN are usable as \textit{index}.
7581 However, a user should use only negative integers or strings as \textit{index},
7582 since natural numbers are used by \LuaTeX-ja itself.
7583 Also, whether \textit{data} is stored locally or globally
7584 is determined by \texttt{luatexja.isglobal}
7585 (stored globally if and only if \texttt{luatexja.isglobal == 'global'}).
7586 %</en>
7587 %<*ja>
7588 スタックに値を設定するには,以下のLua関数を呼び出せば良い:
7589 \begin{lstlisting}
7590 luatexja.stack.set_stack_table(<any> index, <any> data)
7591 \end{lstlisting}
7592 直感的には,スタックテーブル中のインデックス\textit{index}の値を\textit{data}にする,という意味である.
7593 \textit{index}の値としては \texttt{nil} とNaN以外の任意の値を使えるが,
7594 自然数は\LuaTeX-jaが使用する(将来の拡張用も含む)ので,
7595 ユーザが使用する場合は負の整数値か文字列の値にすることが望ましい.
7596 また,ローカルに設定されるかグローバルに設定されるかは,\texttt{luatexja.isglobal} の値に依存する
7597 (グローバルに設定されるのは,\texttt{luatexja.isglobal == 'global'} であるちょうどその時).
7598 %</ja>
7599
7600 %<*en>
7601 Stored data can be obtained as the return value of
7602 \begin{lstlisting}
7603 luatexja.stack.get_stack_table(index, <any> default, <number> level)
7604 \end{lstlisting}
7605 where \textit{level} is the stack level, which is usually the value of \verb+\ltj@@stack+,
7606 and \textit{default} is the default value which will be returned if no values are stored
7607 in the stack table whose level is \textit{level}.
7608 %</en>
7609 %<*ja>
7610 スタックの値は,
7611 \begin{lstlisting}
7612 luatexja.stack.get_stack_table(<any> index, <any> default, <number> level)
7613 \end{lstlisting}
7614 の戻り値で取得できる.\textit{level}はスタックレベルであり,
7615 通常は \verb+\ltj@@stack+ の値を指定することになるだろう.
7616 \textit{default}はレベル\textit{level}のスタックに値が設定されていなかった場合に
7617 返すデフォルト値である.
7618 %</ja>
7619
7620 \begin{figure}[tb]
7621 \begin{lstlisting}[numbers=left, firstnumber=380]
7622 \protected\def\ltj@setpar@global{%
7623   \relax\ifnum\globaldefs>0\directlua{luatexja.isglobal='global'}%
7624     \else\directlua{luatexja.isglobal=''}\fi
7625 }
7626 \protected\def\ltjsetparameter#1{%
7627   \ltj@setpar@global\setkeys[ltj]{japaram}{#1}\ignorespaces}
7628 \protected\def\ltjglobalsetparameter#1{%
7629   \relax\ifnum\globaldefs<0\directlua{luatexja.isglobal=''}%
7630     \else\directlua{luatexja.isglobal='global'}\fi%
7631   \setkeys[ltj]{japaram}{#1}\ignorespaces}
7632 \end{lstlisting}
7633 %<ja>\caption{パラメータ設定命令の定義}
7634 %<en>\caption{Definiton of parameter setting commands}
7635 \label{fig:setpar-def}
7636 \end{figure}
7637
7638 %<*en>
7639 \subsection{Extending Parameters}
7640 Keys for \cs{ltjsetparameter}~and~\cs{ltjgetparameter} can be extended,
7641 as in \Pkg{luatexja-adjust}.
7642 %</en>
7643 %<*ja>
7644 \subsection{パラメータの拡張}
7645 ここでは,\Pkg{luatexja-adjust}で行なっているように,
7646 \cs{ltjsetparameter},~\cs{ltjgetparameter}に指定可能なキーを追加する方法
7647 を述べる.
7648 %</ja>
7649
7650 %<*en>
7651 \paragraph{Setting parameters}
7652 Figure~\ref{fig:setpar-def} shows the \emph{most outer} definition of
7653 two commands,
7654 \cs{ltjsetparameter} and \cs{ltjglobalsetparameter}.
7655 Most important part is the last \cs{setkeys},
7656 which is offered by the \Pkg{xkeyval} package.
7657
7658 Hence, to add a key in \cs{ltjsetparameter}, one only have to add a key
7659 whose prefix is \texttt{ltj} and whose family is \texttt{japaram}, as the following.
7660 \begin{lstlisting}
7661 \define@key[ltj]{japaram}{...}{...}
7662 \end{lstlisting}
7663
7664 \cs{ltjsetparameter}~and~\cs{ltjglobalsetparameter} automatically sets
7665 \texttt{luatexja.isglobal}. Its meaning is the following.
7666 \begin{align}
7667  \texttt{luatexja.isglobal} =
7668 \begin{cases}
7669  \texttt{'global'}&\text{global}\\
7670  \texttt{''}&\text{local}
7671 \end{cases}
7672 \end{align}
7673 This is determined not only by command name
7674 (\cs{ltjsetparameter}~or~\cs{ltjglobalsetparameter}),
7675 but also by the value of \cs{globaldefs}.
7676 %</en>
7677 %<*ja>
7678 \paragraph{パラメータの設定}
7679 \cs{ltjsetparameter} と,\cs{ltjglobalsetparameter} の定義は図\ref{fig:setpar-def}の
7680 のようになっている.
7681 本質的なのは最後の \cs{setkeys} で,これは\Pkg{xkeyval}パッケージの提供する命令である.
7682
7683 このため,\cs{ltjsetparameter} に指定可能なパラメータを追加するには,
7684 <prefix>を \texttt{ltj},<family>を \texttt{japaram} としたキーを
7685 \begin{lstlisting}
7686 \define@key[ltj]{japaram}{...}{...}
7687 \end{lstlisting}
7688 のように定義すれば良いだけである.
7689 なお,パラメータ指定がグローバルかローカルかどうかを示す \texttt{luatexja.isglobal} が,
7690 \begin{align}
7691  \texttt{luatexja.isglobal} =
7692 \begin{cases}
7693  \texttt{'global'}&\text{パラメータ設定はグローバル}\\
7694  \texttt{''}&\text{パラメータ設定はローカル}
7695 \end{cases}
7696 \end{align}
7697 として自動的にセットされる\footnote{命令が \cs{ltjglobalsetparameter} かどうかだけでは
7698 なく,実行時の \cs{globaldefs} の値にも依存して定まる.}.
7699 %</ja>
7700
7701 %<*en>
7702 \paragraph{Getting parameters}
7703 \cs{ltjgetparameter} is implemented by a Lua script.
7704
7705 For parameters that do not need additional arguments, one only have to
7706 define a function in the table \verb+luatexja.unary_pars+.
7707 For example, with the following function,
7708 \verb+\ltjgetparameter{hoge}+ returns a \emph{string} \texttt{42}.
7709 \begin{lstlisting}[numbers=left]
7710 function luatexja.unary_pars.hoge (t)
7711   return 42
7712 end
7713 \end{lstlisting}
7714 Here the argument of \verb+luatexja.unary_pars.hoge+ is
7715 the stack level of \LuaTeX-ja's stack system (see Subsection~\ref{ssec-stack}).
7716
7717 On the other hand, for parameters that need an additional argument
7718 (this must be an integer), one have to define a function in
7719 \verb+luatexja.binary_pars+ first. For example,
7720 \begin{lstlisting}[numbers=left]
7721 function luatexja.binary_pars.fuga (c, t)
7722   return tostring(c) .. ', ' .. tostring(42)
7723 end
7724 \end{lstlisting}
7725 Here the first argument $t$ is the stack level, as before.
7726 The second argument $c$ is just the second argument of \cs{ltjgetparameter}.
7727
7728 For parameters that need an additional argument, one also have to
7729 execute the \TeX\ code like
7730 \begin{lstlisting}
7731 \ltj@@decl@array@param{fuga}
7732 \end{lstlisting}
7733 to indicate that ``the parameter \texttt{fuga} needs an additional argument''.
7734 %</en>
7735 %<*ja>
7736 \paragraph{パラメータの取得}
7737 一方,\cs{ltjgetparameter} はLuaスクリプトによって実装されている.
7738 値を取得するのに追加引数の要らないパラメータについては,\verb+luatexja.unary_pars+\
7739 内に処理内容を記述した関数を定義すれば良い.例えば,Luaスクリプトで
7740 \begin{lstlisting}[numbers=left]
7741 function luatexja.unary_pars.hoge (t)
7742   return 42
7743 end
7744 \end{lstlisting}
7745 を実行すると,\verb+\ltjgetparameter{hoge}+ は \texttt{42} という\emph{文字列}を返す.
7746 関数 \verb+luatexja.unary_pars.hoge+ の引数$t$は,\ref{ssec-stack}節で述べた
7747 \LuaTeX-jaのスタックシステムにおけるスタックレベルである.
7748 戻り値はいかなる値であっても,最終的には文字列として出力されることに注意.
7749
7750 一方,追加引数(\emph{数値しか許容しない})が必要なパラメータについては,
7751 まずLuaスクリプトで処理内容の本体を記述しておく:
7752 \begin{lstlisting}[numbers=left]
7753 function luatexja.binary_pars.fuga (c, t)
7754   return tostring(c) .. ', ' .. tostring(42)
7755 end
7756 \end{lstlisting}
7757 引数$t$は,先に述べた通りのスタックレベルである.一方,引数$c$は\
7758 \cs{ltjgetparameter} の第2引数を表す数値である.
7759 しかしこれだけでは駄目で,
7760 \begin{lstlisting}
7761 \ltj@@decl@array@param{fuga}
7762 \end{lstlisting}
7763 を実行し,\TeX インターフェース側に
7764 「\verb+\ltjgetparameter{fuga}+ は追加引数が必要」ということを通知する必要がある.
7765 %</ja>
7766
7767 %<en>\section{Linebreak after a Japanese Character}
7768 %<ja>\section{和文文字直後の改行}
7769 \label{sec-lbreak}
7770 %<en>\subsection{Reference: behavior in \pTeX}
7771 %<ja>\subsection{参考:\pTeX の動作}
7772 %<*en>
7773 In~\pTeX, a line break after a Japanese character doesn't emit a space,
7774 since words are not separated by spaces in Japanese writings. However,
7775 this feature isn't fully implemented in \LuaTeX-ja due to the
7776 specification of callbacks in~\LuaTeX. To clarify the difference between
7777 \pTeX~and~\LuaTeX, We briefly describe the handling of a line break in~\pTeX, in
7778 this subsection.
7779
7780 \pTeX's input processor can be described in terms of a finite state
7781 automaton, as that of~\TeX\ in~Section~2.5 of~\cite{texbytopic}. The
7782 internal states are as follows:
7783 \begin{itemize}
7784 \item State~$N$: new line
7785 \item State~$S$: skipping spaces
7786 \item State~$M$: middle of line
7787 \item State~$K$: after a Japanese character
7788 \end{itemize}
7789 The first three states---$N$,~$S$, and~$M$---are as same as \TeX's input
7790 processor.  State~$K$ is similar to state~$M$, and is entered after
7791 Japanese characters.  The diagram of state transitions are indicated in
7792 Figure~\ref{fig-ptexipro}.  Note that \pTeX\ doesn't leave state~$K$
7793 after ``beginning/ending of a group'' characters.
7794 %</en>
7795
7796 %<*ja>
7797 欧文では文章の改行は単語間でしか行わない.そのため,\TeX では,(文字の直後の)改行は
7798 空白文字と同じ扱いとして扱われる.一方,和文ではほとんどどこでも改行が可能なため,
7799 \pTeX では和文文字の直後の改行は単純に無視されるようになっている.
7800
7801 このような動作は,\pTeX が\TeX からエンジンとして拡張されたことによって可能になったことである.
7802 \pTeX の入力処理部は,\TeX におけるそれと同じように,有限オートマトンとして記述することができ,
7803 以下に述べるような4状態を持っている.
7804
7805 \begin{itemize}
7806 \item State~$N$: 行の開始.
7807 \item State~$S$: 空白読み飛ばし.
7808 \item State~$M$: 行中.
7809 \item State~$K$: 行中(和文文字の後).
7810 \end{itemize}
7811 また,状態遷移は,図\ref{fig-ptexipro}のようになっており,図中の数字は
7812 カテゴリーコードを表している.最初の3状態は\TeX の入力処理部と同じであり,
7813 図中から状態$K$と「$j$」と書かれた矢印を取り除けば,\TeX の入力処理部と同
7814 じものになる.
7815
7816 この図から分かることは,
7817 \begin{quote}
7818 行が和文文字(とグループ境界文字)で終わっていれば,改行は無視される
7819 \end{quote}
7820 ということである.
7821 %</ja>
7822
7823 \begin{figure}[!tb]
7824 \let\sp\textvisiblespace\small
7825 \begin{minipage}{.6\textwidth}%
7826 \begin{center}
7827 \unitlength=6.5mm\sf\mathversion{bold}
7828 \begin{tikzpicture}[
7829   ->, auto, shorten >=1pt
7830 ]
7831 \node [shape=rectangle, font=\scriptsize] (init) at (2,7) {start};
7832 \node [shape=circle,draw, fill=b_cyan] (newline) at (4,7) {$N$};
7833 \node [shape=circle,draw, fill=b_cyan] (midline) at (4,4) {$M$};
7834 \node [shape=circle,draw, fill=b_cyan] (skipspc) at (8,7) {$S$};
7835 \node [shape=circle,draw, fill=b_pink]  (kanji) at (8,4) {$K$};
7836 \node [shape=rectangle,draw, fill=b_green] (scanacs) at (6,8) {scan a c.s.};
7837 \node (endk) at (8,2.5) {} ;
7838 \node (endm) at (4,2.5) {} ;
7839 \node (ends) at (8,8.5) {} ;
7840 \node (endn) at (4,8.5) {} ;
7841 \begin{scope}[font=\scriptsize]
7842 \path (newline) edge [bend right]    node [left]{G, O} (midline)
7843       (init)    edge                 node {} (newline)
7844       (midline) edge [bend right=10] node {10} (skipspc)
7845       (skipspc) edge [bend right]    node [left,right=10,above=7]{G, O} (midline)
7846       (skipspc) edge [loop right]    node {10} (skipspc)
7847       (newline) edge [loop right]    node {10} (newline)
7848       (scanacs) edge [bend left]     node [left=3,below]{$(*)$} (skipspc)
7849       (scanacs) edge [bend right]    node [right=30,above=20]{$(*)$} (midline)
7850       (midline) edge                 node {5\ [\sp]} (endm)
7851       (midline) edge [loop left]     node {G, O} (midline)
7852       (skipspc) edge                 node [right] {5} (ends)
7853       (newline) edge                 node {5 [\cs{par}]} (endn);
7854 \begin{scope}[red]
7855 \path (newline) edge [bend right]    node [right=25,below=3]{J} (kanji)
7856       (midline) edge                 node [below]{J} (kanji)
7857       (kanji)   edge [bend left]     node {O} (midline)
7858       (kanji)   edge                 node {10} (skipspc)
7859       (kanji)   edge [loop right]    node {G, J} (kanji)
7860       (skipspc) edge [bend left]     node {J} (kanji)
7861       (kanji)   edge                 node {5} (endk)
7862 ;
7863 \end{scope}
7864 \end{scope}
7865 \end{tikzpicture}
7866 \end{center}
7867 \end{minipage}%
7868 \begin{minipage}{.4\textwidth}
7869 \begin{description}
7870 \item[\textsf{G}] Beginning of group (usually \verb+{+)\\
7871  and ending of group (usually \verb+}+).
7872 \item[\textsf{J}] Japanese characters.
7873 \item[\textsf{5}] \textit{end-of-line} (usually \verb+^+\verb+^J+).
7874 \item[\textsf{10}] space (usually \sp).
7875 \item[\textsf{O}] other characters, whose category code is in $\{3,4,6,7,8,11,12,13\}$.
7876 \item[\textsf{[\sp]}, \textsf{[\cs{par}]}]
7877 emits a space, or~\cs{par}.
7878 \end{description}
7879 \end{minipage}
7880 \begin{itemize}
7881 \item We omitted about category codes
7882 9~(\textit{ignored}), 14~(\textit{comment}), and~15~(\textit{invalid})
7883 from the above diagram. We also ignored the input like ``\verb+^+\verb+^A+'' or ``\verb+^+\verb+^df+''.
7884 \item When a character whose category code is 0 (\textit{escape character}) is seen by \TeX,
7885 the input processor scans a control sequence (\textsf{scan a c.s.}).
7886 These paths are not shown in the above diagram.
7887
7888 After that, the state is changed to State~$S$ (skipping blanks) in most cases, but
7889 to State~$M$ (middle of line) sometimes.
7890 \end{itemize}
7891 %<en>\caption{State transitions of \pTeX's input processor}
7892 %<ja>\caption{\pTeX の入力処理部の状態遷移}
7893 \label{fig-ptexipro}
7894 \end{figure}
7895
7896
7897 %<en>\subsection{Behavior in \LuaTeX-ja}
7898 %<ja>\subsection{\LuaTeX-jaの動作}
7899 %<*en>
7900 States in the input processor of \LuaTeX\ is the same as that of \TeX,
7901 and they can't be customized by any callbacks. Hence, we can only use
7902 \verb+process_input_buffer+ and \verb+token_filter+ callbacks for to
7903 suppress a space by a line break which is after Japanese characters.
7904
7905 However, \verb+token_filter+ callback cannot be used either, since a
7906 character in category code 5~(\textit{end-of-line}) is converted into an space
7907 token \emph{in the input processor}.  So we can use only the
7908 \verb+process_input_buffer+ callback.  This means that suppressing a
7909 space must be done \emph{just before} an input line is read.
7910
7911 Considering these situations, handling of an end-of-line in \LuaTeX-ja are as follows:
7912 \begin{quote}
7913 A character \texttt{U+FFFFF} (its category code is set to 14~(\textit{comment}) by
7914 \LuaTeX-ja) is appended to an input line, \emph{before \LuaTeX\ actually
7915 process it}, if and only if the following three conditions are satisfied:
7916 \begin{enumerate}
7917 \item The category code of \cs{endlinechar}%
7918 \footnote{Usually, it is $\langle$\textit{return}$\rangle$
7919       (whose character code is 13).} is 5~(\textit{end-of-line}).
7920 \item The category code of \texttt{U+FFFFF} itself is 14~(\textit{comment}).
7921 \item The input line matches the following ``regular expression'':
7922 \[
7923   (\text{any char})^*(\textbf{JAchar})
7924   \bigl(\{\text{catcode}=1\}\cup\{\text{catcode}=2\}\bigr)^*
7925 \]
7926 \end{enumerate}
7927 \end{quote}
7928
7929 \paragraph{Remark}
7930 The following example shows the major difference from the behavior of \pTeX.
7931 \begin{LTXexample}
7932 \fontspec[Ligatures=TeX]{Linux Libertine O}
7933 \ltjsetparameter{autoxspacing=false}
7934 \ltjsetparameter{jacharrange={-6}}xあ
7935 y\ltjsetparameter{jacharrange={+6}}zい
7936 u
7937 \end{LTXexample}
7938 It is not strange that ``あ'' does not printed in the above output.
7939 This is because \TeX\ Gyre\ Termes does not contain ``あ'', and because
7940 ``あ'' in line~3 is considered as an \textbf{ALchar}.
7941
7942 Note that there is no space before ``y'' in the output, but
7943 there is a space before ``u''. This follows from following reasons:
7944 \begin{itemize}
7945 \item When line~3 is processed by \texttt{process\_input\_buffer} callback,
7946 ``あ'' is considered as an \textbf{JAchar}.
7947 Since  line~3 ends with an \textbf{JAchar},
7948 the comment character \texttt{U+FFFFF} is appended to this line,
7949 and hence the linebreak immediately after this line is ignored.
7950 \item When line~4 is processed by \texttt{process\_input\_buffer} callback,
7951 ``い'' is considered as an \textbf{ALchar}.
7952 Since  line~4 ends with an \textbf{ALchar}, the linebreak immediately after this line
7953 emits a space.
7954 \end{itemize}
7955 %</en>
7956
7957 %<*ja>
7958 \LuaTeX の入力処理部は\TeX のそれと全く同じであり,コールバックによりユーザが
7959 カスタマイズすることはできない.このため,改行抑制の目的でユーザが利用で
7960 きそうなコールバックとしては,\verb+process_input_buffer+や
7961 \verb+token_filter+に限られてしまう.しかし,\TeX の入力処理部をよく見る
7962 と,後者も役には経たないことが分かる:改行文字は,入力処理部によってトー
7963 クン化される時に,カテゴリーコード10の32番文字へと置き換えられてしまうた
7964 め,\verb+token_filter+で非標準なトークン読み出しを行おうとしても,空白文
7965 字由来のトークンと,改行文字由来のトークンは区別できないのだ.
7966
7967 すると,我々のとれる道は,\verb+process_input_buffer+を用いて
7968 \LuaTeX の入力処理部に引き渡される前に入力文字列を編集するというものしかない.
7969 以上を踏まえ,\LuaTeX-jaにおける「和文文字直後の改行抑制」の処理は,次のようになっている:
7970
7971 \begin{quote}
7972 各入力行に対し,\emph{その入力行が読まれる前の内部状態で}
7973 以下の3条件が満たされている場合,\LuaTeX-jaは\texttt{U+FFFFF}の文字
7974 \footnote{この文字はコメント文字として扱われるように\LuaTeX-ja内部で設定をしている.}
7975 を末尾に追加する.よって,その場合に改行は空白とは見做されないこととなる.
7976 \begin{enumerate}
7977 \item \cs{endlinechar}の文字\footnote{普通は,改行文字(文字コード13番)である.}
7978 のカテゴリーコードが5~(\textit{end-of-line})である.
7979 \item \texttt{U+FFFFF}のカテゴリーコードが14~(\textit{comment})である.
7980 \item 入力行は次の「正規表現」にマッチしている:
7981 \[
7982   (\text{any char})^*(\textbf{JAchar})
7983   \bigl(\{\text{catcode}=1\}\cup\{\text{catcode}=2\}\bigr)^*
7984 \]
7985 \end{enumerate}
7986 \end{quote}
7987
7988 この仕様は,前節で述べた\pTeX の仕様にできるだけ近づけたものとなっている.条件1.は,
7989 \texttt{lstlisting}系環境などの日本語対応マクロを書かなくてすませるためのものである.
7990
7991 しかしながら,\pTeX と完全に同じ挙動が実現できたわけではない.
7992 次のように,\textbf{JAchar}の範囲を変更したちょうどその行においては挙動が異なる:
7993 \begin{LTXexample}
7994 \fontspec[Ligatures=TeX]{TeX Gyre Termes}
7995 \ltjsetparameter{autoxspacing=false}
7996 \ltjsetparameter{jacharrange={-6}}xあ
7997 y\ltjsetparameter{jacharrange={+6}}zい
7998 u
7999 \end{LTXexample}
8000 上ソース中の「あ」は\textbf{ALchar}(欧文扱い)であり.
8001 ここで使用している欧文フォント\TeX\ Gyre Termesは「あ」を含まない.
8002 よって,出力に「あ」は現れないことは不思議ではない.
8003 それでも,\pTeX とまったく同じ挙動を示すならば,出力は
8004 「\hbox{\ltjsetparameter{autoxspacing=false}x yzいu}」となるはずである.しかし,実際には
8005 上のように異なる挙動となっているが,それは以下の理由による:
8006 \begin{itemize}
8007 \item 3行目を \texttt{process\_input\_buffer} で処理する時点では,
8008       「あ」は\textbf{JAchar}(和文扱い)である.よって3行目は\textbf{JAchar}で終わることになり,
8009       コメント文字 \texttt{U+FFFFF} が追加される.
8010       よって,直後の改行文字は無視されることになり,空白は入らない.
8011 \item 4行目を \texttt{process\_input\_buffer} で処理する時点では,
8012       「い」は\textbf{ALchar}である.よって4行目は\textbf{ALchar}で終わることになり,
8013       直後の改行文字は空白に置き換わる.
8014 \end{itemize}
8015 このため,トラブルを避けるために,\textbf{JAchar}の範囲を\cs{ltjsetparameter}で編集した場合,
8016 その行はそこで改行するようにした方がいいだろう.
8017 %</ja>
8018
8019 %<*ja>
8020
8021 %<en>\section{Insertion of JFM glues, \Param{kanjiskip} and \Param{xkanjiskip}}
8022 %<ja>\section{JFMグルーの挿入,\Param{kanjiskip}と\Param{xkanjiskip}}
8023 \label{sec-jfmglue}
8024 %<en>\subsection{Overview}
8025 %<ja>\subsection{概要}
8026
8027 \LuaTeX-jaにおける \textbf{JAglue} の挿入方法は,\pTeX のそれとは全く異なる.
8028 \pTeX では次のような仕様であった:
8029 \begin{itemize}
8030 \item JFMグルーの挿入は,和文文字を表すトークンを元に水平リストに(文字を表す)<char\_node>を
8031 追加する過程で行われる.
8032 \item \Param{xkanjiskip}の挿入は,hboxへのパッケージングや行分割前に行われる.
8033 \item \Param{kanjiskip}はノードとしては挿入されない.パッケージングや行分割の計算時に
8034 「和文文字を表す2つの<char\_node>の間には\Param{kanjiskip}がある」ものとみなされる.
8035 \end{itemize}
8036 しかし,\LuaTeX-jaでは,hboxへのパッケージングや行分割前に全ての
8037 \textbf{JAglue},即ちJFMグルー・\Param{xkanjiskip}・\Param{kanjiskip}の
8038 3種類を一度に挿入することになっている.これは,\LuaTeX において欧文の合字・
8039 カーニング処理がノードベースになったことに対応する変更である.
8040
8041 \LuaTeX-jaにおける\textbf{JAglue}挿入処理では,次節で定義する
8042 「クラスタ」を単位にして行われる.大雑把にいうと,「クラスタ」は文字とそれに付随す
8043 るノード達(アクセント位置補正用のカーンや,イタリック補正)をまとめたもの
8044 であり,2つのクラスタの間には,ペナルティ,\cs{vadjust},whatsitなど,行組版
8045 には関係しないものがある.
8046
8047
8048 %<en>\subsection{Definition of a Cluster}
8049 %<ja>\subsection{「クラスタ」の定義}
8050
8051 \def\OA{$\text{\sf O}_{\text{\sf A}}$}
8052 \def\OB{$\text{\sf O}_{\text{\sf B}}$}
8053 \begin{defn}
8054 %<*en>
8055 A \emph{cluster} is consecutive nodes in one of the following forms,
8056 with the \textit{id} of it:
8057 %</en>
8058 %<*ja>
8059 \emph{クラスタ}は以下の形のうちのどれかひとつをとるノードのリストである:
8060 %</ja>
8061 \begin{enumerate}
8062 %<*en>
8063 \item Nodes whose value of\ \verb+\ltj@icflag+ is in $[3,15)$.  These
8064       nodes come from a hbox which is already packaged, by unpackaging
8065       (\cs{unhbox}).
8066       The \textit{id} of the cluster is \textit{id\_pbox}.
8067 %</en>
8068 %<*ja>
8069 \item その \verb+\ltj@icflag+ の値が$[3,15)$に入るノードのリスト.
8070   これらのノードはある既にパッケージングされたhboxから \cs{unhbox} で
8071   アンパックされたものである.
8072   この場合,クラスタの\textit{id}は\textit{id\_pbox}である.
8073 %</ja>
8074
8075 %<*en>
8076 \item A inline math formula, including two \textit{math\_node}s at the boundary of it.
8077       The \textit{id} of the cluster is \textit{id\_math}.
8078 %</en>
8079 %<*ja>
8080 \item インライン数式でその境界に2つの\textit{math\_node}を含むもの.
8081   この場合,クラスタの\textit{id}は\textit{id\_math}である.
8082 %</ja>
8083
8084 %<*en>
8085 \item A \textit{glyph\_node}~$p$, which represents a \textbf{JAchar}, with nodes which relate with it:
8086 %</en>
8087 %<*ja>
8088 \item \textbf{JAchar}を表す\textit{glyph\_node}~$p$とそれに関係するノード:
8089 %</ja>
8090 \begin{enumerate}
8091 %<*en>
8092 \item[(a)] A kern for the italic correction of~$p$.
8093 %</en>
8094 %<*ja>
8095 \item[(a)] $p$のイタリック補正のためのカーン.
8096 %</ja>
8097
8098 %<*en>
8099 \item[(b)] An accent attached to $p$ by \cs{accent}.
8100 %</en>
8101 %<*ja>
8102 \item[(b)] \cs{accent} による$p$に付随したアクセント.
8103 %</ja>
8104 \end{enumerate}
8105 \[
8106 \overbrace{%
8107  \Node{kern}{$\mathit{subtype}=2$}\longrightarrow
8108 \left\{\begin{array}{c}
8109 \Node{glyph}{accent}\\\noalign{\medskip}
8110 \Node{hbox}{accent (shifted vert.)}
8111 \end{array}\right\}\longrightarrow
8112 \Node{kern}{$\mathit{subtype}=2$}}^{\text{(a)}}
8113 \longrightarrow
8114 \Node{glyph}{$p$}\longrightarrow
8115 \overbrace{%
8116 \Node{kern}{italic corr.}}^{\text{(b)}}
8117 \]
8118
8119 %<*en>
8120 In this case, the \textit{id} is \textit{id\_jglyph}.
8121 %</en>
8122 %<*ja>
8123 この場合の\textit{id}は\textit{id\_jglyph}である.
8124 %</ja>
8125
8126 %<*en>
8127 \item A list which begins from a \textit{glyph\_node} which represents a \textbf{ALchar},
8128       and consists of \textbf{ALchar} \textit{glyph\_node}s,
8129       kerns for adjusting accents~(its subtype is 2), kerns for italic corrections and
8130       kerns which are automatically inserted by \LuaTeX~or~luaotfload.
8131       In this case, the \textit{id} is \textit{id\_glyph}.
8132 %</en>
8133 %<*ja>
8134 \item \textbf{ALchar}を表す\textit{glyph\_node},\cs{accent} によるアクセント位置補正用の
8135       カーン(subtypeが2),そしてイタリック補正・カーニングによって挿入されたカーン達が連続
8136       したもの.この場合の\textit{id}は\textit{id\_glyph}である.
8137 %</ja>
8138
8139 %<*en>
8140 \item An box-like node, that is, an hbox, a vbox, a rule (\cs{vrule}) and an \textit{unset\_node}.
8141 The \textit{id} of the cluster is \textit{id\_hlist} if the node is an
8142       hbox which is not shifted vertically, or \textit{id\_box\_like}
8143       otherwise.
8144 %</en>
8145 %<*ja>
8146 \item 水平ボックス(hbox),垂直ボックス,罫線 (\cs{vrule}),
8147   そして\textit{unset\_node}.
8148   クラスタの\textit{id}は垂直に移動していないhboxならば\textit{id\_hlist},
8149   そうでなければ\textit{id\_box\_like}となる.
8150 %</ja>
8151
8152 %<*en>
8153 \item A glue, a kern whose subtype is not 2~(\textit{accent}), and a discretionary break.
8154 The \textit{id} of the cluster is \textit{id\_glue}, \textit{id\_kern}
8155       and \textit{id\_disc}, respectively.
8156 %</en>
8157 %<*ja>
8158 \item グルー,subtypeが 2~(\textit{accent})ではないカーン,そしてdiscretionary break.
8159   その\textit{id} of the clusterはそれぞれ\textit{id\_glue}, \textit{id\_kern},そして
8160   \textit{id\_disc}である.
8161 %</ja>
8162 \end{enumerate}
8163 %<*en>
8164 We use \textit{Np}, \textit{Nq} and \textit{Nr} to denote a cluster.
8165 %</en>
8166 %<*ja>
8167 以下では\textit{Np}, \textit{Nq}, \textit{Nr}でクラスタを表す.
8168 %</ja>
8169 \end{defn}
8170
8171 \paragraph{\textit{id}の意味}
8172 $\mathit{Np}.\mathit{id}$の意味を述べるとともに,
8173 「先頭の文字」を表す\textit{glyph\_node}~$\mathit{Np}.\mathit{head}$と,
8174 「最後の文字」を表す\textit{glyph\_node}~$\mathit{Np}.\mathit{tail}$を次のように定義する.
8175 直感的に言うと,\textit{Np}は$\mathit{Np}.\mathit{head}$で始まり$\mathit{Np}.\mathit{tail}$で終わるような単語,
8176 と見做すことができる.これら$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$は
8177 説明用に準備した概念であって,実際のLuaコード中にそのように書かれているわけではないことに注意.
8178
8179 \begin{description}
8180 \item[\textit{id\_jglyph}] \textbf{JAchar}(和文文字).\\
8181 $\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$は,その\textbf{JAchar}を表している
8182 \textit{glyph\_node}そのものである.
8183 \item[\textit{id\_glyph}] \textbf{JAchar}(和文文字)以外のものを表す\textit{glyph\_node}~$p$.\\
8184 多くの場合,$p$は\textbf{ALchar}(欧文文字)を格納しているが,「ffi」などの合字によって作られた
8185 \textit{glyph\_node}である可能性もある.
8186 前者の場合,$\mathit{Np}.\mathit{head}$,~$\mathit{Np}.\mathit{tail} = p$である.
8187 一方,後者の場合,
8188 \begin{itemize}
8189 \item $\mathit{Np}.\mathit{head}$は,
8190 合字の構成要素の先頭→(その\textit{glyph\_node}における)合字の構成要素の先頭→……
8191 と再帰的に検索していってたどり着いた\textit{glyph\_node}である.
8192 \item $\mathit{Np}.\mathit{last}$は,同様に末尾→末尾→と検索してたどり着いた\textit{glyph\_node}である.
8193 \end{itemize}
8194 \item[\textit{id\_math}] インライン数式.\\
8195 便宜的に,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$ともに
8196 「文字コード$-1$の欧文文字」とおく.
8197 \item[\textit{id\_hlist}] 縦方向にシフトされていないhbox.\\
8198 この場合,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$はそれぞれ$p$の内容を表すリストの,
8199 先頭・末尾のノードである.
8200 \medskip
8201 \begin{itemize}
8202 \item 状況によっては,\TeX ソースで言うと
8203 \begin{lstlisting}
8204 \hbox{\hbox{abc}...\hbox{\lower1pt\hbox{xyz}}}
8205 \end{lstlisting}
8206 のように,$p$の内容が別のhboxで開始・終了している可能性も十分あり得る.そのような場合,
8207 $\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$の算出は,
8208 \emph{垂直方向にシフトされていない}hboxの
8209 場合だけ内部を再帰的に探索する.例えば上の例では,$\mathit{Np}.\mathit{head}$は文字「a」を表すノードであり,
8210 一方$\mathit{Np}.\mathit{tail}$は垂直方向にシフトされたhbox,
8211 \verb+\lower1pt\hbox{xyz}+ に対応するノードである.
8212 \item また,先頭にアクセント付きの文字がきたり,末尾にイタリック補正用のカーンが
8213 来ることもあり得る.この場合は,クラスタの定義のところにもあったように,それらは無視して算出を行う.
8214 \item 最初・最後のノードが合字によって作られた\textit{glyph\_node}のときは,それぞれに対して\textit{id\_glyph}%
8215 と同様に再帰的に構成要素をたどっていく.
8216 \end{itemize}
8217 \item[\textit{id\_pbox}] 「既に処理された」ノードのリストであり,これらのノードが二度処理を受けないために
8218 まとめて1つのクラスタとして取り扱うだけである.
8219 \textit{id\_hlist}と同じ方法で$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$を算出する,
8220 \item[\textit{id\_disc}] discretionary break (\verb+\discretionary{pre}{post}{nobreak}+).\\
8221 \textit{id\_hlist}と同じ方法で$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$を算出するが,
8222 第3引数の \texttt{nobreak}(行分割が行われない時の内容)を使う.言い換えれば,ここで行分割が発生した時の状況は
8223 全く考慮に入れない.
8224 \item[\textit{id\_box\_like}] \textit{id\_hlist}とならないboxや,rule.\\
8225 この場合は,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$のデータは利用されないので,2つの算出は無意味である.
8226 敢えて明示するならば,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$は共にnil値である.
8227 \item[他] 以上にない\textit{id}に対しても,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$の算出は無意味.
8228 \end{description}
8229
8230 \paragraph{クラスタの別の分類}
8231 さらに,JFMグルー挿入処理の実際の説明により便利なように,\textit{id}とは別のクラスタの分類を行っておく.
8232 挿入処理では2つの隣り合ったクラスタの間に
8233 空白等の実際の挿入を行うことは前に書いたが,ここでの説明では,問題にしているクラスタ\textit{Np}は「後ろ側」のクラスタである
8234 とする.「前側」のクラスタについては,以下の説明で\textit{head}が\textit{last}に置き換わることに注意すること.
8235 \begin{description}
8236 \item[和文A] リスト中に直接出現している\textbf{JAchar}.
8237 \textit{id}が\textit{id\_jglyph}であるか,\\
8238 \textit{id}が\textit{id\_pbox}であって$\mathit{Np}.\mathit{head}$が\textbf{JAchar}であるとき.
8239
8240 \item[和文B] リスト中のhboxの中身の先頭として出現した\textbf{JAchar}.和文Aとの違いは,これの前に
8241 JFMグルーの挿入が行われない(\Param{xkanjiskip},~\Param{kanjiskip}は入り得る)ことである.\\
8242 \textit{id}が\textit{id\_hlist}か\textit{id\_disc}であって$\mathit{Np}.\mathit{head}$が\textbf{JAchar}であるとき.
8243
8244 \item[欧文] リスト中に直接/hboxの中身として出現している「\textbf{JAchar}以外の文字」.次の3つの場合が該当:
8245 \begin{itemize}
8246 \item \textit{id}が\textit{id\_glyph}である.
8247 \item \textit{id}が\textit{id\_math}である.
8248 \item \textit{id}が\textit{id\_pbox}か\textit{id\_hlist}か\textit{id\_disc}であって,$\mathit{Np}.\mathit{head}$が\textbf{ALchar}.
8249 \end{itemize}
8250 \item[箱] box,またはそれに類似するもの.次の2つが該当:
8251 \begin{itemize}
8252 \item \textit{id}が\textit{id\_pbox}か\textit{id\_hlist}か\textit{id\_disc}であって,$\mathit{Np}.\mathit{head}$が\textit{glyph\_node}でない.
8253 \item \textit{id}が\textit{id\_box\_like}である.
8254 \end{itemize}
8255
8256 \end{description}
8257
8258 \subsection{段落/hboxの先頭や末尾}
8259 \paragraph{先頭部の処理}
8260 まず,段落/hboxの一番最初にあるクラスタ\textit{Np}を探索する.
8261 hboxの場合は何の問題もないが,段落の場合では以下のノード達を事前に読み飛ばしておく:
8262 \begin{itemize}
8263 \item \cs{parindent} 由来のhbox($\mathit{subtype}=3$)
8264 \item \textit{subtype}が44~(\textit{user\_defined})でないようなwhatsit
8265 \end{itemize}
8266 これは,\cs{parindent}由来のhboxがクラスタを構成しないようにするためである.
8267
8268 次に,\textit{Np}の直前に空白$g$を必要なら挿入する:
8269 \begin{enumerate}
8270 \item この処理が働くような\textit{Np}は\textsf{和文A}である.
8271 \item 問題のリストが字下げありの段落(\cs{parindent} 由来のhboxあり)の場合は,
8272 この空白$g$は「文字コード \texttt{'parbdd'} の文字」と\textit{Np}の間に入るグルー/カーンである.
8273 \item そうでないとき(\verb+noindent+ で開始された段落やhbox)は,
8274 $g$は「文字コード \texttt{'boxbdd'} の文字」と\textit{Np}の間に入るグルー/カーンである.
8275 \end{enumerate}
8276 ただし,もし$g$がglueであった場合,この挿入によって\textit{Np}による行分割が新たに可能になるべきではない.
8277 そこで,以下の場合には,$g$の直前に \cs{penalty10000} を挿入する:
8278 \begin{itemize}
8279 \item 問題にしているリストが段落であり,かつ
8280 \item \textit{Np}の前には予めペナルティがなく,$g$はglue.
8281 \end{itemize}
8282
8283 \paragraph{末尾の処理}
8284 末尾の処理は,問題のリストが段落のものかhboxのものかによって異なる.
8285 後者の場合は容易い:最後のクラスタを\textit{Nq}とおくと,\textit{Nq}と「文字コード\
8286 \texttt{'boxbdd'} の文字」の間に入るグルー/カーンを,
8287 \textit{Nq}の直後に挿入するのみである.
8288
8289 一方.前者(段落)の場合は,リストの末尾は常に \cs{penalty10000} と,
8290 \cs{parfillskip} 由来のグルーが存在する.%よって,最後のクラスタ\textit{Np}は
8291 %この \cs{parfillskip} 由来のグルーとなり,実質的な中身の最後はその1つ前のクラスタ\textit{Nq}となる.
8292 段落の最後の「通常の\textbf{JAchar}${}+{}$句点」が独立した行となるのを防ぐために,
8293 \Param{jcharwidowpenalty}の値の分だけ適切な場所のペナルティを増やす.
8294
8295 ペナルティ量を増やす場所は,\textit{head}が\textbf{JAchar}であり,
8296 かつその文字の\Param{kcatcode}が偶数であるような
8297 最後のクラスタの直前にあるものたちである%
8298 \footnote{大雑把に言えば,\Param{kcatcode}が奇数であるような\textbf{JAchar}%
8299 を約物として考えていることになる.
8300 \Param{kcatcode}の最下位ビットはこの\Param{jcharwidowpenalty}用にのみ利用される.}.
8301
8302 \subsection{概観と典型例:2つの「和文A」の場合}
8303 \label{ssec-cluster-wa}
8304 先に述べたように,2つの隣り合ったクラスタ,\textit{Nq}と\textit{Np}の間には,
8305 ペナルティ,\cs{vadjust},whatsitなど,行組版には関係しないものがある.模式的に表すと,
8306 \[
8307  \Node{cluster}{\textit{Nq}}\longrightarrow
8308 \overbrace{
8309 \Node{penalty}{$p$}\longrightarrow \cdots\longrightarrow \Node{whatsit}{}}^{\textrm{(a)}}
8310 \longrightarrow \Node{cluster}{\textit{Np}}
8311 \]
8312 のようになっている.間の(a)に相当する部分には,何のノードもない場合ももちろんあり得る.
8313 そうして,JFMグルー挿入後には,この2クラスタ間は次のようになる:
8314 \[
8315  \Node{cluster}{\textit{Nq}}\longrightarrow%\Node{kern}{左空白}\longrightarrow
8316 \overbrace{
8317 \Node{penalty}{$p+x$}\longrightarrow \cdots\longrightarrow
8318 \Node{whatsit}{}}^{\textrm{(a)}}\longrightarrow
8319 \Node{glue or kern}{\raisebox{-.2\zw}{右空白}}\longrightarrow
8320 \Node{cluster}{\textit{Np}}
8321 \]
8322
8323 以後,\emph{典型的な例として,クラスタ\textit{Nq}と\textit{Np}が共に\textsf{\textmd{和文A}}である場合を見ていこう,}
8324 この場合が全ての場合の基本となる.
8325
8326 \paragraph{「右空白」の算出}
8327 まず,「右空白」にあたる量を算出する.通常はこれが,隣り合った2つの\textbf{JAchar}間に入る空白量となる.
8328 \begin{description}
8329 \item[JFM由来{[M]}] JFMの文字クラス指定によって入る空白を以下によって求める.この段階で空白量が未定義(未指定)だった場合,
8330       デフォルト値\Param{kanjiskip}を採用することとなるので,次へ.
8331 \begin{enumerate}
8332 \item もし両クラスタの間で \cs{inhibitglue} が実行されていた場合(証としてwhatsitノードが自動挿入される),
8333       代わりに\Param{kanjiskip}が挿入されることとなる.次へ.
8334 \item \textit{Nq}と\textit{Np}が同じJFM・同じ\texttt{jfmvar}キー・同じサイズの和文フォントであったならば,
8335       共通に使っているJFM内で挿入される空白(グルーかカーン)が決まっているか調べ,決まっていればそれを採用.
8336 \item 1.でも2.でもない場合は,JFM・\texttt{jfmvar}・サイズの3つ組は\textit{Nq}と\textit{Np}で異なる.
8337 この場合,まず
8338 \[
8339 \vcenter{\halign{\hfil$#:={}$&\inhibitglue#\inhibitglue\cr
8340 gb&(\textit{Nq}と「使用フォントが\textit{Nq}のそれと同じで,\hfil\cr
8341 \omit&\quad 文字コードが\textit{Np}のそれの文字」との間に入るグルー/カーン)\hfil\cr
8342 ga&(\inhibitglue 「使用フォントが\textit{Np}のそれと同じで,\hfil\cr
8343 \omit&\quad 文字コードが\textit{Nq}のそれの文字」と\textit{Np}との間に入るグルー/カーン)\hfil\cr
8344 }}
8345 \]
8346 として,前側の文字のJFMを使った時の空白(グルー/カーン)と,後側の文字のJFMを使った時のそれを求める.
8347
8348 $\mathit{gb}$,~$\mathit{ga}$それぞれに対する<ratio>の値を$d_b$,~$d_a$とする.
8349 \begin{itemize}
8350 \item
8351 $\mathit{ga}$と$\mathit{gb}$の両方が未定義であるならば,JFM由来のグルーは挿入されず,
8352 \Param{kanjiskip}を採用することとなる.
8353 どちらか片方のみが未定義であるならば,次のステップでその未定義の方は長さ0のkernで,<ratio>の値は0であるかのように扱われる.
8354 \item
8355 \Param{diffrentjfm}の値が \texttt{pleft}, \texttt{pright},
8356       \texttt{paverage} のとき,
8357 <ratio>の指定に従って比例配分を行う.
8358 JFM由来のグルー/カーンは以下の値となる:
8359 \[
8360  f\left(\frac{1-d_b}2\textit{gb} + \frac{1+d_b}2\textit{ga},
8361 \frac{1-d_a}2\textit{gb} + \frac{1+d_a}2\textit{ga}\right)
8362 \]
8363 ここで.$f(x,y)$は
8364 \[
8365  f(x,y)=\begin{cases}
8366 x&\text{if\ }\Param{diffrentjfm}=\texttt{pleft};\\
8367 y&\text{if\ }\Param{diffrentjfm}=\texttt{pright};\\
8368 (x+y)/2&\text{if\ }\Param{diffrentjfm}=\texttt{paverage};
8369 \end{cases}.
8370 \]
8371 \item
8372 \Param{differentjfm}がそれ以外の値の時は,<ratio>の値は無視され,JFM由来のグルー/カーンは以下の値となる:
8373 \[
8374  f(\textit{gb},\textit{ga})
8375 \]
8376 ここで.$f(x,y)$は
8377 \[
8378  f(x,y)=\begin{cases}
8379 \min(x,y)&\text{if\ }\Param{diffrentjfm}=\texttt{small};\\
8380 \max(x,y)&\text{if\ }\Param{diffrentjfm}=\texttt{large};\\
8381 (x+y)/2&\text{if\ }\Param{diffrentjfm}=\texttt{average};\\
8382 x+y&\text{if\ }\Param{diffrentjfm}=\texttt{both};
8383 \end{cases}.
8384 \]
8385 \end{itemize}
8386 \end{enumerate}
8387
8388 例えば,
8389 \begin{lstlisting}
8390 \jfont\foo=psft:Ryumin-Light:jfm=ujis;-kern
8391 \jfont\bar=psft:GothicBBB-Medium:jfm=ujis;-kern
8392 \jfont\baz=psft:GothicBBB-Medium:jfm=ujis;jfmvar=piyo;-kern
8393 \end{lstlisting}
8394 という3フォントを考え,
8395 \[
8396  \overbrace{\Node{glyph}{\cs{ foo}, `あ'}}^{p}
8397 \longrightarrow \overbrace{\Node{glyph}{\cs{bar}, `い'}}^{q}
8398 \longrightarrow \overbrace{\Node{glyph}{\cs{baz}, `う'}}^{r}
8399 \]
8400 という3ノードを考える(それぞれ単独でクラスタをなす).
8401 この場合,$p$と$q$の間は,実フォントが異なるにもかかわらず2.の状況となる一方で,
8402 $q$と$r$の間は(実フォントが同じなのに)\texttt{jfmvar} キーの内容が異なるので3.の状況となる.
8403 \item[\Param{kanjiskip}~{[K]}] 上の[M]において空白が定まらなかった場合,
8404 以下で定めた量「右空白」として採用する.
8405 この段階においては,\cs{inhibitglue} は効力を持たないため,
8406 結果として,2つの\textbf{JAchar}間には常に何らかのグルー/カーンが挿入されることとなる.
8407 \begin{enumerate}
8408 \item 両クラスタ(厳密には$\mathit{Nq}.\mathit{tail}$,$\mathit{Np}.\mathit{head}$)の中身の文字コードに対する
8409 \Param{autospacing}パラメタが両方ともfalseだった場合は,長さ0のglueとする.
8410 \item ユーザ側から見た\Param{kanjiskip}パラメタの自然長が$\cs{maxdimen}=(2^{30}-1)\,{\rm sp}$で
8411 なければ,\Param{kanjiskip}パラメタの値を持つglueを採用する.
8412 \item 2.でない場合は,\textit{Nq}, \textit{Np}で使われているJFMに指定されている\Param{kanjiskip}の値を用いる.
8413 どちらか片方のクラスタだけが\textbf{JAchar}(\textsf{和文A}・\textsf{和文B})のときは,そちらのクラスタで使われている
8414 JFM由来の値だけを用いる.もし両者で使われているJFMが異なった場合は,上の[M]~3.と同様の方法を用いて調整する.
8415 \end{enumerate}
8416 \end{description}
8417 %\paragraph{「左空白」の算出とそれに伴う補正}
8418 %「左空白」は過去のバージョンでは定義していたが,このバージョンでは
8419 %挿入は一切行われない(機能自体削除している).
8420 %しかし,仕様は流動的であり,将来復活する可能性もあるため,マニュアル中の記述は今のところ極力変更しない.
8421 \paragraph{禁則用ペナルティの挿入}
8422 まず,
8423 \[
8424  a:=(\text{\textit{Nq}{\footnotemark}の文字に対する\Param{postbreakpenalty}の値})
8425 +(\text{\textit{Np}{\footnotemark}の文字に対する\Param{prebreakpenalty}の値})
8426 \]
8427 とおく\footnotetext{厳密にはそれぞれ$\mathit{Nq}.\mathit{tail}$,$\mathit{Np}.\mathit{head}$.}.
8428 ペナルティは通常$[-10000,10000]$の整数値をとり,また$\pm 10000$は正負の無限大を意味することになっているが,この$a$の
8429 算出では単純な整数の加減算を行う.
8430
8431 $a$は禁則処理用に\textit{Nq}と\textit{Np}の間に加えられるべきペナルティ量である.
8432 \begin{description}
8433 \item[P-normal~{[PN]}]
8434 \textit{Nq}と\textit{Np}の間の(a)部分にペナルティ(\textit{penalty\_node})があれば処理は簡単である:
8435 それらの各ノードにおいて,ペナルティ値を($\pm 10000$を無限大として扱いつつ)$a$だけ増加させればよい.
8436 また,$10000 + (-10000) = 0$としている.
8437
8438 少々困るのは,(a)部分にペナルティが存在していない場合である.
8439 直感的に,補正すべき量$a$が0でないとき,その値をもつ\textit{penalty\_node}を作って
8440 「右空白」の(もし未定義なら\textit{Np}の)直前に挿入……
8441 ということになるが,実際には僅かにこれより複雑である.
8442 \begin{itemize}
8443 \item 「右空白」がカーンであるとき,
8444 それは「\textit{Nq}と\textit{Np}の間で改行は許されない」ことを意図している.そのため,
8445 この場合は$a\neq 0$であってもペナルティの挿入はしない.
8446 \item そうでないないときは,$a\neq 0$ならば\textit{penalty\_node}を作って挿入する.
8447 %\item 「左空白」がカーンとしてきっちり定義されている時(このとき,「右空白」はカーンでない),
8448 %この「左空白」の直後での行分割を許容しないといけないので,$a=0$であっても
8449 %\textit{penalty\_node}を作って挿入する.
8450 %\item 以上のどれでもないときは,$a\neq 0$ならば\textit{penalty\_node}を作って挿入する.
8451 \end{itemize}
8452 \end{description}
8453
8454 \def\gkf#1#2#3{\sf$\displaystyle\vphantom{\Bigg(}%
8455   \frac{\hbox to 4\zw{\hss#2\hss}}{\hbox{#3}}$}
8456 \begin{table}[t]
8457 %<en>\caption{Summary of JFM glues}
8458 %<ja>\caption{JFM グルーの概要}
8459 \label{tab-jfmglue}
8460 %<en>\medskip
8461 \begin{center}
8462 \small
8463 \begin{tabular}{c|cccccc}
8464 \toprule
8465 {\bf\textit{Np}}↓&\sf 和文A&\sf 和文B&\sf 欧文&\sf 箱&\sf glue&\sf kern\\\midrule
8466 \sf 和文A&
8467 \gkf{E}{M→K}{PN}&
8468 \gkf{---}{\OA →K}{PN}&
8469 \gkf{---}{\OA →X}{PN}&
8470 \gkf{---}{\OA}{PA}&
8471 \gkf{---}{\OA}{PN}&
8472 \gkf{---}{\OA}{PS}\\
8473 \sf 和文B&
8474 \gkf{E}{\OB→K}{PA}&
8475 \gkf{---}{K}{PS}&
8476 \gkf{---}{X}{PS}\\
8477 \sf 欧文&
8478 \gkf{E}{\OB →X}{PA}&
8479 \gkf{---}{X}{PS}\cr
8480 \sf 箱&\gkf{E}{\OB}{PA}\\
8481 \sf glue&\gkf{E}{\OB}{PN}\\
8482 \sf kern&\gkf{E}{\OB}{PS}\\
8483 \bottomrule
8484 \end{tabular}
8485 \end{center}
8486 \begin{quote}
8487 %<*en>
8488 In the table above, {\small\gkf{E}{M→K}{PN}} means that
8489 %</en>
8490 %<*ja>
8491 上の表において,{\small\gkf{E}{M→K}{PN}}は次の意味である:
8492 %</ja>
8493 \begin{enumerate}
8494 %<*en>
8495 \item To determine the ``right-space'', \LuaTeX-ja first attempts by the method ``\textsf{JFM-origin~[M]}''.
8496 If this attempt fails, \LuaTeX-ja use the method ``\textsf{\Param{kanjiskip}~[K]}''.
8497 %</en>
8498 %<*ja>
8499 \item 「右空白」を決めるために,\LuaTeX-ja はまず「JFM由来{[M]}」の方法を試みる.
8500   これが失敗したら,\LuaTeX-ja は「\Param{kanjiskip}~{[K]}」の方法を試みる.
8501 %</ja>
8502
8503 % %<*en>
8504 % \item The ``left space'' between \textit{Nq}~and~\textit{Np} is
8505 %   determined by the method ``\textsf{line-end~[E]}''.
8506 % %</en>
8507 % %<*ja>
8508 % \item \textit{Nq} と \textit{Np} の間の「左空白」は「\textsf{line-end~[E]}」の
8509 %   方法で決定される.
8510 % %</ja>
8511
8512 %<*en>
8513 \item \LuaTeX-ja adopts the method ``\textsf{P-normal~[PN]}'' to adjust the penalty
8514   between two clusters for \emph{kinsoku shori}.
8515 %</en>
8516 %<*ja>
8517 \item \LuaTeX-jaは2つのクラスタの間の禁則処理用のペナルティを設定するために「\textsf{P-normal~[PN]}」の方法を採用する.
8518 %</ja>
8519 \end{enumerate}
8520 \end{quote}
8521 \end{table}
8522
8523 \subsection{その他の場合}
8524 本節の内容は表\ref{tab-jfmglue}にまとめてある.
8525
8526 \paragraph{和文Aと欧文の間}
8527 \textit{Nq}が\textsf{和文A}で,\textit{Np}が\textsf{欧文}の場合,JFMグルー挿入処理は次のようにして行われる.
8528 \begin{itemize}
8529 \item 「右空白」については,まず以下に述べる\textsf{Boundary-B~[\OB]}により空白を決定しようと試みる.
8530 それが失敗した場合は,\textsf{\Param{xkanjiskip}~[X]}によって定める.
8531 %\item 「左空白」については,既に述べた\textsf{line-end~[E]}をそのまま採用する.それに伴う「右空白」の補正も%同じ.
8532 \item 禁則用ペナルティも,以前述べた\textsf{P-normal~[PN]}と同じである.
8533 \end{itemize}
8534 \begin{description}
8535 \item[Boundary-B~{[\OB]}] \textbf{JAchar}と「\textbf{JAchar}でないもの」との間に入る空白を以下によって求め,
8536 未定義でなければそれを「右空白」として採用する.
8537 \textsf{JFM-origin~[M]}の変種と考えて良い.
8538 これによって定まる空白の典型例は,和文の閉じ括弧と欧文文字の間に入る半角アキである.
8539 \begin{enumerate}
8540 \item もし両クラスタの間で \cs{inhibitglue} が実行されていた場合%
8541 (証としてwhatsitノードが自動挿入される),「右空白」は未定義.
8542 \item そうでなければ,
8543 \textit{Nq}と「文字コードが {\tt'jcharbdd'} の文字」との間に入るグルー/カーンとして定まる.
8544 \end{enumerate}
8545 \item[\Param{xkanjiskip}~{[X]}]
8546 この段階では,\textsf{\Param{kanjiskip}~[K]}のときと同じように,
8547 以下で定めた量を「右空白」として採用する.
8548 \cs{inhibitglue} は効力を持たない.
8549 \begin{enumerate}
8550 \item 以下のいずれかの場合は,\Param{xkanjiskip}の挿入は抑止される.しかし,実際には行分割を許容するために,長さ0のglueを採用する:
8551 \begin{itemize}
8552 \item 両クラスタにおいて,それらの中身の文字コードに対する\Param{autoxspacing}パラメタが共にfalseである.
8553 \item \textit{Nq}の中身の文字コードについて,「直後への\Param{xkanjiskip}の挿入」が禁止されている
8554 (つまり,\Param{jaxspmode}~(or \Param{alxspmode})パラメタが2以上).
8555 \item \textit{Np}の中身の文字コードについて,「直前への\Param{xkanjiskip}の挿入」が禁止されている
8556 (つまり,\Param{jaxspmode}~(or \Param{alxspmode})パラメタが偶数).
8557 \end{itemize}
8558 \item ユーザ側から見た\Param{xkanjiskip}パラメタの自然長が$\cs{maxdimen}=(2^{30}-1)\,{\rm sp}$で
8559 なければ,\Param{xkanjiskip}パラメタの値を持つglueを採用する.
8560 \item 2.でない場合は,\textit{Nq}, \textit{Np}(\textsf{和文A}/\textsf{和文B}なのは片方だけ)
8561 で使われているJFMに指定されている\Param{xkanjiskip}の値を用いる.
8562 \end{enumerate}
8563 \end{description}
8564
8565 \paragraph{欧文と和文Aの間}
8566 \textit{Nq}が\textsf{欧文}で,\textit{Np}が\textsf{和文A}の場合,JFMグルー挿入処理は上の場合とほぼ同じである.
8567 \textsf{和文A}のクラスタが逆になるので,\textsf{Boundary-A~[\OA]}の部分が変わるだけ.
8568 \begin{itemize}
8569 \item 「右空白」については,まず以下に述べる\textsf{Boundary-A~[\OA]}により空白を決定しようと試みる.
8570 それが失敗した場合は,\textsf{\Param{xkanjiskip}~[X]}によって定める.
8571 %\item \textit{Nq}が和文でないので,「左空白」は算出されない.
8572 \item 禁則用ペナルティは,以前述べた\textsf{P-normal~[PN]}と同じである.
8573 \end{itemize}
8574 \begin{description}
8575 \item[Boundary-A~{[\OA]}] 「\textbf{JAchar}でないもの」と\textbf{JAchar}との間に入る空白を以下によって求め,
8576 未定義でなければそれを「右空白」として採用する.
8577 \textsf{JFM-origin~[M]}の変種と考えて良い.
8578 これによって定まる空白の典型例は,欧文文字と和文の開き括弧との間に入る半角アキである.
8579 \begin{enumerate}
8580 \item もし両クラスタの間で \cs{inhibitglue} が実行されていた場合(証としてwhatsitノードが自動挿入される),次へ.
8581 \item そうでなければ,
8582 「文字コードが {\tt'jcharbdd'} の文字」と\textit{Np}との間に入るグルー/カーンとして定まる.
8583 \end{enumerate}
8584 \end{description}
8585
8586 \paragraph{和文Aと箱・グルー・カーンの間}
8587 \textit{Nq}が\textsf{和文A}で,\textit{Np}が\textsf{箱}・グルー・カーンのいずれかであった場合,
8588 両者の間に挿入されるJFMグルーについては同じ処理である.しかし,そこでの行分割に対する仕様が異なるので,
8589 ペナルティの挿入処理は若干異なったものとなっている.
8590
8591 \begin{itemize}
8592 \item 「右空白」については,既に述べた\textsf{Boundary-B~[\OB]}により空白を決定しようと試みる.
8593 それが失敗した場合は,「右空白」は挿入されない.
8594 %\item 「左空白」については,既に述べた\textsf{line-end~[E]}の算出方法をそのまま採用する.それに伴う「右空白」の補正も同じ.
8595 \item 禁則用ペナルティの処理は,後ろのクラスタ\textit{Np}の種類によって異なる.
8596 なお,$\mathit{Np}.\mathit{head}$は無意味であるから,
8597 「$\mathit{Np}.\mathit{head}$に対する\Param{prebreakpenalty}の値」は0とみなされる.言い換えれば,
8598 \[
8599  a:=(\text{\textit{Nq}の文字に対する\Param{postbreakpenalty}の値}).
8600 \]
8601 \begin{description}
8602 \item[箱] \textit{Np}が\textsf{箱}であった場合は,両クラスタの間での行分割は
8603 (明示的に両クラスタの間に \cs{penalty10000} があった場合を除き)いつも許容される.そのため,
8604 ペナルティ処理は,後に述べる\textsf{P-allow~[PA]}が\textsf{P-normal~[PN]}の代わりに用いられる.
8605 \item[グルー] \textit{Np}がグルーの場合,ペナルティ処理は\textsf{P-normal~[PN]}を用いる.
8606 \item[カーン] \textit{Np}がカーンであった場合は,両クラスタの間での行分割は
8607 (明示的に両クラスタの間にペナルティがあった場合を除き)許容されない.
8608 ペナルティ処理は,後に述べる\textsf{P-suppress~[PS]}を使う.
8609 \end{description}
8610 これらの\textsf{P-normal~[PN]},\textsf{P-allow~[PA]},\textsf{P-suppress~[PS]}の違いは,
8611 \textit{Nq}と\textit{Np}の間(以前の図だと(a)の部分)にペナルティが存在しない場合にのみ存在する.
8612 \end{itemize}
8613
8614 \begin{description}
8615 \item[P-allow~{[PA]}]
8616 \textit{Nq}と\textit{Np}の間の(a)部分にペナルティがあれば,\textsf{P-normal~[PN]}と同様に,
8617 それらの各ノードにおいてペナルティ値を$a$だけ増加させる.
8618
8619 (a)部分にペナルティが存在していない場合,
8620 \LuaTeX-ja は\textit{Nq}と\textit{Np}の間の行分割を可能にしようとする.
8621 そのために,以下のいずれかの場合に$a$をもつ\textit{penalty\_node}を作って
8622 「右空白」の(もし未定義なら\textit{Np}の)直前に挿入する:
8623 \begin{itemize}
8624 \item 「右空白」がグルーでない(カーンか未定義)であるとき.
8625 \item $a\neq 0$のときは,「右空白」がグルーであっても\textit{penalty\_node}を作る.
8626 \end{itemize}
8627
8628 \item[P-suppress~{[PS]}]
8629 \textit{Nq}と\textit{Np}の間の(a)部分にペナルティがあれば,\textsf{P-normal~[PN]}と同様に,
8630 それらの各ノードにおいてペナルティ値を$a$だけ増加させる.
8631
8632 (a)部分にペナルティが存在していない場合,
8633 \textit{Nq}と\textit{Np}の間の行分割は元々不可能のはずだったのであるが,
8634 \LuaTeX-ja はそれをわざわざ行分割可能にはしない.
8635 そのため,「右空白」がglueであれば,その直前に \cs{penalty10000} を挿入する.
8636 \end{description}
8637
8638 \paragraph{箱・グルー・カーンと和文Aの間}
8639 \textit{Np}が\textsf{箱}・グルー・カーンのいずれかで,\textit{Np}が\textsf{和文A}であった場合は,
8640 すぐ上の(\textit{Nq}と\textit{Np}の順序が逆になっている)場合と同じである.
8641 %が,「左空白」がなくなることにのみ注意.
8642 \begin{itemize}
8643 \item 「右空白」については,既に述べた\textsf{Boundary-A~[\OA]}により空白を決定しようと試みる.
8644 それが失敗した場合は,「右空白」は挿入されない.
8645 %\item \textit{Nq}が和文でないので,「左空白」は算出されない.
8646 \item 禁則用ペナルティの処理は,\textit{Nq}の種類によって異なる.
8647 $\mathit{Nq}.\mathit{tail}$は無意味なので,
8648 \[
8649  a:=(\text{\textit{Np}の文字に対する\Param{prebreakpenalty}の値}).
8650 \]
8651 \begin{description}
8652 \item[箱] \textit{Nq}が\textsf{箱}の場合は,\textsf{P-allow~[PA]}を用いる.
8653 \item[グルー] \textit{Nq}がグルーの場合は,\textsf{P-normal~[PN]}を用いる.
8654 \item[カーン] \textit{Nq}がカーンの場合は,\textsf{P-suppress~[PS]}を用いる.
8655 \end{description}
8656 \end{itemize}
8657
8658 \paragraph{和文Aと和文Bの違い}
8659 先に述べたように,\textsf{和文B}はhboxの中身の先頭(or 末尾)として出現している
8660 \textbf{JAchar}である.リスト内に直接ノードとして現れている\textbf{JAchar}(\textsf{和文A})との違いは,
8661 \begin{itemize}
8662 \item \textsf{和文B}に対しては,JFMの文字クラス指定から定まる空白
8663 \textsf{JFM-origin~[M]},\textsf{Boundary-A~[\OA]},\textsf{Boundary-B~[\OB]})の挿入は行われない.
8664 %「左空白」の算出も行われない.
8665 例えば,
8666 \begin{itemize}
8667 \item 片方が\textsf{和文A},もう片方が\textsf{和文B}のクラスタの場合,
8668 \textsf{Boundary-A~[\OA]}または\textsf{Boundary-B~[\OB]}の挿入を試み,それがダメなら
8669 \Param{kanjiskip}~\textsf{[K]}の挿入を行う.
8670 \item \textsf{和文B}の2つのクラスタの間には,\Param{kanjiskip}~\textsf{[K]}が自動的に入る.
8671 \end{itemize}
8672 \item \textsf{和文B}と箱・グルー・カーンが隣接したとき(どちらが前かは関係ない),間にJFMグルー・ペナルティの挿入は一切しない.
8673 \item \textsf{和文B}と\textsf{和文B},また\textsf{和文B}と\textsf{欧文}とが隣接した時は,禁則用ペナルティ挿入処理は
8674 \textsf{P-suppress~[PS]}が用いられる.
8675 \item \textsf{和文B}の文字に対する\Param{prebreakpenalty},~\Param{postbreakpenalty}の値は使われず,0として計算される.
8676 \end{itemize}
8677
8678
8679 次が具体例である:
8680 \begin{LTXexample}
8681 あ.\inhibitglue A\\
8682 \hbox{あ.}A\\
8683 あ.A
8684 \end{LTXexample}
8685 \begin{itemize}
8686 \item 1行目の\cs{inhibitglue}は\textsf{Boundary-B~[\OB]}の処理のみを抑止するので,ピリオドと「A」の間には
8687 \Param{xkanjiskip}(四分アキ)が入ることに注意.
8688 \item 2行目のピリオドと「A」の間においては,前者が\textsf{和文B}となる(hboxの中身の末尾として登場しているから)ので,
8689 そもそも\textsf{Boundary-B~[\OB]}の処理は行われない.よって,\Param{xkanjiskip}が入ることとなる.
8690 \item 3行目では,ピリオドの属するクラスタは\textsf{和文A}である.これによって,
8691 ピリオドと「A」の間には\textsf{Boundary-B~[\OB]}由来の半角アキが入ることになる.
8692 \end{itemize}
8693 %</ja>
8694
8695 %<*ja>
8696 \section{ベースライン補正の方法}
8697 \subsection{\texttt{yoffset} フィールド}
8698 \Param{yalbaselineshift}等のベースライン補正は,基本的には対象となっている
8699 \textit{glyph\_node}の \texttt{yoffset} フィールドの値を増減することによって
8700 実装されている.なお,\texttt{yoffset} の値は上方向への移動量であるのに対し,
8701 \Param{yalbaselineshift}などは下方向への移動量である.
8702
8703 さて,\texttt{yoffset} の増減によって見かけのグリフ位置は上下に移動するが,
8704 仮想ボディの高さ$h$,深さ$d$については
8705 \begin{description}
8706 \catcode`\<=12\catcode`\>=12
8707  \item[$\texttt{yoffset}\geq 0$のとき]
8708 $h = \max(\texttt{height} + \texttt{yoffset}, 0)$,
8709 $d = \max(\texttt{depth} - \texttt{yoffset}, 0)$,
8710  \item[$\texttt{yoffset}<0$のとき]
8711 $h = \max(\texttt{height} + \texttt{yoffset}, 0)$, $d=\texttt{depth}$.
8712 \end{description}
8713 という仕様になっている.つまり,\texttt{yoffset} が負(グリフを下ける)の場合に深さは増加しな
8714 い(表\ref{tab:yoffset_and_im}参照).
8715
8716 \begin{table}[t]
8717 \caption{\texttt{yoffset} and imaginary body}
8718 \label{tab:yoffset_and_im}
8719 \centering\small
8720 \fboxsep0pt
8721 \def\T#1#2{\fcolorbox{blue}{white}{%
8722   \setbox0=\hbox{\LARGE #1%
8723     \directlua{
8724       local p = tex.nest[tex.nest.ptr].tail
8725       p.yoffset = #2 * 65536
8726     }%
8727   }%
8728   \copy0\kern-\wd0\smash{\color{red}\vrule width \wd0 height 0.2pt depth 0.2pt}%
8729 }}
8730 \begin{tabular}{>{\bfseries}lccccc}
8731 \toprule
8732 \texttt{yoffset}&10\,pt&5\,pt&0&$-5$\,pt&$-10$\,pt\\
8733 \midrule
8734 仮想ボディ&\T{y}{10}, \T{H}{10}&\T{y}{5}, \T{H}{5}&\T{y}{0}, \T{H}{0}%
8735 &\T{y}{-5}, \T{H}{-5}&\T{y}{-10}, \T{H}{-10}\\[10pt]
8736 \bottomrule
8737 \end{tabular}
8738 \end{table}
8739
8740 \subsection{\textbf{ALchar}の補正}
8741 上記の問題について,\textbf{ALchar}のベースライン補正では
8742 「正しい深さ」を持った罫線(rule)を補うという対応策をとった.
8743 この罫線による補正は,\textit{id}が\textit{id\_glyph}であるクラスタ単位,
8744 大雑把に言えば音節単位で行われる.
8745 文字列``Typeset''を
8746 \begin{itemize}
8747  \item フォントはLatin Modern Roman (\texttt{lmroman10-regular.otf}) 10\,pt
8748  \item \Param{yalbaselineshift}は5\,pt
8749 \end{itemize}
8750 という状況で組んだ場合を例にとって説明しよう.
8751
8752 \LuaTeX・\Pkg{luaotfload}によるカーニング・ハイフネーションが終わった段階では,……
8753
8754
8755
8756 %</ja>
8757
8758 %<en>\section{Patch for the \Pkg{listings} Package}
8759 %<ja>\section{\Pkg{listings} パッケージへの対応}
8760
8761 %<*en>
8762 It is well-known that the \Pkg{listings} package outputs weird results
8763 for Japanese input.
8764 The \Pkg{listings} package makes most of letters active and assigns
8765 output command for each letter~(\cite{listings}).
8766 But Japanese characters are not included in these activated letters.
8767 For \pTeX{} series, there is no method to make Japanese characters active;
8768 a patch \Pkg{jlisting.sty}~(\cite{jlisting}) resolves the problem forcibly.
8769 %</en>
8770 %<*ja>
8771 \Pkg{listings} パッケージが,そのままでは日本語をまともに出力できないこと
8772 はよく知られている.きちんと整形して出力するために,\Pkg{listings}パッケー
8773 ジは内部で「ほとんどの文字」をアクティブにし,各文字に対してその文字の出
8774 力命令を割り当てている(\cite{listings}).
8775 しかし,そこでアクティブにする文字の中に,和文文
8776 字がないためである.\pTeX 系列では,和文文字をアクティブにする手法がなく,
8777 \Pkg{jlisting.sty} というパッチ(\cite{jlisting})を用いることで無理やり解決していた.
8778 %</ja>
8779
8780 %<*en>
8781 In \LuaTeX-ja, the problem is resolved by using the \verb+process_input_buffer+ callback.
8782 The callback function inserts the output command (active character \texttt{U+FFFFF})
8783 before each letter above \texttt{U+0080}.
8784 This method can omits the process to make all Japanese characters active
8785 (most of the activated characters are not used in many cases).
8786 %</en>
8787 %<*ja>
8788 \LuaTeX-jaでは,\verb+process_input_buffer+ コールバックを利用することで,
8789 「各行に出現する\texttt{U+0080}以降の文字に対して,それらの出力命令を前置する」
8790 という方法をとっている.出力命令としては,アクティブ文字化した \texttt{U+FFFFF} を用いている.
8791 これにより,(入力には使用されていないかもしれない)和文文字をもすべてアクティブ化する手間もなく,
8792 見通しが良い実装になっている.
8793 %</ja>
8794
8795
8796 %<*en>
8797 If the \Pkg{listings} package  and \LuaTeX-ja were loaded,
8798 then the patch \Pkg{lltjp-listings} is loaded automatically at \verb+\begin{document}+.
8799 %</en>
8800 %<*ja>
8801 \LuaTeX-ja で利用される \Pkg{listings} パッケージへのパッチ \Pkg{lltjp-listings} は,
8802 \Pkg{listings} と\LuaTeX-jaを読み込んでおけば,
8803 \verb+\begin{document}+ の箇所において自動的に読み込まれるので,通常はあまり
8804 意識する必要はない.
8805 %</ja>
8806
8807 %<en>\subsection{Notes and additional keys}
8808 %<ja>\subsection{注意}
8809 %<*en>
8810 \paragraph{Escaping to \LaTeX}
8811 We used the \verb+process_input_buffer+ callback to output \textbf{JAchar}s.
8812 But it has a drawback; any commands whose name contains a \textbf{JAchar}
8813 cannot be used in any ``escape to \LaTeX''.
8814
8815 Consider the following input:
8816 %</en>
8817 %<*ja>
8818 \paragraph{\LaTeX へのエスケープ}
8819 日本語対応を行うために \verb+process_input_buffer+ を使用したことで,
8820 \texttt{texcl},~\texttt{escapeinside}といった\emph{「\LaTeX へのエスケープ」中では,
8821 \textbf{JAchar}を名称の一部に含む制御綴は使用不可能}である.
8822 例えば次のような入力を考えよう:
8823 %</ja>
8824 \begin{verbatim*}
8825 \begin{lstlisting}[escapechar=\#]
8826 #\ほげ xぴよ#
8827 \end{lstlisting}
8828 \end{verbatim*}
8829 %<en>The line~2 is transformed by the callback to
8830 %<ja>ここで,2行目は \verb+process_input_buffer+ の作用により,
8831 \begin{lstlisting}[showspaces, escapechar=\!]
8832 #\!\IVSA FFFFF!ほ!\IVSA FFFFF!げ x!\IVSA FFFFF!ぴ!\IVSA FFFFF!よ#
8833 \end{lstlisting}
8834 %<*en>
8835 before the line is actually processed.
8836 In the escape (between the character ``\verb+#+''),
8837 the category code of \texttt{U+FFFFF} is set to 9~(\emph{ignored}).
8838 Hence the control symbol ``\cs{}\IVSA FFFFF'' will be executed,
8839 instead of ``\verb+\ほげ+''.
8840 %</en>
8841 %<*ja>
8842 と変換されてから,実際の処理に回される.
8843 「\verb+#+」で挟まれた「\LaTeX へのエスケープ」中では\
8844 \texttt{U+FFFFF} のカテゴリーコードは9~(\textit{ignored})となるので,
8845 結局「\verb+\ほげ+」の代わりに
8846 「\cs{}\IVSA FFFFF」というcontrol symbolが実行されることになる.
8847 %</ja>
8848
8849 %<*en>
8850 \paragraph{Variation selectors}
8851 \Pkg{lltjp-listings} add two keys, namely \texttt{vsraw}~and~\texttt{vscmd},
8852 which specify how variation selectors are treated in
8853 \texttt{lstlisting} or other enviroments.
8854 Note that these additional keys are not usable in the preamble,
8855 since \Pkg{lltjp-listings} is loaded at \verb+\begin{document}+.
8856
8857 \texttt{vsraw} is a key which takes a boolean value, and its default value is
8858 false.
8859 \begin{itemize}
8860  \item If the \texttt{vsraw} key is true, then
8861 variation selectors are ``combined'' with the previous character.
8862 %</en>
8863 %<*ja>
8864 \paragraph{異体字セレクタの扱い}
8865 \texttt{lstlisting} 環境などの内部にある異体字セレクタを扱うため,
8866 \Pkg{lltjp-listings} では \texttt{vsraw} と \texttt{vscmd} という2つのキーを追加した.
8867 しかし,\Pkg{lltjp-listings} が実際に読み込まれるのは \verb+\begin{document}+\
8868 のところであるので,プリアンブル内ではこれらの追加キーは使用できない.
8869
8870 \texttt{vsraw}は,ブール値の値をとるキーであり,標準ではfalseである.
8871 \begin{itemize}
8872  \item trueの場合は,異体字セレクタは「直前の文字に続けて」出力される.
8873 もしもIVSサポート(\ref{ssec-ltjotf}節)が有効になっていた場合は,
8874 以下の例(左側は入力,右側はその出力)のようになる.
8875 %</ja>
8876 \begin{LTXexample}
8877 \begin{lstlisting}[vsraw=true]
8878 葛󠄀城市,葛󠄁飾区,葛西
8879 \end{lstlisting}
8880 \end{LTXexample}
8881 %<*en>
8882 \item If the \texttt{vsraw} key is false, then
8883 variation selectors are typeset by an appropriate command, which is specified by
8884       the \texttt{vscmd} key.
8885 The default setting of the \texttt{vscmd} key produces the following.
8886 %</en>
8887 %<*ja>
8888 \item falseの場合は,異体字セレクタは適当な命令によって「見える形で」出力される.
8889 どのような形で出力されるかを規定するのが \texttt{vscmd} キーであり,
8890 \Pkg{lltjp-listings} の標準設定では以下の例の右側のように出力される.
8891 %</ja>
8892 \begin{LTXexample}
8893 \begin{lstlisting}[vsraw=false,
8894    vscmd=\ltjlistingsvsstdcmd]
8895 葛󠄀城市,葛󠄁飾区,葛西
8896 \end{lstlisting}
8897 \end{LTXexample}
8898 %<ja> ちなみに,本ドキュメントでは次のようにしている:
8899 %<en> For example, the following code is the setting of the \texttt{vscmd} key in this document.
8900 \begin{lstlisting}[numbers=left]
8901 \def\IVSA#1#2#3#4#5{%
8902   \textcolor{blue}{\raisebox{3.5pt}{\tt%
8903     \fboxsep=0.5pt\fbox{\tiny \oalign{0#1#2\crcr#3#4#5\crcr}}}}%
8904 }
8905 {\catcode`\%=11
8906   \gdef\IVSB#1{\expandafter\IVSA\directlua{
8907     local cat_str = luatexbase.catcodetables['string']
8908     tex.sprint(cat_str, string.format('%X', 0xE00EF+#1))
8909 }}}
8910 \lstset{vscmd=\IVSB}
8911 \end{lstlisting}
8912 \end{itemize}
8913 %<*en>
8914 The default output command of variation selectors is stored in \verb+\ltjlistingsvsstdcmd+.
8915 %</en>
8916 %<*ja>
8917 既定の出力命令を復活させたい場合は\ \verb+vscmd=\ltjlistingsvsstdcmd+\
8918 とすれば良い.
8919 %</ja>
8920
8921 %<*en>
8922 \paragraph{The \texttt{doubleletterspace} key}
8923 Even the column format is \texttt{[c]fixed}, sometimes characters are not vertically aligned.
8924 The following example  is typeset with \texttt{basewidth=2em}, and
8925 you'll see the leftmost ``\texttt{H}'' are not vertically aligned.
8926 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left]
8927 :H:
8928 :HHHH:
8929 \end{lstlisting}
8930
8931 \Pkg{lltjp-listing} adds the \texttt{doubleletterspace} key (not activated by default, for
8932 compatibility) to
8933 improve the situation, namely doubles inter-character space in each output unit.
8934 With this key, the above input now produces better output.
8935 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left, doubleletterspace]
8936 :H:
8937 :HHHH:
8938 \end{lstlisting}
8939 %</en>
8940 %<*ja>
8941 \paragraph{\texttt{doubleletterspace}キー}
8942 \Pkg{listings}パッケージで列揃えが \texttt{[c]fixed} となっている場合でも,
8943 場合によっては文字が縦に揃わない場合もある.
8944 例を以下に示そう.これは強調するために \texttt{basewidth=2em} を設定している.
8945 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left]
8946 :H:
8947 :HHHH:
8948 \end{lstlisting}
8949 1行目と2行目の「\texttt{H}」の位置が揃っていないが,
8950 これは出力単位ごとに,先頭・末尾・各文字間に同じ量の空白を挿入することによる.
8951
8952 \Pkg{lltjp-listing}では,このような症状を改善させるために \texttt{doubleletterspace} キー
8953 を追加した(標準では互換性のために無効になっている).このキーを有効にすると,
8954 出力単位中の各文字間の空白を2倍にすることで文字を揃いやすくしている.
8955 上と同じものを \texttt{doubleletterspace} キーを有効にして組んだものが以下であり,
8956 きちんと「\texttt{H}」の位置が揃っていることが分かる.
8957 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left, doubleletterspace]
8958 :H:
8959 :HHHH:
8960 \end{lstlisting}
8961 %</ja>
8962
8963 %<en>\subsection{Class of characters}
8964 %<ja>\subsection{文字種}
8965
8966 %<en>Roughly speaking, the \Pkg{listings} package processes input as follows:
8967 %<ja>\Pkg{listings} パッケージの内部では,大雑把に言うと
8968 \begin{enumerate}
8969 %<en>\item Collects \textit{letters} and \textit{digits}, which can be used for the name of identifiers.
8970 %<ja>\item 識別子として使える文字 (``letter'',~``digit'') たちを集める.
8971 %<en>\item When reading an \textit{other}, outputs the collected character string (with modification, if needed).
8972 %<ja>\item letterでもdigitでもない文字が現れた時に,収集した文字列を(必要なら修飾して)出力する.
8973 %<en>\item Collects \textit{others}.
8974 %<ja>\item 今度は逆に,letterでない文字たちをletterが現れるまで集める.
8975 %<en>\item When reading a \textit{letter} or a \textit{digit}, outputs the collected character string.
8976 %<ja>\item letterが出現したら集めた文字列を出力する.
8977 %<en>\item Turns back to 1.
8978 %<ja>\item 1.に戻る.
8979 \end{enumerate}
8980 %<*en>
8981 By the above process, line breaks inside of an identifier are blocked.
8982 A flag \verb+\lst@ifletter+ indicates whether the previous character can be used
8983 for the name of identifiers or not.
8984 %</en>
8985 %<*ja>
8986 という処理が行われている.これにより,識別子の途中では行分割が行われないようになっている.
8987 直前の文字が識別子として使えるか否かは \verb+\lst@ifletter+ というフラグに格納されている.
8988 %</ja>
8989
8990 %<*en>
8991 For Japanese characters, line breaks are permitted on both sides
8992 except for brackets, dashes, etc.
8993 Hence the patch \Pkg{lltjp-listings} introduces
8994 a new flag \verb+\lst@ifkanji+, which indicates
8995 whether the previous character is a Japanese character or not.
8996 For illustration, we introduce following classes of characters:
8997 %</en>
8998 %<*ja>
8999 さて,日本語の処理である.殆どの和文文字の前後では行分割が可能であるが,その一方で
9000 括弧類や音引きなどでは禁則処理が必要なことから,\Pkg{lltjp-listings} では,
9001 直前が和文文字であるかを示すフラグ \verb+\lst@ifkanji+ を新たに導入した.
9002 以降,説明のために以下のように文字を分類する:
9003 %</ja>
9004 \begin{center}
9005 \small
9006 \begin{tabular}{lccccc}
9007 \toprule
9008 &Letter&Other&Kanji&Open&Close\\\midrule
9009 \verb+\lst@ifletter+&T&F&T&F&T\\
9010 \verb+\lst@ifkanji+&F&F&T&T&F\\
9011 %<en>Meaning&char in an identifier&other alphabet&%
9012 %<en>most of Japanese char&opening brackets&closing brackets\\
9013 %<ja>意図&識別子中の文字&その他欧文文字&殆どの和文文字&開き括弧類&閉じ括弧類\\
9014 \bottomrule
9015 \end{tabular}
9016 \end{center}
9017 %<*en>
9018 Note that \textit{digits} in the \Pkg{listings} package can be Letter or
9019 Other according to circumstances.
9020 %</en>
9021 %<*ja>
9022 なお,本来の\Pkg{listings} パッケージでの分類``digit''は,
9023 出現状況によって,上の表のLetterとOtherのどちらにもなりうる.
9024 また,KanjiとCloseは \verb+\lst@ifletter+ と \verb+\lst@ifkanji+ の値が一致しているが,
9025 これは間違いではない.
9026 %</ja>
9027
9028 %<*en>
9029 For example, let us consider the case an Open comes after a Letter.
9030 Since an Open represents Japanese open brackets,
9031 it is preferred to be permitted to insert line break after the Letter.
9032 Therefore, the collected character string is output in this case.
9033 %</en>
9034 %<*ja>
9035 例えば,Letterの直後にOpenが来た場合を考える.
9036 文字種Openは和文開き括弧類を想定しているので,Letterの直後では行分割が可能であることが望ましい.
9037 そのため,この場合では,すでに収集されている文字列を出力することで行分割を許容するようにした.
9038 %</ja>
9039
9040 %<*en>
9041 The following table summarizes $5\times 5=25$ cases:
9042 %</en>
9043 %<*ja>
9044 同じように,$5\times 5=25$通り全てについて書くと,次のようになる:
9045 %</ja>
9046 \begin{center}
9047 \small
9048 \begin{tabular}{llccccc}
9049 \toprule
9050 %<*en>
9051 &&\multicolumn{4}{c}{Next}\\\cmidrule(lr){3-7}
9052 &&\hbox to 4em{\hss Letter\hss}&\hbox to 4em{\hss Other\hss}
9053 &\hbox to 4em{\hss Kanji\hss}&\hbox to 4em{\hss Open\hss}&Close\\\midrule
9054 &Letter&collects&\multicolumn{3}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
9055 &Other&outputs&collects&\multicolumn{2}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
9056 Prev&Kanji&\multicolumn{4}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
9057 &Open&\multicolumn{5}{c}{\hrulefill \ collects\ \hrulefill}\\
9058 &Close&\multicolumn{4}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
9059 %</en>
9060 %<*ja>
9061 &&\multicolumn{4}{c}{後ろ側の文字}\\\cmidrule(lr){3-7}
9062 &&\hbox to 4em{\hss Letter\hss}&\hbox to 4em{\hss Other\hss}
9063 &\hbox to 4em{\hss Kanji\hss}&\hbox to 4em{\hss Open\hss}&Close\\\midrule
9064 直&Letter&収集&\multicolumn{3}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
9065 前&Other&出力&収集&\multicolumn{2}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
9066 文&Kanji&\multicolumn{4}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
9067 字&Open&\multicolumn{5}{c}{\hrulefill \ 収集\ \hrulefill}\\
9068 種&Close&\multicolumn{4}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
9069 %</ja>
9070 \bottomrule
9071 \end{tabular}
9072 \end{center}
9073 %<en>In the above table,
9074 %<ja>上の表において,
9075 \begin{itemize}
9076 %<en>\item ``outputs'' means to output the collected character string (i.e., line breaking is permitted there).
9077 %<ja>\item 「出力」は,それまでに集めた文字列を出力(≒ここで行分割可能)を意味する.
9078
9079 %<en>\item ``collects'' means to append the next character to the collected character string (i.e., line breaking is prohibited there).
9080 %<ja>\item 「収集」は,後側の文字を,現在収集された文字列に追加(行分割不可)を意味する.
9081 \end{itemize}
9082
9083 %<*en>
9084 Characters above or equal to~\texttt{U+0080} \emph{except Variation Selectors}
9085 are classified into above 5~classes by the following rules:
9086 %</en>
9087 %<*ja>
9088 \texttt{U+0080}以降の\emph{異体字セレクタ以外の}各文字が
9089 Letter, Other, Kanji, Open, Closeのどれに属するかは次によって決まる:
9090 %</ja>
9091 \begin{itemize}
9092 %<en>\item \textbf{ALchar}s above or equal to~\texttt{U+0080} are classified as Letter.
9093 %<ja>\item (\texttt{U+0080}以降の)\textbf{ALchar}は,すべてLetter扱いである.
9094
9095 %<en>\item \textbf{JAchar}s are classified in the order as follows:
9096 %<ja>\item \textbf{JAchar}については,以下の順序に従って文字種を決める:
9097 \begin{enumerate}
9098 %<en>\item Characters whose \Param{prebreakpenalty} is greater than or equal to 0 are classified as Open.
9099 %<ja>\item \Param{prebreakpenalty}が0以上の文字はOpen扱いである.
9100
9101 %<en>\item Characters whose \Param{postbreakpenalty} is greater than or equal to 0 are classified as Close.
9102 %<ja>\item \Param{postbreakpenalty}が0以上の文字はClose扱いである.
9103
9104 %<en>\item Characters that don't satisfy the above two conditions are classified as Kanji.
9105 %<ja>\item 上の3条件のどちらにも当てはまらなかった文字は,Kanji扱いである.
9106 \end{enumerate}
9107 \end{itemize}
9108
9109 %<*en>
9110 The width of halfwidth kana (\texttt{U+FF61}--\texttt{U+FF9F})
9111 is same as the width of \textbf{ALchar};
9112 the width of the other \textbf{JAchar}s is double the width of \textbf{ALchar}.
9113 %</en>
9114 %<*ja>
9115 なお,半角カナ(U+FF61--U+FF9F)以外の\textbf{JAchar}は欧文文字2文字分の幅をとるものとみなされる.
9116 半角カナは欧文文字1文字分の幅となる.
9117 %</ja>
9118
9119 %<*en>
9120 This classification process is executed every time a character appears in
9121 the \texttt{lstlisting} environment or other environments/commands.
9122 %</en>
9123 %<*ja>
9124 これらの文字種決定は,実際に \texttt{lstlisting} 環境などの内部で文字が出てくるたびに行われる.
9125 %</ja>
9126
9127 %<*ja>
9128 \section{和文の行長補正方法}
9129 \label{sec-adjspec}
9130 \Pkg{luatexja-adjust} で提供される優先順位付きの行長調整の詳細を述
9131 べる.大まかに述べると,次のようになる.
9132 \begin{itemize}
9133 \item 通常の\TeX の行分割方法に従って,段落を行分割する.この段階では,行
9134       長に半端が出た場合,その半端分は\textbf{JAglue}(\Param{xkanjiskip},
9135       \Param{kanjiskip},JFMグルー)と
9136       それ以外のグルーの全てで(優先順位なく)負担される.
9137 \item その後,\texttt{post\_linebreak\_filter} callbackを使い,\emph{段
9138       落中の各行ごとに},行末文字の位置を調整したり,優先度付きの行長調整
9139       を実現するためにグルーの伸縮度を調整する.
9140       その処理においては,グルーの自然長と\textbf{JAglue}以外の
9141       グルーの伸び量・縮み量は変更せず,必要に応じて\textbf{JAglue}の伸び量・縮み量のみを
9142       変更する設計とした.
9143
9144 \Pkg{luatexja-adjust} の作用は,この処理を行うcallbackを追加するだけであり,
9145       この章の残りではcallbackでの処理について解説する.
9146 \end{itemize}
9147
9148 \paragraph{準備:合計伸縮量の計算}
9149 グルーの伸縮度(\texttt{plus} や \texttt{minus} で指定されている値)には,
9150 有限値の他に,\texttt{fi},\texttt{fil},\texttt{fill},\texttt{filll}と
9151 いう4つの無限大レベル(後ろの方ほど大きい)があり,行の調整に
9152 \texttt{fi} などの\emph{無限大レベルの伸縮度が用いられている場合は,そ
9153 の行に対しての処理を中止}する.
9154
9155 よって,以降,問題にしている行の行長調整は伸縮度が有限長のグルーを用いて
9156 行われているとして良い.さらに,簡単のため,この行はグルーが広げられている
9157 (自然長で組むと望ましい行長よりの短い)場合しか扱わない.
9158
9159 まず,段落中の行中のグルーを
9160 \begin{itemize}
9161 \item \textbf{JAglue}ではないグルー
9162 \item JFMグルー(優先度\footnote{%
9163   \ref{ssec-jfm-str}節にあるように,
9164   各JFMグルーには$-2$から2までの優先度がついている.}%
9165 別にまとめられる)
9166 \item 和欧文間空白(\Param{xkanjiskip})
9167 \item 和文間空白(\Param{kanjiskip})
9168 \end{itemize}
9169 の$1+1+5+1=8$つに類別し,それぞれの種別ごとに
9170 許容されている伸び量(\texttt{stretch}の値)の合計を計算する.
9171 また,行長と自然長との差を\textit{total}とおく.
9172
9173
9174 \subsection{行末文字の位置調整}
9175 行末が文字クラス$n$の\textbf{JAchar}であった場合,
9176 それを動かすことによって,\textit{total}のうち
9177 \textbf{JAglue}が負担する分を少なくしようとする.
9178 この行末文字の左右の移動可能量は,
9179 JFM中にある文字クラス$n$の定義の
9180 \texttt{end\_stretch},~\texttt{end\_shrink}フィールドに
9181 全角単位の値として記述されている.
9182
9183 例えば,行末文字が句点「。」であり,そこで用いられているJFM中に
9184 \begin{lstlisting}
9185   [2] = {
9186     chars = { '。', ... }, width = 0.5, ...,
9187     end_stretch = 0.5, end_shrink = 0.5,
9188   },
9189 \end{lstlisting}
9190 という指定があった場合,この行末の句点は
9191 \begin{itemize}
9192 \item 通常の\TeX の行分割処理で「半角以上の詰め」が行われていた場合,
9193 この行中の\textbf{JAglue}の負担を軽減するため,
9194 行末の句点を半角だけ右に移動する(ぶら下げ組を行う).
9195 \item 通常の\TeX の行分割処理で「半角以上の空き」が行われていた場合,
9196 逆に行末句点を半角左に移動させる(見た目的に全角取りとなる).
9197 \item 以上のどちらでもない場合,行末句点の位置調整は行わない.
9198 \end{itemize}
9199 となる.
9200
9201 行末文字を移動した場合,その分だけ\textit{total}の値を引いておく.
9202
9203 \subsection{グルーの調整}
9204 \textit{total}の分だけが,行中のグルーの伸び量に応じて負担されることになる.
9205 負担するグルーの優先度は以下の順であり,
9206 できるだけ\Param{kanjiskip}を自然長のままにすることを
9207 試みている.
9208 \begin{enumerate}\def\labelenumi{(\Alph{enumi})}
9209  \item \textbf{JAglue}以外のグルー
9210  \item 優先度2のJFMグルー
9211  \item 優先度1のJFMグルー
9212  \item 優先度0のJFMグルー
9213  \item 優先度$-1$のJFMグルー
9214  \item 優先度$-2$のJFMグルー
9215  \item \Param{xkanjiskip}
9216  \item \Param{kanjiskip}
9217 \end{enumerate}
9218 \begin{enumerate}
9219  \item 行末の\textbf{JAchar}を移動したことで$\textit{total}=0$となれば,
9220 調整の必要はなく,行が格納されているhboxの
9221 \texttt{glue\_set}, \texttt{glue\_sign}, \texttt{glue\_order}を再計算すればよい.
9222 以降,$\textit{total}\neq 0$と仮定する.
9223  \item \textit{total}が「\textbf{JAglue}以外のグルーの伸び量の合計」(以下,(A)の伸び量の
9224        合計,と称す)よりも小さければ,
9225 それらのグルーに\textit{total}を負担させ,\textbf{JAglue}達自身は自然長で組むことができる.
9226 よって,以下の処理を行う:
9227 \begin{enumerate}
9228 \item 各\textbf{JAglue}の伸び量を0とする.
9229 \item 行が格納されているhboxの
9230 \texttt{glue\_set}, \texttt{glue\_sign}, \texttt{glue\_order}を再計算する.
9231 これによって,\textit{total}は\textbf{JAglue}以外のグルーによって負担される.
9232 \end{enumerate}
9233 \item \textit{total}が「(A)の伸び量の合計」以上ならば,(A)--(H)のどこまで負担すれば
9234 \textit{total}以上になるかを計算する.
9235 例えば,
9236 \[\catcode`\<=12
9237  \textit{total} = (\text{(A)--(B)の伸び量の合計}) + p\cdot (\text{(C)の伸び量の合計}),
9238  \qquad 0\le p<1
9239 \]
9240 であった場合,各グルーは次のように組まれる:
9241 \begin{itemize}
9242  \item (A),~(B)に属するグルーは各グルーで許された伸び量まで伸ばす.
9243  \item (C)に属するグルーはそれぞれ$p\times (\text{伸び量})$だけ伸びる.
9244  \item (D)--(H)に属するグルーは自然長のまま.
9245 \end{itemize}
9246 実際には,前に述べた「設計」に従い,次のように処理している:
9247 \begin{enumerate}
9248 \item (C)に属するグルーの伸び量を$p$倍する.
9249 \item (D)--(H)に属するグルーの伸び量を0とする.
9250 \item 行が格納されているhboxの
9251 \texttt{glue\_set}, \texttt{glue\_sign}, \texttt{glue\_order}を再計算する.
9252 これによって,\textit{total}は\textbf{JAglue}以外のグルーによって負担される.
9253 \end{enumerate}
9254 \item \textit{total}が(A)--(H)の伸び量の合計よりも大きい場合,どうしようもないので
9255       \verb+^^;+何もしない.
9256 \end{enumerate}
9257
9258 %</ja>
9259
9260 %<*ja>
9261 \section{IVS対応}
9262 \verb+luatexja.otf.enable_ivs()+ を実行し,IVS対応を有効にした状態では,
9263 \verb+pre_linebreak_filter+ や \verb+hpack_filter+ コールバックには
9264 次の4つが順に実行される状態となっている:
9265 \begin{description}
9266 \item[\tt ltj.do\_ivs] \textit{glyph\_node}~$p$の直後に,異体字セレクタ(を表す\textit{glyph\_node})
9267 が連続した場合に,$p$のフォントに対応したが持つ「異体字情報」に従って出力するグリフを変える.
9268
9269 しかし,単に$p.\textit{char}$を変更するだけでは,後から
9270 font featureの適用(すぐ下)により置換される可能性がある.そのため,
9271 \cs{CID} や \cs{UTF} と同じように,\textit{glyph\_node}~$p$の代わりに
9272 \texttt{user\_id} が\textit{char\_by\_cid}であるようなuser-defined whatsitを用いている.
9273 \item[(\Pkg{luaotfload} によるfont featureの適用)]
9274 \item[\tt ltj.otf] \texttt{user\_id} が\textit{char\_by\_cid}であるようなuser-defined whatsitを
9275 きちんと\textit{glyph\_node}に変換する.この処理は,\cs{CID}, \cs{UTF}やIVSによる置換が,
9276 font featureの適用で上書きされてしまうのを防止するためである.
9277 \item[\tt ltj.main\_process] \textbf{JAglue}の挿入処理(\ref{sec-jfmglue}章)と,
9278 JFMの指定に従って各\textbf{JAchar}の「寸法を補正」することを行う.
9279 \end{description}
9280
9281 問題は各フォントの持っているIVS情報をどのように取得するか,である.
9282 \Pkg{luaotfload} はフォント番号<font\_number>の情報を\
9283 \texttt{fonts.hashes.identifiers[<font\_number>]} 以下に格納している.
9284 しかし,OpenTypeフォントのIVS情報は格納されていないようである%
9285 \footnote{TrueTypeフォントに関しては,
9286 \begin{center}
9287 \texttt{fonts.hashes.idenfiers[<font\_number>]%
9288   .resources.variants[<selector>][<base\_char>]}
9289 \end{center}
9290 に,<base\_char>番の文字の後に異体字セレクタ<selector>が続いた場合に
9291 出力すべきグリフが書かれてある.}.
9292 %例えば,小塚明朝Pr6N~Rでは,
9293
9294 一方,\LuaTeX 内部の \texttt{fontloader} の返すテーブルには
9295 OpenTypeフォントでもTrueTypeフォントでもIVS情報が格納されている.
9296 具体的には……
9297
9298 そのため,\LuaTeX-jaのIVS対応においては,\LuaTeX 内部の\
9299 \texttt{fontloader} を直接用いることで,フォントのIVS情報を取得している.
9300 20140114.0以降でキャッシュを用いるようにした要因はここにあり,
9301 \texttt{fontloader} の呼び出しでかなり時間を消費することから,
9302 %%% to_table を使わなくしたことで,メモリ使用量は減った
9303 IVS情報をキャッシュに保存することで2回目以降の実行時間を節約している.
9304 %</ja>
9305
9306
9307 %<*ja>
9308 \section{複数フォントの「合成」(未完)}
9309 \section{\LuaTeX-jaにおけるキャッシュ}
9310 \Pkg{luaotfload}パッケージが,各TrueType・OpenTypeフォントの情報を
9311 キャッシュとして保存しているのと同様の方法で,
9312 \LuaTeX-jaもいくつかのキャッシュファイルを作成するようになった.
9313 \begin{itemize}
9314  \item 通常,キャッシュは\texttt{\$TEXMFVAR/luatexja/}以下に保存され,
9315 そこから読み込みが行われる.
9316  \item 「通常の」テキスト形式のキャッシュ(拡張子は \texttt{.lua})以外にも,
9317 それをバイナリ形式(バイトコード)に変換したものもサポートしている.
9318 \begin{itemize}
9319  \item \LuaTeX とLuaJIT\TeX ではバイトコードの形式が異なるため,バイナリ形式の
9320 キャッシュは共有できない.\LuaTeX 用のバイナリキャッシュは \texttt{.luc},
9321 LuaJIT\TeX 用のは \texttt{.lub} と拡張子を変えることで対応している.
9322  \item キャッシュを読み込む時,同名のバイナリキャッシュがあれば,
9323 テキスト形式のものよりそちらを優先して読み込む.
9324  \item テキスト形式のキャッシュが更新/作成される際は,そのバイナリ版も
9325 同時に更新される.
9326 また,(バイナリ版が見つからず)テキスト形式のキャッシュ側が読み込まれたときは,
9327 \LuaTeX-jaはバイナリキャッシュを作成する.
9328 \end{itemize}
9329 \end{itemize}
9330 %</ja>
9331 %<*en>
9332 \section{Cache Management of \LuaTeX-ja}
9333 \LuaTeX-ja creates some cache files to reduce the loading time.
9334 in a similar way to the \Pkg{luaotfload} package:
9335 \begin{itemize}
9336  \item Cache files are usually stored in (and loaded from)
9337 \texttt{\$TEXMFVAR/luatexja/}.
9338  \item In addition to caches of the text form (the extension is ``\texttt{.lua}''),
9339 caches of the \emph{binary}, precompiled form are supported.
9340 \begin{itemize}
9341  \item We cannot share same binary cache for \LuaTeX\ and LuaJIT\TeX.
9342 Hence we distinguish them by their extension, ``\texttt{.luc}'' for \LuaTeX\
9343 and ``\texttt{.lub}'' for LuaJIT\TeX.
9344  \item In loading a cache, the binary cache precedes
9345 the text form.
9346  \item When \LuaTeX-ja updates a cache \texttt{hoge.lua},
9347 its binary version is also updated.
9348 \end{itemize}
9349 \end{itemize}
9350 %</en>
9351
9352 %<*ja>
9353 \subsection{キャッシュの使用箇所}
9354
9355 \LuaTeX-ja では以下の3種類のキャッシュを使用している:
9356 \begin{cslist}
9357 \item[ltj-cid-auto-adobe-japan1.lua]
9358 Ryumin-Lightのような非埋め込みフォントの情報を格納しており,
9359 (それらが\LuaTeX-jaの標準和文フォントなので)\LuaTeX-jaの読み込み時に自動で読まれる.
9360 生成には\texttt{UniJIS2004-UTF32-\{H, V\}}, \texttt{Adobe-Japan1-UCS2}という3つの
9361 CMapが必要である.
9362
9363 \pageref{para-cid}ページで述べたように,\texttt{cid}キーを使って
9364 非埋め込みの中国語・韓国語フォントを定義する場合,同様のキャッシュが生成される.
9365 キャッシュの名称,必要となるCMapについては表\ref{tab:cid-cache}を参照して欲しい.
9366
9367 \item[extra\_***.lua]
9368 フォント``\texttt{***}''における異体字セレクタの情報,縦組用字形への変換テーブル,そして
9369 縦組時における幅を格納している.構造は以下の通り:
9370 %</ja>
9371 %<*en>
9372 \subsection{Use of cache}
9373
9374 \LuaTeX-ja uses the following cache:
9375 \begin{cslist}
9376 \item[ltj-cid-auto-adobe-japan1.lua]
9377 The font table of a CID-keyed non-embedded Japanese font.
9378 This is loaded in every run.
9379 It is created from three CMaps, \texttt{UniJIS2004-UTF32-\{H,V\}} and
9380              \texttt{Adobe-Japan1-UCS2},
9381 and this is why these two CMaps are needed in the first run of \LuaTeX-ja.
9382
9383 Similar caches are created as Table~\ref{tab:cid-cache},
9384 if you specified \texttt{cid} key in \cs{jfont}
9385 to use other CID-keyed non-embedded fonts for Chinese or Korean,
9386 as in Page~\pageref{para-cid}.
9387
9388 \item[extra\_***.lua]
9389 This file stores the table which stores the following.
9390 \begin{itemize}
9391  \item unicode variants in a font ``\texttt{***}''
9392  \item vertical width of glyphs, if it is not equal to the sum of
9393 the height of ascender and the depth of descender
9394  \item vertical variants
9395 \end{itemize}
9396 The following is the structure of the that table.
9397 %</en>
9398
9399 \begin{table}[!tb]
9400  \centering\small
9401 \caption{\texttt{cid} key and corresponding files}
9402 \label{tab:cid-cache}
9403 \vspace*{\medskipamount}
9404 \begin{tabular}{>{\tt}l>{\tt}l>{\tt}l>{\tt}l}
9405 \toprule
9406 \bf \texttt{cid} key&\bf name of the cache &
9407 \multicolumn{2}{c}{\bf used CMaps}\\
9408 \midrule
9409 Adobe-Japan1-*&ltj-cid-auto-adobe-japan1.lua&UniJIS2004-UTF32-*&Adobe-Japan1-UCS2\\
9410 Adobe-Korea1-*&ltj-cid-auto-adobe-korea1.lua&UniKS-UTF32-*&Adobe-Korea1-UCS2\\
9411 Adobe-GB1-*&ltj-cid-auto-adobe-gb1.lua&UniGB-UTF32-*&Adobe-GB1-UCS2\\
9412 Adobe-CNS1-*&ltj-cid-auto-adobe-cns1.lua&UniCNS-UTF32-*&Adobe-CNS1-UCS2\\
9413 \bottomrule
9414 \end{tabular}
9415 \end{table}
9416
9417 \begin{lstlisting}
9418 return {
9419  {
9420   [10955]={    -- U+2ACB "Subset Of Above Not Equal To"
9421    [65024]=983879, -- <2ACB FE00>
9422    ["vwidth"]=0.98, -- vertical width
9423   },
9424   [37001]={    -- U+9089 "邉"
9425    [0]=37001,  --   <9089 E0100>
9426    991049,     --   <9089 E0101>
9427    ...
9428    ["vert"]=995025, -- vertical variant
9429   },
9430   ...
9431  },
9432  ["chksum"]="FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", -- checksum of the fontfile
9433  ["version"]=2, -- version of the cache
9434 }
9435 \end{lstlisting}
9436 %<*ja>
9437 \item[ltj-jisx0208.\{luc|lub\}]
9438 \LuaTeX-ja配布中の\texttt{ltj-jisx0208.lua}をバイナリ化したものである.
9439 これはJIS~X~0208とUnicodeとの変換テーブルであり,
9440 \pTeX との互換目的の文字コード変換命令で用いられる.
9441 %</ja>
9442 %<*en>
9443 \item[ltj-jisx0208.\{luc|lub\}]
9444 The binary version of \texttt{ltj-jisx0208.lua}.
9445 This is the conversion table between JIS~X~0208 and Unicode
9446 which is used in Kanji-code conversion commands for compatibility with \pTeX.
9447 %</en>
9448 \end{cslist}
9449
9450 %<*en>
9451 \subsection{Internal}
9452 Cache management system of \LuaTeX-ja is stored in \texttt{luatexja.base}
9453 (\texttt{ltj-base.lua}).
9454 There are three public functions for cache management in \texttt{luatexja.base},
9455 where <filename> stands for the file name \emph{without suffix}:
9456 \begin{cslist}
9457 \item[save\_cache(<filename>, <data>)]
9458 Save a non-nil table <data> into a cache <filename>.
9459 Both the text form <filename>\texttt{.lua} and its binary version
9460 are created or updated.
9461
9462 \item[save\_cache\_luc(<filename>, <data>{[, <serialized\_data>]})]
9463
9464 Same as \texttt{save\_cache}, except that only the binary cache is updated.
9465 The third argument <serialized\_data> is not usually given.
9466 But if this is given, it is treated as a string representation of <data>.
9467
9468 \item[load\_cache(<filename>, <outdate>)]
9469 Load the cache <filename>.
9470 <outdate> is a function which takes one argument (the contents of the cache),
9471 and its return value is whether the cache is outdated.
9472
9473 \texttt{load\_cache} first tries to
9474 read the binary cache <filename>\texttt{.\{luc|lub\}}.
9475 If its contents is up-to-date, \texttt{load\_cache} returns the contents.
9476 If the binary cache is not found or
9477 its contents is outdated, \texttt{load\_cache} tries to
9478 read the text form <filename>\texttt{.lua}.
9479 Hence, the return value of \texttt{load\_cache} is non-nil,
9480 if and only if the updated cache is found.
9481 \end{cslist}
9482 %</en>
9483 %<*ja>
9484 \subsection{内部命令}
9485 \LuaTeX-jaにおけるキャッシュ管理は,\texttt{luatexja.base}~(\texttt{ltj-base.lua})に
9486 実装しており,以下の3関数が公開されている.
9487 ここで,<filename>は保存するキャッシュのファイル名を\emph{拡張子なしで}指定する.
9488 \begin{cslist}
9489 \item[save\_cache(<filename>, <data>)]
9490 nilでない<data>をキャッシュ<filename>に保存する.
9491 テキスト形式の<filename>\texttt{.lua}のみならず,
9492 そのバイナリ版も作成/更新される.
9493
9494 \item[save\_cache\_luc(<filename>, <data>{[, <serialized\_data>]})]
9495
9496 \texttt{save\_cache}と同様だが,バイナリキャッシュのみが更新される.
9497 第3引数<serialized\_data>が与えられた場合,それを
9498 <data>の文字列化表現として使用する.
9499 そのため,<serialized\_data>は普通は指定しないことになるだろう.
9500
9501 \item[load\_cache(<filename>, <outdate>)]
9502 キャッシュ<filename>を読み込む.
9503 <outdate>は1引数(キャッシュの中身)をとる関数であり,
9504 その戻り値は「キャッシュの更新が必要」かどうかを示すブール値でないといけない.
9505
9506 \texttt{load\_cache}は,まずバイナリキャッシュ<filename>\texttt{.\{luc|lub\}}を
9507 読みこむ.もしその内容が「新しい」,つまり<outdate>の評価結果が \texttt{false} なら
9508 \texttt{load\_cache}はこのバイナリキャッシュの中身を返す.
9509 もしバイナリキャッシュが見つからなかったか,「古すぎる」ならばテキスト版
9510              <filename>\texttt{.lua}を読み込み,その値を返す.
9511
9512 以上より,\texttt{load\_cache}自体がnilでない値を返すのは,ちょうど「新しい」キャッシュが
9513 見つかった場合である.
9514 \end{cslist}
9515 %</ja>
9516
9517
9518 %<*ja>
9519 \section{縦組の実装}
9520 \label{sec-dir-imp}
9521 \ref{sec-direction}章の最初でも述べたように,
9522 \LuaTeX-jaは横組(\texttt{TLT})で組んだボックスを回転させる方式で
9523 縦組を実装している.
9524
9525 \LuaTeX-jaにおける縦組の実装は
9526 \pTeX における実装(\cite{ptexdoc,ptextug})をベースにしている.
9527
9528 \subsection{direction~whatsit}
9529 \textit{direction}~whatsitとは,\textit{direction}という特定の \verb+user_id+ を持つ
9530 whatsitのことであり,以下のタイミングで作られる.
9531 \begin{itemize}
9532  \item 組方向を \cs{tate} 等で変更したとき.
9533  \item \cs{hbox}, \cs{vbox}, \cs{vtop} による明示的なボックスの開始時.\\
9534 \verb+\hbox{}+, \verb+\vbox{}+ といった,
9535 \begin{itemize}
9536  \item \cs{tate} 等によりボックス内部の組方向を変更していない
9537  \item ボックスの中身のリストが空である
9538 \end{itemize}
9539 場合は,\LuaTeX の \verb+hpack_filter+, \verb+vpack_filter+ といった
9540 callbackに処理が回らない.そこで,\LuaTeX-ja では,\cs{everyhbox}, \cs{everyvbox} を利用す
9541        ることで各ボックスの先頭に確実に追加するようにしている\footnote{%
9542   問題は \cs{hbox to 25pt\{\}} という状況である.実際のこのボックスの中身は空でない(少な
9543        くともdirection whatsitがある)ため,何も対策をしなければhpack時にUnderfill警告が発
9544        生してしまうことになる.\LuaTeX-jaではそうならないように「\cs{hbadness},
9545        \cs{vbadness} を一時的に10000に変更し,hpack, vpack後に元の値に戻す」処理を行ってい
9546        る.
9547 }.
9548  \item \cs{vsplit}によってvboxを分割した時の「残り」の先頭.
9549  \item \LuaTeX-ja読み込み前に作成したボックスの寸法を \cs{ltjsetwd} 等によって変更した時.
9550  \item \cs{insert} によるinsertionでは,中身の先頭に\textit{direction}~whatsitは作られず,
9551 その代わりに中身の各ボックス・罫線の直前に作られる\footnote{%
9552  これは,ページ分割の過程でinsertionが分割される時,「現在のページで出力される部分」が空と
9553        なることがあることによる.先頭にwhatsitを置くと,最悪でも「現在のページにwhatsitが
9554        残る」ことになってしまう.}.
9555 \end{itemize}
9556 なお,\verb+\vtop{...}+ の場合は,先頭にdirection whatsitを置くと
9557 ボックスの高さが常に0\,ptになるという問題が発生する.そのため,この場合に限っては
9558 vpack時にdirection whatsitをリストの2番目に移動させている.
9559
9560 direction whatsitはあくまでも組方向処理のための補助的なノードであるので,
9561 \cs{unhbox}, \cs{unhcopy} によってボックスの中身が展開される時には展開直前に削除される.
9562 これは
9563 \begin{lstlisting}
9564  % yoko direction
9565 \setbox0=\hbox{\tate B}
9566 \noindent % 水平モードに入る.この時点でのリストの中身は空
9567 \unhbox0 A
9568 \end{lstlisting}
9569 といった場合に,段落が縦組で組まれたり,あるいは
9570 \begin{lstlisting}
9571 \setbox0=\hbox{}
9572 \leavevmode \hbox{A}\unhbox0
9573 \setbox1=\lastbox % \box1 はどうなる?
9574 \end{lstlisting}
9575 で \cs{box1} が \cs{hbox\{A\}} でなく空になってしまうことを防ぐためである.
9576
9577
9578 \subsection{\textit{dir\_box}}
9579 縦中横など異方向のボックスを配置する場合に,周囲の組方向と大きさを整合させるため,
9580 \LuaTeX-jaでは \verb+\ltj@dir+ が128以降の\textit{hlist\_node}, \textit{vlist\_node}を
9581 用いる.これらは\pTeX における\textit{dir\_node}の役割と同じ果たしており,
9582 この文章中では\textit{dir\_box}と呼称する.
9583
9584 \subsubsection{異方向のボックスの整合}
9585 \textit{dir\_box}の第一の使用目的は,異方向のボックスの大きさを整合させることである.
9586 例えば,
9587 \begin{lstlisting}
9588  % yoko direction
9589 平成\hbox{\tate 26}年
9590 \end{lstlisting}
9591 は段落中で
9592 \[
9593  \xymatrix{
9594    {}\Node{glyph}{`平'}\ar[r]&{}\Node{glyph}{`成'}\ar[r]&
9595    {}\HNode{hbox}{10.00003}{3.02779}{0.0}\ar[r]\ar[d]^{\text{中身}}&{}\Node{glyph}{`年'}\\
9596    &&{}\Node{whatsit}{\cs{tate}}\ar[r]&{}\Node{glyph}{`2'}\ar[r]&{}\Node{glyph}{`6'}
9597  }
9598 \]
9599 というリストを作る.その後,この段落が終了したときに,
9600 \LuaTeX-jaの\textbf{JAglue}挿入処理が行われ
9601 \[
9602  \xymatrix{
9603    {}\Node{glyph}{`平'}\ar[r]
9604   &{}\textcolor{blue}{\Node{glue}{\Param{xkanjiskip}}}\ar[r]
9605   &{}\Node{glyph}{`成'}\ar[r]
9606   &{}\textcolor{blue}{\Node{penalty}{0}}
9607     \ar`r[d] `[l] `[ddll] `[dl] [dl]
9608   \\
9609   &&{}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{yoko})}{3.02779}{10.00003}{0.0}}\ar[r]\ar[d]^{\text{中身}}
9610   &{}\textcolor{blue}{\Node{penalty}{0}}\ar[r]
9611   &{}\Node{glyph}{`年'}\\
9612   &&{}\HNode{hbox}{10.00003}{3.02779}{0.0}\ar[d]^{\text{中身}}\\
9613   &&{}\Node{whatsit}{\cs{tate}}\ar[r]&{}\Node{glyph}{`2'}\ar[r]&{}\Node{glyph}{`6'}
9614  }
9615 \]
9616 のようになる(青字は\textbf{JAglue},赤字が整合処理のための\textit{dir\_box}である).
9617 \TeX の \cs{showbox} 形式で書けば
9618
9619 \medskip{\narrowbaselines\ttfamily\obeylines\parindent0pt
9620 \catcode`\@=0 @catcode`@\=12
9621 .\tenmin 平
9622 @textcolor{blue}{.\glue 0.0 plus 0.4 minus 0.4}
9623 .\tenmin 成
9624 @textcolor{blue}{.\penalty 0}
9625 @textcolor{red}{.\hbox(10.00003+0.0)x3.02779, direction TLT}
9626 ..\hbox(3.02779+0.0)x10.00003, direction TLT
9627 ...\whatsit4=[]
9628 ...\tenrm 2
9629 ...\tenrm 6
9630 @textcolor{blue}{.\penalty 0}
9631 .\tenmin 年
9632 }\medskip
9633
9634 \noindent である.
9635
9636 なお,\cs{raise},~\cs{lower}, \cs{moveleft},~\cs{moveright} といったボックス移動命令では.
9637 移動を正しく表現するために段落やボックスの途中でも異方向のボックスは\textit{dir\_box}にカ
9638 プセル化している.
9639 例えば
9640 \begin{lstlisting}
9641  % yoko direction
9642 平成\raise1pt\hbox{\tate 26}年\showlists
9643 \end{lstlisting}
9644 は以下のような結果を得る.
9645
9646 \medskip{\narrowbaselines\ttfamily\obeylines\parindent0pt
9647 \catcode`\@=0 @catcode`@\=12
9648 (前略)
9649 \tenrm 平
9650 \tenrm 成
9651 @textcolor{red}{\hbox(10.00003+0.0)x3.02779, shifted -1.0, direction TLT}
9652 .\hbox(3.02779+0.0)x10.00003, direction TLT
9653 ..\whatsit4=[]
9654 ..\tenrm 2
9655 ..\tenrm 6
9656 \tenrm 年
9657 }\medskip
9658
9659 また,メインの垂直リストに異方向のボックスが追加される場合にも同様に即座に
9660 \textit{dir\_box}にカプセル化している.ページ分割のタイミングを正
9661 しく\TeX が判断するためである.
9662 \cs{lastbox} によるボックスの取得では,\textit{dir\_box}は削除される.
9663
9664 \subsubsection{異方向のボックス寸法の格納}
9665 第二の使用目的は,現在の組方向がボックス本来の組方向とは異なる状況で,
9666 \cs{ltjsetwd} によってボックス寸法を設定されたことを記録することである.
9667
9668 例えば
9669 \begin{lstlisting}[numbers=left]
9670 \setbox0=\hbox{\vrule width 10pt height 5pt depth 2pt}
9671 \setbox1=\hbox{\tate\ltjsetwd0=20pt}
9672 \wd0=9pt
9673 \setbox1=\hbox{\dtou\ltjsetwd0=20pt}
9674 \setbox0=\hbox{\dtou a\box0}
9675 \end{lstlisting}
9676 というコードを考える.1行目で \cs{box0} には横組の
9677 幅10\,pt,高さ5\,pt,深さ2\,ptのボックスが代入される.
9678 よって,
9679 \begin{itemize}
9680  \item 縦組下では \cs{box0} は幅7\,pt,高さ・深さ5\,ptのボックスとして扱われる.
9681  \item \cs{dtou} 下では \cs{box0} は幅7\,pt,高さ10\,pt,深さ0\,ptのボックスとして扱われる.
9682 \end{itemize}
9683 このとき,\cs{box0} の\emph{中身}は
9684 \[
9685  \xymatrix{
9686    {}\Node{whatsit}{\cs{yoko}}\ar[r]&{}\Node{rule}{}
9687  }
9688 \]
9689 である.
9690
9691 さて,2行目で縦組時の \cs{box0} の幅が20\,ptに設定される.この情報が
9692 direction~whatsit内部のノードリストに,\textit{dir\_box}として格納される:
9693 \[
9694  \xymatrix{
9695    {}\Node{whatsit}{\cs{yoko}}\ar[r]\ar[d]_{\text{中身}}&{}\Node{rule}{}\\
9696    {}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{tate})}{20.0}{5.0}{5.0}}
9697  }
9698 \]
9699
9700 次に,3行目では横組時の,つまり \cs{box0} 本来の組方向での深さが9\,ptに変更される.
9701 このとき,\cs{box0} は
9702 \begin{itemize}
9703  \item 縦組下では寸法代入が既に行われているので,2行目で作成された\textit{dir\_box}の通り
9704        に幅20\,pt,高さ・深さ5\,ptのボックスとして扱われる.
9705  \item \cs{dtou} 下ではまだ寸法代入が行われていないので,
9706 \cs{box0} の寸法変更に追従し,幅7\,pt,高さ9\,pt,深さ0\,ptのボックスとして扱われる.
9707 \end{itemize}
9708
9709 4行目では \cs{dtou} 下での\cs{box0} の幅が20\,ptに設定されるので,2行目と同じように
9710 \[
9711  \xymatrix{
9712    {}\Node{whatsit}{\cs{yoko}}\ar[r]\ar[d]_{\text{中身}}&{}\Node{rule}{}\\
9713    {}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{dtou})}{20.0}{9.0}{0.0}}\ar[r]&
9714    {}\HNode{\textit{dir\_box} (\cs{tate})}{20.0}{5.0}{5.0}
9715  }
9716 \]
9717 と\textit{dir\_box}が作成される.
9718
9719 このように寸法代入によってつくられた\textit{dir\_box}は,前節の整合過程のときに再利用され
9720 る.上記の例でいえば,5行目を実行した後の \cs{box0} の内容は
9721 \[
9722  \xymatrix{
9723    {}\Node{whatsit}{\cs{dtou}}\ar[r]&
9724    {}\Node{glyph}{`a'}\ar[r]&
9725    {}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{dtou})}{20.0}{9.0}{0.0}}\ar[d]_{\text{中身}}\\
9726    &&{}\HNode{hbox}{9.0}{5.0}{2.0}\ar[d]_{\text{中身}}\\
9727    &&{}\Node{whatsit}{\cs{yoko}}\ar[r]&{}\Node{rule}{}
9728  }
9729 \]
9730 のようになる.
9731 %</ja>
9732
9733 \newpage
9734 \begin{thebibliography}{99}
9735   \addcontentsline{toc}{section}{\refname}
9736 \bibitem{texbytopic}
9737 Victor Eijkhout. \newblock \textit{\TeX\ by Topic, A \TeX nician's Reference}, Addison-Wesley, 1992.
9738 \bibitem{listings} C.\ Heinz, B.\ Moses. \newblock The \textsf{Listings} Package.
9739 \bibitem{uptex} Takuji Tanaka. \newblock
9740 upTeX---Unicode version of pTeX with CJK extensions,
9741 TUG 2013, October 2013.
9742 %<ja>\newblock
9743 %<en>\\\null\hfill
9744 \url{http://tug.org/tug2013/slides/TUG2013_upTeX.pdf}
9745 \bibitem{jlisting} Thor Watanabe. \newblock Listings\ -\ MyTeXpert.
9746 %<en>\newblock
9747 %<ja>\\\null\hfill
9748 \url{http://mytexpert.osdn.jp/index.php?Listings}
9749 \bibitem{jlreq}  W3C Japanese Layout Task Force~(ed). \newblock
9750 Requirements for Japanese Text Layout (W3C Working Group Note), 2011, 2012. \newblock
9751 \url{http://www.w3.org/TR/jlreq/}%
9752 %<ja> \\日本語訳の書籍版:W3C日本語組版タスクフォース(編),『W3C技術ノート 日本語組版処理の要件』,東京電機大学出版局,2012.
9753 \bibitem{min10} 乙部厳己.min10フォントについて.\\\null\hfill
9754 \url{http://argent.shinshu-u.ac.jp/~otobe/tex/files/min10.pdf}
9755 \bibitem{x4051} 日本工業規格(Japanese Industrial Standard). JIS~X~4051,
9756 日本語文書の組版方法(Formatting rules for Japanese documents), 1993, 1995, 2004.
9757 \bibitem{ptexdoc} 濱野尚人,田村明史,倉沢良一.\TeX の出版への応用—縦組み機能の組み込み—.
9758 \\\null\hfill\texttt{.../texmf-dist/doc/ptex/base/ptexdoc.pdf}
9759 \bibitem{ptextug} Hisato Hamano. \newblock
9760 \textit{Vertical Typesetting with \TeX}, TUGBoat~\textbf{11}(3), 346--352, 1990.
9761 \bibitem{pdfstd} International Organization for Standardization. \newblock
9762 ISO 32000-1:2008, \textit{Document management -- Portable document format -- Part 1: PDF
9763       1.7}, 2008. \newblock
9764 \\\null\hfill
9765 \url{http://www.iso.org/iso/iso\_catalogue/catalogue_tc/catalogue\_detail.htm?csnumber=51502}
9766 \end{thebibliography}
9767
9768 \end{document}
9769 %</!showexpl>
9770 %<*showexpl>
9771 %%
9772 %% config file for showexpl.sty
9773 %%
9774 %% Copyright The LuaTeX-ja project team, 2012
9775 %%
9776 \ProvidesFile{showexpl.cfg}
9777   [2012/05/20 v0.01 Definitions for the showexpl package (luatexja)]
9778 \lstset{}
9779 \def\SX@Info{}
9780 \endinput
9781 %</*showexpl>