OSDN Git Service

updated doc. of luatexja-adjust (wip)
[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 \IfFileExists{luatex85.sty}{\RequirePackage{luatex85}}{}
12
13 %<en>\documentclass[a4paper,titlepage]{article}
14 %<ja>\documentclass[a4paper,titlepage]{ltjsarticle}
15
16 %%%%%%%%
17 \makeatletter
18 %%%%%%%%
19 \def\pgfsysdriver{pgfsys-pdftex.def}
20 \directlua{if jit then jit.on() end}
21 \usepackage{metalogo,amsmath,array,tikz,pict2e,multienum,float}
22 \usepackage{booktabs,multicol,luatexja-ruby}
23 \usepackage[all]{xy}
24 \usepackage{lltjext,alltt}
25
26 %%%%%%%% fonts
27 \usepackage{luatexja-otf}
28 \directlua{luatexja.otf.enable_ivs()}
29 \usepackage[no-math]{fontspec}
30 \setmainfont[Ligatures=TeX]{Linux Libertine O}
31 \setmonofont[Scale=MatchLowercase, ItalicFont=lmmono10-italic.otf,
32   BoldFont=lmmonolt10-bold.otf, BoldItalicFont=lmmonolt10-boldoblique.otf
33 ]{lmmono10-regular.otf}
34 \setsansfont[Scale=MatchLowercase,Ligatures=TeX]{Linux Biolinum O}
35 \usepackage[match]{luatexja-fontspec}
36 \usepackage[kozuka-pr6n]{luatexja-preset}
37 \usepackage{unicode-math}
38 \setmonojfont{KozGoPr6N-Regular.otf}
39 \setmathfont[Scale=MatchLowercase]{xits-math.otf}
40
41 \setLaTeXa{\scshape a}
42 %<*ja>
43 \def\emph#1{\textbf{\textgt{#1}}}
44 \def\headfont{\normalfont\bfseries\gtfamily}\normalsize
45 %</ja>
46 %<*en>
47 \frenchspacing
48 \usepackage[margin=25mm,lmargin=30mm,rmargin=30mm,footskip=6mm]{geometry}
49 \usepackage{luatexja-adjust}\ltjdisableadjust
50 \parskip=\smallskipamount
51 \makeatletter
52 \renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
53     {3.25ex \@plus1ex \@minus.2ex}%
54     {-1em}%
55     {\normalfont\normalsize\bfseries\raisebox{.2ex}{$\mdlgblksquare\mkern1mu$}}}
56 %</en>
57 %<*ja>
58 \usepackage[textwidth=45\zw, lines=45, footskip=6mm]{geometry}
59 \usepackage{luatexja-adjust}%\ltjdisableadjust
60 \advance\leftmargini-1\zw\advance\leftmarginii-1\zw
61 %</ja>
62
63 %%%%%%%% listings
64
65 %%%%%%%% IVS
66
67 \def\IVS#1{\char\numexpr "E0100+#1\relax}%"
68 \def\IVSA#1#2#3#4#5{%
69   \textcolor{blue}{\raisebox{3.5pt}{\tt%
70     \fboxsep=0.5pt\fbox{\tiny \oalign{0#1#2\crcr#3#4#5\crcr}}}}%
71 }
72 {\catcode`\%=11
73   \gdef\IVSB#1{\expandafter\IVSA\directlua{
74     local cat_str = luatexbase.catcodetables['string']
75     tex.sprint(cat_str, string.format('%X', 0xE00EF+#1))
76 }}}
77
78 \usepackage{listings,showexpl,enumitem}
79 \lstset{
80   basicstyle=\ttfamily\small, pos=r, breaklines=true,
81   numbers=none, rframe={}, basewidth=0.5em, numberstyle=\tiny, numbersep=0.5em,
82   explpreset={numberstyle=\tiny, numbers=left, numbersep=1em, columns=fixed}
83 }
84 % Suppress output from showexpl to stdout.
85 \makeatletter
86 \let\SX@Info\relax
87
88 %%%%%%%% colors
89 %% modified from http://jfly.iam.u-tokyo.ac.jp/colorset/
90 \usepackage{transparent}
91 \definecolor{red}{rgb}{1, 0.16, 0}
92 \definecolor{blue}{rgb}{0, 0.25, 1}
93 \definecolor{gray}{rgb}{.50, .53, .56}
94 \definecolor{green}{rgb}{.21, .63, .42}
95 \definecolor{cyan}{rgb}{0.40, .80, 1}
96 \definecolor{b_gray}{rgb}{0.78, 0.78, 0.80}
97 \definecolor{b_pink}{rgb}{1, 0.82, 0.82}
98 \definecolor{b_green}{rgb}{.53, .91, .69}
99 \definecolor{b_cyan}{rgb}{0.70, .92, 98}
100
101 %%%%%%%% hyperref
102 \usepackage{hyperref,bookmark}
103 %<*en>
104 \title{The \LuaTeX-ja package}
105 \author{The \LuaTeX-ja project team}
106 %</en>
107 %<*ja>
108 \title{\LuaTeX-jaパッケージ}
109 \author{\LuaTeX-jaプロジェクトチーム}
110 %</ja>
111 \hypersetup{%
112         unicode,
113         colorlinks,
114         allbordercolors=1 1 1,
115         allcolors=blue,
116 %<*en>
117         pdfauthor={The LuaTeX-ja project team},
118         pdftitle={The LuaTeX-ja package}
119 %</en>
120 %<*ja>
121         pdfauthor={LuaTeX-jaプロジェクトチーム},
122         pdftitle={LuaTeX-jaパッケージ}
123 %</ja>
124 }
125
126 %%%%%%%% definition env.
127 \usepackage{amsthm}
128 \theoremstyle{definition}
129 %<en>\newtheorem{defn}{Definition}
130 %<ja>\newtheorem{defn}{定義}
131
132 %%%%%%%% logo
133 \usepackage{metalogo}
134 \DeclareRobustCommand\eTeX{\ensuremath{\varepsilon}-\kern-.125em\TeX}
135 \DeclareRobustCommand\LuaTeX{Lua\TeX}
136 \DeclareRobustCommand\pdfTeX{pdf\TeX}
137 \DeclareRobustCommand\pTeX{p\kern-.15em\TeX}
138 \DeclareRobustCommand\upTeX{up\kern-.15em\TeX}
139 \DeclareRobustCommand\pLaTeX{p\kern-.05em\LaTeX}
140 \DeclareRobustCommand\pLaTeXe{p\kern-.05em\LaTeXe}
141 \DeclareRobustCommand\epTeX{\ensuremath{\varepsilon}-\pTeX}
142
143 %%%%%%%% other macros
144 \newlist{cslist}{description}{2}
145 \setlist[cslist]{%
146     style=nextline,font=\mdseries\ttfamily,
147     before*=\def\<{\char`\<}\def\>{\char`\>}\def\{{\char`\{}\def\}{\char`\}},
148     topsep=\medskipamount,
149 %<ja> leftmargin=2\zw,
150 %<en> leftmargin=2em,
151 }
152
153 \def\labelenumii{(\arabic{enumii})}
154 \long\def\@makecaption#1#2{%
155   \vskip\abovecaptionskip
156   \sbox\@tempboxa{{\small #1. #2}}%
157   \ifdim \wd\@tempboxa >\hsize
158     {\small #1. #2}\par
159   \else
160     \global \@minipagefalse
161     \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
162   \fi
163   \vskip\belowcaptionskip}
164
165 \def\_{\leavevmode \kern .06em\vbox {\hrule \@width .333em}}
166 \def\cs#1{\texttt{\upshape
167   \texorpdfstring{\textbackslash\ltjsetparameter{autoxspacing=false}#1}{\textbackslash#1}}}
168
169 %%%%%%%%
170 \makeatother
171 %%%%%%%%
172
173 \def\Node#1#2{\,\vcenter{\hbox{\fboxsep=1pt\fbox{\vbox{\small\halign{\hfil##\hfil\cr
174   #1\mathstrut\cr\noalign{\vskip1pt\hrule height.4pt\vskip1pt}\strut#2\cr}}}}}\,}
175 \def\HNode#1#2#3#4{\,\vcenter{\hbox{\fboxsep=1pt\fbox{\vbox{\small\halign{\hfil##\hfil\cr
176   #1\mathstrut\cr\noalign{\vskip1pt\hrule height.4pt\vskip1pt}%
177   width:\hfill\ #2\cr height:\hfill\ #3\cr depth:\hfill\ #4\cr
178   }}}}}\,}
179
180 \protected\def\Param#1{\hyperlink{fld:#1}{\underline{\smash{\textsf{#1}}}}} % parameter name
181 \protected\def\DParam#1{\hypertarget{fld:#1}{\underline{\smash{\textsf{#1}}}}} % parameter name (definition)
182 \protected\def\Pkg#1{\textsf{#1}} % packages/classes
183
184
185 \begin{document}
186 \lstset{
187   vscmd=\IVSB
188 }
189
190 \catcode`\<=13
191 \def<#1>{{\normalfont\rm\itshape$\langle$#1\/$\rangle$}}
192 \let\LARG=<
193 \maketitle
194
195 \tableofcontents
196 \bigskip
197
198 %<*en>
199 \textbf{This documentation is far from complete. It may have many
200 grammatical (and contextual) errors.} Also, several parts
201 are written in Japanese only.
202 %</en>
203 %<*ja>
204 \emph{\large 本ドキュメントはまだまだ未完成です.}
205 %</ja>
206
207 \clearpage
208 %<en>\part{User's manual}
209 %<ja>\part{ユーザーズマニュアル}
210
211 %<en>\section{Introduction}
212 %<ja>\section{はじめに}
213
214
215 %<*en>
216 The \LuaTeX-ja package is a macro package for typesetting high-quality
217 Japanese documents when using \LuaTeX.
218 %</en>
219 %<*ja>
220 \LuaTeX-jaパッケージは,次世代標準\TeX である\LuaTeX の上で,\pTeX と同等
221 /それ以上の品質の日本語組版を実現させようとするマクロパッケージである.
222 %</ja>
223 %<en>\subsection{Backgrounds}
224 %<ja>\subsection{背景}
225
226 %<*en>
227 Traditionally, ASCII \pTeX, an extension of \TeX, and its derivatives
228 are used to typeset Japanese documents in \TeX. \pTeX\ is an engine
229 extension of \TeX: so it can produce high-quality Japanese documents
230 without using very complicated macros. But this point is a mixed
231 blessing: \pTeX\ is left behind from other extensions of \TeX,
232 especially \eTeX\ and \pdfTeX, and from changes about
233 Japanese processing in computers (\textit{e.g.}, the UTF-8 encoding).
234 %</en>
235 %<*ja>
236 従来,「\TeX を用いて日本語組版を行う」といったとき,エンジンとしては
237 ASCII \pTeX やそれの拡張物が用いられることが一般的であった.\pTeX は\TeX
238 のエンジン拡張であり,(少々仕様上不便な点はあるものの)商業印刷の分野に
239 も用いられるほどの高品質な日本語組版を可能としている.だが,それは弱点に
240 もなってしまった.\pTeX という(組版的に)満足なものがあったため,海外で
241 行われている数々の\TeX の拡張――例えば\eTeX や\pdfTeX ――や,TrueType,
242 OpenType, Unicodeといった計算機で日本語を扱う際の状況の変化に追従すること
243 を怠ってしまったのだ.
244 %</ja>
245
246 %<*en>
247 Recently extensions of \pTeX, namely \upTeX\ (Unicode-implementation
248 of \pTeX) and \epTeX\ (merging of \pTeX\ and
249 \eTeX\ extension), have developed to fill those gaps to some
250 extent, but gaps still exist.
251 %</en>
252 %<*ja>
253 ここ数年,若干状況は改善されてきた.現在手に入る大半の\pTeX バイナリでは
254 外部UTF-8入力が利用可能となり,さらにUnicode化を推進し,\pTeX の内部処理
255 までUnicode化した\upTeX も開発されている.また,\pTeX に\eTeX 拡張をマー
256 ジした\epTeX も登場し,\TeX\ Live\ 2011では\pLaTeX が\epTeX の上で動作す
257 るようになった.だが,\pdfTeX 拡張(PDF直接出力やmicro-typesetting)を
258 \pTeX に対応させようという動きはなく,海外とのgapは未だにあるのが現状であ
259 る.
260 %</ja>
261
262 %<*en>
263 However, the appearance of \LuaTeX\ changed the whole situation. With
264 using Lua ``callbacks'', users can customize the internal processing of
265 \LuaTeX. So there is no need to modify sources of engines to
266 support Japanese typesetting: to do this, we only have to write Lua
267 scripts for appropriate callbacks.
268 %</en>
269 %<*ja>
270 しかし,\LuaTeX の登場で,状況は大きく変わることになった.Luaコードで
271 ``callback''を書くことにより,\LuaTeX の内部処理に割り込みをかけることが可
272 能となった.これは,エンジン拡張という真似をしなくても,Luaコードとそれに
273 関する\TeX マクロを書けば,エンジン拡張とほぼ同程度のことができるようになっ
274 たということを意味する.\LuaTeX-jaは,このアプローチによってLuaコード・
275 \TeX マクロによって日本語組版を\LuaTeX の上で実現させようという目的で開発
276 が始まったパッケージである.
277 %</ja>
278
279 %<en>\subsection{Major changes from \pTeX}
280 %<ja>\subsection{\pTeX からの主な変更点}
281 \label{ssec:chgptex}
282
283 %<*en>
284 The \LuaTeX-ja package is under much influence of \pTeX\ engine. The initial
285 target of development was to implement features of \pTeX. However,
286 implementing all feature of \pTeX\ is impossible,
287 since all process of \LuaTeX-ja must be implemented only by Lua and \TeX\ macros.
288 Hence \emph{\LuaTeX-ja is not a just porting of \pTeX; unnatural
289 specifications/behaviors of \pTeX\ were not adopted}.
290 %</en>
291 %<*ja>
292 \LuaTeX-jaは,\pTeX に多大な影響を受けている.初期の開発目標は,\pTeX の機
293 能をLuaコードにより実装することであった.しかし,(\pTeX はエンジン拡張であったのに対し)
294 \LuaTeX-jaはLuaコードと\TeX マクロを用いて全てを実装していなければならないため,\pTeX
295 の完全な移植は不可能であり,また\pTeX における実装がいささか不可解になっ
296 ているような状況も発見された.そのため,\emph{\LuaTeX-jaは,もはや
297 \pTeX の完全な移植は目標とはしない.\pTeX における不自然な仕様・挙動があ
298 れば,そこは積極的に改める.}
299 %</ja>
300
301 %<*en>
302 The followings are major changes from \pTeX.
303 For more detailed information, see Part~\ref{part-imp} or other sections of this manual.
304 %</en>
305 %<*ja>
306 以下は \pTeX からの主な変更点である.
307 より詳細については第\ref{part-imp}部など本文書の残りを参照.
308 %</ja>
309
310 %<*en>
311 \paragraph{Command names} \pTeX\ addes several primitives, such as \cs{kanjiskip},
312 \cs{prebreakpenalty},~and,~\cs{ifydir}. They can be used as follows:
313 %</en>
314 %<*ja>
315 \paragraph{命令の名称} 例えば\pTeX で追加された次のようなプリミティブ
316 %</ja>
317 \begin{verbatim}
318 \kanjiskip=10pt  \dimen0=kanjiskip
319 \tbaselineshift=0.1zw
320 \dimen0=\tbaselineshift
321 \prebreakpenalty`ぁ=100
322 \ifydir ... \fi
323 \end{verbatim}
324 %<en> However, we cannot use them under \LuaTeX-ja.
325 %<en> Instead of them, we have to write as the following.
326 %<ja> は\LuaTeX-jaには存在しない.\LuaTeX-jaでは以下のように記述することになる.
327 \begin{verbatim}
328 \ltjsetparameter{kanjiskip=10pt}  \dimen0=\ltjgetparameter{kanjiskip}
329 \ltjsetparameter{talbaselineshift=0.1\zw}
330 \dimen0=\ltjgetparameter{talbaselineshift}
331 \ltjsetparameter{prebreakpenalty={`ぁ,100}}
332 \ifnum\ltjgetparemeter{direction}=4 ... \fi
333 \end{verbatim}
334 %<*en>
335 Note that \pTeX\ adds new two useful units, namely \texttt{zw}~and~\texttt{zh}.
336 As shown above, they are changed by \cs{zw}~and~\cs{zh} respectively, in \LuaTeX-ja.
337 %</en>
338 %<*ja>
339 特に注意してほしいのは,\pTeX で追加された \texttt{zw} と \texttt{zh} という単位は
340 \LuaTeX-ja では使用できず,\cs{zw}, \cs{zh} と制御綴の形にしないといけないという点である.
341 %</ja>
342
343 %<*en>
344 \paragraph{Linebreak after a Japanese character}
345 In \pTeX, a line break after Japanese character is ignored (and
346       doesn't yield a space), since line breaks (in source files) are
347       permitted almost everywhere in Japanese texts. However, \LuaTeX-ja
348       doesn't have this feature completely, because of a specification
349       of \LuaTeX. For the detail, see Section~\ref{sec-lbreak}.
350 %</en>
351 %<*ja>
352 \paragraph{和文文字直後の改行}
353 日本語の文書中では改行はほとんどどこでも許されるので,\pTeX では和文文字
354       直後の改行は無視される(スペースが入らない)ようになっていた.しかし,
355       \LuaTeX-ja では \LuaTeX の仕様のためにこの機能は完全には実装されていない.
356       詳しくは\ref{sec-lbreak}章を参照.
357 %</ja>
358
359 %<*en>
360 \paragraph{Spaces related to Japanese characters}
361 The insertion process of glues/kerns between two Japanese
362       characters and between a Japanese character and other characters
363       (we refer glues/kerns of both kinds as \textbf{JAglue}) is rewritten from
364       scratch.
365 %</en>
366 %<*ja>
367 \paragraph{和文関連の空白}
368 2つの和文文字の間や,和文文字と欧文文字の間に入るグルー/カーン
369       (両者をあわせて\textbf{JAglue}と呼ぶ)の挿入処理が0から書き直されている.
370 %</ja>
371
372 \begin{itemize}
373 %<*en>
374 \item As \LuaTeX's internal ligature handling is \emph{node-based}
375       (\textit{e.g.}, \verb+of{}fice+ doesn't prevent ligatures), the
376       insertion process of \textbf{JAglue} is now \emph{node-based}.
377 %</en>
378 %<*ja>
379 \item \LuaTeX の内部での合字の扱いは「ノード」を単位として行われるようになっている(例えば,
380       \verb+of{}fice+ で合字は抑制されない).それに合わせ,\textbf{JAglue}の挿入処理も
381       ノード単位で実行される.
382 %</ja>
383
384 %<*en>
385 \item Furthermore, nodes between two characters which have no effects in
386       line break (\textit{e.g.}, \cs{special} node) and kerns from
387       italic correction are ignored in the insertion process.
388 %</en>
389 %<*ja>
390 \item さらに,2つの文字の間にある行末では効果を持たないノード(例えば \cs{special} ノード)や,
391   イタリック補正に伴い挿入されるカーンは挿入処理中では無視される.
392 %</ja>
393
394 %<*en>
395 \item \emph{Caution: due to above two points, many methods which did for the
396       dividing the process of the insertion of \textbf{JAglue} in \pTeX\ are not
397       effective anymore.} In concrete terms, the following two methods are not effective anymore:
398 %</en>
399 %<*ja>
400 \item \emph{注意:上の2つの変更により,従来\textbf{JAglue}の挿入処理を分断するのに
401       使われていたいくつかの方法は用いることができない.具体的には,次の方法はもはや無効である:}
402 %</ja>
403 \begin{lstlisting}
404 ちょ{}っと    ちょ\/っと
405 \end{lstlisting}
406 %<*en>
407       If you want to do so, please put an empty horizontal box (hbox) between it instead:
408 %</en>
409 %<*ja>
410       もし同じことをやりたければ,空の水平ボックス(hbox)を間に挟めばよい:
411 %</ja>
412 \begin{lstlisting}
413 ちょ\hbox{}っと
414 \end{lstlisting}
415
416 %<*en>
417 \item In the process, two Japanese fonts which only differ in their ``real''
418       fonts are identified.
419 %</en>
420 %<*ja>
421 \item 処理中では,2つの和文フォントは,実フォントが異なるだけの場合には同一視
422       される.
423 %</ja>
424 \end{itemize}
425
426 %<*en>
427 \paragraph{Directions}
428 From version~20150420.0, \LuaTeX-ja supports vertical writing.
429 We implement this feature by using callbacks of \LuaTeX; so it must \emph{not} be confused
430 with $\Omega$-style direction support of \LuaTeX\ itself.
431 Due to implementation, the dimension returned by \cs{wd},~\cs{ht}, or~\cs{dp} depends
432 on the content of the register \emph{only}. This is major difference with \pTeX.
433 %</en>
434 %<*ja>
435 \paragraph{組方向}
436 20150420.0版からは,不安定ながらも\LuaTeX-ja における縦組みをサポートしている.
437 なお,\LuaTeX 本体も$\Omega$流の組方向をサポートしているが,それとは全くの別物であること
438 に注意してほしい.
439 特に,異なった組方向のボックスを扱う場合には
440 \cs{wd}, \cs{ht}, \cs{dp}等の仕様が\pTeX と異なるので注意.詳細は第\ref{sec-direction}章を参照.
441 %</ja>
442
443 %<*en>
444 \paragraph{\cs{discretionary}}
445 Japanese characters in discretionary break (\cs{discretionary}) is not supported.
446 %</en>
447 %<*ja>
448 \paragraph{\cs{discretionary}}
449  \cs{discretionary} 内に直接和文文字を記述することは,\pTeX においても想定されていなかった
450  感があるが.\LuaTeX-jaにおいても想定していない.和文文字をどう
451       しても使いたい場合は \cs{hbox} で括ること.
452 %</ja>
453
454 %<*en>
455 \paragraph{Greek and Cyrillic letters, and ISO~8859-1 symbols}
456 By default, \LuaTeX-ja uses Japanese fonts to typeset Greek and Cyrillic letters,
457       To change this behavior,
458       put \verb!\ltjsetparameter{jacharrange={-2,-3}}! in the preamble.
459       For the detailed description, see Subsection~\ref{ssec-setrange}.
460
461 From this version, characters which belongs both ISO~8859-1 and JIS~X~0208,
462       such as \P~and~\S, are now typeset in alphabetic fonts. This means that
463       without the \cs{fontspec} (and~\Pkg{luatexja-fontspec}) package, these characters are not typeset correctly.
464 %</en>
465 %<*ja>
466 \paragraph{ギリシャ文字・キリル文字とISO~8859-1の記号}
467 標準では,\LuaTeX-jaはギリシャ文字やキリル文字を和文フォントを使っ
468       て組む.ギリシャ語などを本格的に組むなどこの状況が望ましくない場合,
469       プリアンブルに
470 \begin{lstlisting}
471  \ltjsetparameter{jacharrange={-2,-3}}
472 \end{lstlisting}
473       を入れると
474       上記種類の文字は欧文フォントを用いて組まれるようになる.
475       詳しい説明は\ref{ssec-setrange}節を参照してほしい.
476
477 また,\P,~\S といったISO~8859-1の上位領域とJIS~X~0208の共通部分の文字は
478       本バージョンから標準で欧文扱いとなり,\emph{ソース中に直接記述しても
479       \Pkg{fontspec}パッケージ(および\Pkg{luatexja-fontspec}パッケージ)非読み込みの状態では出力されなくなった}.
480       和文扱いで出力するには \verb+\ltjjachar`§+ のように \cs{ltjjachar} 命令
481       を使えばよい.
482 %</ja>
483
484 %<en>\subsection{Notations}
485 %<ja>\subsection{用語と記法}
486
487 %<*en>
488 In this document, the following terms and notations are used:
489 %</en>
490 %<*ja>
491 本ドキュメントでは,以下の用語と記法を用いる:
492 %</ja>
493 \begin{itemize}
494 %<*en>
495 \item Characters are classified into following two types.
496       Note that the classification can be customized by a user
497       (see Subsection~\ref{ssec-setrange}).
498 %</en>
499 %<*ja>
500 \item 文字は次の2種類に分けられる.この類別は固定されているものではなく,ユーザが後から変更可能である
501       (\ref{ssec-setrange}節を参照).
502 %</ja>
503 \begin{itemize}
504 %<*en>
505 \item \textbf{JAchar}: standing for characters which is used in Japanese typesetting,
506       such as Hiragana,~Katakana, Kanji, and~other Japanese punctuation marks.
507 %</en>
508 %<*ja>
509 \item \textbf{JAchar}: ひらがな,カタカナ,漢字,和文用の約物といった
510       日本語組版に使われる文字のことを指す.
511 %</ja>
512
513 %<en>\item \textbf{ALchar}: standing for all other characters like latin alphabets.
514 %<ja>\item \textbf{ALchar}: ラテンアルファベットを始めとする,その他全ての文字を指す.
515 \end{itemize}
516
517 %<*en>
518 We say \emph{alphabetic fonts} for fonts used in \textbf{ALchar},
519 and \emph{Japanese fonts} for fonts used in \textbf{JAchar}.
520 %</en>
521 %<*ja>
522 そして,\textbf{ALchar}の出力に用いられるフォントを\emph{欧文フォント}と呼び,
523 \textbf{JAchar}の出力に用いられるフォントを\emph{和文フォント}と呼ぶ.
524 %</ja>
525 %<*en>
526 \item A word in a sans-serif font with underline (like \Param{prebreakpenalty})
527       means an internal parameter for Japanese typesetting, and it
528       is used as a key in \cs{ltjsetparameter} command.
529 %</en>
530 %<*ja>
531 \item 下線つきローマン体で書かれた語(例:\Param{prebreakpenalty})は日本語組版用の
532       パラメータを表し,これらは \cs{ltjsetparameter} 命令のキーとして
533       用いられる.
534 %</ja>
535 %<*en>
536 \item A word in a sens-serif font without underline (like \Pkg{fontspec})
537       means a package or a class of \LaTeX.
538 %</en>
539 %<*ja>
540 \item 下線なしサンセリフ体の語(例:\Pkg{fontspec})は\LaTeX の
541       パッケージやクラスを表す.
542 %</ja>
543 %<*en>
544 \item In this document, natural numbers start from~zero.
545   $\omega$ denotes the set of all natural numbers.
546 %</en>
547 %<*ja>
548 \item 本ドキュメントでは,自然数は0から始まる.自然数全体の集合は$\omega$と表記する.
549 %</ja>
550 \end{itemize}
551
552 %<en>\subsection{About the project}
553 %<ja>\subsection{プロジェクトについて}
554
555 %<en>\paragraph{Project Wiki} Project Wiki is under construction.
556 %<ja>\paragraph{プロジェクトWiki} プロジェクトWikiは構築中である.
557 %<*en>
558 \begin{itemize}
559 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28en%29} (English)
560 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage} (Japanese)
561 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28zh%29} (Chinese)
562 \end{itemize}
563 %</en>
564 %<*ja>
565 \begin{itemize}
566 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage}(日本語)
567 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28en%29}(英語)
568 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28zh%29}(中国語)
569 \end{itemize}
570 %</ja>
571
572 %<en>This project is hosted by OSDN.
573 %<ja>本プロジェクトはOSDNのサービスを用いて運営されている.
574
575 %<en>\paragraph{Members}\
576 %<ja>\paragraph{開発メンバー}\
577
578 %<*en>
579 \begin{multienumerate}
580 \def\labelenumi{$\bullet$}
581 \mitemxxx{Hironori KITAGAWA}{Kazuki MAEDA}{Takayuki YATO}
582 \mitemxxx{Yusuke KUROKI}{Noriyuki ABE}{Munehiro YAMAMOTO}
583 \mitemxxx{Tomoaki HONDA}{Shuzaburo SAITO}{MA Qiyuan}
584 \end{multienumerate}
585 %</en>
586 %<*ja>
587 \begin{multienumerate}
588 \def\labelenumi{$\bullet$}
589 \mitemxxx{北川 弘典}{前田 一貴}{八登 崇之}
590 \mitemxxx{黒木 裕介}{阿部 紀行}{山本 宗宏}
591 \mitemxxx{本田 知亮}{齋藤 修三郎}{馬 起園}
592 \end{multienumerate}
593 %</ja>
594
595 % \paragraph{Acknowledgments} -- 挿入するならここ
596
597 \clearpage
598 %<en>\section{Getting Started}
599 %<ja>\section{使い方}
600 %<en>\subsection{Installation}
601 %<ja>\subsection{インストール}
602
603 %<en>The following packages are needed for the \LuaTeX-ja\ package.
604 %<ja>\LuaTeX-jaパッケージの動作には次のパッケージ類が必要である.
605 \begin{itemize}
606 \item \LuaTeX\ beta-0.85.0 (or later)
607 \item \Pkg{luaotfload} v2.6 (or later)
608 \item \Pkg{adobemapping} (Adobe cmap and pdfmapping files)
609 \item \Pkg{everysel} (if you want to use \LuaTeX-ja with \LaTeXe)
610 \item \Pkg{fontspec} v2.4
611 %<en>\item \emph{IPAex fonts} (\url{http://ipafont.ipa.go.jp/})
612 %<ja>\item \emph{IPAexフォント(\url{http://ipafont.ipa.go.jp/})}
613 \end{itemize}
614 %<en>In summary, this version of \LuaTeX-ja no longer supports \TeX~Live~2015 (or older version).
615 %<*ja>
616 要約すると,本バージョンの\LuaTeX-jaは\TeX~Live~2015以前では動作しない\footnote{%
617   もっとも,自分で\LuaTeX のバイナリをSubversionリポジトリからビルドしていれば話は別である.
618 }.
619 %</ja>
620
621 %<*en>
622 Now \LuaTeX-ja is available from
623 CTAN (in the \texttt{macros/luatex/generic/luatexja} directory), and
624 the following distributions:
625   \begin{itemize}
626   \item MiK\TeX\ (in \texttt{luatexja.tar.lzma}); see the next subsection
627   \item \TeX\ Live (in \texttt{texmf-dist/tex/luatex/luatexja})
628   \item W32\TeX\ (in \texttt{luatexja.tar.xz})
629   \end{itemize}
630 IPAex fonts are also available in these distributions.
631 %</en>
632 %<*ja>
633 現在,\LuaTeX-jaはCTAN (\texttt{macros/luatex/generic/luatexja})に収録されている他,
634 以下のディストリビューションにも収録されている:
635   \begin{itemize}
636   \item MiK\TeX\ (\texttt{luatexja.tar.lzma})
637   \item \TeX\ Live (\texttt{texmf-dist/tex/luatex/luatexja})
638   \item W32\TeX\ (\texttt{luatexja.tar.xz})
639   \end{itemize}
640 これらのディストリビューションはIPAexフォントも収録している.
641 W32\TeX においてはIPAexフォントは \texttt{luatexja.tar.xz} 内にある.
642 %</ja>
643
644 % %<*ja>
645 % 例えば\TeX~Live~2015を利用しているなら,\LuaTeX-jaは\TeX~Live manager (\texttt{tlmgr})を
646 % 使ってインストールすることができる.
647 % \begin{lstlisting}
648 % $ tlmgr install luatexja
649 % \end{lstlisting}
650 % %</ja>
651 % %<*en>
652 % If you are using \TeX~Live~2015, you can install \LuaTeX-ja
653 % from \TeX~Live manager (\texttt{tlmgr}):
654 % \begin{lstlisting}
655 % $ tlmgr install luatexja
656 % \end{lstlisting}
657 % %</en>
658
659 %<en>\paragraph{Manual installation}
660 %<ja>\paragraph{手動インストール方法}
661
662 \begin{enumerate}
663 %<*en>
664 \item Download the source, by one of the following method.
665       At the present, \LuaTeX-ja has no \emph{stable} release.
666
667 \begin{itemize}
668 \item Clone the Git repository:
669 \begin{lstlisting}
670 $ git clone git://git.osdn.jp/gitroot/luatex-ja/luatexja.git
671 \end{lstlisting}
672 \item Download the \texttt{tar.gz} archive of HEAD in the \texttt{master} branch from
673 \begin{flushleft}
674 \url{http://git.osdn.jp/view?p=luatex-ja/luatexja.git;a=snapshot;h=HEAD;sf=tgz}.
675 \end{flushleft}
676 \end{itemize}
677
678 Note that the \texttt{master} branch, and hence the archive in CTAN, are not updated frequently;
679 the forefront of development is not the \texttt{master} branch.
680 %</en>
681 %<*ja>
682 \item ソースを以下のいずれかの方法で取得する.現在公開されているのはあくまでも
683       開発版であって,安定版でないことに注意.
684
685 \begin{itemize}
686 \item Gitリポジトリをクローンする:
687 \begin{lstlisting}
688 $ git clone git://git.osdn.jp/gitroot/luatex-ja/luatexja.git
689 \end{lstlisting}
690 \item \texttt{master} ブランチのスナップショット(\texttt{tar.gz} 形式)をダウンロードする.
691 \begin{flushleft}
692 \url{http://git.osdn.jp/view?p=luatex-ja/luatexja.git;a=snapshot;h=HEAD;sf=tgz}.
693 \end{flushleft}
694 \end{itemize}
695 \texttt{master} ブランチ(従って,CTAN内のアーカイブも)はたまにしか更新されないことに注意.
696 主な開発は\texttt{master}の外で行われ,比較的まとまってきたらそれを \texttt{master} に
697 反映させることにしている.
698 %</ja>
699
700 %<*en>
701 \item Extract the archive. You will see \texttt{src/} and several other sub-directories.
702 But only the contents in \texttt{src/} are needed to work \LuaTeX-ja.
703 %</en>
704 %<*ja>
705 \item 「Gitリポジトリをクローン」以外の方法でアーカイブを取得したならば,それを展開する.
706       \texttt{src/} をはじめとしたいくつかのディレクトリができるが,
707       動作には \texttt{src/} 以下の内容だけで十分.
708 %</ja>
709
710 %<*en>
711 \item If you downloaded this package from CTAN, you have to run following commands
712     to generate classes
713     and \texttt{ltj-kinsoku.lua} (the file which stores default ``\textit{kinsoku}'' parameters):
714 %</en>
715 %<*ja>
716 \item もしCTANから本パッケージを取得したのであれば,日本語用クラスファイルや
717 標準の禁則処理用パラメータを
718 格納した \texttt{ltj-kinsoku.lua} を生成するために,
719 以下を実行する必要がある:
720 %</ja>
721 \begin{lstlisting}
722 $ cd src
723 $ lualatex ltjclasses.ins
724 $ lualatex ltjsclasses.ins
725 $ lualatex ltjltxdoc.ins
726 $ luatex   ltj-kinsoku_make.tex
727 \end{lstlisting}
728 %<*en>
729 \emph{Do not forget The last line (processing \texttt{ltj-kinsoku\_make.tex})}.
730 \texttt{*.\{dtx,ins\}} and \texttt{ltj-kinsoku\_make.tex} used here are not needed in regular use.
731 %</en>
732 %<*ja>
733 \emph{最後の \texttt{ltj-kinsoku\_make.tex} の実行を忘れないように注意}.
734 ここで使用した \texttt{*.\{dtx,ins\}} と \texttt{ltj-kinsoku\_make.tex} は
735 通常の使用にあたっては必要ない.
736 %</ja>
737
738
739
740 %<*en>
741 \item Copy all the contents of \texttt{src/} into one of your \texttt{TEXMF} tree.
742       \texttt{TEXMF/tex/luatex/luatexja/} is an example location.
743       If you cloned entire Git repository, making a symbolic link of \texttt{src/}
744       instead copying is also good.
745 %</en>
746 %<*ja>
747 \item \texttt{src} の中身を自分の \texttt{TEXMF} ツリーにコピーする.
748       場所の例としては,例えば
749 \begin{quote}
750  \texttt{TEXMF/tex/luatex/luatexja/}
751 \end{quote}
752       がある.
753       シンボリックリンクが利用できる環境で,かつリポジトリを直接取得したのであれば,
754       (更新を容易にするために)コピーではなくリンクを貼ることを勧める.
755 %</ja>
756 %<*en>
757 \item If \texttt{mktexlsr} is needed to update the file name database, make it so.
758 %</en>
759 %<*ja>
760 \item 必要があれば,\texttt{mktexlsr} を実行する.
761 %</ja>
762 \end{enumerate}
763
764 %<*en>
765 \subsection{Cautions}
766 For changes from \pTeX, see Subsection~\ref{ssec:chgptex}.
767 %</en>
768 %<*ja>
769 \subsection{注意点}
770 \pTeX からの変更点として,\ref{ssec:chgptex}節も熟読するのが望ましい.
771 ここでは一般的な注意点を述べる.
772 %</ja>
773 \begin{itemize}
774 %<*en>
775 \item The encoding of your source file must be UTF-8. Other
776       encodings, such as EUC-JP or Shift-JIS, are not supported.
777 %</en>
778 %<*ja>
779 \item 原稿のソースファイルの文字コードはUTF-8固定である.
780       従来日本語の文字コードとして用いられてきたEUC-JPやShift-JISは使用できない.
781 %</ja>
782 %<*en>
783 \item \LuaTeX-ja is very slower than \pTeX.
784 Generally speaking, LuaJIT\TeX\ processes \LuaTeX-ja
785 about 30\% faster than \LuaTeX, but not always.
786 %</en>
787 %<*ja>
788 \item \LuaTeX-jaは動作が\pTeX に比べて非常に遅い.
789 コードを調整して徐々に速くしているが,まだ満足できる速度ではない.
790 LuaJIT\TeX を用いると\LuaTeX のだいたい1.3倍の速度で動くようであるが,
791 IPA mj明朝などの大きいフォントを用いた場合には\LuaTeX よりも遅くなることもある.
792 %</ja>
793
794 \item%
795 %<*en>
796 \textbf{(Outdated) note for MiK\TeX\ users}\quad
797 \LuaTeX-ja requires that several CMap files%
798 \footnote{\texttt{UniJIS2004-UTF32-\{H,V\}} and \texttt{Adobe-Japan1-UCS2}.}
799 must be found from \LuaTeX.
800 Strictly speaking, those CMaps are needed
801 only in the first run of \LuaTeX-ja after installing or updating.
802 But it seems that MiK\TeX\ does not satisfy this condition,
803 so you will encounter an error like the following:
804 %</en>
805 %<*ja>
806 \LuaTeX-jaが動作するためには,\emph{導入・更新後の初回起動時に}
807 \texttt{UniJIS2004-UTF32-\{H,V\}}, \texttt{Adobe-Japan1-UCS2}という3つのCMapが
808 \LuaTeX によって見つけられることが必要である.
809 しかし古いバージョンのMiK\TeX ではそのようになっていないので,次のエラーが発生するだろう:
810 %</ja>
811 \begin{lstlisting}
812 ! LuaTeX error ...iles (x86)/MiKTeX 2.9/tex/luatex/luatexja/ltj-rmlgbm.lua
813 bad argument #1 to 'open' (string expected, got nil)
814 \end{lstlisting}
815
816 %<*en>
817 If so, please execute a batch file which is written on
818 \href{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28en%29}{ the Project Wiki (English)}.
819 This batch file creates a temporary directory, copy CMaps in it,
820 run a test file which loads \LuaTeX-ja in this directory,
821 and finally delete the temporary directory.
822 %</en>
823 %<*ja>
824 そのような場合には,
825 \href{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28en%29}{%
826   プロジェクトWiki英語版トップページ}中に書かれているバッチファイルを
827 実行して欲しい.このバッチファイルは,作業用ディレクトリにCMap達を
828 コピーし,その中で\LuaTeX-jaの初回起動を行い,作業用ディレクトリを消す作業をしている.
829 %</ja>
830
831 \end{itemize}
832
833 %<en>\subsection{Using in plain \TeX}
834 %<ja>\subsection{plain \TeX で使う}
835 \label{ssec-plain}
836
837 %<en>To use \LuaTeX-ja in plain \TeX, simply put the following at the beginning of the document:
838 %<ja>\LuaTeX-jaを plain \TeX で使うためには,単に次の行をソースファイルの冒頭に追加すればよい:
839 \begin{lstlisting}
840 \input luatexja.sty
841 \end{lstlisting}
842 %<en>This does minimal settings (like \texttt{ptex.tex}) for typesetting Japanese documents:
843 %<ja>これで(\texttt{ptex.tex}のように)日本語組版のための最低限の設定がなされる:
844
845 \begin{itemize}
846 %<*en>
847 \item The following 12~Japanese fonts are preloaded:
848 \begin{center}\small
849 \begin{tabular}{cccccc}
850 \toprule
851 \textbf{direction}&
852 \textbf{classification}&\textbf{font name}&\bf ``10\,pt''&\bf``7\,pt''&\bf``5\,pt''\\\midrule
853 \smash{\raisebox{-1ex}{\emph{yoko} (horizontal)}}&
854 \emph{mincho}&IPAex Mincho&\cs{tenmin}&\cs{sevenmin}&\cs{fivemin}\\
855 &\emph{gothic}&IPAex Gothic&\cs{tengt} &\cs{sevengt} &\cs{fivegt}\\
856 \midrule
857 \smash{\raisebox{-1ex}{\emph{tate} (vertical)}}&
858 \emph{mincho}&IPAex Mincho&\cs{tentmin}&\cs{seventmin}&\cs{fivetmin}\\
859 &\emph{gothic}&IPAex Gothic&\cs{tentgt} &\cs{seventgt} &\cs{fivetgt}\\
860 \bottomrule
861 \end{tabular}
862 \end{center}
863 %</en>
864 %<*ja>
865 \item 以下の12個の和文フォントが定義される:
866 \begin{center}\small
867 \begin{tabular}{cccccc}
868 \toprule
869 \emph{組方向}&\emph{字体}&\emph{フォント名}&\bf ``10\,pt''&\bf``7\,pt''&\bf``5\,pt''\\\midrule
870 \smash{\raisebox{-1ex}{横組}}&
871 明朝体&IPAex明朝&\cs{tenmin}&\cs{sevenmin}&\cs{fivemin}\\
872 &ゴシック体&IPAexゴシック&\cs{tengt} &\cs{sevengt} &\cs{fivegt}\\
873 \midrule
874 \smash{\raisebox{-1ex}{縦組}}&
875 明朝体&IPAex明朝&\cs{tentmin}&\cs{seventmin}&\cs{fivetmin}\\
876 &ゴシック体&IPAexゴシック&\cs{tentgt} &\cs{seventgt} &\cs{fivetgt}\\
877 \bottomrule
878 \end{tabular}
879 \end{center}
880 %</ja>
881 \begin{itemize}
882 %<*en>
883 \item With \texttt{luatexja.cfg}, one can use other fonts
884 as ``default'' Japanese fonts (Subsection~\ref{ssec-cfg}).
885 %</en>
886 %<*ja>
887 \item \texttt{luatexja.cfg} を用いることによって,標準和文フォントを
888 IPAexフォントから別のフォントに置き換えることができる.\ref{ssec-cfg}節を参照.
889 %</ja>
890
891 %<*en>
892 \item A character in an alphabetic font is generally smaller than a
893       Japanese font in the same size. So actual size specification of
894       these Japanese fonts is in fact smaller than that of alphabetic
895       fonts, namely scaled by 0.962216.
896 %</en>
897 %<*ja>
898 \item 欧文フォントの文字は和文フォントの文字よりも,同じ文字サイズでも
899       一般に小さくデザインされている.そこで,標準ではこれらの和文フォントの実際のサイズは指定された値よりも
900       小さくなるように設定されており,具体的には指定の0.962216倍にスケールされる.
901       この0.962216という数値も,\pTeX におけるスケーリングを踏襲した値である.
902 %</ja>
903 \end{itemize}
904
905 %<*en>
906 \item The amount of glue that are inserted between a \textbf{JAchar} and
907       an \textbf{ALchar} (the parameter \Param{xkanjiskip}) is set to
908 %</en>
909 %<*ja>
910 \item \textbf{JAchar}と\textbf{ALchar}の間に入るグルー(\Param{xkanjiskip})の
911       量は次のように設定されている:
912 %</ja>
913 \[
914  (0.25\cdot 0.962216\cdot 10\,\mathrm{pt})^{+1\,\text{pt}}_{-1\,\text{pt}}
915  = 2.40554\,\mathrm{pt}^{+1\,\text{pt}}_{-1\,\text{pt}}.
916 \]
917 \end{itemize}
918
919 %<en>\subsection{Using in \LaTeX}
920 %<ja>\subsection{\LaTeX で使う}
921 \label{ssec-ltx}
922
923 %<*en>
924 Using in \LaTeXe\ is basically same. To set up the minimal environment
925 for Japanese, you only have to load \texttt{luatexja.sty}:
926 %</en>
927 %<*ja>
928 \LaTeXe を用いる場合も基本的には同じである.日本語組版のための最低限の環境を
929 設定するためには,\texttt{luatexja.sty}を読み込むだけでよい:
930 %</ja>
931 \begin{lstlisting}
932 \usepackage{luatexja}
933 \end{lstlisting}
934 %<*en>
935 It also does minimal settings (counterparts in \pLaTeX\ are \texttt{%
936 plfonts.dtx} and \texttt{pldefs.ltx}):
937 %</en>
938 %<*ja>
939 これで\pLaTeX の\texttt{plfonts.dtx}と\texttt{pldefs.ltx}に相当する最低限の設定が
940 なされる:
941 %</ja>
942
943 \begin{itemize}
944 %<*en>
945 \item Font encodings for Japanese fonts is \texttt{JY3}~(for horizontal direction) and
946 \texttt{JT3}~(for vertical direction).
947 %</en>
948 %<*ja>
949 \item 和文フォントのエンコーディングとしては,横組用には \texttt{JY3},縦組用には\
950 \texttt{JT3}が用いられる.
951 %</ja>
952
953 %<*en>
954 \item Traditionally, Japanese documents use two typeface categories: \emph{mincho}~(明朝体) and
955  \emph{gothic}~(\textgt{ゴシック体}). \emph{mincho} is used in the main text, while \emph{gothic}
956       is used in the headings or for emphasis.
957 \begin{center}\small
958 \begin{tabular}{lllc}
959 \toprule
960 \textbf{classification}&&&\textbf{family name}\\\midrule
961 \emph{mincho} (明朝体)&\verb+\textmc{...}+&\verb+{\mcfamily ...}+&\cs{mcdefault}\\
962 \emph{gothic} (\textgt{ゴシック体})&\verb+\textgt{...}+&\verb+{\gtfamily ...}+&\cs{gtdefault}\\
963 \bottomrule
964 \end{tabular}
965 \end{center}
966 \item
967 By default, the following fonts are used for \emph{mincho} and \emph{gothic}:
968 \begin{center}\small
969 \begin{tabular}{ccccc}
970 \toprule
971 \textbf{classification}&\textbf{family}&\cs{mdseries}&\cs{bfseries}&\textbf{scale}\\\midrule
972 \emph{mincho} (明朝体)&\tt mc&IPAex Mincho&IPAex Gothic&0.962216\\
973 \emph{gothic} (\textgt{ゴシック体})&\tt gt&IPAex Gothic&IPAex Gothic&0.962216\\
974 \bottomrule
975 \end{tabular}
976 \end{center}
977 Note that the bold series in both family are same as the medium series of \emph{gothic}
978      family. There is no italic nor slanted shape for
979       these \texttt{mc}~and~\texttt{gt}.
980 %</en>
981 %<*ja>
982 \item \pLaTeX と同様に,標準では「明朝体」「ゴシック体」の2種類を用いる:
983 \begin{center}\small
984 \begin{tabular}{cllc}
985 \toprule
986 \emph{字体}&&&\emph{ファミリ名}\\\midrule
987 明朝体&\verb+\textmc{...}+&\verb+{\mcfamily ...}+&\cs{mcdefault}\\
988 \textgt{ゴシック体}&\verb+\textgt{...}+&\verb+{\gtfamily ...}+&\cs{gtdefault}\\
989 \bottomrule
990 \end{tabular}
991 \end{center}
992 \item 標準では,次のフォントファミリが用いられる:
993 \begin{center}\small
994 \begin{tabular}{ccccc}
995 \toprule
996 \emph{字体}&\emph{ファミリ}&\cs{mdseries}&\cs{bfseries}&\emph{スケール}\\\midrule
997 明朝体&\tt mc&IPAex明朝&IPAexゴシック&0.962216\\
998 ゴシック体&\tt gt&IPAexゴシック&IPAexゴシック&0.962216\\
999 \bottomrule
1000 \end{tabular}
1001 \end{center}
1002 どちらのファミリにおいても,そのboldシリーズで使われるフォントは
1003 ゴシック体のmediumシリーズで使われるフォントと同じであることに注意.
1004 また,どちらのファミリでもイタリック体・スラント体は定義されない.
1005 %</ja>
1006
1007 %<en>\item Japanese characters in math mode are typeset by the font family \texttt{mc}.
1008 %<ja>\item 数式モード中の和文文字は明朝体(\texttt{mc})で出力される.
1009 %<*en>
1010  \item \cs{jttdefault}%
1011   \footnote{%
1012         When \Pkg{ltjsclasses} classes are used, or
1013         \Pkg{luatexja-fontspec} (or \Pkg{luatexja-preset}) is loaded with \texttt{match} option,
1014         \cs{ttfamily} changes the current Japanese font amily to \cs{jttdefault}.
1015         These classes and packages also redefine \cs{jttdefault} to
1016         \cs{gtdefault} (\emph{gothic}~family).
1017   } specifies the Japanese font family in \cs{verb}~or~\texttt{verbatim} environment.
1018   The default value of \cs{jttdefault} is \cs{mcdefault}, so \emph{mincho} family is used.
1019 %</en>
1020 %<*ja>
1021  \item \cs{verb} や \texttt{verbatim} 環境中の和文文字に使われる和文フォントファミリは
1022   \ \cs{jttdefault} で指定する%
1023   \footnote{%
1024         \Pkg{ltjsclasses}を使用したり,あるいは \texttt{match} オプションを指定して\Pkg{luatexja-fontspec}%
1025         や\Pkg{luatexja-preset}パッケージを読み込んだときは,単なる \cs{ttfamily} によっても和文フォントが
1026         \ \cs{jttdefault}\ に変更される.また,これらのクラスファイルやパッケージは
1027         \ \cs{jttdefault}\ を \cs{gtdefault}(ゴシック体)に再定義する.
1028   }.標準値は \cs{mcdefault},つまり明朝体として用いるのと
1029   同じフォントファミリである.
1030 %</ja>
1031
1032 %<*en>
1033 \item If you use the \Pkg{beamer} class with the default font theme (which uses sans serif
1034       fonts) and with \LuaTeX-ja, you might want to change default Japanese fonts to
1035       \emph{gothic} family. The following line  changes  the default Japanese font family
1036       to \emph{gothic}:
1037 %</en>
1038 %<*ja>
1039 \item \Pkg{beamer}クラスを既定のフォント設定で使う場合,既定欧文フォントがサンセリフなの
1040       で,既定和文フォントもゴシック体にしたいと思うかもしれない.その場合はプリアンブルに
1041 次を書けばよい:
1042 %</ja>
1043 \begin{lstlisting}
1044  \renewcommand{\kanjifamilydefault}{\gtdefault}
1045 \end{lstlisting}
1046
1047
1048 \end{itemize}
1049
1050 %<*en>
1051 However, above settings are not sufficient for Japanese-based
1052 documents. To typeset Japanese-based documents, you are better to use
1053 class files other than \texttt{article.cls}, \texttt{book.cls}, and so on.  At
1054 the present, we have the counterparts of \Pkg{jclasses} (standard
1055 classes in \pLaTeX) and \Pkg{jsclasses} (classes by Haruhiko
1056 Okumura), namely, \Pkg{ltjclasses}\footnote{%
1057   \texttt{ltjarticle.cls},~\texttt{ltjbook.cls}, \texttt{ltjreport.cls},
1058   \texttt{ltjtarticle.cls}, \texttt{ltjtbook.cls}, \texttt{ltjtreport.cls}.
1059   The latter \texttt{ltjt*.cls} are for vertically writtened Japanese documents.
1060 } and \Pkg{ltjsclasses}\footnote{%
1061   \texttt{ltjsarticle.cls},~\texttt{ltjsbook.cls},~\texttt{ltjskiyou.cls}.}.
1062
1063 Original \Pkg{jsclasses} use \cs{mag}~primitive to set the main document font size.
1064 However, \LuaTeX\ beta-0.87.0~or~later does not support \cs{mag} in PDF~output,
1065 so \Pkg{ltjsclasses} use different method%
1066 \footnote{Similar to \texttt{magstyle=xreal} in the \Pkg{BXjscls} classes (by Takayuki Yato).}
1067 to set the main document font size.
1068 %</en>
1069 %<*ja>
1070 しかしながら,上記の設定は日本語の文書にとって十分とは言えない.
1071 日本語文書を組版するためには,\texttt{article.cls}, \texttt{book.cls}といった
1072 欧文用のクラスファイルではなく,和文用のクラスファイルを用いた方がよい.
1073 現時点では,\Pkg{jclasses}(\pLaTeX の標準クラス)と\Pkg{jsclasses}%
1074 (奥村晴彦氏による「\pLaTeXe 新ドキュメントクラス」)に対応するものとして,
1075 \Pkg{ltjclasses}\footnote{%
1076   横組用は \texttt{ltjarticle.cls},~\texttt{ltjbook.cls}, \texttt{ltjreport.cls} であり,
1077   縦組用は \texttt{ltjtarticle.cls}, \texttt{ltjtbook.cls}, \texttt{ltjtreport.cls} である.
1078 },
1079 \Pkg{ltjsclasses}\footnote{%
1080   \texttt{ltjsarticle.cls},~\texttt{ltjsbook.cls},~\texttt{ltjskiyou.cls}.}%
1081 がそれぞれ用意されている.
1082
1083 元々の\Pkg{ltjsclasses}ではフォントサイズを指定するのに\cs{mag}プリミティブが使われていたが,
1084 \LuaTeX~beta-0.87.0以降ではPDF出力時の\cs{mag}のサポートが廃止された.
1085 そのため,\Pkg{ltjsclasses}では別の方法
1086 \footnote{八登崇之氏による\Pkg{BXjscls}クラスにおける\texttt{magstyle=xreal}指定時と類似している.}で
1087 フォントサイズを指定することにしている.
1088 %</ja>
1089
1090 %<*ja>
1091 \paragraph{脚注とボトムフロートの出力順序}
1092 オリジナルの\LaTeX では脚注がボトムフロートの上に来るようになっており,
1093 \pLaTeX では脚注がボトムフロートの下に来るように変更されている.
1094
1095 \LuaTeX-jaでは「欧文クラスの中にちょっとだけ日本語を入れる」という利用も考慮し,
1096 脚注とボトムフロートの順序は\LaTeX 通りとした.もし\pLaTeX の出力順序が好みならば,
1097 \Pkg{stfloats}パッケージを利用して
1098 \begin{lstlisting}
1099  \usepackage{stfloats}\fnbelowfloat
1100 \end{lstlisting}
1101 のようにすればよい.\Pkg{footmisc}パッケージを \texttt{bottom}\ オプションを指定して
1102 読み込むという方法もあるが,それだとボトムフロートと脚注の間が開いてしまう.
1103 %</ja>
1104 %%% ↑は英訳しない
1105
1106 %<*en>
1107 \paragraph{\Pkg{geometry} package and classes for vertical writing}
1108 It is well-known that the \Pkg{geometry} package produces the following error, when classes for
1109 vertical writing is used:
1110 %</en>
1111 %<*ja>
1112 \paragraph{縦組での\Pkg{geometry}パッケージ}
1113 \pLaTeX の縦組用標準クラスファイルでは\Pkg{geometry}パッケージを利用することは出来ず,
1114 %</ja>
1115 \begin{lstlisting}
1116 ! Incompatible direction list can't be unboxed.
1117 \@begindvi ->\unvbox \@begindvibox
1118                                    \global \let \@begindvi \@empty
1119 \end{lstlisting}
1120 %<*en>
1121 Now, \LuaTeX-ja automatically applies the patch \Pkg{lltjp-geometry} to the
1122 \Pkg{geometry} package, when the direction of the document is \emph{tate} (vertical
1123 writing).
1124 This patch \Pkg{lltjp-geometry} also can be used in \pLaTeX; for the detail, please refer
1125 \url{lltjp-geometry.pdf}~(Japanese).
1126 %</en>
1127 %<*ja>
1128 というようなエラーが発生することが知られている.
1129 \LuaTeX-jaでは, \texttt{ltjtarticle.cls} といった縦組クラスの下でも
1130 \Pkg{geometry}パッケージが利用できるようにパッチ\Pkg{lltjp-geometry}パッケージを自動的に当てている.
1131
1132 なお,\Pkg{lltjp-geometry}パッケージは\pTeX 系列でも明示的に読み込むことによって
1133 使用可能である.詳細や注意事項は \url{lltjp-geometry.pdf} を参照のこと.
1134 %</ja>
1135
1136
1137 %<en>\section{Changing Fonts}
1138 %<ja>\section{フォントの変更}
1139
1140 \subsection{plain \TeX~and~\LaTeXe}
1141 \label{ssec-chgfnt}
1142
1143 \paragraph{plain \TeX}
1144 %<*en>
1145 To change Japanese fonts in plain \TeX, you must use the command
1146 \cs{jfont}~and~\cs{tfont}. So please see Subsection~\ref{ssec-jfont}.
1147 %</en>
1148 %<*ja>
1149 plain \TeX で和文フォントを変更するためには,
1150 \pTeX のように \cs{jfont} 命令や \cs{tfont} 命令を直接用いる.
1151 \ref{ssec-jfont}節を参照.
1152 %</ja>
1153
1154 \paragraph{\LaTeXe\ (NFSS2)}
1155 %<*en>
1156 For \LaTeXe, \LuaTeX-ja adopted most of the font selection system of \pLaTeXe\ (in \texttt{plfonts.dtx}).
1157 %</en>
1158 %<*ja>
1159 \LaTeX で用いる際には,\pLaTeXe\ (\texttt{plfonts.dtx})用のフォント選択機構の大部分を流用している.
1160 %</ja>
1161 \begin{itemize}
1162 %<*en>
1163 \item Commands \cs{fontfamily}, \cs{fontseries}, and \cs{fontshape} can be used to change
1164       attributes of Japanese fonts.
1165 %</en>
1166 %<*ja>
1167 \item 和文フォントの属性を変更するには,\cs{fontfamily}, \cs{fontseries}, \cs{fontshape} を使用する.
1168       もちろん,それらを実際に反映させるには手動で \cs{selectfont} を実行する必要がある.
1169 %</ja>
1170
1171 %<*en>
1172 \begin{center}\small
1173 \begin{tabular}{cccccc}
1174 \toprule
1175 &\textbf{encoding}&\textbf{family}&\textbf{series}&\textbf{shape}&\textbf{selection}\\\midrule
1176 alphabetic fonts
1177 &\cs{romanencoding}&\cs{romanfamily}&\cs{romanseries}&\cs{romanshape}
1178 &\cs{useroman}\\
1179 Japanese fonts
1180 &\cs{kanjiencoding}&\cs{kanjifamily}&\cs{kanjiseries}&\cs{kanjishape}
1181 &\cs{usekanji}\\
1182 both&---&--&\cs{fontseries}&\cs{fontshape}&---\\
1183 auto select&\cs{fontencoding}&\cs{fontfamily}&---&---&\cs{usefont}\\
1184 \bottomrule
1185 \end{tabular}
1186 \end{center}
1187 %</en>
1188 %<*ja>
1189 \begin{center}\small
1190 \begin{tabular}{cccccc}
1191 \toprule
1192 &\emph{エンコーディング}&\emph{ファミリ}&\emph{シリーズ}&\emph{シェープ}&\emph{選択}\\\midrule
1193 欧文
1194 &\cs{romanencoding}&\cs{romanfamily}&\cs{romanseries}&\cs{romanshape}
1195 &\cs{useroman}\\
1196 和文
1197 &\cs{kanjiencoding}&\cs{kanjifamily}&\cs{kanjiseries}&\cs{kanjishape}
1198 &\cs{usekanji}\\
1199 両方&---&--&\cs{fontseries}&\cs{fontshape}&---\\
1200 自動選択&\cs{fontencoding}&\cs{fontfamily}&---&---&\cs{usefont}\\
1201 \bottomrule
1202 \end{tabular}
1203 \end{center}
1204 %</ja>
1205
1206 %<*en>
1207       \verb+\fontencoding{+<encoding>\verb+}+ changes the encoding of alphabetic fonts
1208       or Japanese fonts depending on the argument. For example,
1209       \verb+\fontencoding{JY3}+ changes the encoding of Japanese fonts to
1210       \texttt{JY3}, and \verb+\fontencoding{T1}+ changes the encoding of
1211       alphabetic fonts to \texttt{T1}.
1212       \cs{fontfamily} also changes the current Japanese font family,
1213       the current alphabetic font family, \emph{or both}.
1214       For the detail, see Subsection~\ref{ssec-nfsspat}.
1215 %</en>
1216 %<*ja>
1217       ここで,\verb+\fontencoding{+<encoding>\verb+}+ は,引数により和文側か欧文
1218       側かのどちらかのエンコーディングを変更する.例えば,
1219       \verb+\fontencoding{JY3}+ は和文フォントのエンコーディングを
1220       \texttt{JY3}に変更し,\verb+\fontencoding{T1}+ は欧文フォント側を
1221       \texttt{T1}へと変更する.\cs{fontfamily} も引数により和文側,欧文
1222       側,\emph{あるいは両方}のフォントファミリを変更する.詳細は
1223       \ref{ssec-nfsspat}節を参照すること.
1224 %</ja>
1225
1226 %<*en>
1227 \item For defining a Japanese font family, use
1228       \cs{DeclareKanjiFamily} instead of
1229       \cs{DeclareFontFamily}. (In previous version of \LuaTeX-ja,
1230       using \cs{DeclareFontFamily} didn't cause any problem. But this no longer applies
1231       the current version.)
1232 \item Defining a Japanese font shape can be done by usual \cs{DeclareFontShape}:
1233 %</en>
1234 %<*ja>
1235 \item 和文フォントファミリの定義には \cs{DeclareFontFamily} の
1236       代わりに \cs{DeclareKanjiFamily} を用いる.以前の
1237       実装では \cs{DeclareFontFamily} を用いても問題は生じなかったが,現在の実装では
1238       そうはいかない.
1239 \item 和文フォントのシェイプを定義するには,通常の \cs{DeclareFontShape} を使えば良い:
1240 %</ja>
1241 \begin{lstlisting}
1242 \DeclareFontShape{JY3}{mc}{bx}{n}{<-> s*KozMinPr6N-Bold:jfm=ujis;-kern}{}
1243     % Kozuka Mincho Pr6N Bold
1244 \end{lstlisting}
1245 %<*ja>
1246 仮名書体を使う場合など,複数の和文フォントを組み合わせて使いたい場合は
1247 \ref{ssec-altfont}節の \cs{ltjdeclarealtfont} と,その\LaTeX 版の\
1248 \cs{DeclareAlternateKanjiFont}(\ref{ssec-nfsspat}節)を参照せよ.
1249 %</ja>
1250
1251 \end{itemize}
1252
1253 %<*en>
1254 \paragraph{Remark: Japanese characters in math mode}
1255 Since \pTeX\ supports Japanese characters in math mode, there are
1256 sources like the following:
1257 %</en>
1258 %<*ja>
1259 \paragraph{注意:数式モード中の和文文字}
1260 \pTeX では,特に何もしないでも数式中に和文文字を記述することができた.そのため,
1261 以下のようなソースが見られた:
1262 %</ja>
1263
1264 \begin{LTXexample}
1265 $f_{高温}$~($f_{\text{high temperature}}$).
1266 \[ y=(x-1)^2+2\quad よって\quad y>0 \]
1267 $5\in 素:=\{\,p\in\mathbb N:\text{$p$ is a prime}\,\}$.
1268 \end{LTXexample}
1269 %<*en>
1270 We (the project members of \LuaTeX-ja) think that using
1271 Japanese characters in math mode are allowed if and only if these are used as identifiers.
1272 In this point of view,
1273 %</en>
1274 %<*ja>
1275 \LuaTeX-jaプロジェクトでは,数式モード中での和文文字はそれらが識別子として用いられる
1276 ときのみ許されると考えている.
1277 この観点から,
1278 %</ja>
1279
1280 \begin{itemize}
1281 %<*en>
1282 \item The lines 1~and~2 above are not correct, since ``高温'' in above is used as a textual label, and
1283 ``よって'' is used as a conjunction.
1284 %</en>
1285 %<*ja>
1286 \item 上記数式のうち1, 2行目は正しくない.なぜならば「高温」が意味のあるラベルと
1287       して,「よって」が接続詞として用いられているからである.
1288 %</ja>
1289 %<en>\item However, the line~3 is correct, since ``素'' is used as an identifier.
1290 %<ja>\item しかしながら,3行目は「素」が単なる識別子として用いられているので正しい.
1291 \end{itemize}
1292 %<en>Hence, in our opinion, the above input should be corrected as:
1293 %<ja>したがって,\LuaTeX-jaプロジェクトの意見としては,上記の入力は次のように直されるべきである:
1294 \begin{LTXexample}
1295 $f_{\text{高温}}$~%
1296 ($f_{\text{high temperature}}$).
1297 \[ y=(x-1)^2+2\quad
1298   \mathrel{\text{よって}}\quad y>0 \]
1299 $5\in 素:=\{\,p\in\mathbb N:\text{$p$ is a prime}\,\}$.
1300 \end{LTXexample}
1301 %<*en>
1302 We also believe that using Japanese characters as identifiers is rare,
1303 hence we don't describe how to change Japanese fonts in math mode in
1304 this chapter. For the method, please see Subsection~\ref{ssec-math}.
1305 %</en>
1306 %<*ja>
1307 また\LuaTeX-jaプロジェクトでは,和文文字が識別子として用いられることはほとんどない
1308 と考えており,したがってこの節では数式モード中の和文フォントを変更する方法については
1309 記述しない.この方法については\ref{ssec-math}節を参照のこと.
1310 %</ja>
1311
1312 %<en>\subsection{\Pkg{luatexja-fontspec} package}
1313 %<ja>\subsection{\Pkg{luatexja-fontspec}パッケージ}
1314 \label{ssec-fontspec}
1315 %<*en>
1316 To use the functionality of the \Pkg{fontspec} package to Japanese fonts,
1317 it is needed to load the \Pkg{luatexja-fontspec} package in the preamble, as follows:
1318 \begin{quote}
1319 \ttfamily \textbackslash usepackage[<options>]\{luatexja-fontspec\}
1320 \end{quote}
1321 This \Pkg{luatexja-fontspec} package
1322 automatically loads \Pkg{luatexja} and \Pkg{fontspec}
1323 packages, if needed.
1324 %</en>
1325 %<*ja>
1326 \Pkg{fontspec}パッケージは,\LuaTeX・\XeTeX において
1327 TrueType・OpenTypeフォントを容易に扱うためのパッケージであり,このパッケージを読み込んでお
1328 けばUnicodeによる各種記号の直接入力もできるようになる.
1329 \LuaTeX-jaでは和文と欧文を区別しているため,\Pkg{fontspec}パッケージの機能は欧文フォントに
1330 対してのみ有効なものとなっている.
1331
1332 \LuaTeX-ja上において,\Pkg{fontspec}パッケージと同様の機能を和文フォントに対しても用いる場
1333 合は\Pkg{luatexja-fontspec}パッケージを読み込む:
1334 \begin{quote}
1335 \ttfamily \textbackslash usepackage[<options>]\{luatexja-fontspec\}
1336 \end{quote}
1337 このパッケージは自動で\Pkg{luatexja}パッケージと\Pkg{fontspec}パッケージを読み込む.
1338 %</ja>
1339
1340 %<*en>
1341 In the \Pkg{luatexja-fontspec} package, the following seven~commands are defined as
1342 counterparts of original commands in the \Pkg{fontspec} package:
1343 %</en>
1344 %<*ja>
1345 \Pkg{luatexja-fontspec}パッケージでは,以下の7つのコマンドを\Pkg{fontspec}
1346 パッケージの元のコマンドに対応するものとして定義している:
1347 %</ja>
1348 %<*en>
1349 \begin{center}\small
1350 \begin{tabular}{ccccc}
1351 \toprule
1352 Japanese fonts
1353 &\cs{jfontspec}&\cs{setmainjfont}&\cs{setsansjfont}&\cs{setmonojfont}$^*$\\
1354 alphabetic fonts
1355 &\cs{fontspec}&\cs{setmainfont}&\cs{setsansfont}&\cs{setmonofont}\\
1356 \midrule
1357 Japanese fonts
1358 &\cs{newjfontfamily}&\cs{newjfontface}
1359 &\cs{defaultjfontfeatures}&\cs{addjfontfeatures}\\
1360 alphabetic fonts
1361 &\cs{newfontfamily}&\cs{newfontface}
1362 &\cs{defaultfontfeatures}&\cs{addfontfeatures}\\
1363 \bottomrule
1364 \end{tabular}
1365 \end{center}
1366 %</en>
1367 %<*ja>
1368 \begin{center}\small
1369 \begin{tabular}{cccc}
1370 \toprule
1371 和文
1372 &\cs{jfontspec}&\cs{setmainjfont}&\cs{setsansjfont}\\
1373 欧文
1374 &\cs{fontspec}&\cs{setmainfont}&\cs{setsansfont}\\
1375 \midrule
1376 和文
1377 &\cs{newjfontfamily}&\cs{newjfontface}&\cs{defaultjfontfeatures}\\
1378 欧文
1379 &\cs{newfontfamily}&\cs{newfontface}&\cs{defaultfontfeatures}\\
1380 \midrule
1381 和文
1382 &\cs{addjfontfeatures}\\
1383 欧文
1384 &\cs{addfontfeatures}\\
1385 \bottomrule
1386 \end{tabular}
1387 \end{center}
1388 %</ja>
1389
1390 %<en> The package option of \Pkg{luatexja-fontspec} are the followings:
1391 %<ja> \Pkg{luatexja-fontspec} パッケージのオプションは以下の通りである:
1392 \begin{cslist}
1393  \item[match]
1394 %<*en>
1395 If this option is specified, usual family-changing commands such as
1396 \cs{rmfamily},~\cs{textrm}, \cs{sffamily},~\dots\ also change Japanese font family.
1397
1398 Note that \emph{\cs{setmonojfont} is defined
1399 if and only if this \texttt{\textup{match}} option is specified}.
1400 %</en>
1401
1402 %<*ja>
1403 このオプションが指定されると,「\pLaTeXe 新ドキュメントクラス」のように\
1404 \cs{rmfamily}, \verb+\textrm{...}+, \cs{sffamily} 等が
1405 欧文フォントだけでなく和文フォントも変更するようになる.
1406
1407 \emph{なお,\cs{setmonojfont} はこの \texttt{match} オプションが
1408 指定された時のみ定義される.}この命令は標準の「タイプライタ体に対応する和文フォント」を指定する.
1409 %</ja>
1410
1411  \item[pass=<opts>]
1412 %<en> \emph{(Obsoleted)}\ Specify options <opts> which will be passed to the \Pkg{fontspec} package.
1413 %<ja> \Pkg{fontspec} パッケージに渡すオプション <opts> を指定する.本オプションは時代遅れである.
1414
1415 \item[scale=<float>]
1416 %<*en>
1417 Override the ratio of the font size of Japanese fonts to that of alphabetic fonts.
1418 The default value is calculated automatically (for~example, about~0.924865 when
1419              the \Pkg{ltjsarticle} class is used).
1420 %</en>
1421 %<*ja>
1422 欧文に対する和文の比率は,標準では \Pkg{luatexja-fontspec}読み込み時の和欧文比率から
1423 自動計算される(例えば,\Pkg{ltjsarticle}クラス使用時には和文は欧文の約0.924865倍となる)が,
1424 それを手動で上書きするときに使用する.
1425 %</ja>
1426 \end{cslist}
1427
1428 %<*en>
1429 All other options listed above are simply passed to the \Pkg{fontspec} package.
1430 This means that two lines below are equivalent, for example.
1431 %</en>
1432 %<*ja>
1433 上記にないオプションは全て \Pkg{fontspec} パッケージに渡される.
1434 例えば,下の2行は同じ意味になる:
1435 %</ja>
1436 \begin{lstlisting}
1437 \usepackage[no-math]{fontspec}\usepackage{luatexja-fontspec}
1438 \usepackage[no-math]{luatexja-fontspec}
1439 \end{lstlisting}
1440
1441
1442 %<*en>
1443 The reason that \cs{setmonojfont} is not defined by default is that
1444 it is popular for Japanese fonts that nearly all Japanese glyphs have same
1445 widths.  Also note that kerning information in a font is not used
1446 (that is, \texttt{kern} feature is set off) by default in these seven (or~eight) commands.
1447 This is because of the compatibility with previous versions of \LuaTeX-ja
1448 (see \ref{para-kern}).
1449
1450 Below is an example of \cs{jfontspec}.
1451 %</en>
1452 %<*ja>
1453 標準で \cs{setmonojfont} コマンドが定義されないのは,
1454 和文フォントではほぼ全ての和文文字のグリフが等幅であるのが伝統的であったことによる.
1455 また,これらの和文用のコマンドではフォント内のペアカーニング情報は標準では使用されない,
1456 言い換えれば \texttt{kern} featureは標準では無効化となっている.
1457 これは以前のバージョンの\LuaTeX-jaとの互換性のためである(\ref{para-kern}節を参照).
1458
1459 以下に\cs{jfontspec}の使用例を示す.
1460 %</ja>
1461
1462 \begin{LTXexample}[width=0.4\textwidth]
1463 \jfontspec[CJKShape=NLC]{KozMinPr6N-Regular}
1464 JIS~X~0213:2004→辻\par
1465 \jfontspec[CJKShape=JIS1990]{KozMinPr6N-Regular}
1466 JIS~X~0208:1990→辻
1467 \end{LTXexample}
1468
1469 %<en>\subsection{Presets of Japanese fonts}
1470 %<ja>\subsection{和文フォントのプリセット設定}
1471 \label{ssec-preset}
1472
1473 %<*en>
1474 One can load the \Pkg{luatexja-preset}
1475 package to use several ``presets'' of Japanese fonts.
1476 This package provides functions in a part of
1477 \Pkg{japanese-otf} package and a part of \Pkg{PXchfon} package by Takayuki Yato.
1478
1479 One can specified other options other than listed in this subsection.
1480 These are simply passed to the \Pkg{luatexja-fontspec}\footnote{if \texttt{nfssonly} option is
1481 \emph{not} specified; in this case these options are simply ignored.}.
1482 For example, the line~5 in below example is eqivalent to lines 1--3.
1483 %</en>
1484 %<*ja>
1485 よく使われている和文フォント設定を一行で指定できるようにしたのが
1486 \Pkg{luatexja-preset}パッケージである.このパッケージは,
1487 \Pkg{otf}パッケージの一部機能と八登崇之氏による\Pkg{PXchfon}パッケージの一部機能とを
1488 合わせたような格好をしている.
1489
1490 オプションとして,本節にないものも指定することができるが,それらは
1491 \Pkg{luatexja-fontspec}パッケージに渡される\footnote{\texttt{nfssonly} オプションが
1492 指定されていた場合は,\Pkg{luatexja-fontspec}パッケージは読み込まれないので単純に無視され
1493 る.}.例えば,下の1--3行目は5行目のように一行にまとめることができる.
1494 %</ja>
1495 \begin{lstlisting}
1496 \usepackage[no-math]{fontspec}
1497 \usepackage[match]{luatexja-fontspec}
1498 \usepackage[kozuka-pr6n]{luatexja-preset}
1499 %%--------
1500 \usepackage[no-math,match,kozuka-pr6n]{luatexja-preset}
1501 \end{lstlisting}
1502
1503 %<en>\paragraph{General options}
1504 %<ja>\paragraph{一般的なオプション}
1505 \begin{cslist}[before*=]
1506 \item[fontspec%
1507 %<en>\textrm{~(enabled by default)}
1508 %<ja>\emph{\gtfamily (既定)}
1509 ]
1510 %<*en>
1511 With this option, Japanese fonts are selected using functionality of
1512 the \Pkg{luatexja-fontspec} package. This means that the \Pkg{fontspec} package is
1513              automatically loaded by this package.
1514
1515 If you need to pass some options to \Pkg{fontspec}, you can load \Pkg{fontspec} manually
1516 before \Pkg{luatexja-preset}:
1517 %</en>
1518 %<*ja>
1519 \Pkg{luatexja-fontspec}パッケージの機能を用いて和文フォントを選択する.
1520 これは,\Pkg{fontspec}パッケージが自動で読み込まれることを意味する.
1521
1522 もし\Pkg{fontspec}パッケージに何らかのオプションを渡す必要がある
1523 \footnote{例えば,数式フォントまで置換されてしまい,\cs{mathit}によってギリシャ文字の
1524 斜体大文字が出なくなる,など.}場合は,
1525 次のように\Pkg{luatexja-preset}の前に\Pkg{fontspec}を手動で読みこめば良い:
1526 %</ja>
1527 \begin{lstlisting}
1528 \usepackage[no-math]{fontspec}
1529 \usepackage[...]{luatexja-preset}
1530 \end{lstlisting}
1531
1532 \item[nfssonly]
1533 %<*en>
1534 With this option, selecting Japanese fonts won't be performed using the functionality of
1535              the \Pkg{fontspec} package, but only standard NFSS2 (hence without
1536              \cs{addjfontfeatures} etc.).
1537 This option is ignored when \Pkg{luatexja-fontspec} package is loaded.
1538
1539 When this option is specified, \Pkg{fontspec}~and~\Pkg{luatexja-fontspec} are
1540 \emph{not} loaded by default. Nevertheless,
1541 the package\Pkg{fontspec} can coexist with the option, as the following:
1542 \begin{lstlisting}
1543 \usepackage{fontspec}
1544 \usepackage[hiragino-pron,nfssonly]{luatexja-preset}
1545 \end{lstlisting}
1546 In this case, one can use \cs{setmainfont} etc.\ to select \emph{alphabetic} fonts.
1547 %</en>
1548 %<*ja>
1549 \LaTeX 標準のフォント選択機構(NFSS2)を用いて
1550 \texttt{ltjpm}(明朝),\texttt{ltjpg}(ゴシック),それに後に述べる \texttt{deluxe} オプ
1551              ションが指定された場合には \texttt{ltjpmg}(丸ゴシック)という
1552 3つの和文フォントファミリを定義し,これらを用いる.
1553
1554 本オプション指定時には\Pkg{fontspec}・\Pkg{luatexja-fontspec}パッケージは
1555 自動では読み込まれない,しかし,
1556 \begin{lstlisting}
1557 \usepackage{fontspec}
1558 \usepackage[hiragino-pron,nfssonly]{luatexja-preset}
1559 \end{lstlisting}
1560 のようにすれば,このオプションを指定すれば
1561 欧文フォントを\Pkg{fontspec}パッケージの機能を使って指定することができる.
1562 一方,
1563 パッケージ読み込み時に既に\Pkg{luatexja-fontspec}パッケージが読み込まれて
1564              いる場合は \texttt{nfssonly} オプションは無視される.
1565 %</ja>
1566
1567 \item[match]
1568 %<*en>
1569 If this option is specified, usual family-changing commands such as
1570 \cs{rmfamily},~\cs{textrm}, \cs{sffamily},~\dots\ also change Japanese font family.
1571 This option is passed to \Pkg{luatexja-fontspec}, if \texttt{fontspec}
1572 option is specifed.
1573 %</en>
1574
1575 %<*ja>
1576 このオプションが指定されると,「\pLaTeXe 新ドキュメントクラス」のように\
1577 \cs{rmfamily}, \verb+\textrm{...}+, \cs{sffamily} 等が
1578 欧文フォントだけでなく和文フォントも変更するようになる.
1579 \ \texttt{fontspec}\
1580 オプションが有効になっている場合は,このオプションは \Pkg{luatexja-fontspec} パッケージへと渡される.
1581 %</ja>
1582
1583
1584 \item[nodeluxe%
1585 %<en>\textrm{~(enabled by default)}
1586 %<ja>\emph{\gtfamily (既定)}
1587 ]
1588 %<*en>
1589 The nagation of \texttt{deluxe} option.
1590 Use one-weighted \textit{mincho} and \textit{gothic} font families.
1591 This means that \verb+\mcfamily\bfseries+, \verb+\gtfamily\bfseries+ and
1592 \verb+\gtfamily\mdseries+ use the same font.
1593 %</en>
1594 %<*ja>
1595 \texttt{deluxe}オプションの否定.
1596 \LaTeXe 環境下の標準設定のように,明朝体・ゴシック体を各1ウェイトで使用する.
1597 より具体的に言うと,この設定の下では
1598 \ \verb+\mcfamily\bfseries+, \verb+\gtfamily\bfseries+,
1599 \verb+\gtfamily\mdseries+はみな同じフォントとなる.
1600 %</ja>
1601 \item[deluxe]
1602 %<*en>
1603 Use \textit{mincho} with two weights (medium~and~bold),
1604 \textit{gothic} with three weights (medium, bold~and~heavy), and \textit{rounded gothic}%
1605 \footnote{Provided by \cs{mgfamily} and \cs{textmg},
1606 because \textit{rounded gothic} is called \textit{maru gothic} (丸ゴシック) in Japanese.}.
1607 The heavy weight of \textit{gothic} can be used by ``changing the family'' \cs{gtebfamily},
1608 or \verb+\textgteb{...}+.
1609 This is because the \Pkg{fontspec} package can handle only medium (\cs{mdseries}) and
1610 bold (\cs{bfseries}).
1611 %</en>
1612 %<*ja>
1613 明朝体2ウェイト・ゴシック体3ウェイトと,
1614 丸ゴシック体 (\cs{mgfamily}, \verb+\textmg{...}+) を使用可能とする.
1615 ゴシック体は中字・太字・極太の3ウェイトがあるが,
1616 極太ゴシック体を使う場合,
1617 \begin{itemize}
1618  \item \cs{gtebfamily}, \verb+\textgteb{...}+
1619  \item \cs{ebseries} (周囲がゴシック体のとき,\texttt{nfssonly} オプション指定時のみ)
1620 \end{itemize}
1621 のいずれかを用いる.標準で \cs{ebseries} が準備されていないのは,バージョンが古い
1622 \Pkg{fontspec}では中字(\cs{mdseries})と太字(\cs{bfseries})しか扱えなかった名残である.
1623 %</ja>
1624 \item[expert]
1625 %<*en>
1626 Use horizontal/vertical kana alternates, and define a command \cs{rubyfamily} to use kana
1627 characters designed for ruby.
1628 %</en>
1629 %<*ja>
1630 横組・縦組専用仮名を用いる.また,\cs{rubyfamily} でルビ用仮名が使用可能となる\footnote{%
1631   \cs{rubyfamily}とはいいつつ,実際にはフォントファミリを切り替えるのではない(通常では
1632   font featureの追加,\texttt{nfssonly} 指定時にはシェイプを \texttt{rb} に切り替え).
1633 }.
1634 %</ja>
1635 \item[bold]
1636 %<*en>
1637 Substitute bold series of \textit{gothic} for  bold series of \textit{mincho}.
1638 If \texttt{nodeluxe} option is enabled, medium series of \textit{gothic} is also changed,
1639 since we use same font for both series of \textit{gothic}.
1640 %</en>
1641 %<*ja>
1642 「明朝の太字」をゴシック体の太字によって代替する.
1643 もし\texttt{nodeluxe}オプションが指定されている場合は,ゴシック体は1ウェイトしか使用されな
1644            いため,
1645 「ゴシック体の中字」も同時に変更されることになる.
1646 %</ja>
1647 \item[90jis]
1648 %<en>Use 90JIS glyph variants if possible.
1649 %<ja>出来る限り90JISの字形を使う.
1650 \item[jis2004]
1651 %<en>Use JIS2004 glyph variants if possible.
1652 %<ja>出来る限りJIS2004の字形を使う.
1653 \item[jis]
1654 %<*en>
1655 Use the JFM \texttt{jfm-jis.lua}, instead of \texttt{jfm-ujis.lua}, which is the default JFM of
1656 \LuaTeX-ja.
1657 %</en>
1658 %<*ja>
1659 用いるJFMを(JISフォントメトリック類似の)\texttt{jfm-jis.lua}にする.このオプションがない時は
1660 \LuaTeX-ja標準の\texttt{jfm-ujis.lua}が用いられる.
1661 %</ja>
1662
1663 \end{cslist}
1664 %<*en>
1665 Note that \texttt{90jis} and \texttt{jis2004} only affect with \textit{mincho},
1666 \textit{gothic} (and possibly \textit{rounded gothic}) defined by this package.
1667 We didn't taken account of  when both \texttt{90jis} and \texttt{jis2004} are specified.
1668 %</en>
1669 %<*ja>
1670 \texttt{90jis}と\texttt{jis2004}については本パッケージで定義された
1671 明朝体・ゴシック体(・丸ゴシック体)にのみ有効である.
1672 両オプションが同時に指定された場合の動作については全く考慮していない.
1673 %</ja>
1674
1675 %<en>\paragraph{Presets for multi weight}
1676 %<ja>\paragraph{多ウェイト用プリセットの一覧}
1677 %<*en>
1678 Besides \texttt{morisawa-pro}~and~\texttt{morisawa-pr6n} presets,
1679 fonts are specified by font name, not by file name.
1680 In following tables, starred fonts (e.g.~KozGo\dots-Regular) are used for medium series of \textit{gothic},
1681 \emph{if and only if \texttt{deluxe} option is specified}.
1682 %</en>
1683 %<*ja>
1684 \texttt{morisawa-pro}, \texttt{morisawa-pr6n}以外はフォントの指定は
1685 (ファイル名でなく)フォント名で行われる.
1686 以下の表において,*\,つきのフォント(e,g,~KozGo\dots-Regular)は,\emph{\texttt{deluxe}オプション指定時に}
1687 ゴシック体中字として用いられるものを示している.
1688 %</ja>
1689 \begin{cslist}[style=standard]
1690  \item[kozuka-pro] Kozuka Pro (Adobe-Japan1-4) fonts.
1691 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1692  \item[kozuka-pr6] Kozuka Pr6 (Adobe-Japan1-6)  fonts.
1693 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1694  \item[kozuka-pr6n] Kozuka Pr6N (Adobe-Japan1-6, JIS04-savvy) fonts.
1695
1696 %<*en>
1697 Kozuka Pro/Pr6N fonts are bundled with Adobe's software, such as Adobe~InDesign.
1698 There is not rounded gothic family in Kozuka fonts.
1699 %</en>
1700 %<*ja>
1701 小塚Pro書体・Pr6N書体はAdobe InDesign等のAdobe製品にバンドルされている.
1702 「小塚丸ゴシック」は存在しないので,便宜的に小塚ゴシックHによって代用している.
1703 %</ja>
1704 \begin{center}\small
1705 \begin{tabular}{cllll}
1706 \toprule
1707 \bf family&\bf series&\tt kozuka-pro&\tt kozuka-pr6&\tt kozuka-pr6n\\
1708 \midrule
1709  &medium&KozMinPro-Regular&KozMinProVI-Regular&KozMinPr6N-Regular\\
1710 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1711 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1712  &bold&KozMinPro-Bold&KozMinProVI-Bold&KozMinPr6N-Bold\\
1713 \midrule
1714  &&KozGoPro-Regular*&KozGoProVI-Regular*&KozGoPr6N-Regular*\\
1715  &\smash{\raisebox{1.5ex}{medium}}
1716  &KozGoPro-Medium&KozGoProVI-Medium&KozGoPr6N-Medium\\
1717 \cmidrule(l){2-5}
1718 %<en>\smash{\raisebox{2ex}{\textit{gothic}}}%
1719 %<ja>\smash{\raisebox{2ex}{\gt ゴシック}}%
1720  &bold&KozGoPro-Bold&KozGoProVI-Bold&KozGoPr6N-Bold\\
1721  &heavy&KozGoPro-Heavy&KozGoProVI-Heavy&KozGoPr6N-Heavy\\
1722 \midrule
1723 %<en>\textit{rounded gothic}
1724 %<ja>\gt 丸ゴシック
1725 &&KozGoPro-Heavy&KozGoProVI-Heavy&KozGoPr6N-Heavy\\
1726 \bottomrule
1727 \end{tabular}
1728 \end{center}
1729
1730  \item[hiragino-pro]  Hiragino Pro (Adobe-Japan1-5) fonts.
1731 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1732  \item[hiragino-pron] Hiragino ProN (Adobe-Japan1-5, JIS04-savvy) fonts.
1733
1734 %<*en>
1735 Hiragino fonts are bundled with Mac OS~X 10.5 or later.
1736 Some editions of a Japanese word-processor ``一太郎2012'' includes Hiragino ProN fonts.
1737 Note that the heavy weight of \textit{gothic} family only supports
1738 Adobe-Japan1-3 character collection (Std/StdN).
1739 %</en>
1740 %<*ja>
1741 ヒラギノフォントは,Mac OS~X以外にも,一太郎2012の上位エディションにもバンドルされている.
1742 極太ゴシックとして用いるヒラギノ角ゴW8は,Adobe-Japan1-3の範囲しかカバーしていない
1743 Std/StdNフォントであり,その他はAdobe-Japan1-5対応である.
1744 %</ja>
1745 \begin{center}\small
1746 \begin{tabular}{clll}
1747 \toprule
1748 \bf family&\bf series&\tt hiragino-pro&\tt hiragino-pron\\
1749 \midrule
1750  &medium&Hiragino~Mincho~Pro~W3&Hiragino~Mincho~ProN~W3\\
1751 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1752 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1753  &bold&Hiragino~Mincho~Pro~W6&Hiragino~Mincho~ProN~W6\\
1754 \midrule
1755  &&Hiragino~Kaku~Gothic~Pro~W3*&Hiragino~Kaku~Gothic~ProN~W3*\\
1756  &\smash{\raisebox{1.5ex}{medium}}
1757  &Hiragino~Kaku~Gothic~Pro~W6&Hiragino~Kaku~Gothic~ProN~W6\\
1758 \cmidrule(l){2-4}
1759 %<en>\smash{\raisebox{2ex}{\textit{gothic}}}%
1760 %<ja>\smash{\raisebox{2ex}{\gt ゴシック}}%
1761  &bold&Hiragino~Kaku~Gothic~Pro~W6&Hiragino~Kaku~Gothic~ProN~W6\\
1762  &heavy&Hiragino~Kaku~Gothic~Std~W8&Hiragino~Kaku~Gothic~StdN~W8\\
1763 \midrule
1764 %<en>\textit{rounded gothic}
1765 %<ja>\gt 丸ゴシック
1766 &&Hiragino~Maru~Gothic~Pro~W4&Hiragino~Maru~Gothic~ProN~W4\\
1767 \bottomrule
1768 \end{tabular}
1769 \end{center}
1770
1771 %<ja>\newpage
1772
1773  \item[morisawa-pro]  Morisawa Pro (Adobe-Japan1-4) fonts.
1774 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1775  \item[morisawa-pr6n]  Morisawa Pr6N (Adobe-Japan1-6, JIS04-savvy) fonts.
1776
1777 \begin{center}\small
1778 \begin{tabular}{cl>{\tt}l>{\tt}l}
1779 \toprule
1780 \bf family&\bf series&morisawa-pro&morisawa-pr6n\\
1781 \midrule
1782  &medium&A-OTF-RyuminPro-Light.otf&A-OTF-RyuminPr6N-Light.otf\\
1783 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1784 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1785  &bold&A-OTF-FutoMinA101Pro-Bold.otf&A-OTF-FutoMinA101Pr6N-Bold.otf\\
1786 \midrule
1787  &medium
1788  &A-OTF-GothicBBBPro-Medium.otf&A-OTF-GothicBBBPr6N-Medium.otf\\
1789 %<en>\textit{gothic}%
1790 %<ja>\gt ゴシック
1791  &bold&A-OTF-FutoGoB101Pro-Bold.otf&A-OTF-FutoGoB101Pr6N-Bold.otf\\
1792  &heavy&A-OTF-MidashiGoPro-MB31.otf&A-OTF-MidashiGoPr6N-MB31.otf\\
1793 \midrule
1794 %<en>\textit{rounded gothic}
1795 %<ja>\gt 丸ゴシック
1796 &&A-OTF-Jun101Pro-Light.otf&A-OTF-ShinMGoPr6N-Light.otf\\
1797 \bottomrule
1798 \end{tabular}
1799 \end{center}
1800
1801  \item[yu-win]  Yu fonts bundled with Windows~8.1.
1802 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1803  \item[yu-osx]  Yu fonts bundled with OSX~Mavericks.
1804
1805 \begin{center}\small
1806 \begin{tabular}{clll}
1807 \toprule
1808 \bf family&\bf series&\tt yu-win&\tt yu-osx\\
1809 \midrule
1810  &medium&YuMincho-Regular&YuMincho~Medium\\
1811 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1812 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1813  &bold&YuMincho-Demibold&YuMincho~Demibold\\
1814 \midrule
1815  &&YuGothic-Regular*&YuGothic~Medium*\\
1816  &\smash{\raisebox{1.5ex}{medium}}
1817  &YuGothic-Bold&YuGothic~Bold\\
1818 \cmidrule(l){2-4}
1819 %<en>\textit{gothic}%
1820 %<ja>\gt ゴシック
1821  &bold&YuGothic-Bold&YuGothic~Bold\\
1822  &heavy&YuGothic-Bold&YuGothic~Bold\\
1823 \midrule
1824 %<en>\textit{rounded gothic}
1825 %<ja>\gt 丸ゴシック
1826 &&YuGothic-Bold&YuGothic~Bold\\
1827 \bottomrule
1828 \end{tabular}
1829 \end{center}
1830
1831 %<en>\newpage
1832 \item[moga-mobo]  MogaMincho, MogaGothic, and MoboGothic.
1833 %<en>These fonts can be downloaded from\\\hfill \url{http://yozvox.web.fc2.com/}.
1834 %<ja>これらのフォントは \url{http://yozvox.web.fc2.com/} からダウンロードできる.
1835
1836 \begin{center}\small
1837 \begin{tabular}{clll}
1838 \toprule
1839 \bf family&\bf series&\bf default, \texttt{90jis}~option&\bf \texttt{jis2004} option\\
1840 \midrule
1841  &medium&Moga90Mincho&MogaMincho\\
1842 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1843 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1844  &bold&Moga90Mincho Bold&MogaMincho Bold\\
1845 \midrule
1846  &&Moga90Gothic*&MogaGothic*\\
1847  &\smash{\raisebox{1.5ex}{medium}}
1848  &Moga90Gothic Bold&MogaGothic Bold\\
1849 \cmidrule(l){2-4}
1850 %<en>\textit{gothic}%
1851 %<ja>\gt ゴシック
1852  &bold&Moga90Gothic Bold&MogaGothic Bold\\
1853  &heavy&Moga90Gothic Bold&MogaGothic Bold\\
1854 \midrule
1855 %<en>\textit{rounded gothic}
1856 %<ja>\gt 丸ゴシック
1857 &&Mobo90Gothic&MoboGothic\\
1858 \bottomrule
1859 \end{tabular}
1860 \end{center}
1861
1862
1863 \end{cslist}
1864 %<en>\paragraph{Presets for single weight}
1865 %<ja>\paragraph{単ウェイト用プリセット一覧}
1866 %<*en>
1867 Next, we describe settings for using only single weight.
1868 %</en>
1869 %<*ja>
1870 次に,単ウェイト用の設定を述べる.この4設定では
1871 明朝体太字・丸ゴシック体はゴシック体と同じフォントが用いられる.
1872 %</ja>
1873 \par\nobreak\medskip
1874 {\centering\small
1875 \begin{tabular}{lllll}
1876 \toprule
1877 &\tt noembed&\tt ipa&\tt ipaex&\tt ms\\
1878 \midrule
1879 %<*en>
1880 \it mincho&Ryumin-Light (non-embedded)
1881 &IPA Mincho&IPAex Mincho&MS Mincho\\
1882 \it gothic&GothicBBB-Medium (non-embedded)
1883 &IPA Gothic&IPAex Gothic&MS Gothic\\
1884 %</en>
1885 %<*ja>
1886 \gtfamily 明朝体&Ryumin-Light(非埋込)
1887 &IPA明朝&IPAex明朝&MS明朝\\
1888 \gtfamily ゴシック体&GothicBBB-Medium(非埋込)
1889 &IPAゴシック&IPAexゴシック&MSゴシック\\
1890 %</ja>
1891 \bottomrule
1892 \end{tabular}\par\medskip}
1893
1894 %<en>\paragraph{Using HG fonts}
1895 %<ja>\paragraph{HGフォントの利用}
1896 %<*en>
1897 We can use HG~fonts bundled with Microsoft~Office for realizing multiple weights.
1898 %</en>
1899 %<*ja>
1900 すぐ前に書いた単ウェイト用設定を,Microsoft Office等に付属するHGフォントを使って
1901 多ウェイト化した設定もある.
1902 %</ja>
1903 \par\nobreak\medskip
1904 {\centering\small
1905 \begin{tabular}{llll}
1906 \toprule
1907 &\tt ipa-hg&\tt ipaex-hg&\tt ms-hg\\
1908 \midrule
1909 %<*en>
1910 \bf mincho medium
1911 &IPA Mincho&IPAex Mincho&MS Mincho\\\midrule
1912 \bf mincho bold&
1913 \multicolumn{3}{c}{HG Mincho E}\\\midrule
1914 \bf Gothic medium\\
1915 ~~without \texttt{deluxe}
1916 &IPA Gothic&IPAex Gothic&MS Gothic\\
1917 ~~with {\tt jis2004}
1918 &IPA Gothic&IPAex Gothic&MS Gothic\\
1919 \cmidrule(lr){1-4}
1920 ~~otherwise&
1921 \multicolumn{3}{c}{HG Gothic M}\\\midrule
1922 \bf gothic bold&
1923 \multicolumn{3}{c}{HG Gothic E}\\\midrule
1924 \bf gothic heavy&
1925 \multicolumn{3}{c}{HG Soei Kaku Gothic UB}\\\midrule
1926 \bf rounded gothic&
1927 \multicolumn{3}{c}{HG Maru Gothic PRO}\\
1928 %</en>
1929 %<*ja>
1930 \gtfamily 明朝体中字
1931 &IPA明朝&IPAex明朝&MS明朝\\\midrule
1932 \gtfamily 明朝体太字&
1933 \multicolumn{3}{c}{HG明朝E}\\\midrule
1934 \gtfamily ゴシック体中字\\
1935  単ウェイト時
1936 &IPAゴシック&IPAexゴシック&MSゴシック\\
1937  {\tt jis2004}指定時
1938 &IPAゴシック&IPAexゴシック&MSゴシック\\
1939 \cmidrule(lr){1-4}
1940  それ以外の時&
1941 \multicolumn{3}{c}{HGゴシックM}\\\midrule
1942 \gtfamily ゴシック体太字&
1943 \multicolumn{3}{c}{HGゴシックE}\\\midrule
1944 \gtfamily ゴシック体極太&
1945 \multicolumn{3}{c}{HG創英角ゴシックUB}\\\midrule
1946 \gtfamily 丸ゴシック体&
1947 \multicolumn{3}{c}{HG丸ゴシック体PRO}\\
1948 %</ja>
1949 \bottomrule
1950 \end{tabular}\par\medskip}
1951
1952 %<*en>
1953 Note that HG~Mincho~E, HG~Gothic~E, HG Soei Kaku Gothic UB, and HG Maru Gothic PRO
1954 are internally specified by:
1955 \begin{description}
1956 \item[default] by font name (\texttt{HGMinchoE}, etc.).
1957 \item[{\tt 90jis}] by file name (\texttt{hgrme.ttc}, \texttt{hgrge.ttc}, \texttt{hgrsgu.ttc}, \texttt{hgrsmp.ttf}).
1958 \item[{\tt jis2004}] by file name (\texttt{hgrme04.ttc}, \texttt{hgrge04.ttc}, \texttt{hgrsgu04.ttc}, \texttt{hgrsmp04.ttf}).
1959 \end{description}
1960 %</en>
1961 %<*ja>
1962 なお,HG明朝E・HGゴシックE・HG創英角ゴシックUB・HG丸ゴシック体PROの4つについては,内部で
1963 \begin{description}
1964 \item[標準] フォント名(\texttt{HGMinchoE} など)
1965 \item[{\tt 90jis}指定時] ファイル名 (%
1966 \texttt{hgrme.ttc}, \texttt{hgrge.ttc}, \texttt{hgrsgu.ttc}, \texttt{hgrsmp.ttf})
1967 \item[{\tt jis2004}指定時] ファイル名 (%
1968 \texttt{hgrme04.ttc}, \texttt{hgrge04.ttc}, \texttt{hgrsgu04.ttc}, \texttt{hgrsmp04.ttf})
1969 \end{description}
1970 として指定を行っているので注意すること.
1971 %</ja>
1972
1973
1974 %<*en>
1975 \subsection{\cs{CID}, \cs{UTF}, and macros in \Pkg{japanese-otf} package}
1976 Under \pLaTeX, \Pkg{japanese-otf} package (developed by Shuzaburo Saito) is
1977 used for typesetting characters which is in Adobe-Japan1-6 CID but not
1978 in JIS~X~0208. Since this package is widely used, \LuaTeX-ja
1979 supports some of functions in the \Pkg{japanese-otf} package,
1980 as an external package \Pkg{luatexja-otf}.
1981 %</en>
1982 %<*ja>
1983 \subsection{\cs{CID}, \cs{UTF}と\Pkg{otf}パッケージのマクロ}
1984 \pLaTeX では,JIS~X~0208にないAdobe-Japan1-6の文字を出力するために,
1985 齋藤修三郎氏による\Pkg{otf}パッケージが用いられていた.このパッケージは
1986 広く用いられているため,\LuaTeX-jaにおいても\Pkg{otf}パッケージの機能の
1987 一部を(\Pkg{luatexja-otf}という別のパッケージとして)実装した.
1988 %</ja>
1989
1990 \begin{LTXexample}
1991 \jfontspec{KozMinPr6N-Regular.otf}
1992 森\UTF{9DD7}外と内田百\UTF{9592}とが\UTF{9AD9}島屋に行く。
1993
1994 \CID{7652}飾区の\CID{13706}野家,
1995 \CID{1481}城市,葛西駅,
1996 高崎と\CID{8705}\UTF{FA11}
1997
1998 \aj半角{はんかくカタカナ}
1999 \end{LTXexample}
2000
2001 %<*ja>
2002 \Pkg{otf}パッケージでは,それぞれ次のようなオプションが存在した:
2003 \begin{cslist}
2004 \item[deluxe] 明朝体・ゴシック体各3ウェイトと,丸ゴシック体を扱えるようになる.
2005 \item[expert] 仮名が横組・縦組専用のものに切り替わり,ルビ用仮名も
2006 \ \cs{rubyfamily}\ によって扱えるようになる.
2007 \item[bold] ゴシック体を標準で太いウェイトのものに設定する.
2008 \end{cslist}
2009 しかしこれらのオプションは\Pkg{luatexja-otf}パッケージには存在しない.
2010 \Pkg{otf}パッケージが文書中で使用する和文用TFMを自前の物に置き換えていたのに対し,
2011 \Pkg{luatexja-otf}パッケージでは,そのようなことは行わないからである.
2012
2013 これら3オプションについては,
2014 \Pkg{luatexja-preset} パッケージにプリセットを使う時に一緒に指定するか,
2015 あるいは対応する内容を\ref{ssec-chgfnt}節,\ref{ssec-nfsspat}節 (NFSS2) や
2016 \ref{ssec-fontspec}節 (\Pkg{fontspec}) の方法で手動で指定する必要がある.
2017 %</ja>
2018
2019 %<en>\subsection{Changing default Japanese fonts}
2020 %<ja>\subsection{標準和文フォントの変更}
2021 \label{ssec-cfg}
2022 %<*en>
2023 If \texttt{luatexja.cfg} can be seen from \LuaTeX, \LuaTeX-ja automatically reads it.
2024 The main use of \texttt{luatexja.cfg} is for changing default Japanese fonts,
2025 when IPAex fonts cannot be installed in \TeX~system.
2026 One should not overuse this \texttt{luatexja.cfg}; fonts which will be used in
2027 a document should be specified in its source.
2028
2029 For example,
2030 \begin{lstlisting}
2031 \def\ltj@stdmcfont{IPAMincho}
2032 \def\ltj@stdgtfont{IPAGothic}
2033 \end{lstlisting}
2034 makes that IPA~Mincho and IPA~Gothic will be used as default Japanese fonts, instead of
2035 IPAex~Mincho and IPAex~Gothic.
2036
2037 For another example, the following two lines makes that
2038 non-embedded fonts Ryumin-Light~and~GothicBBB-Medium as default Japanese fonts
2039 (as the earlier version of \LuaTeX-ja):
2040 \begin{lstlisting}
2041 \def\ltj@stdmcfont{psft:Ryumin-Light}
2042 \def\ltj@stdgtfont{psft:GothicBBB-Medium}
2043 \end{lstlisting}
2044 %</en>
2045 %<*ja>
2046 \LuaTeX から見える位置に \texttt{luatexja.cfg} があれば,\LuaTeX-jaはそれを読み込む.
2047 このファイルを用いるとplain~\TeX, \LaTeXe における標準和文フォントを
2048 IPAex明朝・IPAexゴシックから変更することができる.
2049 しかし,基本的には\emph{文章中で用いるフォントは(例えば \Pkg{luatexja-preset} などで)
2050 文書ソース内で指定するべき}であり,この \texttt{luatexja.cfg} は,
2051 「IPAexフォントがインストールできない」など,IPAexフォントが使用できない場合にのみ
2052 応急処置的に用いるべきである.
2053
2054 例えば
2055 \begin{lstlisting}
2056 \def\ltj@stdmcfont{IPAMincho}
2057 \def\ltj@stdgtfont{IPAGothic}
2058 \end{lstlisting}
2059 と記述しておけば,標準和文フォントがIPA明朝・IPAゴシックへと変
2060 更される.
2061
2062
2063 なお,20140906.0以前のバージョンのように,
2064 Ryumin-Light, GothicBBB-Mediumという名前の非埋込フォントを用いる場合は
2065 \begin{lstlisting}
2066 \def\ltj@stdmcfont{psft:Ryumin-Light}
2067 \def\ltj@stdgtfont{psft:GothicBBB-Medium}
2068 \end{lstlisting}
2069 と記述すればよい.
2070 %</ja>
2071
2072
2073 %<en>\section{Changing Internal Parameters}
2074 %<ja>\section{パラメータの変更}
2075
2076 %<*en>
2077 There are many internal parameters in \LuaTeX-ja. And due to the behavior of \LuaTeX,
2078 most of them are not stored as internal register of \TeX, but as an
2079 original storage system in \LuaTeX-ja. Hence, to assign or acquire those
2080 parameters, you have to use commands \cs{ltjsetparameter} and
2081 \cs{ltjgetparameter}.
2082 %</en>
2083 %<*ja>
2084 \LuaTeX-jaには多くのパラメータが存在する.そして\LuaTeX の仕様のために,
2085 その多くは\TeX のレジスタにではなく,\LuaTeX-ja独自の方法で保持されている.
2086 これらのパラメータを設定・取得するためには \cs{ltjsetparameter} と \cs{ltjgetparameter} を
2087 用いる.
2088 %</ja>
2089
2090 %<en>\subsection{Range of \textbf{JAchar}s}
2091 %<ja>\subsection{\textbf{JAchar}の範囲}
2092 \label{ssec-setrange}
2093
2094 %<*en>
2095 \LuaTeX-ja divides the Unicode codespace \texttt{U+0080}--\texttt{U+10FFFF}
2096 into \emph{character ranges},
2097 numbered 1 to 217. The grouping can be (globally) customized by \cs{ltjdefcharrange}.
2098 The next line adds whole characters in Supplementary Ideographic Plane
2099 and the character ``漢'' to the character range~100.
2100 %</en>
2101 %<*ja>
2102 \LuaTeX-jaは,Unicodeの \texttt{U+0080}--\texttt{U+10FFFF} の空間を
2103 1番から217番までの\emph{文字範囲}に分割している.
2104 区分けは \cs{ltjdefcharrange} を用いることで(グローバルに)変更することができ,
2105 例えば,次は追加漢字面(SIP)にある全ての文字と「漢」を「100番の文字範囲」に追加する.
2106 %</ja>
2107 \begin{lstlisting}
2108 \ltjdefcharrange{100}{"20000-"2FFFF,`漢}
2109 \end{lstlisting}
2110
2111 %<*en>
2112 A character can belong to only one character range.
2113 For example, whole SIP belong to the range~4 in the default setting of \LuaTeX-ja,
2114 and if you execute the above line, then SIP will belong to the range~100 and be
2115 removed from the range~4.
2116 %</en>
2117 %<*ja>
2118 各文字はただ一つの文字範囲に所属することができる.
2119 例えば,SIP内の文字は全て\LuaTeX-jaのデフォルトでは4番の文字範囲に
2120 属しているが,上記の指定を行えばSIP内の文字は100番に属すようになり,4番からは除かれる.
2121 %</ja>
2122
2123 %<*en>
2124 The distinction between \textbf{ALchar} and \textbf{JAchar} is performed by character ranges.
2125 This can be edited by setting the \textsf{jacharrange} parameter.
2126 For example, the code below is just the default setting of \LuaTeX-ja, and
2127 it sets
2128 \begin{itemize}
2129  \item a character which belongs character ranges 1,~4, 5, and~8 is \textbf{ALchar},
2130  \item a character which belongs character ranges 2,~3, 6, and~7 is \textbf{JAchar}.
2131 \end{itemize}
2132 %</en>
2133 %<*ja>
2134 \textbf{ALchar}と\textbf{JAchar}の区別は文字範囲ごとに行われる.
2135 これは\textsf{jacharrange}パラメータによって編集できる.
2136 例えば,以下は\LuaTeX-jaの初期設定であり,次の内容を設定している:
2137 \begin{itemize}
2138  \item 1番,4番,5番,8番の文字範囲に属する文字は\textbf{ALchar}.
2139  \item 2番,3番,6番,7番の文字範囲に属する文字は\textbf{JAchar}.
2140 \end{itemize}
2141 %</ja>
2142 \begin{lstlisting}
2143 \ltjsetparameter{jacharrange={-1, +2, +3, -4, -5, +6, +7, -8}}
2144 \end{lstlisting}
2145 %<*en>
2146 The argument to \textsf{jacharrange} parameter is a list of non-zero integer.
2147 Negative integer $-n$ in the list means that ``each character in the range~$n$ is an
2148 \textbf{ALchar}'',
2149 and positive integer $+n$ means that ``\dots\ is a \textbf{JAchar}''.
2150 %</en>
2151 %<*ja>
2152 \textsf{jacharrange}パラメータの引数は非零の整数のリストである.
2153 リスト中の負の整数$-n$は「文字範囲$n$に属する文字は\textbf{ALchar}として
2154 扱う」ことを意味し,正の整数$+n$は「\textbf{JAchar}として扱う」ことを意味する.
2155 %</ja>
2156
2157 %<*en>
2158 Note that characters \texttt{U+0000}--\texttt{U+007F} are always treated as an
2159 \textbf{ALchar} (this cannot be customized).
2160 %</en>
2161 %<*ja>
2162 なお,\texttt{U+0000}--\texttt{U+007F} は常に\textbf{ALchar}として扱われる(利用者が変更す
2163 ることは出来ない).
2164 %</ja>
2165
2166 %<*en>
2167 \paragraph{Default character ranges}
2168 \LuaTeX-ja predefines eight character ranges for convenience. They are
2169 determined from the following data:
2170 %</en>
2171 %<*ja>
2172 \paragraph{文字範囲の初期値}
2173 \LuaTeX-jaでは8つの文字範囲を予め定義しており,
2174 これらは以下のデータに基づいて決定している.
2175 %</ja>
2176 \begin{itemize}
2177 %<en>\item Blocks in Unicode~6.0.
2178 %<ja>\item Unicode~6.0のブロック.
2179 %<en>\item The \texttt{Adobe-Japan1-UCS2} mapping between a CID Adobe-Japan1-6 and Unicode.
2180 %<ja>\item Adobe-Japan1-6のCIDとUnicodeの間の対応表\texttt{Adobe-Japan1-UCS2}.
2181 %<en>\item The \Pkg{PXbase} bundle for \upTeX\ by Takayuki Yato.
2182 %<ja>\item 八登崇之氏による\upTeX 用の\Pkg{PXbase}バンドル.
2183 \end{itemize}
2184
2185 %<*en>
2186 Now we describe these eight ranges. The superscript ``J'' or ``A'' after the
2187 number shows whether each character in the range is treated as
2188 \textbf{JAchar}s or not by default. These settings are similar to the
2189 \texttt{prefercjk} settings defined in \texttt{PXbase} bundle.
2190 Any characters equal to or above \texttt{U+0080} which does not belong to
2191 these eight ranges belongs to the character range~217.
2192 %</en>
2193 %<*ja>
2194 以下ではこれら8つの文字範囲について記述する.添字のアルファベット「J」「A」
2195 は,その文字範囲内の文字が\textbf{JAchar}か\textbf{ALchar}かを表している.これらの初期設定は
2196 \texttt{PXbase}バンドルで定義されている\texttt{prefercjk}と類似のものであるが,
2197 8ビットフォント使用時のトラブルを防ぐために \texttt{U+0080}--\texttt{U+00FF} の文字は全部
2198 \textbf{ALchar}としている.
2199 なお,\texttt{U+0080} 以降でこれら8つの文字範囲に属さない文字は,217番の文字範囲に属することになっている.
2200 %</ja>
2201 \begin{description}
2202 %<*en>
2203
2204 \item[Range~8${}^{\text{A}}$] The intersection of the upper half of ISO~8859-1
2205          (Latin-1 Supplement) and JIS~X~0208 (a basic character set for Japanese). This character range
2206          consists of the following characters:
2207 %</en>
2208 %<*ja>
2209 \item[範囲8${}^{\text{A}}$] ISO~8859-1の上位領域(ラテン1補助)と
2210                              JIS~X~0208の共通部分.この文字範囲は
2211                              以下の文字で構成される:
2212 %</ja>
2213 \begin{multicols}{2}
2214 \begin{itemize}
2215 \def\ch#1#2{\item \char"#1\ (\texttt{U+00#1}, #2)}%"
2216 \ch{A7}{Section Sign}
2217 \ch{A8}{Diaeresis}
2218 \ch{B0}{Degree sign}
2219 \ch{B1}{Plus-minus sign}
2220 \ch{B4}{Spacing acute}
2221 \ch{B6}{Paragraph sign}
2222 \ch{D7}{Multiplication sign}
2223 \ch{F7}{Division Sign}
2224 \end{itemize}
2225 \end{multicols}
2226
2227 %<*en>
2228 \item[Range~1${}^{\text{A}}$] Latin characters that some of them are included in Adobe-Japan1-6.
2229 This range consists of the following Unicode ranges, \emph{except characters in the range~8 above}:
2230 %</en>
2231 %<*ja>
2232 \item[範囲1${}^{\text{A}}$] ラテン文字のうち,Adobe-Japan1-6との共通部分があるもの.
2233                              この範囲は以下のUnicodeのブロックのうち
2234                              \emph{範囲8を除いた}部分で構成されている:
2235 %</ja>
2236 \begin{multicols}{2}
2237 \begin{itemize}
2238 \item \texttt{U+0080}--\texttt{U+00FF}: Latin-1 Supplement
2239 \item \texttt{U+0100}--\texttt{U+017F}: Latin Extended-A
2240 \item \texttt{U+0180}--\texttt{U+024F}: Latin Extended-B
2241 \item \texttt{U+0250}--\texttt{U+02AF}: IPA Extensions
2242 \item \texttt{U+02B0}--\texttt{U+02FF}: Spacing Modifier Letters
2243 %<en>\par\
2244 \item \texttt{U+0300}--\texttt{U+036F}: \\*\null\hfill Combining Diacritical Marks
2245 \item \texttt{U+1E00}--\texttt{U+1EFF}: \\*\null\hfill Latin Extended Additional
2246 %<ja>\par\
2247 \end{itemize}
2248 \end{multicols}
2249 %<*en>
2250 \item[Range~2${}^{\text{\kern.1emJ}}$] Greek and Cyrillic letters. JIS~X~0208 (hence most of Japanese
2251            fonts) has some of these characters.
2252 %</en>
2253 %<*ja>
2254 \item[範囲2${}^{\text{\kern.1emJ}}$] ギリシャ文字とキリル文字.JIS~X~0208(したがってほとんどの
2255                              和文フォント)には,これらの文字の一部が含まれている.
2256 %</ja>
2257 \begin{multicols}{2}
2258 \begin{itemize}
2259 \item \texttt{U+0370}--\texttt{U+03FF}: Greek and Coptic
2260 \item \texttt{U+0400}--\texttt{U+04FF}: Cyrillic
2261 \item \texttt{U+1F00}--\texttt{U+1FFF}: Greek Extended
2262 \\\
2263 \end{itemize}
2264 \end{multicols}
2265 %<*en>
2266 \item[Range~3${}^{\text{\kern.1emJ}}$] Punctuations and Miscellaneous symbols. The block list is
2267            indicated in Table~\ref{table-rng3}.
2268 %</en>
2269 %<*ja>
2270 \item[範囲3${}^{\text{\kern.1emJ}}$] 句読点と記号類.ブロックのリストは表\ref{table-rng3}%
2271                              に示してある.
2272 %</ja>
2273 \begin{table}[!tb]
2274 %<en>\caption{Unicode blocks in predefined character range~3.}\medskip
2275 %<ja>\caption{文字範囲3に指定されているUnicodeブロック.}
2276 \label{table-rng3}
2277 \catcode`\"=13\def"#1#2#3#4{\texttt{U+#1#2#3#4}}%"
2278 \centering\small
2279 \begin{tabular}{llll}
2280 "2000--"206F&General Punctuation&
2281 "2070--"209F&Superscripts and Subscripts\\
2282 "20A0--"20CF&Currency Symbols&
2283 "20D0--"20FF&Comb.\ Diacritical Marks for Symbols\\
2284 "2100--"214F&Letterlike Symbols&
2285 "2150--"218F&Number Forms\\
2286 "2190--"21FF&Arrows&
2287 "2200--"22FF&Mathematical Operators\\
2288 "2300--"23FF&Miscellaneous Technical&
2289 "2400--"243F&Control Pictures\\
2290 "2500--"257F&Box Drawing&
2291 "2580--"259F&Block Elements\\
2292 "25A0--"25FF&Geometric Shapes&
2293 "2600--"26FF&Miscellaneous Symbols\\
2294 "2700--"27BF&Dingbats&
2295 "2900--"297F&Supplemental Arrows-B\\
2296 "2980--"29FF&Misc.\ Mathematical Symbols-B&
2297 "2B00--"2BFF&Miscellaneous Symbols and Arrows
2298 \end{tabular}
2299 \end{table}
2300 %<*en>
2301 \item[Range~4${}^{\text{A}}$] Characters usually not in Japanese fonts. This range consists
2302            of almost all Unicode blocks which are not in other
2303            predefined ranges. Hence, instead of showing the block list,
2304            we put the definition of this range itself:
2305 %</en>
2306 %<*ja>
2307 \item[範囲4${}^{\text{A}}$] 通常和文フォントには含まれていない文字.
2308                              この範囲は他の範囲にないほとんど全てのUnicodeブロック
2309                              で構成されている.したがって,ブロックのリストを示す
2310                              代わりに,範囲の定義そのものを示す:
2311 %</ja>
2312 \begin{lstlisting}
2313 \ltjdefcharrange{4}{%
2314    "500-"10FF, "1200-"1DFF, "2440-"245F, "27C0-"28FF, "2A00-"2AFF,
2315   "2C00-"2E7F, "4DC0-"4DFF, "A4D0-"A82F, "A840-"ABFF, "FB00-"FE0F,
2316   "FE20-"FE2F, "FE70-"FEFF, "10000-"1FFFF, "E000-"F8FF} % non-Japanese
2317 \end{lstlisting}
2318 %<en>\item[Range~5${}^{\text{A}}$] Surrogates and Supplementary Private Use Areas.
2319 %<ja>\item[範囲5${}^{\text{A}}$] 代用符号と補助私用領域.
2320 %<en>\item[Range~6${}^{\text{\kern.1emJ}}$] Characters used in Japanese. The block list is indicated in Table~\ref{table-rng6}.
2321 %<ja>\item[範囲6${}^{\text{\kern.1emJ}}$] 日本語で用いられる文字.ブロックのリストは表\ref{table-rng6}に示す.
2322 \begin{table}[!tb]
2323 %<en>\caption{Unicode blocks in predefined character range~6.}\medskip
2324 %<ja>\caption{文字範囲6に指定されているUnicodeブロック.}
2325 \label{table-rng6}
2326 \catcode`\"=13\def"#1#2#3#4{\texttt{U+#1#2#3#4}}%"
2327 \centering\small
2328 \begin{tabular}{llll}
2329 "2460--"24FF&Enclosed Alphanumerics&
2330 "2E80--"2EFF&CJK Radicals Supplement\\
2331 "3000--"303F&CJK Symbols and Punctuation&
2332 "3040--"309F&Hiragana\\
2333 "30A0--"30FF&Katakana&
2334 "3190--"319F&Kanbun\\
2335 "31F0--"31FF&Katakana Phonetic Extensions&
2336 "3200--"32FF&Enclosed CJK Letters and Months\\
2337 "3300--"33FF&CJK Compatibility&
2338 "3400--"4DBF&CJK Unified Ideographs Extension A\\
2339 "4E00--"9FFF&CJK Unified Ideographs&
2340 "F900--"FAFF&CJK Compatibility Ideographs\\
2341 "FE10--"FE1F&Vertical Forms&
2342 "FE30--"FE4F&CJK Compatibility Forms\\
2343 "FE50--"FE6F&Small Form Variants&
2344 "{20}000--"{2F}FFF&(Supplementary Ideographic Plane)\\
2345 "{E0}100--"{E0}1EF&Variation Selectors Supplement
2346 \end{tabular}
2347 \end{table}
2348 %<*en>
2349 \item[Range~7${}^{\text{\kern.1emJ}}$] Characters used in CJK languages, but not included in  Adobe-Japan1-6.
2350 The block list is indicated in Table~\ref{table-rng7}.
2351 %</en>
2352 %<*ja>
2353 \item[範囲7${}^{\text{\kern.1emJ}}$] CJK言語で用いられる文字のうち,Adobe-Japan1-6に
2354                             含まれていないもの.
2355                             ブロックのリストは表\ref{table-rng7}に示す.
2356 %</ja>
2357 \begin{table}[!tb]
2358 %<en>\caption{Unicode blocks in predefined character range~7.}\medskip
2359 %<ja>\caption{文字範囲7に指定されているUnicodeブロック.}
2360 \label{table-rng7}
2361 \catcode`\"=13\def"#1#2#3#4{\texttt{U+#1#2#3#4}}%"
2362 \centering\small
2363 \begin{tabular}{llll}
2364 "1100--"11FF&Hangul Jamo&
2365 "2F00--"2FDF&Kangxi Radicals\\
2366 "2FF0--"2FFF&Ideographic Description Characters&
2367 "3100--"312F&Bopomofo\\
2368 "3130--"318F&Hangul Compatibility Jamo&
2369 "31A0--"31BF&Bopomofo Extended\\
2370 "31C0--"31EF&CJK Strokes&
2371 "A000--"A48F&Yi Syllables\\
2372 "A490--"A4CF&Yi Radicals&
2373 "A830--"A83F&Common Indic Number Forms\\
2374 "AC00--"D7AF&Hangul Syllables&
2375 "D7B0--"D7FF&Hangul Jamo Extended-B
2376 \end{tabular}
2377 \end{table}
2378 \end{description}
2379
2380 %<*en>
2381 \paragraph{Notes on \texttt{U+0080}--\texttt{U+00FF}}
2382 You should treat characters in \\texttt{U+0080}--\texttt{U+00FF} as \textbf{ALchar},
2383 when you use traditional 8-bit fonts, such as the \Pkg{textcomp} package or the
2384 \Pkg{marvosym} package.
2385
2386 For example, the codepoint \cs{textparagraph} which is provided by the \Pkg{textcomp}
2387 package is 182. This codepoint corresponds \P\ (\text{U+00B6}) in Unicode.
2388 Similarly, \cs{Frowny} which is provided by the \Pkg{marvosym} package has
2389 the same codepoint as \S\ (\text{U+00A7}).
2390 Hence, as previous versions of \LuaTeX-ja, if these characters are treated as
2391 \text{JAchar}s, then \cs{textparagraph} produces ``ltjjachar`¶'' (in a Japanese font),
2392 and  \cs{Frowny} produces ``\ltjjachar`§'' (in a Japanese font).
2393
2394 To avoid such situations, the default setting of \LuaTeX-ja is changed in this release
2395 so that all characters \texttt{U+0080}--\texttt{U+00FF} are treated as \textbf{ALchar}.
2396
2397 If you want to output a character as \textbf{ALchar} and \textbf{JAchar} regardless the range
2398 setting, you can use \cs{ltjalchar} and \cs{ltjjachar} respectively, as the following example.
2399 \begin{LTXexample}[width=0.3\textwidth]
2400 \gtfamily\large % default, ALchar, JAchar
2401 ¶, \ltjalchar`¶, \ltjjachar`¶\\   % default: ALchar
2402 α, \ltjalchar`α, \ltjjachar`α  % default: JAchar
2403 \end{LTXexample}
2404 %</en>
2405 %<*ja>
2406 \paragraph{\texttt{U+0080}--\texttt{U+00FF}についての注意}
2407 \LuaTeX-jaで,\Pkg{textcomp}パッケージや\Pkg{marvosym}パッケージ等,Unicodeフォントでなく
2408 伝統的な8ビットフォントを用いる場合には注意が必要である.
2409
2410 例えば,\Pkg{textcomp}パッケージの提供する \cs{textparagraph} は,
2411 符号位置が182,つまり \texttt{0xB6} であり,Unicodeではこの符号位置では\P\ (\text{U+00B6}) に対応する.
2412 また,\Pkg{marvosym}パッケージの提供する \cs{Frowny} も,符号位置は167,つまりUnicodeにおける
2413 \S\ (\text{U+00A7}) と同じ符号位置にある.
2414 即ち,以前のバージョンのように,「前節の文字範囲8内の文字は\textbf{JAchar}」という設定で
2415 あったとすると,上記の \cs{textparagraph} は和文フォントで「\ltjjachar`¶」を出力し,
2416 また \cs{Frowny} は和文フォントで「\ltjjachar`§」を出力することになる.
2417
2418 このような事態を避けるために,本バージョンからは \texttt{U+0080}--\texttt{U+00FF} の範囲の
2419 文字は全て\textbf{ALchar}となるように初期設定を変更している.
2420 特に影響を受けるのが,JIS~X~0208の一部分である文字範囲8内の文字であり,
2421 \emph{\Pkg{fontspec}パッケージを読み込んだりして欧文記号としてこれらの文字の出力環境を整え
2422 ないと,ソース中に直接記述しても出力されない}ことになる.
2423
2424 なお,文字範囲の設定に関わらず1つの文字を\textbf{ALchar}, \textbf{JAchar}で出力したい場合には,
2425 以下の例のようにそれぞれ \cs{ltjalchar},~\cs{ltjjachar} に該当文字の文字コードを渡せばよい.
2426 \begin{LTXexample}[width=0.3\textwidth]
2427 \gtfamily\large % default, ALchar, JAchar
2428 ¶, \ltjalchar`¶, \ltjjachar`¶\\   % default: ALchar
2429 α, \ltjalchar`α, \ltjjachar`α  % default: JAchar
2430 \end{LTXexample}
2431 %</ja>
2432
2433 %<en>\subsection{\Param{kanjiskip} and \Param{xkanjiskip}}
2434 %<ja>\subsection{\Param{kanjiskip}と\Param{xkanjiskip}}
2435 \label{subs-kskip}
2436
2437 %<en>\textbf{JAglue} is divided into the following three categories:
2438 %<ja>\textbf{JAglue}は以下の3つのカテゴリに分類される:
2439 \begin{itemize}
2440 %<*en>
2441 \item Glues/kerns specified in JFM. If \cs{inhibitglue} is issued
2442       around a \textbf{JAchar}, this glue will not be inserted at the
2443       place.
2444 %</en>
2445 %<*ja>
2446 \item JFMで指定されたグルー/カーン.もし \cs{inhibitglue} が\textbf{JAchar}の周りで
2447       発行されていれば,このグルーは挿入されない.
2448 %</ja>
2449 %<*en>
2450 \item The default glue which inserted between two \textbf{JAchar}s (\Param{%
2451       kanjiskip}).
2452 %</en>
2453 %<*ja>
2454 \item デフォルトで2つの\textbf{JAchar}の間に挿入されるグルー(\Param{kanjiskip}).
2455 %</ja>
2456 %<*en>
2457 \item The default glue which inserted between a \textbf{JAchar} and an
2458       \textbf{ALchar} (\Param{xkanjiskip}).
2459 %</en>
2460 %<*ja>
2461 \item デフォルトで\textbf{JAchar}と\textbf{ALchar}の間に挿入されるグルー(\Param{xkanjiskip}).
2462 %</ja>
2463 \end{itemize}
2464 %<*en>
2465 The value (a skip) of \Param{kanjiskip} or
2466 \Param{xkanjiskip} can be changed as the following.
2467 Note that only their values \emph{at the end of a paragraph or a hbox are
2468 adopted in the whole paragraph or the whole hbox.
2469 }
2470 %</en>
2471 %<*ja>
2472 \Param{kanjiskip}や\Param{xkanjiskip}の値
2473 は以下のようにして変更可能である.
2474 %</ja>
2475 \begin{lstlisting}
2476 \ltjsetparameter{kanjiskip={0pt plus 0.4pt minus 0.4pt},
2477                  xkanjiskip={0.25\zw plus 1pt minus 1pt}}
2478 \end{lstlisting}
2479 %<*en>
2480 Here \cs{zw} is a internal dimension
2481 which stores fullwidth of the current Japanese font.
2482 This \cs{zw} can be used as the unit \texttt{zw} in \pTeX.
2483
2484 The value of these parameter can be get by \cs{ltjgetparameter}.
2485 Note that the result by \cs{ltjgetparameter} is \emph{not} the internal quantities,
2486 but \emph{a string} (hence \cs{the} cannot be prefixed).
2487 %</en>
2488 %<*ja>
2489 ここで,\cs{zw} は現在の和文フォントの全角幅を表す長さであり,
2490 \pTeX における長さ単位 \texttt{zw} と同じように使用できる.
2491
2492 これらのパラメータの値は以下のように取得できる.
2493 戻り値は内部値ではなく\emph{文字列}である(\cs{the} は前置できない)ことに注意してほしい:
2494 %</ja>
2495 \begin{LTXexample}
2496 kanjiskip: \ltjgetparameter{kanjiskip},\\
2497 xkanjiskip: \ltjgetparameter{xkanjiskip}
2498 \end{LTXexample}
2499
2500 %<*en>
2501 It may occur that JFM contains the data of ``ideal width of
2502 \Param{kanjiskip}''
2503 and/or ``ideal width of \Param{xkanjiskip}''.
2504 To use these data from JFM, set the value of \Param{kanjiskip} or
2505 \Param{xkanjiskip} to \cs{maxdimen}
2506 (these ``ideal width'' cannot be retrived by \cs{ltjgetparameter}).
2507 %</en>
2508 %<*ja>
2509 JFMは「望ましい\Param{kanjiskip}の値」や
2510 「望ましい\Param{xkanjiskip}の値」を持っていることがある.
2511 これらのデータを使うためには,\Param{kanjiskip}や%
2512 \Param{xkanjiskip}の値を \cs{maxdimen} の値に設定すればよいが,
2513 \cs{ltjgetparameter} によって取得することはできないので注意が必要である.
2514 %</ja>
2515
2516 %<en>\subsection{Insertion setting of \Param{xkanjiskip}}
2517 %<ja>\subsection{\Param{xkanjiskip} の挿入設定}
2518
2519 %<*en>
2520 It is not desirable that \Param{xkanjiskip} is inserted into every
2521 boundary between \textbf{JAchar}s and \textbf{ALchar}s. For example,
2522 \Param{xkanjiskip} should not be inserted after opening parenthesis
2523 (\textit{e.g.}, compare ``(あ'' and ``(\hskip\ltjgetparameter{xkanjiskip}あ'').
2524 \LuaTeX-ja can control whether \Param{xkanjiskip} can be inserted
2525 before/after a character, by changing \Param{jaxspmode} for \textbf{JAchar}s and
2526 \Param{alxspmode} parameters \textbf{ALchar}s respectively.
2527 %</en>
2528 %<*ja>
2529 \Param{xkanjiskip}がすべての\textbf{JAchar}と\textbf{ALchar}の境界に
2530 挿入されるのは望ましいことではない.例えば,\Param{xkanjiskip}は開き括弧の
2531 後には挿入されるべきではない(「(あ」と「(\hskip\ltjgetparameter{xkanjiskip}あ」を
2532 比べてみよ).
2533 \LuaTeX-jaでは\Param{xkanjiskip}をある文字の前/後に挿入するかどうかを,
2534 \textbf{JAchar}に対しては\Param{jaxspmode}を,\textbf{ALchar}に対しては
2535 \Param{alxspmode}をそれぞれ変えることで制御することができる.
2536 %</ja>
2537 \begin{LTXexample}
2538 \ltjsetparameter{jaxspmode={`あ,preonly}, alxspmode={`\!,postonly}}
2539 pあq い!う
2540 \end{LTXexample}
2541
2542 %<*en>
2543 The second argument \texttt{preonly} means that the insertion of
2544 \Param{xkanjiskip} is allowed before this character, but not after.
2545 the other possible values are \texttt{postonly}, \texttt{allow}, and \texttt{inhibit}.
2546 %</en>
2547 %<*ja>
2548 2つ目の引数の \texttt{preonly}は「\Param{xkanjiskip}の挿入はこの文字の
2549 前でのみ許され,後では許さない」ことを意味する.他に指定可能な値は
2550 \texttt{postonly}, \texttt{allow}, \texttt{inhibit}である.
2551 %</ja>
2552
2553 %<*en>
2554 \Param{jaxspmode} and \Param{alxspmode} use a same table to store the parameters
2555 on the current version. Therefore, line~1 in the code above can be rewritten
2556 as follows:
2557 %</en>
2558 %<*ja>
2559 なお,現行の
2560 仕様では,\Param{jaxspmode}, \Param{alxspmode}はテーブルを共有しており,
2561 上のコードの1行目を次のように変えても同じことになる:
2562 %</ja>
2563 \begin{lstlisting}
2564 \ltjsetparameter{alxspmode={`あ,preonly}, jaxspmode={`\!,postonly}}
2565 \end{lstlisting}
2566 %<*en>
2567 One can use also numbers to specify these two parameters (see Subsection~\ref{ssec-param}).
2568 %</en>
2569 %<*ja>
2570 また,これら2パラメータには数値で値を指定することもできる(\ref{ssec-param}節を参照).
2571 %</ja>
2572
2573 %<*en>
2574 If you want to enable/disable all insertions of \Param{kanjiskip} and
2575 \Param{xkanjiskip}, set \Param{autospacing} and \Param{autoxspacing}
2576 parameters to \texttt{true}/\texttt{false}, respectively.
2577 %</en>
2578 %<*ja>
2579 もし全ての\Param{kanjiskip}と\Param{xkanjiskip}の挿入を有効化/無効化
2580 したければ,それぞれ\Param{autospacing}と\Param{autoxspacing}を
2581 \texttt{true}/\texttt{false}に設定すればよい.
2582 %</ja>
2583
2584 %<en>\subsection{Shifting the baseline}
2585 %<ja>\subsection{ベースラインの移動}
2586 %<*en>
2587 To make a match between a Japanese font and an alphabetic font, sometimes
2588 shifting of the baseline of one of the pair is needed. In \pTeX, this is achieved
2589 by setting \cs{ybaselineshift} (or \cs{tbaselineshift}) to a non-zero length (the
2590 baseline of \textbf{ALchar} is shifted below). However, for documents
2591 whose main language is not Japanese, it is good to shift the baseline of
2592 Japanese fonts, but not that of alphabetic fonts.
2593 Because of this, \LuaTeX-ja can independently set the shifting amount
2594 of the baseline of alphabetic fonts and that of Japanese fonts.
2595 \begin{center}
2596  \small
2597 \begin{tabular}{>{\bfseries}lcc}
2598 \toprule
2599 &\bfseries Horizontal writing (\emph{yoko} direction) etc.
2600 &\bfseries Vertical writing(\emph{tate} direction)\\
2601 \midrule
2602 Alphabetic fonts&\Param{yalbaselineshift}
2603      parameter&\Param{talbaselineshift} parameter\\
2604 Japanese fonts&\Param{yjabaselineshift}
2605      parameter&\Param{tjabaselineshift} parameter\\
2606 \bottomrule
2607 \end{tabular}
2608 \end{center}
2609 %</en>
2610 %<*ja>
2611 和文フォントと欧文フォントを合わせるためには,時々どちらかのベースラインの移動が
2612 必要になる.\pTeX ではこれは \cs{ybaselineshift}(または\cs{tbaselineshift})を設定することで
2613 なされていた(\textbf{ALchar}のベースラインがその分だけ下がる).しかし,日本語が主ではない
2614 文書に対しては,欧文フォントではなく和文フォントのベースラインを移動した方がよい.
2615 このため,\LuaTeX-jaでは欧文フォントのベースラインのシフト量
2616 と和文フォントのベースラインのシフト量を独立に設定できるようになっている.
2617 \begin{center}
2618  \small
2619 \begin{tabular}{>{\bfseries}lcc}
2620 \toprule
2621 &\bfseries 横組など&\bfseries 縦組\\
2622 \midrule
2623 欧文フォントのシフト量&\Param{yalbaselineshift}
2624      parameter&\Param{talbaselineshift} parameter\\
2625 和文フォントのシフト量&\Param{yjabaselineshift}
2626      parameter&\Param{tjabaselineshift} parameter\\
2627 \bottomrule
2628 \end{tabular}
2629 \end{center}
2630 %</ja>
2631
2632 %<*en>
2633 Here the horizontal line in the below example is the baseline of a line.
2634 %</en>
2635 %<*ja>
2636 下の例において引かれている水平線がベースラインである.
2637 %</ja>
2638 \begin{LTXexample}
2639 \vrule width 150pt height 0.2pt depth 0.2pt \hskip-120pt
2640 \ltjsetparameter{yjabaselineshift=0pt, yalbaselineshift=0pt}abcあいう
2641 \ltjsetparameter{yjabaselineshift=5pt, yalbaselineshift=2pt}abcあいう
2642 \end{LTXexample}
2643
2644 %<*en>
2645 There is an interesting side-effect: characters in different size can be
2646 vertically aligned center in a line, by setting two parameters appropriately.
2647 The following is an example (beware the value is not well tuned):
2648 %</en>
2649 %<*ja>
2650 この機能には面白い使い方がある:2つのパラメータを適切に設定することで,サイズの
2651 異なる文字を中心線に揃えることができる.
2652 以下は一つの例である(値はあまり調整されていないことに注意):
2653 %</ja>
2654 \begin{LTXexample}[width=0.4\textwidth]
2655 \vrule width 150pt height4.417pt depth-4.217pt%
2656 \kern-150pt
2657 \large xyz漢字
2658 {\scriptsize
2659   \ltjsetparameter{yjabaselineshift=-1.757pt,
2660     yalbaselineshift=-1.757pt}
2661   漢字xyzあいう
2662 }あいうabc
2663 \end{LTXexample}
2664
2665 %<*en>
2666 Note that setting positive \Param{yalbaselineshift}~or~\Param{talbaselineshift}
2667 parameters does not increase the depth of one-letter \emph{syllable} $p$ of \textbf{Alchar}, if
2668 its left-protrusion~(\cs{lpcode}) and right-protrusion~(\cs{rpcode}) are both non-zero.
2669 This is because
2670 \begin{itemize}
2671 \item These two parameters are implemented by setting \texttt{yoffset} field of a
2672 glyph node, and this does not increase the depth of the glyph.
2673 \item To cope with the above situation, \LuaTeX-ja automatically supplies
2674 a rule in every syllable.
2675 \item However, we cannot use this ``supplying a rule'' method if a syllable comprises just
2676       one letter whose \cs{lpcode}~and~\cs{rpcode} are both non-zero.
2677 \end{itemize}
2678
2679 This problem does not apply for \Param{yjabaselineshift}~nor~\Param{tjabaselineshift},
2680 becuse a \emph{JAchar} is encapsulated by a horizontal box if needed.
2681 %</en>
2682 %<*ja>
2683 なお,以下の場合には1文字の\textbf{ALchar}からなる「音節」の深さは増加しないことに注意.
2684 \begin{itemize}
2685  \item \Param{yalbaselineshift},~\Param{talbaselineshift}パラメータが正になっている.
2686  \item 「音節」を構成する唯一の文字$p$の
2687 左余白への突出量(\cs{lpcode}),右余白への突出量(\cs{rpcode})がどちらも非零である.
2688 \end{itemize}
2689 \emph{JAchar}は必要に応じて1文字ずつボックスにカプセル化されるため,
2690 \Param{yjabaselineshift},~\Param{tjabaselineshift}パラメータについてはこのような問題は起こらない.
2691 %</ja>
2692
2693 %<*ja>
2694 \paragraph{数式における挙動:\pTeX との違い}
2695 \textbf{ALchar}のベースラインを補正する \Param{yalbaselineshift} パラメータは
2696 ほぼ\pTeX における \cs{ybaselineshift} に対応しているものであるが,
2697 数式中の挙動は異なっているので注意が必要である.
2698 例えば,表\ref{tab:math_bsa}のように,数式中に明示的に現れた \cs{hbox} は,
2699 \begin{itemize}
2700  \item 2015年以前の\pTeX では,ボックス全体が \cs{ybaselineshift} だとシフトされるので,
2701  表\ref{tab:math_bsa}中の``い''のように,ボックス中の和文文字は
2702  \ \cs{ybaselineshift} だけシフトされ,一方,``for all''のように,
2703  ボックス内の欧文文字は2重にシフトされることになる.
2704  \item 一方,\LuaTeX-jaではそのようなことはおこらず,
2705  数式中に明示的に現れた \cs{hbox} はシフトしない.そのため,
2706  表\ref{tab:math_bsa}中の``い''も``for all''も,それぞれ本文中に
2707  書かれたときと同じ上下位置に組まれる.
2708
2709  なお,\TeX~Live~2016以降の\pTeX では改修がなされ,\LuaTeX-jaと
2710  近い挙動になるようにしているが,数式中に直に書かれた``あ''のベースラインについては
2711  まだ違いが見られる.
2712 \end{itemize}
2713 \begin{table}
2714 \small\centering
2715 \caption{数式関係のベースライン補正($\Param{yalbaselineshift}=10\,\textrm{pt}$)}
2716 \label{tab:math_bsa}
2717 \newdimen\origbaselineskip
2718 \origbaselineskip=\baselineskip
2719 \begin{tabular}{lp{30\zw}}
2720 \toprule
2721 \emph{入力}&\vspace*{\dimexpr-\origbaselineskip-\smallskipamount}
2722 \begin{lstlisting}
2723 数式abc: $あa\hbox{い}$, $\int_0^x t\,dt=x^2/2$,
2724 $\Phi\vdash F(x)\ \hbox{for all}\ x\in A$
2725 \end{lstlisting}\\
2726 \noalign{\vskip-\origbaselineskip}
2727 \midrule
2728 \emph{\pTeX~(--2015)}&
2729 {\ltjsetparameter{yalbaselineshift=10pt}%
2730 数式abc: $\lower10pt\hbox{あ}a\lower10pt\hbox{い}$, $\int_0^x t\,dt=x^2/2$,
2731 $\Phi\vdash F(x)\ \lower10pt\hbox{for all}\ x\in A$
2732 \par}\\\noalign{\vskip-\origbaselineskip}\midrule
2733 \emph{\pTeX~(2016--)}&
2734 {\ltjsetparameter{yalbaselineshift=10pt}%
2735 数式abc: $\lower10pt\hbox{あ}a\hbox{い}$, $\int_0^x t\,dt=x^2/2$,
2736 $\Phi\vdash F(x)\ \hbox{for all}\ x\in A$
2737 \par}\\\noalign{\vskip-\origbaselineskip}\midrule
2738 \emph{\LuaTeX-ja}&
2739 {\ltjsetparameter{yalbaselineshift=10pt}%
2740 数式abc: $あa\hbox{い}$, $\int_0^x t\,dt=x^2/2$,
2741 $\Phi\vdash F(x)\ \hbox{for all}\ x\in A$
2742 \par}\\
2743 \noalign{\vskip-\origbaselineskip}
2744 \bottomrule
2745 \end{tabular}
2746 \end{table}
2747 %</ja>
2748
2749 %<*en>
2750 \subsection{\emph{kinsoku} parameters and OpenType features}
2751 Among parameters which related to Japanese word-wrapping process (\emph{kinsoku shori}),
2752 \begin{quote}
2753  \Param{jaxspmode},~\Param{alxspmode}, \Param{prebreakpenalty},
2754  \Param{postbreakpenalty}~and~\Param{kcatcode}
2755 \end{quote}
2756 are stored by each character codes.
2757
2758 OpenType font features are ignored in these parameters.
2759 For example, a fullwidth katakana ``ア'' on line~10 in the below input is replaced to
2760 its halfwidth variant ``ア'', by \verb+hwid+ feature.
2761 However, the penalty inserted after it is 10 which is the \Param{postbreakpenalty} of
2762 ``ア'', not 20.
2763 %</en>
2764 %<*ja>
2765 \subsection{禁則処理関連パラメータとOpenTypeのfont feature}
2766 禁則処理や \Param{kanjiskip}, \Param{xkanjiskip} の挿入に関連したパラメータのうち
2767 \begin{quote}
2768  \Param{jaxspmode},~\Param{alxspmode}, \Param{prebreakpenalty},
2769  \Param{postbreakpenalty}, \Param{kcatcode}
2770 \end{quote}
2771 は,文字コードごとに設定する量である.
2772
2773 \Pkg{fontspec}パッケージを使う(\ref{ssec-fontspec}節)場合など,
2774 各種のOpenType featureを適用することもあると思うが,前段落に述べたパラメータ類は,
2775 \emph{OpenType featureの適用前の文字コードによって適用される.}
2776 例えば,以下の例において10行目の「ア」は,\verb+hwid+ featureの適用により半角カタカナの「ア」
2777 に置き換わる.しかし,その直後に挿入される \Param{postbreakpenalty}は,置換前の「ア」に対する値10である.
2778 %</ja>
2779
2780 \begin{LTXexample}[width=0.2\textwidth]
2781 \ltjsetparameter{postbreakpenalty={`ア, 10}}
2782 \ltjsetparameter{postbreakpenalty={`ア, 20}}
2783
2784 \newcommand\showpostpena[1]{%
2785   \leavevmode\setbox0=\hbox{#1\hbox{}}%
2786   \unhbox0\setbox0=\lastbox\the\lastpenalty}
2787
2788 \showpostpena{ア},
2789 \showpostpena{ア},
2790 {\addjfontfeatures{CharacterWidth=Half}\showpostpena{ア}}
2791 \end{LTXexample}
2792
2793 \clearpage
2794 %<en>\part{Reference}
2795 %<ja>\part{リファレンス}
2796 \label{part-ref}
2797 \suppressfloats[t]
2798 %<*ja>
2799 \section{\LuaTeX-jaにおける \cs{catcode}}
2800 \label{sec-catcode}
2801 \subsection{予備知識:\pTeX と\upTeX における \cs{kcatcode}}
2802 \pTeX,\upTeX においては,和文文字が制御綴内で利用できるかどうか
2803 は \cs{kcatcode} の値によって決定されるのであった.
2804 詳細は表\ref{table-kcat}を参照されたい.
2805 %</ja>
2806 %<*en>
2807 \section{\cs{catcode} in \LuaTeX-ja}
2808 \label{sec-catcode}
2809 \subsection{Preliminaries: \cs{kcatcode} in \pTeX\ and \upTeX}
2810 In \pTeX~and~\upTeX, the value of \cs{kcatcode} determines
2811 whether a Japanese character can be used in a control word.
2812 For the detail, see Table~\ref{table-kcat}.
2813 %</en>
2814
2815 \begin{table}[t]
2816 \small
2817 \caption{\cs{kcatcode} in \upTeX}
2818 \label{table-kcat}
2819 %<en>\medskip
2820
2821 \noindent\hfill
2822 \begin{tabular}{ccccc}
2823 \toprule
2824 \bfseries \cs{kcatcode}&
2825 %<*en>
2826 \bfseries meaning&
2827 \bfseries control word&
2828 \bfseries widow penalty&
2829 \bfseries linebreak\\
2830 %</en>
2831 %<*ja>
2832 \bfseries 意図&
2833 \bfseries 制御綴中に使用&
2834 \bfseries 文字ウィドウ処理&
2835 \bfseries 直後での改行\\
2836 %</ja>
2837 \midrule
2838 15&non-cjk&\multicolumn{3}{c}{(treated as usual \LaTeX)}\\
2839 16&kanji&Y&Y&ignored\\
2840 17&kana&Y&Y&ignored\\
2841 18&other&N&N&ignored\\
2842 19&hangul&Y&Y&space\\
2843 \bottomrule
2844 \end{tabular}\hfill\null
2845
2846 \medskip
2847
2848 %<*ja>
2849 文字ウィドウ処理:「漢字が一文字だけ次の行に行くのを防ぐ」
2850 \cs{jcharwidowpenalty} が,
2851 その文字の直前に挿入されうるか否か,を示す.
2852 %</ja>
2853 \end{table}
2854
2855 %<*en>
2856 \cs{kcatcode} can be set by a row of JIS~X~0208 in \pTeX,
2857 and generally by a Unicode block\footnote{%
2858   \upTeX\ divides \texttt{U+FF00}--\texttt{U+FFEF} (Halfwidth and Fullwidth Forms)
2859   into three subblocks, and \cs{kcatcode} can be set by a subblock.
2860 }
2861 in \upTeX. So characters which can be used in a control word
2862 slightly differ between \pTeX~and~\upTeX.
2863 %</en>
2864 %<*ja>
2865 \pTeX では \cs{kcatcode} はJIS~X~0208の区単位,
2866 \upTeX では概ねUnicodeブロック単位\footnote{%
2867   \texttt{U+FF00}--\texttt{U+FFEF} (Halfwidth and Fullwidth Forms)は
2868   「全角英数字」「半角カナ」「その他」と3つに分割されており,
2869   それぞれ別々に \cs{kcatcode} が指定できるようになっている.
2870 }で設定可能になっている.そのため,\pTeX と\upTeX の初期状態では
2871 制御綴内で使用可能な文字が微妙に異なっている.
2872 %</ja>
2873
2874 %<*en>
2875 \subsection{Case of \LuaTeX-ja}
2876 The role of \cs{kcatcode} in \pTeX~and~\upTeX\ can be
2877 divided into the following four kinds,
2878 and \LuaTeX-ja can control these four kinds separately:
2879 \begin{itemize}
2880  \item
2881 \emph{Distinction between \textbf{JAchar} or \textbf{ALchar}}
2882 is controlled by the character range, see Subsection~\ref{ssec-setrange}.
2883  \item
2884 \emph{Whether the character can be used in a control word}
2885 is controlled by setting \cs{catcode} to 11~(enabled) or 12~(disabled), as usual.
2886  \item
2887 \emph{Whether \Param{jcharwidowpenalty} can be inserted before the character}
2888 is controlled by the lowermost bit of the \Param{kcatcode} parameter.
2889  \item
2890 \emph{Linebreak after a \textbf{JAchar}} does not produce a space.
2891 \end{itemize}
2892 %</en>
2893 %<*ja>
2894 \subsection{\LuaTeX-jaの場合}
2895 \LuaTeX-jaでは,従来の\pTeX・\upTeX における \cs{kcatcode} の役割を
2896 分割している:
2897 \begin{description}
2898  \item[欧文/和文の区別 (\upTeX)]
2899 \cs{ltjdefcharrange} と\textsf{jacharrange}パラメータ(\ref{ssec-setrange}節)
2900  \item[制御綴中に使用可か]
2901 \LuaTeX 自身の \cs{catcode} でよい
2902  \item[\Param{jcharwidowpenalty}が挿入可か]
2903 \Param{kcatcode}パラメータの最下位ビット
2904  \item[直後の改行]
2905 日本語しか想定していないので,\textbf{JAchar}直後の改行で半角スペースが挿入されることはない.
2906 \end{description}
2907 %</ja>
2908
2909 %<*en>
2910 Default setting of \cs{catcode} of Unicode characters are located in
2911 \begin{description}
2912  \item[plain \LuaTeX] \texttt{luatex-unicode-letters.tex}, which is based on \texttt{unicode-letters.tex}
2913 (for \XeTeX).
2914  \item[\LuaLaTeX] now included in \LaTeX\ kernel  as~\texttt{unicode-letters.def}.
2915 \end{description}
2916 However, the default setting of \cs{catcode} differs
2917 between \XeTeX\ and \LuaTeX, by the following reasons:
2918 \begin{itemize}
2919  \item (plain format) \texttt{luatex-unicode-letters.tex} is based on old \texttt{unicode-letters.tex}.
2920  \item The latter half of \texttt{unicode-letters.tex}~and~\texttt{unicode-letters.def}
2921 sets\cs{catcode} of several characters to 11, via setting \cs{XeTeXcharclass}.
2922 However, this latter half does not exist (plain case), or not executed (\LaTeX~case) in \LuaTeX.
2923 \end{itemize}
2924 In other words,
2925 \begin{description}
2926 \item[plain \LuaTeX]
2927 Kanji nor kana characters cannot be used in
2928 a control word, in the default setting of plain \LuaTeX.
2929 \item[\LuaLaTeX]
2930 In recent (2015-10-01 or later) \LuaLaTeX, Kanji and kana characters in a control word is supported (these catcode are 11),
2931 but not fullwidth alphanumerics and several other characters.
2932 \end{description}
2933
2934 This would be inconvenient for \pTeX~users to shifting to \LuaTeX-ja,
2935 since several control words containing Kanji or other fullwidth characters, such as
2936 \verb+\西暦+~or~\verb+\1年目西暦+ are used in \pTeX.
2937 Hence, \LuaTeX-ja have a counterpart of \texttt{unicode-letters.tex}
2938 for \LuaTeX, \emph{to match the \cs{catcode} setting with that of \XeTeX.}
2939 %</en>
2940 %<*ja>
2941 ネイティブにUnicode全部の文字を扱える\XeTeX や\LuaTeX では,
2942 文字が制御綴内で使用できるかは通常の欧文文字と同じく \cs{catcode}
2943 で指定することとなる.plain \XeTeX における \cs{catcode} の初期設定は\
2944 \texttt{unicode-letters.tex} 中に記述されており,plain \LuaTeX ではそれを
2945 元にした \texttt{luatex-unicode-letters.tex} を用いている.
2946 \LaTeX では \cs{catcode} の設定はカーネルに \texttt{unicode-letters.def} として統合され.
2947 このファイルを\XeLaTeX, \LuaLaTeX の両方が用いている.
2948
2949 だが,\XeTeX における \cs{catcode} の初期設定と
2950 \LuaTeX におけるそれは一致していない:
2951 \begin{itemize}
2952  \item \texttt{luatex-unicode-letters.tex} の元になった\
2953 \texttt{unicode-letters.tex} が古い
2954  \item \texttt{unicode-letters.tex} 後半部や \texttt{unicode-letters.def} 後半部では
2955 \cs{XeTeXcharclass} の設定を行なっており,
2956 それによって漢字や仮名,および全角英数字の \cs{catcode} が11に設定されている.
2957 しかし,\texttt{luatex-unicode-letters.tex} ではこの「後半部」が
2958 まるごと省略されており,また\LuaLaTeX でも \texttt{unicode-letters.def} 後半部は実行されな
2959        い.
2960 \end{itemize}
2961 言い換えると,
2962 \begin{description}
2963  \item[plain \LuaTeX]  漢字や仮名を制御綴内に
2964 使用することはできない.
2965  \item[\LuaLaTeX] 最近の(2015-10-01以降の)
2966 \LuaLaTeX では漢字や仮名を制御綴内に
2967 使用することが可能になったが,全角英数字は相変わらず使用できない,
2968 \end{description}
2969 これでは \pTeX で使用できた \verb+\1年目西暦+\footnote{科研費\LaTeX で使用されているそうです.}などが使えないこととなり,
2970 \LuaTeX-jaへの移行で手間が生じる.そのため,\LuaTeX-jaでは
2971 \texttt{unicode-letters.tex} の後半部にあたる内容を自前でパッチし,
2972 結果として\textbf{\XeTeX における初期設定と同じになるようにしている.}
2973 %</ja>
2974
2975 \begin{table}
2976  \centering\small
2977 %<en>\caption{Difference of the set of non-kanji JIS~X~0208 characters which can be used in a control word}
2978 %<ja>\caption{制御綴中に使用出来るJIS~X~0208非漢字の違い}
2979 %<en>\medskip
2980 \label{table-kcat-diff}
2981 \def\D#1#2#3#4{%
2982   {\fboxsep0pt\fcolorbox{cyan}{white}%
2983   {\large\char"#1#2#3#4}}\ (\texttt{U+#1#2#3#4})} %"
2984 \leavevmode\hbox to 0pt{\hss\begin{tabular}{cccccc}
2985 \toprule
2986 %<en>&\bf row&\bf col.&\bf \pTeX&\bf \upTeX&\bf\LuaTeX-ja\\
2987 %<ja>&\bf 区&\bf 点&\bf \pTeX&\bf \upTeX&\fontseries{b}\selectfont\LuaTeX-ja\\
2988 \midrule
2989 %\D 3000&1&1&N&N&Y\\
2990 \D 30FB&1&6&N&Y&N\\
2991 \D 309B&1&11&N&Y&N\\
2992 \D 309C&1&12&N&Y&N\\
2993 \D FF40&1&14&N&N&Y\\
2994 \D FF3E&1&16&N&N&Y\\
2995 \D FFE3&1&17&N&N&Y\\
2996 \D FF3F&1&18&N&N&Y\\
2997 %\D 30FD&1&19&N&Y&Y\\
2998 %\D 30FE&1&20&N&Y&Y\\
2999 %\D 309D&1&21&N&Y&Y\\
3000 %\D 309E&1&22&N&Y&Y\\
3001 \D 3003&1&23&N&N&Y\\
3002 \D 4EDD&1&24&N&Y&Y\\
3003 \D 3005&1&25&N&N&Y\\
3004 \D 3006&1&26&N&N&Y\\
3005 \D 3007&1&27&N&N&Y\\
3006 \D 30FC&1&28&N&Y&Y\\
3007 \D FF0F&1&31&N&N&Y\\
3008 \D FF3C&1&32&N&N&Y\\
3009 \bottomrule
3010 \end{tabular}\qquad
3011 \begin{tabular}{cccccc}
3012 \toprule
3013 %<en>&\bf row&\bf col.&\bf \pTeX&\bf \upTeX&\bf\LuaTeX-ja\\
3014 %<ja>&\bf 区&\bf 点&\bf \pTeX&\bf \upTeX&\fontseries{b}\selectfont\LuaTeX-ja\\
3015 \midrule
3016 \D FF5C&1&35&N&N&Y\\
3017 \D FF0B&1&60&N&N&Y\\
3018 \D FF1D&1&65&N&N&Y\\
3019 \D FF1C&1&67&N&N&Y\\
3020 \D FF1E&1&68&N&N&Y\\
3021 \D FF03&1&84&N&N&Y\\
3022 \D FF06&1&85&N&N&Y\\
3023 \D FF0A&1&86&N&N&Y\\
3024 \D FF20&1&87&N&N&Y\\
3025 \D 3012&2&9&N&N&Y\\
3026 \D 3013&2&14&N&N&Y\\
3027 \D FFE2&2&44&N&N&Y\\
3028 \D 212B&2&82&N&N&Y\\
3029 %<en>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}Greek letters (row 6)}&Y&N&Y\\
3030 %<en>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}Cyrillic letters (row 7)}&N&N&Y\\
3031 %<ja>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}ギリシャ文字(6区)}&Y&N&Y\\
3032 %<ja>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}キリル文字(7区)}&N&N&Y\\
3033 \bottomrule
3034 \end{tabular}\hss}\par
3035 \end{table}
3036
3037 %<*en>
3038 \subsection{Non-kanji characters in a control word}
3039 Because the engine differ, so non-kanji JIS~X~0208 characters
3040 which can be used in a control word differ in \pTeX, in \upTeX,~and~in \LuaTeX-ja.
3041 Table~\ref{table-kcat-diff} shows the difference.
3042 Except for four characters ``・'',~``゛'', ``゜'',~``゠'',
3043 \LuaTeX-ja admits more characters in a control word than \upTeX.
3044
3045 Difference becomes larger, if we consider
3046 non-kanji JIS~X~0213 characters.
3047 For the detail, see \url{https://github.com/h-kitagawa/kct}.
3048 %</en>
3049 %<*ja>
3050 \subsection{制御綴中に使用出来るJIS非漢字の違い}
3051
3052 エンジンが異なるので,\pTeX, \upTeX, \LuaTeX-ja
3053 において制御綴中に使用可能なJIS~X~0208の文字は異なる.
3054 異なっているところだけを載せると,表\ref{table-kcat-diff}のようになる.
3055 「・」「゛」「゜」「゠」を除けば,\LuaTeX-jaでは\upTeX より多くの文字が
3056 制御綴に使用可能になっている.
3057
3058 JIS~X~0213の範囲に広げると,差異はさらに大きくなる.
3059 詳細については例えば \url{https://github.com/h-kitagawa/kct} 中の\
3060 \texttt{kct-out.pdf} などを参照すること.
3061 %</ja>
3062
3063
3064 %<*en>
3065 \section{Directions}
3066 \LuaTeX\ supports four $\Omega$-style directions: \texttt{TLT},~\texttt{TRT}, \texttt{RTT}
3067 and \texttt{LTL}.
3068 However, neither directions are not well-suited for typesetting Japanese vertically, hence we
3069 implemented vertical writing by rotating \texttt{TLT}-box by 90~degrees.
3070 %</en>
3071 %<*ja>
3072 \section{縦組}
3073 \label{sec-direction}
3074 \LuaTeX 本体でも,$\Omega$・$\aleph$由来の機能として,複数の組方向をサポートしている.
3075 しかし,\LuaTeX がサポートするのは \texttt{TLT},~\texttt{TRT}, \texttt{RTT},~\texttt{LTL}\
3076 のみであり,日本語の縦組に使うのは望ましくない\footnote{%
3077 和文文字だけならば \texttt{RTT} を使えばなんとかなると思うが,
3078 欧文文字が入ってきた場合はうまくいかず,\texttt{RTR} という組方向が必要になる.
3079 }.そのため,\LuaTeX-jaでは横組(\texttt{TLT})で組んだボックスを回転させる方式で
3080 縦組を実装した.
3081 %</ja>
3082
3083 %<ja>\subsection{サポートする組方向}
3084 \begin{table}[t]
3085 %<ja>\caption{\LuaTeX-ja のサポートする組方向}
3086 %<en>\caption{Directions supported by \LuaTeX-ja}
3087 %<en>\medskip
3088 \label{tab-dir}
3089 \centering\small
3090 \def\obox#1{%
3091   \setbox0=\hbox{\yoko\hbox{#1%
3092   \large\ltjsetparameter{talbaselineshift=0pt}%
3093   \vrule height 25pt width 0.4pt depth 15pt\kern-.2pt%
3094   \raise25pt\hbox to 0pt{\hss\composite{*r^@{>>}}\hss}%
3095   \raise-15pt\hbox to 0pt{\hss\composite{*l^@{>|}}\hss}\kern.2pt%
3096   \vrule height.2pt depth.2pt width 60pt\hbox to 0pt{\hss\composite{*d^@{>}}\hss}\kern-60pt
3097   \hbox to 60pt{\,銀は、Ag\hss}}}%
3098   \raise\dimexpr 0.5\ltjgetdp0-0.5\ltjgetht0\box0%
3099 }
3100 %<*ja>
3101 \begin{tabular}{>{\bfseries}lcccc}
3102 \toprule
3103 &横組&縦組 &「dtou方向」&「utod方向」\\
3104 \midrule
3105 命令&\cs{yoko}&\cs{tate}&\cs{dtou}&\cs{utod}\\
3106 字送り方向&水平右向き(→)&垂直下向き(↓)&垂直上向き(↑)&垂直下向き(↓)\\
3107 行送り方向&垂直下向き(↓)&水平左向き(←)&水平右向き(→)&水平左向き(←)\\
3108 使用する和文フォント&横組用(\cs{jfont})&縦組用(\cs{tfont})&
3109 \multicolumn{2}{c}{%
3110   横組用(\cs{jfont})の$90^\circ$回転}\\[\smallskipamount]
3111 組版例\null $^*$ &\obox{\yoko}&\obox{\tate}&\obox{\dtou}&\obox{\utod}\\
3112 \noalign{\medskip}
3113 \bottomrule
3114 \end{tabular}
3115
3116 \medskip\raggedright
3117 \def\R#1{%
3118   \raise0.38\zw\hbox{%
3119     \vrule height.2pt  depth.2pt width2\zw%
3120     \hbox to 0pt{\hss\composite{*d^@{#1}}\hss}%
3121   }%
3122 }
3123 $^*$\ 幅(width),高さ(height),深さ(depth)の増加方向を,
3124 それぞれ「\R{>}」,「\R{>>}」,「\R{>|}」で表している.
3125 \raggedright
3126 %</ja>
3127
3128 %<*en>
3129 \begin{tabular}{>{\bfseries}lcccc}
3130 \toprule
3131 &horizontal (\emph{yoko}~direction)&vertical (\emph{tate}~direction)&%
3132   \emph{dtou} direction&\emph{utod} direction\\
3133 \midrule
3134 Commands&\cs{yoko}&\cs{tate}&\cs{dtou}&\cs{utod}\\
3135 Beginning of the page&Top&Right&Left&Right\\
3136 Beginning of the line&Left&Top&Bottom&Top\\
3137 Used Japanese font&horizontal (\cs{jfont})&vertical (\cs{tfont})&
3138 \multicolumn{2}{c}{%
3139   horizontal ($90^\circ$ rotated)}\\[\smallskipamount]
3140 Example&\obox{\yoko}&\obox{\tate}&\obox{\dtou}&\obox{\utod}\\
3141 \noalign{\medskip}
3142 (Notation used in $\Omega$)&TLT&RTR, RTT&LBL&RTR\\
3143 \bottomrule
3144 \end{tabular}
3145
3146 \medskip\raggedright
3147 \def\R#1{%
3148   \raise0.38\zw\hbox{%
3149     \vrule height.2pt  depth.2pt width2\zw%
3150     \hbox to 0pt{\hss\composite{*d^@{#1}}\hss}%
3151   }%
3152 }
3153 \raggedright
3154 %</en>
3155 \end{table}
3156
3157 %<*en>
3158 \LuaTeX-ja supports four directions, as shown in Table~\ref{tab-dir}.
3159 The second column (\emph{yoko} direction) is just horizontal writing,
3160 and the third column (\emph{tate} direction) is vertical writing.
3161 The fourth column (\emph{dtou} direction) is actually a hidden feature of \pTeX.
3162 We implemented this for debugging purpose.
3163 The fifth column (\emph{utod} direction) corresponds the ``\texttt{tate (math) direction}'' of \pTeX.
3164
3165 Directions can be changed by \cs{yoko},~\cs{tate}, \cs{dtou},~\cs{utod},
3166 only when the current list is null. Also, the direction of a math formula is changed to
3167 \emph{utod}, when the direction outside the math formula is \emph{tate} (vertical writing).
3168 %</en>
3169
3170 %<*ja>
3171 \LuaTeX-jaがサポートする組方向は表\ref{tab-dir}に示す4つである.
3172 4列目の \cs{dtou} は聞き慣れない命令だと思うが,
3173 実は\pTeX に同名の命令が(ドキュメントには書かれていないが)存在する.
3174 Down-TO-Upの意味なのだろう.\cs{dtou} を使用する機会はないだろうが,
3175 \LuaTeX-jaではデバッグ用に実装している.
3176 5列目の \cs{utod} は,\pTeX で言う「縦数式ディレクション」に相当するものである.
3177
3178 組方向は,\cs{yoko},~\cs{tate}, \cs{dtou},~\cs{utod} をそれぞれ使用することで,
3179 現在作成中のリストやボックスが空の時にのみ変更可能である.
3180 また,縦組中の数式内のボックスは\pTeX と同じように組方向が \cs{utod} となる.
3181 %</ja>
3182
3183 %<*en>
3184 \subsection{Boxes in different direction}
3185
3186 As in \pTeX, one can use boxes of different direction in one document.
3187 The below is an example.
3188 \begin{LTXexample}
3189 ここは横組%     yoko
3190 \hbox{\tate %   tate
3191   \hbox{縦組}%  tate
3192   の中に
3193   \hbox{\yoko 横組の内容}% yoko
3194   を挿入する
3195 }
3196 また横組に戻る% yoko
3197 \end{LTXexample}
3198
3199 Table~\ref{tab-diffdir} shows how a box is arranged when
3200 the direction  inside the box and that outside the box differ.
3201 %</en>
3202 %<*ja>
3203 \subsection{異方向のボックス}
3204
3205 縦組の中に「42」などの2桁以上の算用数字を横組で組むなど,
3206 異なる組方向を混在させることがしばしば行われる.
3207 組方向の混在も\pTeX と同じようにできる:
3208 \begin{LTXexample}
3209 ここは横組%     yoko
3210 \hbox{\tate %   tate
3211   \hbox{縦組}%  tate
3212   の中に
3213   \hbox{\yoko 横組の内容}% yoko
3214   を挿入する
3215 }
3216 また横組に戻る% yoko
3217 \end{LTXexample}
3218
3219 異なる組方向のボックスを配置した場合にどう組まれるかの仕様も,\pTeX を
3220 踏襲している.表\ref{tab-diffdir}に示す.
3221 %</ja>
3222
3223 \begin{table}[t]
3224 %<ja>\caption{異方向のボックスの配置}
3225 %<en>\caption{Boxes in different direction}
3226 %<en>\medskip
3227 \label{tab-diffdir}
3228  \centering\small\unitlength3mm
3229  \def\TATEeg{%
3230    \hbox{\smash{\begin{picture}(0,0)(-2,0)
3231      \thicklines
3232      \polyline(-2,0)(-2,-7)(5,-7)(5,0)
3233      \put(0,0){\circle*{0.3}}
3234      \put(2.5,-4){\makebox(0,0){\hbox{\tate\bfseries \emph{tate}/\emph{utod}}}}
3235      \put(0,0){\vector(1,0){5}} \put(2.5,-0.2){\makebox(0,0)[t]{$h_{\mathrm{T}}$}}
3236      \put(0,0){\vector(-1,0){2}}\put(-1,-0.2){\makebox(0,0)[t]{$d_{\mathrm{T}}$}}
3237      \put(0,0){\vector(0,-1){7}}\put(0.2,-3.5){\makebox(0,0)[l]{$w_{\mathrm{T}}$}}
3238    \end{picture}}}%
3239  }
3240  \def\DTOUeg{%
3241    \hbox{\smash{\begin{picture}(0,0)(-5,0)
3242      \thicklines
3243      \polyline(-5,0)(-5,7)(2,7)(2,0)
3244      \put(0,0){\circle*{0.3}}
3245      \put(-2.5,4){\makebox(0,0){\hbox{\dtou\bfseries \emph{dtou}}}}
3246      \put(0,0){\vector(-1,0){5}} \put(-2.5,0.3){\makebox(0,0)[b]{$h_{\mathrm{D}}$}}
3247      \put(0,0){\vector(1,0){2}}\put(1,0.3){\makebox(0,0)[b]{$d_{\mathrm{D}}$}}
3248      \put(0,0){\vector(0,1){7}}\put(-0.2,3.5){\makebox(0,0)[r]{$w_{\mathrm{D}}$}}
3249    \end{picture}}}%
3250  }
3251  \def\YOKOeg{%
3252    \hbox{\smash{\begin{picture}(0,0)
3253      \thicklines
3254      \polyline(0,5)(7,5)(7,-2)(0,-2)
3255      \put(4,2.5){\makebox(0,0){\hbox{\yoko\bfseries \emph{yoko}}}}
3256      \put(0,0){\circle*{0.3}}
3257      \put(0,0){\vector(0,1){5}} \put(0.3,2.5){\makebox(0,0)[l]{$h_{\mathrm{Y}}$}}
3258      \put(0,0){\vector(0,-1){2}}\put(0.3,-1){\makebox(0,0)[l]{$d_{\mathrm{Y}}$}}
3259      \put(0,0){\vector(1,0){7}}\put(3.5,0.2){\makebox(0,0)[b]{$w_{\mathrm{Y}}$}}
3260    \end{picture}}}%
3261  }
3262 \begin{tabular}{ccc}
3263 \toprule
3264 %<ja>\emph{横組中に配置}&\emph{縦組中に配置}&%
3265 %<ja>\emph{組方向 \cs{dtou} 中に配置}\\
3266 %<en>\textbf{typeset in \emph{yoko} direction}
3267 %<en>&\textbf{typeset in \emph{tate} or \emph{utod} direction}
3268 %<en>&\textbf{typeset in \emph{dtou} direction}\\
3269 \midrule
3270  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3271    \put(0,0){\line(1,0){3.8}}
3272    \put(4,7){\TATEeg}
3273    \put(11.2,0){\line(1,0){3.8}}
3274 %
3275    \put(2,7){\line(1,0){1.8}}
3276    \put(3,3.5){\vector(0,1){3.5}\vector(0,-1){3.5}}
3277    \put(2.8,3.5){\makebox(0,0)[r]{$H_{\mathrm{Y}}$}}
3278    \put(3,-2){\vector(0,1){2}}
3279    \put(2.8,-1){\makebox(0,0)[r]{$D_{\mathrm{Y}}$}}
3280 %
3281    \put(4,7.2){\line(0,1){1.8}}
3282    \put(11,7.2){\line(0,1){1.8}}
3283    \put(6,8){\vector(-1,0){2}}
3284    \put(9,8){\vector(1,0){2}}
3285    \put(7.5,8){\makebox(0,0){$W_{\mathrm{Y}}$}}
3286 %
3287  \end{picture}\vspace{-\baselineskip}
3288    \begin{align*}
3289    W_{\mathrm{Y}} &= h_{\mathrm{T}}+d_{\mathrm{T}},\\
3290    H_{\mathrm{Y}} &= w_{\mathrm{T}},\\
3291    D_{\mathrm{Y}} &=0\,\mathrm{pt}
3292    \end{align*}%
3293  }&
3294  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3295    \put(7.5,-0.2){\line(0,-1){2.8}}
3296    \put(4,2){\YOKOeg}
3297    \put(7.5, 7.2){\line(0,1){3.8}}
3298 %
3299    \put(2,7){\line(1,0){1.8}}
3300    \put(2,0){\line(1,0){1.8}}
3301    \put(3,5){\vector(0,1){2}}
3302    \put(3,2){\vector(0,-1){2}}
3303    \put(3,3.5){\makebox(0,0){$W_{\mathrm{T}}$}}
3304 %
3305    \put(4,7.2){\line(0,1){1.8}}
3306    \put(11,7.2){\line(0,1){1.8}}
3307    \put(8,8){\vector(-1,0){0.5}\vector(1,0){3}}
3308    \put(7,8){\vector(-1,0){3}\vector(1,0){0.5}}
3309    \put(9.25,8.2){\makebox(0,0)[b]{$H_{\mathrm{T}}$}}
3310    \put(5.75,8.2){\makebox(0,0)[b]{$D_{\mathrm{T}}$}}
3311 %
3312  \end{picture}\vspace{-\baselineskip}
3313    \begin{align*}
3314    W_{\mathrm{T}} &= h_{\mathrm{Y}}+d_{\mathrm{Y}},\\
3315    H_{\mathrm{T}} &= w_{\mathrm{Y}}/2,\\
3316    D_{\mathrm{T}} &= w_{\mathrm{Y}}/2
3317    \end{align*}%
3318  }&
3319  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3320    \put(11,-0.2){\line(0,-1){2.8}}
3321    \put(4,2){\YOKOeg}
3322    \put(11, 7.2){\line(0,1){3.8}}
3323 %
3324    \put(2,7){\line(1,0){1.8}}
3325    \put(2,0){\line(1,0){1.8}}
3326    \put(3,5){\vector(0,1){2}}
3327    \put(3,2){\vector(0,-1){2}}
3328    \put(3,3.5){\makebox(0,0){$W_{\mathrm{D}}$}}
3329 %
3330    \put(4,7.2){\line(0,1){1.8}}
3331    \put(11,7.2){\line(0,1){1.8}}
3332    \put(7.5,8){\vector(-1,0){3.5}\vector(1,0){3.5}}
3333    \put(13,8){\vector(-1,0){2}}
3334    \put(7.5,8.2){\makebox(0,0)[b]{$H_{\mathrm{D}}$}}
3335    \put(12,8.2){\makebox(0,0)[b]{$D_{\mathrm{D}}$}}
3336 %
3337  \end{picture}\vspace{-\baselineskip}
3338    \begin{align*}
3339    W_{\mathrm{D}} &= h_{\mathrm{Y}}+d_{\mathrm{Y}},\\
3340    H_{\mathrm{D}} &= w_{\mathrm{Y}},\\
3341    D_{\mathrm{D}} &= 0\,\mathrm{pt}
3342    \end{align*}%
3343  }%
3344 \\\midrule
3345  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3346    \put(0,0){\line(1,0){3.8}}
3347    \put(4,0){\DTOUeg}
3348    \put(11.2,0){\line(1,0){3.8}}
3349 %
3350    \put(2,7){\line(1,0){1.8}}
3351    \put(3,3.5){\vector(0,1){3.5}\vector(0,-1){3.5}}
3352    \put(2.8,3.5){\makebox(0,0)[r]{$H_{\mathrm{Y}}$}}
3353    \put(3,-2){\vector(0,1){2}}
3354    \put(2.8,-1){\makebox(0,0)[r]{$D_{\mathrm{Y}}$}}
3355 %
3356    \put(4,7.2){\line(0,1){1.8}}
3357    \put(11,7.2){\line(0,1){1.8}}
3358    \put(6,8){\vector(-1,0){2}}
3359    \put(9,8){\vector(1,0){2}}
3360    \put(7.5,8){\makebox(0,0){$W_{\mathrm{Y}}$}}
3361 %
3362  \end{picture}\vspace{-\baselineskip}
3363    \begin{align*}
3364    W_{\mathrm{Y}} &= h_{\mathrm{D}}+d_{\mathrm{D}},\\
3365    H_{\mathrm{Y}} &= w_{\mathrm{D}},\\
3366    D_{\mathrm{Y}} &= 0\,\mathrm{pt}
3367    \end{align*}%
3368  }&
3369  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3370    \put(9,-0.2){\line(0,-1){2.8}}
3371    \put(4,0){\DTOUeg}
3372    \put(9, 7.2){\line(0,1){3.8}}
3373 %
3374    \put(2,7){\line(1,0){1.8}}
3375    \put(2,0){\line(1,0){1.8}}
3376    \put(3,5){\vector(0,1){2}}
3377    \put(3,2){\vector(0,-1){2}}
3378    \put(3,3.5){\makebox(0,0){$W_{\mathrm{T}}$}}
3379 %
3380    \put(4,7.2){\line(0,1){1.8}}
3381    \put(11,7.2){\line(0,1){1.8}}
3382    \put(6.5,8){\vector(-1,0){2.5}\vector(1,0){2.5}}
3383    \put(10,8){\vector(-1,0){1}\vector(1,0){1}}
3384    \put(10,8.2){\makebox(0,0)[b]{$H_{\mathrm{T}}$}}
3385    \put(6.5,8.2){\makebox(0,0)[b]{$D_{\mathrm{T}}$}}
3386 %
3387  \end{picture}\vspace{-\baselineskip}
3388    \begin{align*}
3389    W_{\mathrm{T}} &= h_{\mathrm{D}}+d_{\mathrm{D}},\\
3390    H_{\mathrm{T}} &= d_{\mathrm{D}},\\
3391    D_{\mathrm{T}} &= h_{\mathrm{D}}
3392    \end{align*}%
3393  }&
3394  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3395    \put(6,-0.2){\line(0,-1){2.8}}
3396    \put(4,7){\TATEeg}
3397    \put(6, 7.2){\line(0,1){3.8}}
3398 %
3399    \put(2,7){\line(1,0){1.8}}
3400    \put(2,0){\line(1,0){1.8}}
3401    \put(3,5){\vector(0,1){2}}
3402    \put(3,2){\vector(0,-1){2}}
3403    \put(3,3.5){\makebox(0,0){$W_{\mathrm{D}}$}}
3404 %
3405    \put(4,7.2){\line(0,1){1.8}}
3406    \put(11,7.2){\line(0,1){1.8}}
3407    \put(5,8){\vector(-1,0){1}\vector(1,0){1}}
3408    \put(8.5,8){\vector(-1,0){2.5}\vector(1,0){2.5}}
3409    \put(5,8.2){\makebox(0,0)[b]{$H_{\mathrm{D}}$}}
3410    \put(8.5,8.2){\makebox(0,0)[b]{$D_{\mathrm{D}}$}}
3411 %
3412  \end{picture}\vspace{-\baselineskip}
3413    \begin{align*}
3414    W_{\mathrm{D}} &= w_{\mathrm{T}},\\
3415    H_{\mathrm{D}} &= d_{\mathrm{T}},\\
3416    D_{\mathrm{D}} &= h_{\mathrm{T}}
3417    \end{align*}%
3418  }\\
3419 \bottomrule
3420 \end{tabular}
3421 \end{table}
3422
3423
3424
3425 %<*en>
3426 \paragraph{\cs{wd} and direction}
3427 In \pTeX, \cs{wd},~\cs{ht},~\cs{dp} means the dimensions of a box register
3428 \emph{with respact to the current direction}.
3429 This means that the value of \cs{wd0} etc.\ might differ when the current direction is
3430 different, even if \cs{box0} stores the same box.
3431 However, this no longer applies in \LuaTeX-ja.
3432
3433 \begin{LTXexample}
3434 % yoko direction
3435 \setbox0=\hbox to 20pt{foo}
3436 \the\wd0,~\hbox{\tate\vrule\the\wd0}
3437 \wd0=100pt
3438 \the\wd0,~\hbox{\tate \the\wd0}
3439 \end{LTXexample}
3440
3441 To access box dimensions \emph{with respect to current direction},
3442 one have to use the following commands instead of \cs{wd} wtc.
3443 \begin{cslist}
3444
3445  \item[\cs{ltjgetwd}<num>\textrm{, }\cs{ltjgetht}<num>\textrm{, }%
3446   \cs{ltjgetdp}<num>]
3447 These commands return \emph{an internal dimension} of \cs{box<num>} with respect to
3448 the current direction. One can use these in \cs{dimexpr} primitive, as the followings.
3449 \begin{lstlisting}
3450 \dimexpr 2\ltjgetwd42-3pt\relax, \the\ltjgetwd1701
3451 \end{lstlisting}
3452 The following is an example.
3453 \begin{LTXexample}[width=0.3\textwidth]
3454 \parindent0pt
3455 \setbox32767=\hbox{\yoko よこぐみ}
3456 \fboxsep=0mm\fbox{\copy32767}
3457 \vbox{\hsize=20mm
3458 \yoko YOKO \the\ltjgetwd32767, \\
3459   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3460 \vbox{\hsize=20mm\raggedleft
3461 \tate TATE \the\ltjgetwd32767, \\
3462   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3463 \vbox{\hsize=20mm\raggedleft
3464 \dtou DTOU \the\ltjgetwd32767, \\
3465   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3466 \end{LTXexample}
3467
3468  \item[\cs{ltjsetwd}<num>=<dimen>\textrm{, }\cs{ltjsetht}<num>=<dimen>\textrm{, }%
3469   \cs{ltjsetdp}<num>=<dimen>]
3470 These commands set the dimension of \cs{box<num>}. One does not need
3471         to group the argument <num>; four calls of \cs{ltjsetwd} below have the same meaning.
3472 \begin{lstlisting}
3473 \ltjsetwd42 20pt,  \ltjsetwd42=20pt,  \ltjsetwd=42 20pt,  \ltjsetwd=42=20pt
3474 \end{lstlisting}
3475
3476 \end{cslist}
3477 %</en>
3478 %<*ja>
3479 \paragraph{\cs{wd} 達と組方向}
3480 ボックスレジスタ \cs{box}<num> にセットされているボックスの幅・高さ・深さの取得や
3481 変更にはそれぞれ \cs{wd},~\cs{ht},~\cs{dp} プリミティブを用いるのであった.
3482 \pTeX ではこれらのプリミティブは,「現在の組方向におけるボックスの寸法」を指すもので,
3483 同じボックスに対しても現在の組方向によって返る値は異なるもであった.
3484
3485 \LuaTeX-jaにおいては状況が異なり,\cs{wd},~\cs{ht},~\cs{dp} が返す値は
3486 現在の組方向には依存しない.下の例のように,横組のボックスが格納されていれば
3487 \cs{wd}等は常に「横組におけるボックスの寸法」を意味する.
3488
3489 \begin{LTXexample}
3490 % yoko direction
3491 \setbox0=\hbox to 20pt{foo}
3492 \the\wd0,~\hbox{\tate\vrule\the\wd0}
3493 \wd0=100pt
3494 \the\wd0,~\hbox{\tate \the\wd0}
3495 \end{LTXexample}
3496
3497 \pTeX のように現在の組方向に応じたボックスの寸法の取得・設定を行うには,
3498 代わりに次の命令を使用する.
3499
3500 \begin{cslist}
3501
3502  \item[\cs{ltjgetwd}<num>\textrm{, }\cs{ltjgetht}<num>\textrm{, }%
3503   \cs{ltjgetdp}<num>]
3504 現在の組方向に応じたボックスの寸法の取得を行う.結果は内部長さであるため,
3505 \begin{lstlisting}
3506 \dimexpr 2\ltjgetwd42-3pt\relax, \the\ltjgetwd1701
3507 \end{lstlisting}
3508 のように \cs{wd}<num> の代わりとして扱うことができる.
3509 使用例は以下の通りである.
3510 \begin{LTXexample}[width=0.3\textwidth]
3511 \parindent0pt
3512 \setbox32767=\hbox{\yoko よこぐみ}
3513 \fboxsep=0mm\fbox{\copy32767}
3514 \vbox{\hsize=20mm
3515 \yoko YOKO \the\ltjgetwd32767, \\
3516   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3517 \vbox{\hsize=20mm\raggedleft
3518 \tate TATE \the\ltjgetwd32767, \\
3519   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3520 \vbox{\hsize=20mm\raggedleft
3521 \dtou DTOU \the\ltjgetwd32767, \\
3522   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3523 \end{LTXexample}
3524
3525  \item[\cs{ltjsetwd}<num>=<dimen>\textrm{, }\cs{ltjsetht}<num>=<dimen>\textrm{, }%
3526   \cs{ltjsetdp}<num>=<dimen>]
3527 現在の組方向に応じたボックスの寸法の設定を行う.\cs{afterassignment} を2回利用して
3528 実装しているので,次の4通りは全て同じ意味である.
3529 \begin{lstlisting}
3530 \ltjsetwd42 20pt,  \ltjsetwd42=20pt,  \ltjsetwd=42 20pt,  \ltjsetwd=42=20pt
3531 \end{lstlisting}
3532
3533 設定値は「横組」「縦組及び \cs{utod} 方向」「\cs{dtou} 方向」
3534 の3種ごとに独立して記録される.参考として,Gitリポジトリ内の
3535               \verb+test/test55-boxdim_diffdir.{tex,pdf}+ を挙げておく.
3536
3537 \end{cslist}
3538 %</ja>
3539
3540 %<*en>
3541 \subsection{Getting current direction}
3542 The \Param{direction} parameter returns the current direction, and
3543 the \Param{boxdir} parameter (with the argument <num>)
3544 returns the direction of a box register \cs{box}<num>.
3545 The returned value of these parameters are a \emph{string}:
3546 \begin{center}
3547 \small
3548 \begin{tabular}{>{\bfseries}lccccc}
3549 \toprule
3550 Direction&\emph{yoko}&\emph{tate}&\emph{dtou}&\emph{utod}&(empty)\\
3551 \midrule
3552 Returned value&\texttt{4}&\texttt{3}&\texttt{1}&\texttt{11}&\texttt{0}\\
3553 \bottomrule
3554 \end{tabular}
3555 \end{center}
3556 \begin{LTXexample}[width=0.3\textwidth]
3557 \leavevmode\def\DIR{\ltjgetparameter{direction}}
3558 \hbox{\yoko \DIR}, \hbox{\tate\DIR},
3559 \hbox{\dtou\DIR}, \hbox{\utod\DIR},
3560 \hbox{\tate$\hbox{tate math: \DIR}$}
3561
3562 \setbox2=\hbox{\tate}\ltjgetparameter{boxdir}{2}
3563 \end{LTXexample}
3564 %</en>
3565 %<*ja>
3566 \subsection{組方向の取得}
3567 「現在の組方向」や「<num>番のボックスの組方向」は,
3568 \pTeX では \cs{ifydir} や \cs{ifybox}<num> といった条件判断文を使って
3569 判断することができた.
3570 しかし,\LuaTeX-jaはあくまでも\TeX マクロとLuaコードで
3571 記述されており,それでは新たな条件判断命令を作るのは難しい.
3572
3573 \LuaTeX-jaでは,\Param{direction}パラメータで現在の組方向を,
3574 \Param{boxdir}パラメータ(と追加の引数<num>)によって
3575 \cs{box}<num>の組方向をそれぞれ取得できるようにした.
3576 戻り値は文字列である:
3577 \begin{center}
3578 \small
3579 \begin{tabular}{>{\bfseries}lccccc}
3580 \toprule
3581 組方向&\emph{横組}&\emph{tate縦組}&\emph{dtou方向}&\emph{utod方向}&(未割り当て)\\
3582 \midrule
3583 戻り値&\texttt{4}&\texttt{3}&\texttt{1}&\texttt{11}&\texttt{0}\\
3584 \bottomrule
3585 \end{tabular}
3586 \end{center}
3587
3588 \begin{LTXexample}[width=0.3\textwidth]
3589 \leavevmode\def\DIR{\ltjgetparameter{direction}}
3590 \hbox{\yoko\DIR}, \hbox{\tate\DIR},
3591 \hbox{\dtou\DIR}, \hbox{\utod\DIR},
3592 \hbox{\tate$\hbox{tate math: \DIR}$}
3593
3594 \setbox2=\hbox{\tate}\ltjgetparameter{boxdir}{2}
3595 \end{LTXexample}
3596
3597 これらを用いれば,例えば
3598 \pTeX の \cs{ifydir},~\cs{ifybox200} と同等の条件判断を
3599 \begin{lstlisting}
3600 \ifnum\ltjgetparameter{direction}=4
3601 \ifnum\ltjgetparameter{boxdir}{200}=4
3602 \end{lstlisting}
3603 のように行うことができる.
3604 \cs{iftdir} は少々面倒であるが,8で割った余りが3であるか否かを判断すれば良いから
3605 \begin{lstlisting}
3606 \ifnum\numexpr
3607   \ltjgetparameter{direction}-(\ltjgetparameter{direction}/8)*8=3
3608 \end{lstlisting}
3609 とすればよい.
3610 %</ja>
3611
3612 %<*en>
3613 \subsection{Overridden box primitives}
3614 To cope with multiple directions, the following primitives are
3615 overridden by \LuaTeX-ja, using~\verb+\protected\def+.
3616 \begin{cslist}[style=standard]
3617  \item[\cs{unhbox}<num>\textrm{, }\cs{unvbox}<num>\textrm{, }\cs{unhcopy}<num>\textrm{, }\cs{unvcopy}<num>]
3618  \item[\cs{vadjust}\{<material>\}]
3619  \item[\cs{insert}<number>\{<material>\}]
3620  \item[\cs{lastbox}]
3621  \item[\cs{raise}<dimen><box>\textrm{, }\cs{lower}<dimen><box>\textrm{\ etc., }\cs{vcenter}]
3622  \item[\cs{vcenter}]
3623 \end{cslist}
3624 %</en>
3625 %<*ja>
3626 \subsection{プリミティブの再定義}
3627 異なる組方向に対応するために,以下に挙げるプリミティブは
3628 \LuaTeX-jaによる前処理もしくは後処理が行われるように
3629 \ \verb+\protected\def+ により再定義してある.
3630
3631 \begin{cslist}
3632  \item[\cs{unhbox}<num>\textrm{, }\cs{unvbox}<num>\textrm{, }\cs{unhcopy}<num>\textrm{, }\cs{unvcopy}<num>]
3633  ボックスの組方向が現在のリストと異なる場合は事前にエラーメッセージを出力する.
3634  \pTeX と異なり,エラーを無視して無理矢理 \cs{unhbox}, \cs{unvbox} を
3635  続行させることもできるが,その場合の組版結果は保証しない.
3636  \item[\cs{vadjust}\{<material>\}] 一旦プリミティブ本来の挙動を行う.その後,<material>の組方向が
3637  周囲の垂直リストの組方向と一致しない場合にエラーを出力し,
3638  該当の \cs{vadjust} を無効にする.
3639  \item[\cs{insert}<number>\{<material>\}]
3640  一旦プリミティブ本来の挙動を行い,その後<material>内の各ボックス・罫線の直前に組方向を示
3641               すdirection whatsitを挿入する.
3642  \item[\cs{lastbox}] ボックスの「中身」を現在の組方向に合わせるためのノード
3643               (\textit{dir\_box}という)を必要ならば除去し,
3644  正しく「中身」のボックスが返されるように前処理をする.
3645  \item[\cs{raise}<dimen><box>\textrm{, }\cs{lower}<dimen><box>\textrm{\ etc., }\cs{vcenter}]
3646  一方,こちらでは必要に応じて\textit{dir\_box}を作成する前処理を追加している.
3647 \end{cslist}
3648 %</ja>
3649
3650 %<en>\section{Font Metric and Japanese Font}
3651 %<ja>\section{フォントメトリックと和文フォント}
3652 %<en>\subsection{\cs{jfont}}
3653 %<ja>\subsection{\cs{jfont} 命令}
3654 \label{ssec-jfont}
3655
3656 %<*en>
3657 To load a font as a Japanese font (for horizontal direction), you must use the
3658 \cs{jfont} instead of~\cs{font}, while
3659 \cs{jfont} admits the same syntax used in~\cs{font}.
3660 \LuaTeX-ja automatically loads \Pkg{luaotfload} package,
3661 so TrueType/OpenType fonts with features can be used for Japanese fonts:
3662 %</en>
3663 %<*ja>
3664 フォントを(横組用)和文フォントとして読み込むためには,\cs{jfont} を
3665 \ \cs{font} プリミティブの代わりに用いる.
3666 \cs{jfont} の文法は \cs{font} と同じである.
3667 \LuaTeX-jaは\Pkg{luaotfload}パッケージを自動的に読み込むので,
3668 TrueType/OpenTypeフォントにfeatureを指定したものを和文フォントとして用いる
3669 ことができる:
3670 %</ja>
3671 \begin{LTXexample}[width=0.3\textwidth]
3672 \jfont\tradgt={file:KozMinPr6N-Regular.otf:script=latn;%
3673   +trad;-kern;jfm=ujis} at 14pt
3674 \tradgt 当/体/医/区
3675 \end{LTXexample}
3676
3677 %<*en>
3678 Note that the defined control sequence
3679 (\cs{tradgt} in the example above) using \cs{jfont} is not a
3680 \textit{font\_def} token,  but a macro.
3681 Hence the input like \verb+\fontname\tradgt+
3682 causes a error.  We denote control sequences which are defined in
3683 \cs{jfont} by <jfont\_cs>.
3684 %</en>
3685 %<*ja>
3686 なお,\cs{jfont} で定義された制御綴(上の例だと \cs{tradgt})
3687 は\textit{font\_def}トークンではなくマクロである.従って,\verb+\fontname\tradgt+ のような
3688 入力はエラーとなる.以下では \cs{jfont} で定義された
3689 制御綴を<jfont\_cs>で表す.
3690 %</ja>
3691
3692 \paragraph{JFM}
3693 %<*en>
3694 a JFM has measurements of characters and
3695 glues/kerns that are automatically inserted for Japanese
3696 typesetting. The structure of JFM will be described in the next
3697 subsection. At the calling of \cs{jfont}, you must specify
3698 which JFM will be used for this font by the following keys:
3699 %</en>
3700 %<*ja>
3701 JFMは文字と和文組版で自動的に挿入される
3702 グルー/カーンの寸法情報を持っている.JFMの構造は次の節で述べる.
3703 \cs{jfont} 命令の呼び出しの際には,どのJFMを用いるのかを以下のキーで
3704 指定する必要がある:
3705 %</ja>
3706
3707
3708 \begin{table}[t]
3709 %<en>\caption{Differences between horizontal JFMs shipped with \LuaTeX-ja}
3710 %<ja>\caption{\LuaTeX-ja に同梱されている横組用JFMの違い}
3711 %<en>\medskip
3712 \label{tab-difjfm}
3713 \ltjsetparameter{jacharrange={+3}}
3714 \centering\small
3715 \def\r#1#2{%
3716   \hbox{\Large\vrule
3717   \parbox[b]{7\zw}{%
3718     \addjfontfeatures{YokoFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3719     ◆◆◆◆◆◆◆
3720     ある日モモちゃんがお使いで迷子になって泣きました.
3721   }\vrule}}
3722 \def\s#1#2{%
3723   \Large
3724   \parbox[b]{7\zw}{%
3725     \addjfontfeatures{YokoFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3726     ちょっと!何
3727   }}
3728 \def\t#1#2#3{\hbox to 0pt{\hss%
3729   \setbox0=\hbox{\addjfontfeatures{YokoFeatures={JFM=#1}}\huge #3}%
3730   \textcolor{#2}{\transparent{0.5}\vrule width 0.4pt height\ht0 depth\dp0}\kern-.2pt\copy0
3731   \textcolor{#2}{\transparent{0.5}\kern-\wd0\vrule width\wd0height .2pt depth .2pt
3732   \kern-\wd0\raise\ht0\hbox{\vrule width\wd0height .2pt depth .2pt}%
3733   \kern-\wd0\lower\dp0\hbox{\vrule width\wd0height .2pt depth .2pt}%
3734   \kern-.2pt\vrule width 0.4pt height\ht0 depth \dp0}\hss}}
3735 {\Large\tabcolsep0pt
3736 \begin{tabular}{m{8\zw}m{8\zw}m{8\zw}}
3737 \leavevmode\hbox to 0pt{\r{ujis}{blue}\hss}\r{jis}{black}&
3738 \leavevmode\hbox to 0pt{\r{jis}{black}\hss}\r{min}{red}&
3739 \leavevmode\hbox to 0pt{\r{ujis}{blue}\hss}\r{min}{red}\\
3740 \leavevmode\hbox to 0pt{\s{ujis}{blue}\hss}\s{jis}{black}&
3741 \leavevmode\hbox to 0pt{\s{jis}{black}\hss}\s{min}{red}&
3742 \leavevmode\hbox to 0pt{\s{ujis}{blue}\hss}\s{min}{red}\\
3743 \leavevmode\qquad\t{ujis}{blue}{漢}\t{jis}{black}{漢}\qquad
3744            \t{ujis}{blue}{っ}\t{jis}{black}{っ}&
3745 \leavevmode\qquad\t{jis}{black}{漢}\t{min}{red}{漢}\qquad
3746            \t{jis}{black}{っ}\t{min}{red}{っ}&
3747 \leavevmode\qquad\t{ujis}{blue}{漢}\t{min}{red}{漢}\qquad
3748            \t{ujis}{blue}{っ}\t{min}{red}{っ}\\
3749 \end{tabular}\par}
3750
3751 (\textcolor{blue}{Blue: \texttt{jfm-ujis.lua}},
3752 \textcolor{black}{Black: \texttt{jfm-jis.lua}},
3753 \textcolor{red}{Red: \texttt{jfm-min.lua}})
3754 \ltjsetparameter{jacharrange={-3}}
3755 \end{table}
3756
3757 \begin{cslist}
3758 \item[jfm=<name>]
3759 %<*en>
3760 Specify the name of (horizontal) JFM.
3761 If specified JFM has not been loaded, \LuaTeX-ja search and load
3762 a file named \texttt{jfm-<name>.lua}.
3763
3764 The following JFMs are shipped with \LuaTeX-ja:
3765 %</en>
3766 %<*ja>
3767 用いる(横組用)JFMの名前を指定する.もし以前に指定されたJFMが読み込まれていなければ,
3768 \texttt{jfm-<name>.lua}を読み込む.以下の横組用JFMが\LuaTeX-jaには同梱されている:
3769 %</ja>
3770 \begin{description}
3771 %<*en>
3772 \item[\tt jfm-ujis.lua] A standard JFM in \LuaTeX-ja. This JFM is
3773   based on \verb+upnmlminr-h.tfm+, a metric for UTF/OTF package that
3774   is used in \upTeX. When you use the \Pkg{luatexja-otf} package, you should use this JFM.
3775 %</en>
3776 %<*ja>
3777 \item[\tt jfm-ujis.lua] \LuaTeX-jaの標準JFMである.このJFMは\upTeX で
3778   用いられるUTF/OTFパッケージ用の和文用TFMである \verb+upnmlminr-h.tfm+ を
3779   元にしている.\Pkg{luatexja-otf}パッケージを使うときはこのJFMを指定するべきである.
3780 %</ja>
3781 %<*en>
3782 \item[\tt jfm-jis.lua] A counterpart for \verb+jis.tfm+, ``JIS font
3783   metric'' which is widely used in \pTeX. A major difference between
3784   \texttt{jfm-ujis.lua} and this \texttt{jfm-jis.lua} is that
3785   most characters under \texttt{jfm-ujis.lua} are square-shaped,
3786   while that under \texttt{jfm-jis.lua} are horizontal
3787   rectangles.
3788 %</en>
3789 %<*ja>
3790 \item[\tt jfm-jis.lua] \pTeX で広く用いられている「JISフォントメトリック」
3791   \verb+jis.tfm+ に相当するJFMである.\texttt{jfm-ujis.lua} とこの
3792   \texttt{jfm-jis.lua} の主な違いは,\texttt{jfm-ujis.lua} ではほとんどの文字が
3793   正方形状であるのに対し,\texttt{jfm-jis.lua} では横長の長方形状であることと,
3794   \texttt{jfm-ujis.lua} では「?」「!」の直後に半角空白が挿入されることである.
3795 %</ja>
3796 %<*en>
3797 \item[\tt jfm-min.lua] A counterpart for \verb+min10.tfm+, which is one
3798   of the default Japanese font metric shipped with \pTeX.
3799 %</en>
3800 %<*ja>
3801 \item[\tt jfm-min.lua] \pTeX に同梱されているデフォルトの和文用TFM
3802 (\verb+min10.tfm+)に相当し,行末で文字が揃うようにするために「っ」など一部の文字幅が変わっ
3803            ている.\verb+min10.tfm+ については\cite{min10}が詳しい.
3804 %</ja>
3805 \end{description}
3806 %<*en>
3807 The difference among these three~JFMs is  shown in Table~\ref{tab-difjfm}.
3808 %</en>
3809 %<*ja>
3810 これら3つのJFMの違いは表\ref{tab-difjfm}に示した.表中の文例の一部には,
3811 \cite{min10}の図3,~4のものを用いた.
3812 %</ja>
3813
3814 \begin{figure}
3815 \begin{LTXexample}[width=0.3\textwidth]
3816 \ltjsetparameter{differentjfm=both}
3817 \jfont\F=file:KozMinPr6N-Regular.otf:jfm=ujis
3818 \jfont\G=file:KozGoPr6N-Medium.otf:jfm=ujis
3819 \jfont\H=file:KozGoPr6N-Medium.otf:jfm=ujis;jfmvar=hoge
3820 \F ){\G 【】}( % halfwidth space
3821    ){\H 『』}( % fullwidth space
3822
3823 ほげ,{\G 「ほげ」}(ほげ)\par
3824 ほげ,{\H 「ほげ」}(ほげ)% pTeX-like
3825
3826 \ltjsetparameter{differentjfm=paverage}
3827 \end{LTXexample}
3828 \caption{Example of \texttt{jfmvar} key}
3829 \label{fig:jfmvar}
3830 \end{figure}
3831
3832 %<*en>
3833 \item[jfmvar=<string>]
3834 Sometimes there is a need that \ldots.
3835 %</en>
3836 %<*ja>
3837 \item[jfmvar=<string>]
3838 標準では,JFMとサイズが同じで,
3839   実フォントだけが異なる2つの和文フォントは「区別されない」.例えば
3840 図\ref{fig:jfmvar}において,最初の「)」と「【」の実フォントは異なるが,
3841 JFMもサイズも同じなので,普通に「)【」と入力した時と同じように半角空きとなる.
3842
3843 しかし,JFMとサイズが同じであっても,\texttt{jfmvar} キーの異なる
3844 2つの和文フォント,例えば図\ref{fig:jfmvar}で言う \cs{F} と \cs{H},
3845 は「区別される」.異なる和文フォントに異なる \texttt{jfmvar} キーを割り当て,
3846 かつ\Param{differentjfm}パラメータを \texttt{both} に設定すれば,
3847 \pTeX と似た状況で組版されることになる.
3848 %</ja>
3849 \end{cslist}
3850
3851 \begin{figure}
3852 \begin{LTXexample}[pos=t]
3853 \newcommand\test{\vrule ダイナミックダイクマ\vrule\\}
3854 \jfont\KMFW = KozMinPr6N-Regular:jfm=prop;-kern at 17pt
3855 \jfont\KMFK = KozMinPr6N-Regular:jfm=prop at 17pt % kern is activated
3856 \jfont\KMPW = KozMinPr6N-Regular:jfm=prop;script=dflt;+pwid;-kern at 17pt
3857 \jfont\KMPK = KozMinPr6N-Regular:jfm=prop;script=dflt;+pwid;+kern at 17pt
3858 \begin{multicols}{2}
3859 \ltjsetparameter{kanjiskip=0pt}
3860 {\KMFW\test \KMFK\test \KMPW\test \KMPK\test}
3861
3862 \ltjsetparameter{kanjiskip=3pt}
3863 {\KMFW\test \KMFK\test \KMPW\test \KMPK\test}
3864 \end{multicols}
3865 \end{LTXexample}
3866 \caption{Kerning information and \Param{kanjiskip}}
3867 \label{fig:kern-jfm}
3868 \end{figure}
3869
3870 %<en>\paragraph{Using kerning information in a font}
3871 %<ja>\paragraph{ペアカーニング情報の使用}
3872 \label{para-kern}
3873 %<*en>
3874 Some fonts have information for inter-glyph spacing.
3875 This version of \LuaTeX-ja treats kerning spaces like an italic correction;
3876 any glue and/or kern from the JFM and a kerning space can coexist.
3877 See Figure~\ref{fig:kern-jfm} for detail.
3878
3879 Note that in \cs{setmainjfont} etc.\ which are provided by \Pkg{luatexja-fontspec}
3880 package, kerning option is set \emph{off} (\texttt{Kerning=Off}) by default,
3881 because of the compatibility with previous versions of \LuaTeX-ja.
3882 %</en>
3883 %<*ja>
3884 いくつかのフォントはグリフ間のスペースについての情報を持っている.
3885 このカーニング情報は以前の\LuaTeX-ja とはあまり相性が良くなかったが,
3886 本バージョンではカーニングによる空白はイタリック補正と同様に扱うことになっている.
3887 つまり,カーニング由来の空白とJFM由来のグルー・カーンは同時に入りうる.
3888 図\ref{fig:kern-jfm}を参照.
3889 \begin{itemize}
3890  \item \emph{\cs{jfont} や,
3891 NFSS2用の命令(\ref{ssec-chgfnt}節,\ref{ssec-nfsspat}節)における指定では
3892 カーニング情報は標準で使用する}ことになっているようである.
3893 言い換えれば,カーニング情報を使用しない設定にするには,面倒でも
3894 \begin{lstlisting}
3895 \jfont\hoge=KozMinPr6N-Regular:jfm=ujis;-kern at 3.5mm
3896 \DeclareFontShape{JY3}{fuga}{m}{n} {<-> s*KozMinPr6N-Regular:jfm=ujis;-kern}{}
3897 \end{lstlisting}
3898 のように,\texttt{-kern} という指定を自分で追加しなければいけない.
3899  \item
3900 一方,\emph{\Pkg{luatexja-fontspec} の提供する \cs{setmainjfont}\
3901 などの命令の標準設定ではカーニング情報は使用しない}(\texttt{Kerning=Off})
3902 ことになっている.これは以前のバージョンの\LuaTeX-jaとの互換性のためである.
3903 \end{itemize}
3904 %</ja>
3905
3906 %<*ja>
3907 \paragraph{\texttt{extend}と\texttt{slant}}
3908 OpenType font featureと見かけ上同じような形式で指定できるものに,
3909 \begin{description}
3910 \item[\texttt{extend=}<extend>] 横方向に<extend>倍拡大する.
3911 \item[\texttt{slant=}<slant>] <slant>に指定された割合だけ傾ける.
3912 \end{description}
3913 の2つがある.
3914 \texttt{extend}や\texttt{slant}を指定した場合は,それに応じたJFMを指定すべきである%
3915 \footnote{\LuaTeX-jaでは,これらに対するJFMを特に提供することはしない予定である.}.
3916 例えば,次の例では無理やり通常のJFMを使っているために,文字間隔やイタリック補正量が
3917 正しくない:
3918 %</ja>
3919 %<*en>
3920 \paragraph{\texttt{extend} and \texttt{slant}}
3921 The following setting can be specified as OpenType font features:
3922 \begin{cslist}[style=standard]
3923 \item[\texttt{extend=}<extend>] expand the font horizontally by <extend>.
3924 \item[\texttt{slant=}<slant>] slant the font.
3925 \end{cslist}
3926 Note that \LuaTeX-ja doesn't adjust JFMs by these \texttt{extend} and \texttt{slant}
3927 settings; you have to write new JFMs on purpose.
3928 For example, the following example uses the standard JFM \texttt{jfm-ujis.lua}, hence
3929 letter-spacing and the width of italic correction are not correct:
3930 %</en>
3931 \begin{LTXexample}[width=0.3\textwidth]
3932 \jfont\E=KozMinPr6N-Regular:extend=1.5;jfm=ujis;-kern
3933 \E あいうえお
3934
3935 \jfont\S=KozMinPr6N-Regular:slant=1;jfm=ujis;-kern
3936 \S あいう\/ABC
3937 \end{LTXexample}
3938
3939 %<*ja>
3940 \paragraph{\texttt{ltjksp} 指定}
3941 \label{pg:ltjksp}
3942 \LuaTeX-ja標準では,
3943 JFM中における \texttt{kanjiskip\_natural}, \texttt{kanjiskip\_stretch},\
3944 \texttt{kanjiskip\_shrink}キー(\pageref{pg:ksp_nat}ページ)の使用によって,
3945 「JFM由来のグルーの他に,\Param{kanjiskip}の自然長/伸び量/縮み量の一部が
3946 同じ場所に挿入される」という状況が起こりうる.
3947 この機能を無効化し,20150922.0版以前と同じような組版を得るためには
3948 他のOpenType機能と同じように\ \texttt{-ltjksp}\ 指定を行えば良い.
3949 \begin{LTXexample}[width=16\zw]
3950 \leavevmode
3951 \ltjsetparameter{kanjiskip=0pt plus 3\zw}
3952 \vrule\hbox to 15\zw{あ「い」う,えお}\vrule
3953
3954 \jfont\G=file:KozMinPr6N-Regular.otf%
3955   :jfm=ujis;-ltjksp at 9.2487pt
3956 \G\leavevmode%
3957 \vrule\hbox to 15\zw{あ「い」う,えお}\vrule
3958 \end{LTXexample}
3959 なお,
3960 \begin{lstlisting}
3961  \jfont\G=file:KozMinPr6N-Regular.otf:jfm=ujis;-ltjksp;+ltjksp at 9.2487pt
3962 \end{lstlisting}
3963 のように \texttt{+ltjksp} 指定を行った場合は,\texttt{kanjiskip\_natural} など
3964 3キーは再び有効化される.\texttt{-ltjksp}, \texttt{+ltjksp} を複数回指定した場合は,
3965 最後に指定したものが有効となる.
3966 %</ja>
3967
3968
3969 %<en>\subsection{\cs{tfont}}
3970 %<ja>\subsection{\cs{tfont} 命令}
3971
3972
3973 \begin{table}[t]
3974 %<en>\caption{Differences between vertical JFMs shipped with \LuaTeX-ja}
3975 %<ja>\caption{\LuaTeX-ja に同梱されている縦組用 JFM の違い}
3976 %<en>\medskip
3977 \label{tab-difjfm-tate}
3978 \catcode`\<=12\catcode`\>=12
3979 \ltjsetparameter{jacharrange={+3}}
3980 \small
3981 \def\r#1#2{%
3982   \hbox{\tate\Large\vrule
3983   \parbox{7\zw}{%
3984     \addjfontfeatures{TateFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3985     ◆◆◆◆◆◆◆
3986     ある日モモちゃんが「お使い」で迷子になって泣きました。
3987   }\vrule}}
3988 \def\s#1#2{%
3989   \hbox{\tate\Large
3990   \parbox{7\zw}{%
3991     \addjfontfeatures{TateFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3992     ちょっと!何
3993   }}}
3994 \def\t#1#2#3{\hbox to 0pt{\hss%
3995   \setbox0=\hbox{\addjfontfeatures{TateFeatures={JFM=#1}}\huge #3}%
3996   \textcolor{#2}{\transparent{0.5}\vrule width 0.4pt height\ht0 depth\dp0}\kern-.2pt\copy0
3997   \textcolor{#2}{\transparent{0.5}\kern-\wd0\vrule width\wd0height .2pt depth .2pt
3998   \kern-\wd0\raise\ht0\hbox{\vrule width\wd0height .2pt depth .2pt}%
3999   \kern-\wd0\lower\dp0\hbox{\vrule width\wd0height .2pt depth .2pt}%
4000   \kern-.2pt\vrule width 0.4pt height\ht0 depth \dp0}\hss}}
4001
4002 \begin{minipage}{.7\textwidth}
4003 \centering
4004 \leavevmode\hbox to 0pt{\r{ujisv}{blue}\hss}\r{tmin}{red}\quad
4005 \leavevmode\hbox to 0pt{\s{ujisv}{blue}\hss}\s{tmin}{red}\quad
4006 \raise4\zw\hbox{\tate\Large\t{ujisv}{black}{漢}\t{tmin}{red}{漢}\qquad
4007            \t{ujisv}{black}{っ}\t{tmin}{red}{っ}}
4008 \end{minipage}%
4009 \begin{minipage}{.3\textwidth}
4010 \textcolor{blue}{Blue: \texttt{jfm-ujisv.lua}}\\
4011 \textcolor{red}{Red: \texttt{jfm-tmin.lua}}
4012 \end{minipage}
4013 \ltjsetparameter{jacharrange={-3}}
4014 \end{table}
4015
4016 %<*en>
4017 ...
4018 %</en>
4019 %<*ja>
4020 \cs{tfont} はフォントを縦組用の和文フォントとして読み込む命令であり,
4021 \cs{tfont} の文法は \cs{jfont} と同じである.
4022 \cs{tfont} で定義された縦組用和文フォントは,
4023 以下の点が \cs{jfont} による横組用和文フォントとは異なる:
4024 \begin{itemize}
4025  \item 自動的に \texttt{vert}, \texttt{vrt2} の両OpenType featureが有効化される.
4026 但し,以下の例の3行目に示すように,明示的に \texttt{vert}, \texttt{vrt2}(のいずれか)の
4027 有効・無効を指定した場合は別である.
4028 \begin{lstlisting}
4029 \tfont\S=file:KozMinPr6N-Regular.otf:jfm=ujisv
4030     % vert and vrt2 are automatically activated
4031 \tfont\T=file:KozMinPr6N-Regular.otf:jfm=ujisv;-vert % vert and vrt2 are not activated
4032 \end{lstlisting}
4033  \item \ref{ssec-math}節で述べる,数式中の和文フォントには縦組用和文フォントは指定できない.
4034  \item \texttt{jfm=<name>}\ の部分には縦組用JFMを指定する.
4035 以下の縦組用JFMが\LuaTeX-jaには同梱されており,違いを表\ref{tab-difjfm-tate}に示した.
4036 \begin{description}
4037 \item[\tt jfm-ujisv.lua] \LuaTeX-jaの標準縦組用JFMである.このJFMは\upTeX で
4038   用いられるUTF/OTFパッケージ用の和文用TFMである \verb+upnmlminr-v.tfm+ を
4039   元にしている.
4040 \item[\tt jfm-tmin.lua] \pTeX に同梱されているデフォルトの和文用縦組TFM
4041   である \verb+tmin10.tfm+ に相当し,\texttt{min10.tfm} と同様に
4042   「っ」など一部の文字幅が狭められている.
4043 \end{description}
4044 \end{itemize}
4045
4046 なお,\pTeX では,\cs{font},~\cs{jfont},~\cs{tfont}のどれでも欧文フォント・横組用和文フォン
4047 ト・縦組用和文フォントの定義が可能であったが,\LuaTeX-jaではそうでないので注意.
4048 %</ja>
4049
4050 %<en>\subsection{Prefix \texttt{psft}}
4051 %<ja>\subsection{\texttt{psft}プリフィックス}
4052 \label{ssec-psft}
4053 %<*en>
4054 Besides ``\texttt{file:}''\ and ``\texttt{name:}''\ prefixes which
4055 are introduced in the \Pkg{luaotfload} package,
4056 \LuaTeX-ja adds ``\texttt{psft:}''\ prefix in \cs{jfont} (and~\cs{font}),
4057 to specify a ``name-only'' Japanese font which
4058 will not be embedded to PDF.
4059 Note that these non-embedded fonts under current \LuaTeX\ has Identity-H encoding,
4060 and this violates the standard ISO32000-1:2008~(\cite{pdfstd}).
4061
4062 \emph{OpenType font features, such as ``{\tt +jp90}'',
4063 have no meaning in name-only fonts using ``{\tt psft:}''\ prefix,
4064 because we can't expect what fonts are actually used by the PDF reader.}
4065 Note that \texttt{extend}~and~\texttt{slant} settings (see~above) are supported
4066 with \texttt{psft} prefix, because they are only simple linear transformations.
4067 %</en>
4068 %<*ja>
4069 \Pkg{luaotfload}で使用可能になった
4070 \texttt{file:}\ と \texttt{name:}\ のプリフィックスに加えて,
4071 \cs{jfont}(と \cs{font} プリミティブ)では
4072 \texttt{psft:}プリフィックスを用いることができる.
4073 このプリフィックスを用いることで,PDFには埋め込まれない「名前だけの」
4074 和文フォントを指定することができる.
4075 なお,現行の\LuaTeX で非埋め込みフォントを作成するとPDF内でのエンコーディングが
4076 Identity-Hとなり,PDFの標準規格ISO32000-1:2008~(\cite{pdfstd})に非準拠になってしまう
4077 ので注意してほしい.
4078
4079 \emph{\texttt{psft} プリフィックスの下では
4080 \texttt{+jp90} などのOpenType font featureの効力はない.
4081 非埋込フォントをPDFに使用すると,実際にどのようなフォントが
4082 表示に用いられるか予測できないからである.}\
4083 \texttt{extend} と \texttt{slant} 指定は単なる変形のため
4084 \texttt{psft} プリフィックスでも使用可能である.
4085 %</ja>
4086
4087 %<en>\paragraph{\texttt{cid} key}
4088 %<ja>\paragraph{\texttt{cid}キー}
4089 \label{para-cid}
4090
4091 %<*en>
4092 The default font defined by using \texttt{psft:} prefix is for Japanese typesetting;
4093 it is Adobe-Japan1-6 CID-keyed font.
4094 One can specify \texttt{cid} key to use other CID-keyed non-embedded fonts
4095 for Chinese or Korean typesetting.
4096 %</en>
4097 %<*ja>
4098 標準で\texttt{psft:}プリフィックスで定義されるフォントは日本語用のもので
4099 あり,Adobe-Japan1-6のCIDに対応したものとなる.しかし,\LuaTeX-jaは中国語
4100 の組版にも威力を発揮することが分かり,日本語フォントでない非埋込フォント
4101 の対応も必要となった.そのために追加されたのが\texttt{cid}キーである.
4102
4103 \texttt{cid}キーに値を指定すると,そのCIDを持った非埋込フォントを定義することができる:
4104 %</ja>
4105 \begin{lstlisting}[numbers=left]
4106 \jfont\testJ={psft:Ryumin-Light:cid=Adobe-Japan1-6;jfm=jis}     % Japanese
4107 \jfont\testD={psft:Ryumin-Light:jfm=jis}                        % default value is Adobe-Japan1-6
4108 \jfont\testC={psft:AdobeMingStd-Light:cid=Adobe-CNS1-6;jfm=jis} % Traditional Chinese
4109 \jfont\testG={psft:SimSun:cid=Adobe-GB1-5;jfm=jis}              % Simplified Chinese
4110 \jfont\testK={psft:Batang:cid=Adobe-Korea1-2;jfm=jis}           % Korean
4111 \end{lstlisting}
4112 %<*en>
4113 Note that the code above specifies \texttt{jfm-jis.lua}, which is for Japanese fonts,
4114 as JFM for Chinese and Korean fonts.
4115 %</en>
4116 %<*ja>
4117 上のコードでは中国語・韓国語用フォントに対してもJFMに
4118 日本語用の\texttt{jfm-jis.lua}を指定しているので注意されたい.
4119 %</ja>
4120
4121 %<*en>
4122 At present, \LuaTeX-ja supports only 4 values written in the sample code above.
4123 Specifying other values, e.g.,
4124 %</en>
4125 %<*ja>
4126 今のところ,\LuaTeX-jaは上のサンプルコード中に書いた4つの値しかサポートしていない.
4127 %</ja>
4128 \begin{lstlisting}
4129 \jfont\test={psft:Ryumin-Light:cid=Adobe-Japan2;jfm=jis}
4130 \end{lstlisting}
4131 %<*en>
4132 produces the following error:
4133 %</en>
4134 %<*ja>
4135 のようにそれら以外の値を指定すると,エラーが発生する:
4136 %</ja>
4137 \begin{lstlisting}[numbers=left]
4138 ! Package luatexja Error: bad cid key `Adobe-Japan2'.
4139
4140 See the luatexja package documentation for explanation.
4141 Type  H <return>  for immediate help.
4142 <to be read again>
4143                    \par
4144 l.78
4145
4146 ? h
4147 I couldn't find any non-embedded font information for the CID
4148 `Adobe-Japan2'. For now, I'll use `Adobe-Japan1-6'.
4149 Please contact the LuaTeX-ja project team.
4150 ?
4151 \end{lstlisting}
4152
4153 %<en>\subsection{Structure of a JFM file}
4154 %<ja>\subsection{JFMファイルの構造}
4155 \label{ssec-jfm-str}
4156 %<en>A JFM file is a Lua script which has only one function call:
4157 %<ja>JFMファイルはただ一つの関数呼び出しを含むLuaスクリプトである:
4158 \begin{lstlisting}
4159 luatexja.jfont.define_jfm { ... }
4160 \end{lstlisting}
4161 %<*en>
4162 Real data are stored in the table which indicated above by
4163 \verb+{ ... }+.  So, the rest of this subsection are devoted to describe the
4164 structure of this table.  Note that all lengths in a JFM file are
4165 floating-point numbers in design-size unit.
4166 %</en>
4167 %<*ja>
4168 実際のデータは上で \verb+{ ... }+ で示されたテーブルの中に格納されている.
4169 以下ではこのテーブルの構造について記す.
4170 なお,JFMファイル中の長さは全てdesign-sizeを単位とする浮動小数点数であることに
4171 注意する.
4172 %</ja>
4173
4174 \begin{cslist}[style=standard]
4175
4176 \item[version=$1\mathrel{\textrm{or}}2$]
4177 %<en>(optional, default value is~1)
4178 %<ja>(任意,既定値は1)
4179
4180 %<*en>
4181 The version JFM. Currently 1~and~2 are supported
4182 %</en>
4183 %<*ja>
4184 JFMのバージョン.1または2がサポートされる.
4185 %</ja>
4186   
4187 \item[dir=<direction>]
4188 %<en>(required)
4189 %<ja>(必須)
4190
4191 %<*en>
4192 The direction of JFM. \texttt{'yoko'}~(horizontal)
4193 or \texttt{'tate'}~(vertical) are supported.
4194 %</en>
4195 %<*ja>
4196 JFMの書字方向.\texttt{'yoko'}(横組)と \texttt{'tate'}(縦組)がサポートされる.
4197 %</ja>
4198
4199 \item[zw=<length>]
4200 %<en>(required)
4201 %<ja>(必須)
4202
4203 %<en>The amount of the length of the ``full-width''.
4204 %<*ja>
4205 「全角幅」の長さ.この量が \cs{zw} の長さとなる.\pTeX では
4206 「全角幅」\texttt{1zw} は「文字クラス0の文字」の幅と決められていたが,
4207 \LuaTeX-jaではここで指定する.
4208 %</ja>
4209
4210 \item[zh=<length>]
4211 %<en>(required)
4212 %<ja>(必須)
4213
4214 %<en>The amount of the ``full-height'' (height + depth).
4215 %<*ja>
4216 「全角高さ」(height + depth)の長さ.通常は全角幅と同じ長さになるだろう.
4217 \pTeX では 「全角高さ」\texttt{1zh} は「文字クラス0の文字」の高さと深さの和と決められていたが,
4218 \LuaTeX-jaではここで指定する.
4219 %</ja>
4220
4221 \item[kanjiskip=\{<natural>, <stretch>, <shrink>\}]
4222 %<en>(optional)
4223 %<ja>(任意)
4224
4225 %<*en>
4226 This field specifies the ``ideal'' amount of \Param{kanjiskip}. As noted
4227              in Subsection~\ref{subs-kskip}, if the parameter
4228              \Param{kanjiskip} is \cs{maxdimen}, the value specified
4229              in this field is actually used (if this field is not specified in
4230              JFM, it is regarded as 0\,pt). Note that <stretch> and <shrink>
4231              fields are in design-size unit too.
4232 %</en>
4233 %<*ja>
4234 理想的な\Param{kanjiskip}の量を指定する.\ref{subs-kskip}節で述べたように,
4235 もし\Param{kanjiskip}が \cs{maxdimen} の値ならば,このフィールドで指定された
4236 値が実際には用いられる(指定なしは0\,ptとして扱われる).<stretch>と<shrink>のフィールドもdesign-size
4237 が単位であることに注意せよ.
4238 %</ja>
4239
4240 \item[xkanjiskip=\{<natural>, <stretch>, <shrink>\}]
4241 %<en>(optional)
4242 %<ja>(任意)
4243
4244 %<*en>
4245 Like the \texttt{kanjiskip} field, this field specifies the ``ideal''
4246              amount of \Param{xkanjiskip}.
4247 %</en>
4248 %<*ja>
4249 \texttt{kanjiskip}フィールドと同様に,\Param{xkanjiskip}の理想的な量を
4250 指定する.
4251 %</ja>
4252 \end{cslist}
4253
4254 %<*en>
4255 \paragraph{Character classes}
4256 Besides from above fields, a JFM file have several sub-tables those
4257 indices are natural numbers.  The table indexed by~$i\in\omega$ stores
4258 information of \emph{character class}~$i$. At least, the character class~0 is
4259 always present, so each JFM file must have a sub-table whose index is
4260 \texttt{[0]}.  Each sub-table (its numerical index is denoted by $i$) has
4261 the following fields:
4262 %</en>
4263 %<*ja>
4264 \paragraph{文字クラス}
4265 上記のフィールドに加えて,JFMファイルはそのインデックスが自然数であるいくつかの
4266 サブテーブルを持つ.インデックスが$i\in\omega$であるテーブルは\emph{文字クラス}$i$の
4267 情報を格納する.少なくとも,文字クラス0は常に存在するので,JFMファイルはインデックス
4268 が\texttt{[0]}のサブテーブルを持たなければならない.それぞれのサブテーブル
4269 (そのインデックスを$i$で表わす)は以下のフィールドを持つ:
4270 %</ja>
4271
4272 \begin{cslist}[style=standard]
4273 \item[chars=\{<character>, ...\}]
4274 %<en>(required except character class~0)
4275 %<ja>(文字クラス0を除いて必須)
4276
4277 %<*en>
4278 This field is a list of characters which are in this character
4279              type~$i$. This field is optional if $i=0$, since all
4280              \textbf{JAchar} which do not belong  any character classes other
4281              than 0 are in the character class 0
4282              (hence, the character class~0 contains most of
4283              \textbf{JAchar}s). In the list, character(s) can be specified in the following form:
4284 \begin{itemize}
4285 \item a Unicode code point
4286 \item the character itself (as a Lua string, like \hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ'+})
4287 \item a string like \hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ*'+} (the character followed by an asterisk)
4288 \item several ``imaginary'' characters (We will describe these later.)
4289 \end{itemize}
4290 %</en>
4291 %<*ja>
4292 このフィールドは文字クラス$i$に属する文字のリストである.このフィールドは$i=0$の
4293 場合には任意である(文字クラス0には,0以外の文字クラスに属するものを
4294 除いた全ての\textbf{JAchar}が属するから).このリスト中で文字を指定するには,以下の方法がある:
4295 \begin{itemize}
4296 \item Unicode におけるコード番号
4297 \item 「\hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ'+}」のような,文字それ自体
4298 \item 「\hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ*'+}」のような,文字それ自体の後にアスタリスクをつけたもの
4299 \item いくつかの「仮想的な文字」(後に説明する)
4300 \end{itemize}
4301 %</ja>
4302
4303 \item[width=<length>, height=<length>, depth=<length>, italic=<length>]
4304 %<en>(required)
4305 %<ja>(必須)
4306
4307 %<*en>
4308 \begin{table}[t]
4309  \centering
4310 \begin{tabular}{llr}
4311 \toprule
4312 Direction of JFM&\textbf{\texttt{'yoko'} (horizontal)}&\multicolumn{1}{l}{\textbf{\texttt{'tate'} (vertical)}}\\
4313 \midrule
4314 \texttt{width} field&the width of the ``real'' glyph&1.0~(full-width)\\
4315 \texttt{height} field&the height of the ``real'' glyph&0.5~(half-width)\\
4316 \texttt{depth} field&the depth of the ``real'' glyph&0.5~(half-width)\\
4317 \midrule
4318 \texttt{italic} field&\multicolumn{2}{c}{0.0}\\
4319 \bottomrule
4320 \end{tabular}
4321 \caption{Default values of \texttt{width} field and other fields}
4322 \label{tab-wid}
4323 \end{table}
4324 Specify the width of characters in character class~$i$, the height, the depth and
4325 the amount of italic correction. All characters in character class~$i$ are regarded that its width, height, and depth are
4326 as values of these fields. The default values are shown in Table~\ref{tab-wid}.
4327 %</en>
4328 %<*ja>
4329 \begin{table}[t]
4330  \centering
4331 \begin{tabular}{llr}
4332 \toprule
4333 JFM書字方向&\emph{\texttt{'yoko'}(横組)}&\multicolumn{1}{l}{\emph{\texttt{'tate'}(縦組)}}\\
4334 \midrule
4335 \texttt{width}&「実際のグリフ」の幅&1.0(全角)\\
4336 \texttt{height}&「実際のグリフ」の高さ&0.5(二分)\\
4337 \texttt{depth}&「実際のグリフ」の深さ&0.5(二分)\\
4338 \midrule
4339 \texttt{italic}&\multicolumn{2}{c}{0.0}\\
4340 \bottomrule
4341 \end{tabular}
4342 \caption{\texttt{width} フィールド等の標準値}
4343 \label{tab-wid}
4344 \end{table}
4345 文字クラス$i$に属する文字の幅,高さ,深さ,イタリック補正の量を指定する.
4346 文字クラス$i$に属する全ての文字は,その幅,高さ,深さがこのフィールドで指定した
4347 値であるものとして扱われる.省略時や,数でない値を指定した時には表\nobreak\ref{tab-wid}に
4348              示されている値を用いる.例えば,横組用JFMで \texttt{width} フィールドには数値以外の値を指
4349              定した場合,文字の幅はその「実際の」グリフの幅となる.OpenTypeの \texttt{prop} featureと併用
4350              すれば,これによってプロポーショナル組を行うことができる.
4351 %</ja>
4352
4353 \item[left=<length>, down=<length>, align=<align>]\
4354
4355 %<*en>
4356 These fields are for adjusting the position of the ``real'' glyph. Legal
4357              values of \texttt{align} field are \texttt{'left'},
4358              \texttt{'middle'}, and \texttt{'right'}. If one of these
4359              3~fields are omitted, \texttt{left} and \texttt{down} are
4360              treated as~0, and \texttt{align} field is treated as
4361              \texttt{'left'}.
4362 The effects of these 3~fields are indicated in
4363 Figures \ref{fig-pos}~and~\ref{fig-pos-tate}.
4364 %</en>
4365 %<*ja>
4366 これらのフィールドは実際のグリフの位置を調整するためにある.
4367 \texttt{align} フィールドに指定できる値は \texttt{'left'}, \texttt{'middle'},
4368 \texttt{'right'} のいずれかである.もしこれら3つのフィールドのうちの1つが省かれた
4369 場合,\texttt{left} と \texttt{down} は0,\texttt{align} フィールドは
4370 \ \texttt{'left'} であるものとして扱われる.
4371 これら3つのフィールドの意味については図\ref{fig-pos}(横組用和文フォント),
4372 図\ref{fig-pos-tate}(縦組用和文フォント)で説明する.
4373 %</ja>
4374
4375 %<*en>
4376 In most cases, \texttt{left} and \texttt{down} fields are~0, while
4377 it is not uncommon that the \texttt{align} field is \texttt{'middle'} or \texttt{'right'}.
4378 For example, setting the \texttt{align} field to \texttt{'right'} is practically needed
4379 when the current character class is the class for opening delimiters'.
4380 %</en>
4381 %<*ja>
4382 多くの場合,\texttt{left}と\texttt{down}は0である一方,
4383 \texttt{align}フィールドが\texttt{'middle'}や\texttt{'right'}であることは
4384 珍しいことではない.
4385 例えば,\texttt{align}フィールドを\texttt{'right'}に指定することは,
4386 文字クラスが開き括弧類であるときに実際必要である.
4387 %</ja>
4388
4389 \begin{figure}[!tb]
4390 \begin{minipage}{0.4\textwidth}%
4391 \begin{center}\unitlength=10pt\small
4392 \begin{picture}(15,12)(-1,-4)
4393 \color{b_gray}% jfm
4394 \put(0,0){\vrule width 12\unitlength height 8\unitlength depth 3\unitlength}
4395
4396 \color{b_pink}% step1
4397 \put(-1,-1.5){\vrule width 6\unitlength height 7\unitlength depth 2.5\unitlength}
4398
4399 \color{red}% real glyph
4400 \thicklines
4401 \put(-1,-1.5){\vector(0,1){7}\vector(0,-1){2.5}\vector(1,0){6}}
4402 \put(5,-1.5){\line(0,1){7}\line(0,-1){2.5}}
4403 \put(-1,5.5){\line(1,0){6}}
4404 \put(-1,-4){\line(1,0){6}}
4405
4406 \color{b_green}% real glyph
4407 \put(3,0){\vrule width 6\unitlength height 7\unitlength depth 2.5\unitlength}
4408
4409 \color{black}% jfm
4410 \thicklines
4411 \put(0,0){\vector(0,1){8}\line(0,-1){3}\vector(1,0){12}}
4412 \put(12,0){\line(0,1){8}\vector(0,-1){3}}
4413 \put(0,8){\line(1,0){12}}
4414 \put(0,-3){\line(1,0){12}}
4415 \put(0.2,4){\makebox(0,0)[l]{\texttt{height}}}
4416 \put(12.2,-1.5){\makebox(0,0)[l]{\texttt{depth}}}
4417 \put(6,0.2){\makebox(0,0)[b]{\texttt{width}}}
4418
4419 \color{green}% step1
4420 \thicklines
4421 \put(3,0){\vector(0,1){7}\vector(0,-1){2.5}\vector(1,0){6}}
4422 \put(9,0){\line(0,1){7}\line(0,-1){2.5}}
4423 \put(3,7){\line(1,0){6}}
4424 \put(3,-2.5){\line(1,0){6}}
4425 \newsavebox{\eqdist}
4426 \savebox{\eqdist}(0,0)[b]{%
4427   \thinlines
4428   \put(-0.08,0.2){\line(0,-1){0.4}}%
4429   \put(0.08,0.2){\line(0,-1){0.4}}}
4430 \put(1.5,0){\usebox{\eqdist}}
4431 \put(10.5,0){\usebox{\eqdist}}
4432
4433 \color{blue}% shifted
4434 \thicklines
4435 \put(3,-1.5){\vector(-1,0){4}}
4436 \put(1,-1.7){\makebox(0,0)[t]{\texttt{left}}}
4437 \put(3,0){\vector(0,-1){1.5}}
4438 \put(3.2,-0.75){\makebox(0,0)[l]{\texttt{down}}}
4439 \end{picture}
4440 \end{center}
4441 \end{minipage}%
4442 \begin{minipage}{0.6\textwidth}%
4443 %<*en>
4444 Consider a  Japanese character node which belongs to
4445 a character class whose the \texttt{align}
4446 field is \texttt{'middle'}.
4447 %</en>
4448 %<*ja>
4449 \texttt{align}フィールドの値が \texttt{'middle'} であるような文字クラスに属する
4450 和文文字ノードを考えよう.
4451 %</ja>
4452 \begin{itemize}
4453 \item
4454 %<*en>
4455 The black rectangle is the imaginary body of the node.
4456 Its width, height, and depth are specified by JFM.
4457 %</en>
4458 %<*ja>
4459 黒色の長方形はノードの枠であり,
4460 その幅,高さ,深さはJFMによって指定されている.
4461 %</ja>
4462 \item
4463 %<*en>
4464 Since the \texttt{align} field is \texttt{'middle'},
4465 the ``real'' glyph is centered horizontally (the green rectangle) first.
4466 %</en>
4467 %<*ja>
4468 \texttt{align}フィールドは \texttt{'middle'} なので,
4469 実際のグリフの位置はまず水平方向に中央揃えしたものとなる(緑色の長方形).
4470 %</ja>
4471 \item
4472 %<*en>
4473 Furthermore, the glyph is shifted according to values of fields
4474       \texttt{left} and \texttt{down}. The ultimate position of the real
4475       glyph is indicated by the red rectangle.
4476 %</en>
4477 %<*ja>
4478 さらに,グリフは \texttt{left} と \texttt{down} の値に従ってシフトされる.
4479 最終的な実際のグリフの位置は赤色の長方形で示された位置になる.
4480 %</ja>
4481 \end{itemize}
4482 \end{minipage}
4483 \medskip
4484
4485 \caption{%
4486 %<en>The position of the real glyph (horizontal Japanese fonts)
4487 %<ja>横組和文フォントにおける「実際の」グリフの位置
4488 }
4489 \label{fig-pos}
4490 \end{figure}
4491 \begin{figure}[!tb]
4492 \begin{minipage}{0.4\textwidth}%
4493 \begin{center}\unitlength=10pt\small
4494 \begin{picture}(15,12)(-6,0)
4495 \color{b_gray}% jfm
4496 \put(-6,0){\vrule width 12\unitlength height 11\unitlength}
4497
4498 \color{b_pink}% real glyph
4499 \put(-6.5,5.5){\vrule width 8\unitlength height 6\unitlength depth 3\unitlength}
4500
4501 \color{red}% real glyph
4502 \thicklines
4503 \put(-6.5,5.5){\vector(0,1){6}\vector(0,-1){3}\vector(1,0){8}}
4504 \put( 1.5,5.5){\line(0,1){6}\line(0,-1){3}}
4505 \put(-6.5,11.5){\line(1,0){8}}
4506 \put(-6.5,2.5){\line(1,0){8}}
4507
4508 \color{b_green}% step1
4509 \put(-4,3){\vrule width 8\unitlength height 6\unitlength depth 3\unitlength}
4510
4511 \color{black}% jfm
4512 \thicklines
4513 \put(0,11){\vector(1,0){6}\vector(-1,0){6}\vector(0,-1){11}}
4514 \put(0,0){\line(1,0){6}\line(-1,0){6}}
4515 \put(-6,0){\line(0,1){11}}
4516 \put( 6,0){\line(0,1){11}}
4517 \put( 3,10.8){\makebox(0,0)[t]{\texttt{height}}}
4518 \put(-3,10.8){\makebox(0,0)[t]{\texttt{depth}}}
4519 \put(0.2,5.5){\makebox(0,0)[l]{\texttt{width}}}
4520
4521 \color{green}% step1
4522 \thicklines
4523 \put(-4,3){\vector(0,1){6}\vector(0,-1){3}\vector(1,0){8}}
4524 \put( 4,3){\line(0,1){6}\line(0,-1){3}}
4525 \put(-4,9){\line(1,0){8}}
4526 \put(-4,0){\line(1,0){8}}
4527 \savebox{\eqdist}(0,0)[b]{%
4528   \thinlines
4529   \put(-0.08,0.2){\line(0,-1){0.4}}%
4530   \put(0.08,0.2){\line(0,-1){0.4}}}
4531 \put(2,9){\usebox{\eqdist}}
4532 \put(-2,9){\usebox{\eqdist}}
4533
4534
4535 \color{blue}% shifted
4536 \thicklines
4537 \put(-4,3){\vector(0,1){2.5}}
4538 \put(-3.8,4.25){\makebox(0,0)[l]{\texttt{left}}}
4539 \put(-4,5.5){\vector(-1,0){2.5}}
4540 \put(-5.,5.7){\makebox(0,0)[b]{\texttt{down}}}
4541 \end{picture}
4542 \end{center}
4543 \end{minipage}%
4544 \begin{minipage}{0.6\textwidth}%
4545 %<*en>
4546 (\dots)
4547 %</en>
4548 %<*ja>
4549 \texttt{align}フィールドの値が \texttt{'right'} であるような文字クラスに属する
4550 和文文字を考えよう.
4551 \begin{itemize}
4552 \item
4553 実際のグリフの「垂直位置」は,まずベースラインが文字の物理的な左右方向の中央を通る
4554 位置となる.
4555 \item
4556 また,この場合 \texttt{align} フィールドは \texttt{'right'} なので,
4557 「水平位置」は字送り方向に「右寄せ」したものとなる(緑色の長方形).
4558 \item
4559 その後さらに \texttt{left} と \texttt{down} の値に従ってシフトされる
4560 のは横組用和文フォントと変わらない.
4561 \end{itemize}
4562 %</ja>
4563 \end{minipage}
4564 \medskip
4565
4566 \caption{%
4567 %<en>The position of the real glyph (vertical Japanese fonts)
4568 %<ja>縦組和文フォントにおける「実際の」グリフの位置
4569 }
4570 \label{fig-pos-tate}
4571 \end{figure}
4572
4573 \item[kern={\{[$j$]=<kern>, [$j'$]=\{<kern>, [ratio=<ratio>]\}, ...\}}]
4574 \nopagebreak
4575 \item[glue={\{[$j$]=\{<width>, <stretch>, <shrink>, [ratio=<ratio>, ...]\}, ...\}}]\leavevmode
4576 %<*ja>
4577
4578 文字クラス$i$の文字と$j$の文字の間に挿入されるカーンやグルーの量を指定する.
4579
4580 <ratio>は,グルーの自然長のうちどれだけの割合が「後の文字」由来かを示す量で,
4581 $0$から$+1$の実数値をとる.省略時の値は$0.5$である.
4582 このフィールドの値は\Param{differentjfm}の値が
4583 \texttt{pleft},~\texttt{pright},~\texttt{paverage}の値のときのみ実際に用いられる.
4584
4585 例えば,\cite{x4051}では,句点と中点の間には,
4586 句点由来の二分空きと中点由来の四分空きが挿入されるが,この場合には
4587 \begin{itemize}
4588 \item <width>には$0.5+0.25=0.75$を指定する.
4589 \item <ratio>には$0.25/(0.5+0.25)=1/3$を指定する.
4590 \end{itemize}
4591 %</ja>
4592 %<*en>
4593 \
4594
4595 Specifies the amount of kern or glue which will be inserted
4596 between characters in character class~$i$ and those in character class~$j$.
4597
4598 <ratio> specifies how much the glue is originated in the ``right'' character.
4599 It is a real number between 0 and 1, and treated as 0.5 if omitted. For example,
4600 The width of a glue between an ideographic full stop ``。''
4601 and a fullwidth middle dot ``・'' is three-fourth of fullwidth,
4602 namely halfwidth from the ideographic full stop, and
4603 quarter-width from the fullwidth middle dot.  In this case,
4604 we specify <ratio> to $0.25/(0.5+0.25)=1/3$.
4605 %</en>
4606
4607 %<*ja>
4608 グルーの指定においては,上記に加えて各 \texttt{[$j$]} の各サブテーブル内に
4609 次のキーを指定できる,
4610 \begin{cslist}[style=standard]
4611 \item[priority=<priority>]
4612              \Pkg{luatexja-adjust} による優先順位付き
4613              行長調整(\ref{ssec-adj}節)の際に使われる値であり,
4614 行調整処理におけるこのglueの優先
4615              度を$-2$から$+2$の間の整数で指定する.大きい値ほど「伸びやすく,縮みやすい」
4616              ことを意味する.省略時の値
4617              は0であり,範囲外の値が指定されたときの動作は未定義である.
4618 \item[kanjiskip\_natural=<num>\textrm{, }%
4619   kanjiskip\_stretch=<num>\textrm{, }kanjiskip\_shrink=<num>]\leavevmode
4620   \label{pg:ksp_nat}
4621
4622 JFMによって本来挿入されるグルーの他に
4623 \Param{kanjiskip}分の空白を自然長(\texttt{kanjiskip\_natural}),伸び量(\texttt{kanjiskip\_stretch}),
4624 縮み量(\texttt{kanjiskip\_shrink})ごとに挿入する\footnote{本来\Param{xkanjiskip}が挿入される場所においては
4625              \Param{xkanjiskip}分の空白を自然長・伸び量・縮み量ごとに.追加できる.}%
4626 ための指定である.いずれも省略された場合のデフォルト値は0(追加しない)である.
4627
4628 例えば,\LuaTeX-jaの横組標準JFMの \texttt{jfm-ujis.lua} では,
4629 \begin{itemize}
4630  \item 通常の文字「あ」と開き括弧類の間に入るグルーは,自然長・縮み量半角,伸び量0のグルー
4631 となっているが,さらに\Param{kanjiskip}の伸び量に \texttt{kanjiskip\_stretch}(ここでは1)を掛け
4632        た分だけ伸びることが許される.
4633  \item 同様に,閉じ括弧類(全角コンマ「,」も含む)と通常の文字「う」「え」の間にも
4634 自然長・縮み量半角,伸び量0のグルー
4635 となっているが,さらに\Param{kanjiskip}の伸び量に \texttt{kanjiskip\_stretch}(ここでは1)を掛け
4636        た分だけ伸びることが許される.
4637 \end{itemize}
4638 となっている.従って,以下のような組版結果を得る.
4639
4640 \medskip
4641 \begin{LTXexample}[width=16\zw]
4642 \leavevmode
4643 \ltjsetparameter{kanjiskip=0pt plus 3\zw}
4644 \vrule\hbox to 15\zw{あ「い」う,えお}\vrule
4645 \end{LTXexample}
4646
4647 \end{cslist}
4648 %</ja>
4649 %<*en>
4650 In case of glue, one can specify following additional keys in each \texttt{[$j$]}
4651              subtable:
4652 \begin{cslist}[style=standard]
4653 \item[priority=<priority>]
4654 An integer in $[-2,2]$ (treated as 0 if omitted), and this is
4655 used only in line adjustment with priority by \Pkg{luatexja-adjust}
4656 (see Subsection~\ref{ssec-adj}). Higher value means the glue is easy to stretch,
4657 and is also easy to shrink.
4658 \item[kanjiskip\_natural=<num>\textrm{, }%
4659   kanjiskip\_stretch=<num>\textrm{, }kanjiskip\_shrink=<num>]\leavevmode
4660
4661 These keys specifies the amount of the natural width of \Param{kanjiskip}
4662 (the stretch/shrink part, respectively) which will be inserted
4663 in addition to the original JFM glue. Default values of them are all 0.
4664
4665 As an example, in \texttt{jfm-ujis.lua}, the standard JFM in horizontal writing, we have
4666 \begin{itemize}
4667  \item Between an ordinal letter ``あ'' and an ideographic opening bracket, we have
4668 a glue whose natural part and shrink part are both half-width, while its stretch part is
4669        zero. However, this glue also can be stretched
4670        as much as the stretch part of \Param{kanjiskip} times the value of
4671        \texttt{kanjiskip\_stretch} key (1 in this case).
4672  \item Between an ideographic closeing brackets (the ideographic comma ``,''
4673        is included) and an ordinal letter, we have the same glue.
4674        Again, this glue also can be stretched
4675        as much as the stretch part of \Param{kanjiskip} times the value of
4676        \texttt{kanjiskip\_stretch} key (1 in this case).
4677 \end{itemize}
4678 Hence we have the following result:
4679
4680 \medskip
4681 \begin{LTXexample}[width=16\zw]
4682 \leavevmode
4683 \ltjsetparameter{kanjiskip=0pt plus 3\zw}
4684 \vrule\hbox to 15\zw{あ「い」う,えお}\vrule
4685 \end{LTXexample}
4686
4687 \end{cslist}
4688 %</en>
4689
4690 \item[end\_stretch=<kern>, end\_shrink=<kern>]
4691 %<*ja>
4692 (任意,バージョン1のみ)
4693
4694 優先順位付き行長調整が有効であり,かつ現在の文字クラスの文字が行
4695              末に来た時に,行長を詰める調整・伸ばす調整のた
4696              めにこの文字と行末の間に挿入可能なカーンの大きさを指定する.
4697 %</ja>
4698 %<*en>
4699 (optional, version~1 only)
4700 %</en>
4701
4702   \item[end\_adjust=\{<kern>, <kern>, ...\}]
4703 %<*ja>
4704 (任意,バージョン2のみ)
4705
4706 優先順位付き行長調整が有効であり,かつ現在の文字クラスの文字が
4707   行末に来た時に,この文字と行末の間には指定された値のいずれかの大きさのカーンが
4708   挿入される(\autoref{ssec-adj}参照).
4709
4710 バージョン1における
4711 \begin{lstlisting}[escapechar=\$]
4712     end_stretch = $a$, end_shrink = $b$
4713 \end{lstlisting}
4714 という指定は,バージョン2では次の指定と同じになる.
4715 \begin{lstlisting}[escapechar=\$]
4716     end_adjust = {$-b$, 0.0, $a$}
4717 \end{lstlisting}
4718 もし真ん中の \texttt{0.0} がない場合は,$a$か$-b$かいずれかのカーンが常に行末に追加される.
4719 %</ja>
4720 %<*en>
4721 (optional, version~2 only)
4722 %</en>
4723
4724 \end{cslist}
4725
4726 %<*ja>
4727 \paragraph{文字クラスの決定}
4728 文字からその文字の属する文字クラスを算出する過程について,
4729 次の内容を含んだ \texttt{jfm-test.lua} を用いて説明する.
4730 %</ja>
4731 %<*en>
4732 \paragraph{Character to character classes}
4733 We explain how the character class of a character is determined,
4734 using  \texttt{jfm-test.lua} which contains the following:
4735 %</en>
4736 \begin{lstlisting}
4737    [0] = {
4738       chars = { '漢' },
4739       align = 'left', left = 0.0, down = 0.0,
4740       width = 1.0, height = 0.88, depth = 0.12, italic=0.0,
4741    },
4742    [2000] = {
4743       chars = { '。', 'ヒ' },
4744       align = 'left', left = 0.0, down = 0.0,
4745       width = 0.5, height = 0.88, depth = 0.12, italic=0.0,
4746    },
4747 \end{lstlisting}
4748 %<ja>ここで,次のような入力とその実行結果を考える:
4749 %<en>Now consider the following input/output:
4750 \begin{LTXexample}[width=0.3\textwidth]
4751 \jfont\a=file:KozMinPr6N-Regular.otf:jfm=test;+hwid
4752 \setbox0\hbox{\a ヒ漢}
4753 \the\wd0
4754 \end{LTXexample}
4755 %<*en>
4756 Now we look why the above source outputs 15\,pt.
4757 \begin{enumerate}
4758 \item The character ``ヒ'' is converted to its half width  form ``ヒ'' by \verb+hwid+ feature.
4759 \item According to the JFM, the character class of ``ヒ'' is 2000, hence its width is halfwidth.
4760 \item The character class of ``漢'' is zero,  hence its width is fullwidth.
4761 \item Hence the width of \cs{hbox} equals to 15\,pt.
4762 \end{enumerate}
4763 This example shows that the character class of a character is generally determined \emph{after
4764 applying font features by \Pkg{luaotfload}}.
4765 %</en>
4766 %<*ja>
4767 上記の出力結果が,15\,ptとなっているのは理由によるものである:
4768 \begin{enumerate}
4769 \item \verb+hwid+ featureによって「ヒ」が半角幅のグリフ「ヒ」と置き換わる(\Pkg{luaotfload} による処理).
4770 \item JFMによれば,この「ヒ」のグリフの文字クラスは2000である.
4771 \item 以上により文字クラス2000とみなされるため,結果として「ヒ」の幅は半角だと認識される.
4772 \end{enumerate}
4773 この例は,\emph{文字クラスの決定はfont featureの適用によるグリフ置換の結果に基づく}ことを
4774 示している.
4775 %</ja>
4776
4777 %<*en>
4778 However, if the class determined by the glyph after application of features is zero,
4779 \LuaTeX-ja adopts the class determined by the glyph \emph{before} application of features.
4780 The following input is an example.
4781 %</en>
4782 %<*ja>
4783 但し,JFMによって決まる置換後のグリフの文字クラスが0である場合は,置換前の文字クラスを採用する.
4784 %</ja>
4785 \begin{LTXexample}[width=0.3\textwidth]
4786 \jfont\a=file:KozMinPr6N-Regular.otf:jfm=test;+vert
4787 \a 漢。\inhibitglue 漢
4788 \end{LTXexample}
4789 %<*en>
4790 Here, the character class of the ideographic full stop ``。''~(\texttt{U+3002}) is determined
4791 as follows:
4792 \begin{enumerate}
4793 \item As the case of ``ヒ'', the ideographic full stop ``。'' is converted to its vertical
4794       form ``\char"FE12''~(\texttt{U+FE12}) by \verb+vert+ feature.%"
4795 \item The character class of ``\char"FE12'', according to the JFM  is \emph{zero}.
4796 \item However, \LuaTeX-ja remembers that this ``\char"FE12'' is obtained from ``。'' by
4797       font features. The character class of ``。'' is \emph{non-zero value}, namely, 2000.
4798 \item Hence the ideographic full stop ``。'' in above belongs the character class~2000.
4799 \end{enumerate}
4800 %</en>
4801 %<*ja>
4802 ここで,句点「。」(\texttt{U+3002})の文字クラスは,以下のようにして決まる.
4803 \begin{enumerate}
4804 \item \Pkg{luaotfload} によって縦組用句点のグリフに置き換わる.
4805 \item 置換後のグリフは \texttt{U+FE12} であり,JFMに従えば文字クラスは\emph{0}と判定される.
4806 \item この場合,置換前の横組用句点のグリフによって文字クラスを判定する.
4807 \item 結果として,上の出力例中の句点の文字クラスは2000となる.
4808 \end{enumerate}
4809 %</ja>
4810
4811
4812 %<ja>\paragraph{仮想的な文字}
4813 %<en>\paragraph{Imaginary characters}
4814 %<*en>
4815 As described before, you can specify several \emph{imaginary characters} in
4816 \texttt{chars} field. The most of these characters are regarded as the
4817 characters of class 0 in \pTeX.
4818 As a result, \LuaTeX-ja can control typesetting finer than \pTeX.
4819 The following is the list of imaginary characters:
4820 %</en>
4821 %<*ja>
4822 上で説明した通り,\texttt{chars}フィールド中にはいくつかの「特殊文字」も
4823 指定可能である.これらは,大半が\pTeX のJFMグルーの挿入処理ではみな「文字
4824 クラス0の文字」として扱われていた文字であり,その結果として\pTeX より細か
4825 い組版調整ができるようになっている.以下でその一覧を述べる:
4826 %</ja>
4827
4828 \begin{cslist}
4829 %%\item['diffmet']
4830 %%<en>Used at a boundary between two \textbf{JAchar}s whose JFM or size is different.
4831 %%<ja>JFMやサイズが異なる2つの\textbf{JAchar}の間の境界として用いられる.
4832
4833 \item['boxbdd']
4834 %<en>The beginning/ending of a hbox, and the beginning of a noindented (i.e., began by \cs{noindent}) paragraph.
4835 %<ja>hboxの先頭と末尾,及びインデントされていない(\cs{noindent} で開始された)段落の先頭を表す.
4836
4837 \item['parbdd']
4838 %<en>The beginning of an (indented) paragraph.
4839 %<ja>通常の(\cs{noindent} で開始されていない)段落の先頭.
4840
4841 \item['jcharbdd']
4842 %<en>A boundary between \textbf{JAchar} and anything else (such as \textbf{ALchar}, kern, glue,\,\ldots).
4843 %<ja>\textbf{JAchar}と「その他のもの」(欧文文字,glue,kern等)との境界.
4844
4845 \item[$-1$]
4846 %<en>The left/right boundary of an inline math formula.
4847 %<ja>行中数式と地の文との境界.
4848 \end{cslist}
4849
4850 %<en>\paragraph{Porting JFM from \pTeX}
4851 %<ja>\paragraph{\pTeX 用和文用TFMの移植}
4852
4853 % ToDo: English version.
4854
4855 %<*en>
4856 See Japanese version of this manual.
4857 %</en>
4858
4859 %<*ja>
4860 以下に,\pTeX 用に作られた和文用TFMを\LuaTeX-ja用に移植する場合の注意点を挙げておく.
4861 \begin{itemize}
4862 \item 実際に出力される和文フォントのサイズがdesign sizeとなる.
4863 このため,例えば$1\,\textrm{zw}$がdesign sizeの0.962216倍であるJISフォン
4864       トメトリック等を移植する場合は,次のようにするべきである:
4865 \begin{itemize}
4866 \item JFM中の全ての数値を$1/0.962216$倍しておく.
4867 \item \TeX ソース中で使用するところで,サイズ指定を0.962216倍にする.
4868       \LaTeX でのフォント宣言なら,例えば次のように:
4869 \begin{lstlisting}
4870 \DeclareFontShape{JY3}{mc}{m}{n}{<-> s*[0.962216] psft:Ryumin-Light:jfm=jis}{}
4871 \end{lstlisting}
4872 \end{itemize}
4873 \item 上に述べた特殊文字は,\texttt{'boxbdd'}を除き文字クラスを全部0とする
4874       (JFM中に単に書かなければよい).
4875 \item \texttt{'boxbdd'}については,それのみで一つの文字クラスを形成し,その
4876       文字クラスに関してはグルー/カーンの設定はしない.
4877
4878 これは,\pTeX では,
4879       hboxの先頭・末尾とインデントされていない(\cs{noindent} で開始さ
4880       れた)段落の先頭にはJFMグルーは入らないという仕様を実現させるためである.
4881 \item \pTeX の組版を再現させようというのが目的であれば以上の注意を守れば十分である.
4882
4883 ところで,\pTeX では通常の段落の先頭にJFMグルーが残るという仕様があるので,
4884       段落先頭の開き括弧は全角二分下がりになる.全角下がりを実現させるに
4885       は,段落の最初に手動で \cs{inhibitglue} を追加するか,あるいは
4886       \ \cs{everypar} のハックを行い,それを自動化させるしかなかった.
4887
4888 一方,\LuaTeX-jaでは,\texttt{'parbdd'}によって,それがJFM側で調整できるよ
4889 うになった.例えば,\LuaTeX-ja同梱のJFMのように,\texttt{'boxbdd'}と同じ文字クラスに
4890 \texttt{'parbdd'}を入れれば全角下がりとなる.
4891
4892 \begin{LTXexample}[width=0.4\textwidth]
4893 \jfont\g=KozMinPr6N-Regular:jfm=test \g
4894 \parindent1\zw\noindent{}◆◆◆◆◆
4895 \par 「◆◆←二分下がり
4896 \par 【◆◆←全角下がり
4897 \par 〔◆◆←全角二分下がり
4898 \end{LTXexample}
4899 \end{itemize}
4900
4901 但し,\cs{everypar} を利用している場合にはこの仕組みは正しく動かない.
4902 そのような例としては箇条書き中の \cs{item} で始まる段落があり,\Pkg{ltjsclasses}では
4903 人工的に「\texttt{'parbdd'}の意味を持つ」whatsitノードを作ることによって対処している%
4904 \footnote{\texttt{ltjsclasses.dtx} を参照されたい.
4905 JFM側で一部の対処ができることにより,\Pkg{jsclasses}のようにif文の判定はしていない.}.
4906 %</ja>
4907
4908
4909 %<en>\subsection{Math font family}
4910 %<ja>\subsection{数式フォントファミリ}
4911 \label{ssec-math}
4912
4913 %<*en>
4914 \TeX\ handles fonts in math formulas by 16~font families\footnote{Omega,
4915 Aleph, \LuaTeX~and $\varepsilon$-\kern-.125em(u)\pTeX\ can handles 256~families, but
4916 an external package is needed to support this in plain \TeX\ and
4917 \LaTeX.}, and each family has three fonts:
4918 \cs{textfont}, \cs{scriptfont} and \cs{scriptscriptfont}.
4919 %</en>
4920 %<*ja>
4921 \TeX\ は数式フォントを16のファミリ\footnote{Omega, Aleph, \LuaTeX,そして
4922   $\varepsilon$-\kern-.125em(u)\pTeX\ では256の数式ファミリを扱うことができるが,
4923   これをサポートするためにplain \TeX と\LaTeX では外部パッケージを読み込む必要が
4924   ある.}で管理し,それぞれのファミリは3つのフォントを持っている:
4925 \cs{textfont}, \cs{scriptfont} そして \cs{scriptscriptfont} である.
4926 %</ja>
4927
4928 %<*en>
4929 \LuaTeX-ja's handling of Japanese fonts in math formulas is similar;
4930 Table~\ref{tab-math} shows counterparts to \TeX's primitives for math
4931 font families. There is no relation between the value of
4932 \cs{fam} and that of \cs{jfam}; with appropriate settings,
4933 you can set both \cs{fam} and \cs{jfam} to the same value.
4934 Here <jfont\_cs> in the argument of \Param{jatextfont} etc.\ is
4935 a control sequence which is defined by \cs{jfont}, i.e.,
4936 a \emph{horizontal} Japanese font.
4937 %</en>
4938 %<*ja>
4939 \LuaTeX-jaの数式中での和文フォントの扱いも同様である.
4940 表\ref{tab-math}は数式フォントファミリに対する \TeX のプリミティブと対応する
4941 ものを示している.\cs{fam} と \cs{jfam} の値の間には関係はなく,
4942 適切な設定の下では \cs{fam} と \cs{jfam} の両方に同じ値を設定することができる.
4943 \Param{jatextfont} 他の第2引数<jfont\_cs>は,\cs{jfont} で定義された
4944 \emph{横組用}和文フォントである.\cs{tfont} で定義された
4945 \emph{縦組用}和文フォントを指定することは想定していない.
4946 %</ja>
4947
4948 \begin{table}[!tb]
4949 %<en>\caption{Commands for Japanese math fonts}
4950 %<ja>\caption{和文数式フォントに対する命令}
4951 \label{tab-math}
4952 %<en>\medskip
4953 \centering
4954 \def\{{\char`\{}\def\}{\char`\}}\small
4955 \begin{tabular}{ll}
4956 \toprule
4957 %<en>\bf Japanese fonts&\bf alphabetic fonts\\
4958 %<ja>\bf 和文フォント&\bf 欧文フォント\\
4959 \midrule
4960 \cs{jfam}${}\in [0,256)$&\cs{fam}\\
4961 \tt\Param{jatextfont}\,=\{<jfam>,<jfont\_cs>\}&\tt\cs{textfont}<fam>=<font\_cs>\\
4962 \tt\Param{jascriptfont}\,=\{<jfam>,<jfont\_cs>\}&\tt\cs{scriptfont}<fam>=<font\_cs>\\
4963 \tt\Param{jascriptscriptfont}\,=\{<jfam>,<jfont\_cs>\}&\tt\cs{scriptscriptfont}<fam>=<font\_cs>\\
4964 \bottomrule
4965 \end{tabular}
4966 \end{table}
4967
4968 %<en>\subsection{Callbacks}
4969 %<ja>\subsection{コールバック}
4970
4971 %<*en>
4972 \LuaTeX-ja also has several callbacks. These callbacks can
4973 be accessed via \verb+luatexbase.add_to_callback+ function and so on, as other callbacks.
4974 %</en>
4975 %<*ja>
4976 \LuaTeX 自体のものに加えて,\LuaTeX-jaもコールバックを持っている.
4977 これらのコールバックには,他のコールバックと同様に \verb+luatexbase.add_to_callback+
4978 関数などを用いることでアクセスすることができる.
4979 %</ja>
4980 \begin{description}[font=\bfseries, style=nextline]
4981 %<en>\item[\texttt{luatexja.load\_jfm} callback]
4982 %<ja>\item[\texttt{luatexja.load\_jfm}コールバック]
4983 %<*en>
4984 With this callback you can overwrite JFMs.
4985 This callback is called when a new JFM is loaded.
4986 %</en>
4987 %<*ja>
4988 このコールバックを用いることでJFMを上書きすることができる.
4989 このコールバックは新しいJFMが読み込まれるときに呼び出される.
4990 %</ja>
4991
4992 \begin{lstlisting}[numbers=left]
4993 function (<table> jfm_info, <string> jfm_name)
4994   return <table> new_jfm_info
4995 end
4996 \end{lstlisting}
4997
4998 %<*en>
4999 The argument \verb+jfm_info+ contains a table similar to the table in a JFM file, except
5000 this argument has \texttt{chars} field which contains character codes
5001              whose character class is not~0.
5002 %</en>
5003 %<*ja>
5004 引数 \verb+jfm_info+ はJFMファイルのテーブルと似たものが格納されるが,
5005 クラス0を除いた文字のコードを含んだ\texttt{chars}フィールドを持つ点が異なる.
5006 %</ja>
5007
5008 %<*en>
5009 An example of this callback is the \texttt{ltjarticle} class, with
5010              forcefully assigning character class~0 to \texttt{'parbdd'}
5011              in the JFM \texttt{jfm-min.lua}.
5012 %</en>
5013 %<*ja>
5014 このコールバックの使用例は\texttt{ltjarticle}クラスにあり,
5015 \texttt{jfm-min.lua}中の\texttt{'parbdd'}を強制的にクラス0に割り当てている.
5016 %</ja>
5017
5018 %<en>\item[\texttt{luatexja.define\_jfont} callback]
5019 %<ja>\item[\texttt{luatexja.define\_jfont}コールバック]
5020 %<*en>
5021 This callback and the next callback form a pair, and you can assign characters
5022  which do not have fixed code points in Unicode to non-zero character classes.
5023 This \texttt{luatexja.define\_font} callback is called just when new Japanese font is loaded.
5024 %</en>
5025 %<*ja>
5026 このコールバックと次のコールバックは組をなしており,Unicode中に固定された文字コード
5027 番号を持たない文字を非零の文字クラスに割り当てることができる.
5028 このコールバックは新しい和文フォントが読み込まれたときに呼び出される.
5029 %</ja>
5030
5031 \begin{lstlisting}[numbers=left]
5032 function (<table> jfont_info, <number> font_number)
5033   return <table> new_jfont_info
5034 end
5035 \end{lstlisting}
5036 %<*en>
5037 \verb+jfont_info+ has the following fields,
5038 \emph{which may not overwritten by a user}:
5039 \begin{description}
5040 \item[\texttt{size}]
5041 The font size specified at \cs{jfont} in scaled points ($1\,\mathrm{sp}=2^{-16}\,\mathrm{pt}$).
5042 \item[\texttt{zw}, \texttt{zh}, \texttt{kanjiskip}, \texttt{xkanjiskip}]
5043 These are scaled value of those specified by the JFM, by the font size.
5044 \item[\texttt{jfm}]
5045 The internal number of the JFM.
5046 \item[\texttt{var}]
5047 The value of \texttt{jfmvar}~key, which is specified at \cs{jfont}.
5048 The default value is the empty string.
5049 \item[\texttt{chars}]
5050 The mapping table from character codes to its character classes.\\
5051 The specification \texttt{[i].chars=\{<character>, ...\}} in the JFM will be  stored in this
5052            field as \texttt{chars=\{[<character>]=\,$i$, ...\}}.
5053 \item[\texttt{char\_type}]
5054 For $i\in\omega$, \texttt{char\_type[$i$]} is information of characters whose class is
5055            $i$, and has the following fields:
5056 \begin{itemize}
5057  \item \texttt{width},~\texttt{height}, \texttt{depth},
5058   \texttt{italic}, \texttt{down},~\texttt{left}\ are just
5059        scaled value of those specified by the JFM, by the font size.
5060  \item \texttt{align} is a number which is determined from \texttt{align}~field in the JFM:
5061 \[
5062  \begin{cases}
5063   0&\text{\texttt{'left'} (default)}\\0.5&\text{\tt 'middle'}\\1&\text{\tt 'right'}
5064  \end{cases}
5065 \]
5066 \item For $j\in \omega$, \texttt{[$j$]} stores a kern or a glue which will be inserted
5067 between character class~$i$ and class~$j$.
5068
5069 If a kern will be inserted, the value of this field is \texttt{[$j$]=\{false, <kern\_node>, <ratio>\}},
5070 where <kern\_node> is a node\footnote{%
5071  This version of \LuaTeX-ja uses ``direct access
5072       model'' for accessing nodes, if possible. }.
5073 If a glue will be inserted, we have \texttt{[$j$]=\{false, <spec\_node>, <ratio>, <icflag>\}},
5074 where <spec\_node> is also a node, and $\text{<icflag>}=\textit{from\_jfm}+\text{<priority>}$.
5075 \end{itemize}
5076 \end{description}
5077 %</en>
5078 %<*ja>
5079 \verb+jfont_info+ は最低限以下のフィールドを持つが,これらを書き換えてはならない:
5080 \begin{cslist}
5081 \item[size]
5082 実際に使われるフォントサイズ(sp単位).$1\,\mathrm{sp}=2^{-16}\,\mathrm{pt}$.
5083 \item[zw\textrm{, }zh\textrm{, }kanjiskip\textrm{, }xkanjiskip]
5084 JFMファイルで指定されているそれぞれの値をフォントサイズに合わせてスケーリングしたものを
5085 sp単位で格納している.
5086 \item[jfm]
5087 利用されているJFMを識別するための番号.
5088 \item[var]
5089 \cs{jfont},~\cs{tfont} で指定された \texttt{jfmvar} キーの値(未指定のときは空文字列).
5090 \item[chars]
5091 文字コードから文字クラスへの対応が記述されたテーブル.\\
5092 JFM内の \texttt{[i].chars=\{<character>, ...\}} という指定は\
5093 \texttt{chars=\{[<character>]=\,$i$, ...\}} という形式に変換されている.
5094 \item[char\_type]
5095 $i\in\omega$に対して,\texttt{char\_type[$i$]} は文字クラス$i$の文字の寸法を格納しており,
5096 以下のフィールドを持つ.
5097 \begin{itemize}
5098  \item \texttt{width},~\texttt{height}, \texttt{depth},
5099   \texttt{italic}, \texttt{down},~\texttt{left}\ は
5100 JFMで指定されているそれぞれの値をスケーリングしたものである.
5101  \item \texttt{align} はJFMで指定されている値によって,
5102 \[
5103  \begin{cases}
5104   0&\text{\texttt{'left'}や省略時}\\0.5&\text{\tt 'middle'}\\1&\text{\tt 'right'}
5105  \end{cases}
5106 \]
5107 のいずれかの値をとる.
5108 \item $j\in \omega$に対して,\texttt{[$j$]} は文字クラス$i$の文字と$j$の文字の間に挿入されるkern
5109       やglueを格納している.
5110 間に入るものがkernであれば,このフィールドの値は\
5111 \texttt{[$j$]=\{false, <kern\_node>, <ratio>\}} である.
5112 <kern\_node>はkernを表すノードそのものである\footnote{%
5113 本バージョンではノードのアクセス手法にdirect access
5114       modelを用いている.そのため,例えば\LuaTeX\ beta-0.78.2では,単なる自然数のようにし
5115       か見えないことに注意.
5116 }.
5117 glueであれば,\texttt{[$j$]=\{false, <spec\_node>, <ratio>, <icflag>\}} である.
5118 <spec\_node>はglueの長さを表すノードそのものであり,
5119       $\text{<icflag>}=\textit{from\_jfm}+\text{<priority>}$である.
5120 \end{itemize}
5121 \item[ascent\textrm{, }descent]
5122 ……
5123 \item[chars\_cbcache]
5124 ……
5125 \end{cslist}
5126 %</ja>
5127
5128 %<*en>
5129 The returned table \verb+new_jfont_info+ also should include these fields, but
5130 you are free to add more fields (to use them in the \texttt{luatexja.find\_char\_class} callback).
5131 The \verb+font_number+ is a font number.
5132 %</en>
5133 %<*ja>
5134 戻り値の \verb+new_jfont_info+ テーブルも上に述べたフィールドをそのまま含まなければならないが,
5135 それ以外にユーザが勝手にフィールドを付け加えることは自由である.
5136 \verb+font_number+ はフォント番号である.
5137 %</ja>
5138
5139 %<*en>
5140 A good example of this and the next callbacks is the \Pkg{luatexja-otf}
5141              package, supporting \verb+"AJ1-xxx"+ form for Adobe-Japan1
5142              CID characters in a JFM. This callback doesn't replace any
5143              code of \LuaTeX-ja.
5144 %</en>
5145 %<*ja>
5146 これと次のコールバックの良い使用例は\Pkg{luatexja-otf}パッケージであり,
5147 JFM中でAdobe-Japan1 CIDの文字を \verb+"AJ1-xxx"+ の形で指定するために
5148 用いられている.
5149 %</ja>
5150
5151 %<en>\item[\texttt{luatexja.find\_char\_class} callback]
5152 %<ja>\item[\texttt{luatexja.find\_char\_class}コールバック]
5153 %<*en>
5154 This callback is called just when \LuaTeX-ja is trying to determine which
5155              character class a character \verb+chr_code+ belongs.
5156 A function used in this callback should be in the following form:
5157 %</en>
5158 %<*ja>
5159 このコールバックは\LuaTeX-jaが \verb+chr_code+ の文字がどの文字クラスに
5160 属するかを決定しようとする際に呼び出される.
5161 このコールバックで呼び出される関数は次の形をしていなければならない:
5162 %</ja>
5163 \begin{lstlisting}[numbers=left]
5164 function (<number> char_class, <table> jfont_info, <number> chr_code)
5165   if char_class~=0 then return char_class
5166   else
5167     ....
5168     return (<number> new_char_class or 0)
5169   end
5170 end
5171 \end{lstlisting}
5172
5173 %<*en>
5174 The argument \verb+char_class+ is the result of \LuaTeX-ja's default
5175              routine or previous function calls in this callback, hence
5176              this argument may not be 0. Moreover, the returned
5177              \verb+new_char_class+ should be as same as \verb+char_class+ when \verb+char_class+
5178              is not~0, otherwise you will overwrite the \LuaTeX-ja's
5179              default routine.
5180 %</en>
5181 %<*ja>
5182 引数 \verb+char_class+ は\LuaTeX-jaのデフォルトルーチンか,このコールバックの
5183 直前の関数呼び出しの結果を含んでおり,したがってこの値は0ではないかもしれない.
5184 さらに,戻り値の \verb+new_char_class+ は \verb+char_class+ が非零のときには
5185 \verb+char_class+ の値と同じであるべきで,そうでないときは\LuaTeX-jaの
5186 デフォルトルーチンを書き換えることになる.
5187 %</ja>
5188
5189 %<en>\item[\texttt{luatexja.set\_width} callback]
5190 %<ja>\item[\texttt{luatexja.set\_width}コールバック]
5191 %<*en>
5192 This callback is called when \LuaTeX-ja is trying to encapsule a
5193              \textbf{JAchar} \textit{glyph\_node}, to adjust its
5194              dimension and position.
5195 %</en>
5196 %<*ja>
5197 このコールバックは\LuaTeX-jaが\textbf{JAchar}の寸法と位置を調節するために
5198 その\textit{glyph\_node}をカプセル化しようとする際に呼び出される.
5199 %</ja>
5200 \begin{lstlisting}[numbers=left]
5201 function (<table> shift_info, <table> jfont_info, <table> char_type)
5202   return <table> new_shift_info
5203 end
5204 \end{lstlisting}
5205
5206 %<*en>
5207 The argument \verb+shift_info+ and the returned \verb+new_shift_info+ have
5208 \texttt{down} and \texttt{left} fields, which are the amount of shifting
5209              down/left the character in a scaled point.
5210 %</en>
5211 %<*ja>
5212 引数 \verb+shift_info+ と戻り値の \verb+new_shift_info+ は
5213 \texttt{down}と\texttt{left}のフィールドを持ち,これらの値は
5214 文字の下/左へのシフト量(sp単位)である.
5215 %</ja>
5216
5217 %<*en>
5218 A good example is \Pkg{test/valign.lua}.
5219 After loading this file, the vertical position of glyphs is automatically
5220 adjusted; the ratio $(\hbox{height}:\hbox{depth})$ of glyphs is adjusted
5221 to be that of letters in the character class~0. For example, suppose that
5222 \begin{itemize}
5223 \item The setting of the JFM: $(\hbox{height})=88x$, $(\hbox{depth})=12x$
5224   (the standard values of Japanese OpenType fonts);
5225 \item The value of the real font: $(\hbox{height})=28y$, $(\hbox{depth})=5y$
5226   (the standard values of Japanese TrueType fonts).
5227 \end{itemize}
5228 Then, the position of glyphs is shifted up by
5229 %</en>
5230 %<*ja>
5231 良い例が\Pkg{test/valign.lua}である.このファイルが読み込まれた状態では,
5232              JFM内で規定された文字クラス0の文字における$(\hbox{高
5233              さ}):(\hbox{深さ})$の比になるように,実際のフォントの出力上
5234              下位置が自動調整される.例えば,
5235 \begin{itemize}
5236 \item JFM側の設定:$(\hbox{高さ})=88x$, $(\hbox{深さ})=12x$%
5237 (和文OpenTypeフォントの標準値)
5238 \item 実フォント側の数値:$(\hbox{高さ})=28y$, $(\hbox{深さ})=5y$(和文TrueTypeフォントの標準値)
5239 \end{itemize}
5240 となっていたとする.すると,実際の文字の出力位置は,以下の量だけ上にずらされることとなる:
5241 %</ja>
5242 \[
5243  \frac{88x}{88x+12x} (28y+5y) - 28y = \frac{26}{25}y= 1.04y.
5244 \]
5245 \end{description}
5246
5247
5248
5249 %<en>\section{Parameters}
5250 %<ja>\section{パラメータ}
5251 \subsection{\cs{ltjsetparameter}}
5252 \label{ssec-param}
5253
5254 %<*en>
5255 As described before, \cs{ltjsetparameter} and \cs{ltjgetparameter} are
5256 commands for accessing most parameters of \LuaTeX-ja. One of the main
5257 reason that \LuaTeX-ja didn't adopted the syntax similar to that of \pTeX\
5258 (\textit{e.g.},~\verb+\prebreakpenalty`)=10000+)
5259 is the position of \verb+hpack_filter+ callback in the source
5260 of \LuaTeX, see Section~\ref{sec-para}.
5261 %</en>
5262 %<*ja>
5263 先に述べたように,\LuaTeX-jaの内部パラメータにアクセスするには
5264 \cs{ltjsetparameter}(または \cs{ltjglobalsetparameter})と \cs{ltjgetparameter} を用いる.
5265 \LuaTeX-jaが\pTeX のような文法(例えば,\verb+\prebreakpenalty`)=10000+)を
5266 採用しない理由の一つは,\LuaTeX のソースにおける \verb+hpack_filter+
5267 コールバックの位置にある.\ref{sec-para}章を参照.
5268 %</ja>
5269
5270 %<*en>
5271 \cs{ltjsetparameter} and \cs{ltjglobalsetparameter} are commands
5272 for assigning parameters. These take one argument which is a
5273 \texttt{<key>=<value>} list.
5274 The difference between these two commands is the
5275 scope of assignment;
5276 \cs{ltjsetparameter} does a local assignment and
5277 \cs{ltjglobalsetparameter} does a global one.
5278 They also obey the value of \cs{globaldefs}, like other assignments.
5279 %</en>
5280 %<*ja>
5281 \cs{ltjsetparameter} と \cs{ltjglobalsetparameter} はパラメータを
5282 指定するための命令で,\texttt{<key>=<value>}のリストを
5283 引数としてとる.両者の違いはスコープであり,
5284 \cs{ltjsetparameter} はローカルな設定を行うのに対し,
5285 \cs{ltjglobalsetparameter} はグローバルな設定を行う.
5286 また,他のパラメータ指定と同様に \cs{globaldefs} の値にも従う.
5287 %</ja>
5288
5289 %<*en>
5290 The following is the list of parameters which can be specified by the
5291 \cs{ltjsetparameter} command. [\cs{cs}] indicates the counterpart
5292 in \pTeX, and symbols beside each parameter has the following meaning:
5293 %</en>
5294 %<*ja>
5295 以下は \cs{ltjsetparameter} に指定することができるパラメータの一覧である.
5296 [\cs{cs}]は\pTeX における対応物を示す.
5297 また,それぞれのパラメータの右上の記号には次の意味がある:
5298 %</ja>
5299 \begin{itemize}
5300 %<*en>
5301 \item ``$\ast$'' : values at the end of a paragraph or a hbox are
5302 adopted in the whole paragraph or the whole hbox.
5303 %</en>
5304 %<*ja>
5305 \item ``$\ast$'':段落やhboxの終端での値がその段落/hbox全体で用いられる.
5306 %</ja>
5307 %<*en>
5308 \item ``\dagger'': assignments are always global.
5309 %</en>
5310 %<*ja>
5311 \item ``\dagger'':指定は常にグローバルになる.
5312 %</ja>
5313 \end{itemize}
5314
5315 \begin{cslist}[style=standard]
5316 \item[\DParam{jcharwidowpenalty}\,=<penalty>$^\ast$] [\cs{jcharwidowpenalty}]\
5317
5318 %<*en>
5319 Penalty value for suppressing orphans. This penalty is inserted just
5320              after the last \textbf{JAchar} which is not regarded as a
5321              (Japanese) punctuation mark.
5322 %</en>
5323 %<*ja>
5324 パラグラフの最後の字が孤立して改行されるのを防ぐためのペナルティの値.
5325 このペナルティは(日本語の)句読点として扱われない最後の\textbf{JAchar}の直後に
5326 挿入される.
5327 %</ja>
5328
5329 \item[\DParam{kcatcode}\,=\{<chr\_code>,<natural number>\}$^\ast$]\
5330
5331 %<*en>
5332 An additional attributes which each character whose character code is <chr\_code> has.
5333 At the present version, the lowermost bit of <natural number> indicates
5334              whether the character is considered as a punctuation mark
5335              (see the description of \Param{jcharwidowpenalty} above).
5336 %</en>
5337 %<*ja>
5338 文字コードが<chr\_code>の文字が持つ付加的な属性値.
5339 現在のバージョンでは,<natural number>の最下位ビットが,その文字が句読点と
5340 みなされるかどうかを表している(上の\Param{jcharwidowpenalty}の記述を参照).
5341 %</ja>
5342
5343 \item[\DParam{prebreakpenalty}\,=\{<chr\_code>,<penalty>\}$^\ast$] [\cs{prebreakpenalty}]\
5344
5345 %<*ja>
5346 文字コード<chr\_code>の\textbf{JAchar}が行頭にくることを抑止するために,
5347              この文字の前に挿入/追加されるペナルティの量を指定する.
5348
5349 例えば閉じ括弧「〗」は絶対に行頭にきてはならないので,
5350 \begin{lstlisting}
5351 \ltjsetparameter{prebreakpenalty={`〙,10000}}
5352 \end{lstlisting}
5353 と,最大値の10000が標準で指定されている.他にも,小書きのカナなど,絶対禁止とい
5354              うわけではないができれば行頭にはきて欲しくない場合に,0と
5355              10000の間の値を指定するのも有用であろう.
5356
5357 \pTeX では,\cs{prebreakpenalty}, \cs{postbreakpenalty}において,
5358 \begin{itemize}
5359 \item 一つの文字に対して,pre, postどちらか一つしか指定することができない%
5360   \footnote{後から指定した方で上書きされる.}
5361 \item pre, post合わせて256文字分の情報を格納することしかできない
5362 \end{itemize}
5363 という制限があったが,\LuaTeX-jaではこれらの制限は解消されている.
5364 %</ja>
5365 %<*en>
5366 Set a penalty which is inserted automatically before the character <chr\_code>,
5367 to prevent a line starts from this character. For example, a line cannot started
5368 with one of closing brackets ``〗'', so \LuaTeX-ja sets
5369 \begin{lstlisting}
5370 \ltjsetparameter{prebreakpenalty={`〙,10000}}
5371 \end{lstlisting}
5372 by default.
5373
5374 \pTeX\ has following restrictions on \cs{prebreakpenalty} and \cs{postbreakpenalty},
5375 but they don't exist in \LuaTeX-ja:
5376 \begin{itemize}
5377  \item Both \cs{prebreakpenalty} and \cs{postbreakpenalty} cannot be set
5378 for the same character.
5379  \item We can set \cs{prebreakpenalty} and \cs{postbreakpenalty} up to 256~characters.
5380 \end{itemize}
5381 %</en>
5382
5383 \item[\DParam{postbreakpenalty}\,=\{<chr\_code>,<penalty>\}$^\ast$]
5384            [\cs{postbreakpenalty}]\
5385
5386 %<*ja>
5387 文字コード<chr\_code>の\textbf{JAchar}が行末にくることを抑止するために,
5388              この文字の後に挿入/追加されるペナルティの量を指定する.
5389 %</ja>
5390 %<*en>
5391 Set a penalty which is inserted automatically after the character <chr\_code>,
5392 to prevent a line ends with this character.
5393 %</en>
5394
5395 \item[\DParam{jatextfont}\,=\{<jfam>,<jfont\_cs>\}$^\ast$]
5396 %<en>[\cs{textfont} in \TeX]
5397 %<ja>[\TeX の \cs{textfont}]
5398 \item[\DParam{jascriptfont}\,=\{<jfam>,<jfont\_cs>\}$^\ast$]
5399 %<en>[\cs{scriptfont} in \TeX]
5400 %<ja>[\TeX の \cs{scriptfont}]
5401 \item[\DParam{jascriptscriptfont}\,=\{<jfam>,<jfont\_cs>\}$^\ast$]
5402 %<en>[\cs{scriptscriptfont} in \TeX]
5403 %<ja>[\TeX の \cs{scriptscriptfont}]
5404 \item[\DParam{yjabaselineshift}\,=<dimen>]\
5405 \item[\DParam{yalbaselineshift}\,=<dimen>] [\cs{ybaselineshift}]
5406 \item[\DParam{tjabaselineshift}\,=<dimen>]\
5407 \item[\DParam{talbaselineshift}\,=<dimen>] [\cs{tbaselineshift}]
5408
5409 \item[\DParam{jaxspmode}\,=\{<chr\_code>,<mode>\}$^\ast$]\
5410
5411 %<*en>
5412 Set whether inserting \Param{xkanjiskip} is allowed before/after a \textbf{JAchar} whose character code is <chr\_code>.
5413 The followings are allowed for <mode>:
5414 %</en>
5415 %<*ja>
5416 文字コードが<chr\_code>の\textbf{JAchar}の前/後ろに\Param{xkanjiskip}の
5417 挿入を許すかどうかの設定.
5418 以下の<mode>が許される:
5419 %</ja>
5420 \begin{description}
5421 %<en>\item[0, \texttt{inhibit}] Insertion of \Param{xkanjiskip} is inhibited before the character, nor after the character.
5422 %<ja>\item[0, \texttt{inhibit}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも禁止される.
5423 %<en>\item[1, \texttt{preonly}] Insertion of \Param{xkanjiskip} is allowed before the character, but not after.
5424 %<ja>\item[1, \texttt{preonly}] \Param{xkanjiskip}の挿入は文字の前では許されるが,後ろでは許されない.
5425 %<en>\item[2, \texttt{postonly}] Insertion of \Param{xkanjiskip} is allowed after the character, but not before.
5426 %<ja>\item[2, \texttt{postonly}] \Param{xkanjiskip}の挿入は文字の後ろでは許されるが,前では許されない.
5427 %<en>\item[3, \texttt{allow}] Insertion of \Param{xkanjiskip} is allowed both before the character and after the character. This is the default value.
5428 %<ja>\item[3, \texttt{allow}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも許される.これがデフォルトの値である.
5429 \end{description}
5430 %<*en>
5431 This parameter is similar to the \cs{inhibitxspcode} primitive of \pTeX, but not compatible with \cs{inhibitxspcode}.
5432 %</en>
5433 %<*ja>
5434 このパラメータは\pTeX の \cs{inhibitxspcode} プリミティブと似ているが,
5435 互換性はない.
5436 %</ja>
5437 \item[\DParam{alxspmode}\,=\{<chr\_code>,<mode>\}$^\ast$] [\cs{xspcode}]\
5438
5439 %<*en>
5440 Set whether inserting \Param{xkanjiskip} is allowed before/after a
5441              \textbf{ALchar} whose character code is <chr\_code>.
5442              The followings are allowed for <mode>:
5443 %</en>
5444 %<*ja>
5445 文字コードが<chr\_code>の\textbf{ALchar}の前/後ろに\Param{xkanjiskip}の
5446 挿入を許すかどうかの設定.
5447 以下の<mode>が許される:
5448 %</ja>
5449 \begin{description}
5450 %<en>\item[0, \texttt{inhibit}] Insertion of \Param{xkanjiskip} is inhibited before the character, nor after the character.
5451 %<ja>\item[0, \texttt{inhibit}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも禁止される.
5452 %<en>\item[1, \texttt{preonly}] Insertion of \Param{xkanjiskip} is allowed before the character, but not after.
5453 %<ja>\item[1, \texttt{preonly}] \Param{xkanjiskip}の挿入は文字の前では許されるが,後ろでは許されない.
5454 %<en>\item[2, \texttt{postonly}] Insertion of \Param{xkanjiskip} is allowed after the character, but not before.
5455 %<ja>\item[2, \texttt{postonly}] \Param{xkanjiskip}の挿入は文字の後ろでは許されるが,前では許されない.
5456 %<en>\item[3, \texttt{allow}] Insertion of \Param{xkanjiskip} is allowed before the character and after the character. This is the default value.
5457 %<ja>\item[3, \texttt{allow}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも許される.これがデフォルトの値である.
5458 \end{description}
5459 %<*en>
5460 Note that parameters \Param{jaxspmode} and \Param{alxspmode} share a common table, hence these two parameters are synonyms of each other.
5461 %</en>
5462 %<*ja>
5463 \Param{jaxspmode}と\Param{alxspmode}は共通のテーブルを用いているため,
5464 これら2つのパラメータは互いの別名となっていることに注意する.
5465 %</ja>
5466
5467 \item[\DParam{autospacing}\,=<bool>] [\cs{autospacing}]
5468 \item[\DParam{autoxspacing}\,=<bool>] [\cs{autoxspacing}]
5469 \item[\DParam{kanjiskip}\,=<skip>$^\ast$] [\cs{kanjiskip}]\
5470
5471 %<*ja>
5472 デフォルトで2つの\textbf{JAchar}の間に挿入されるグルーである.
5473 通常では,\pTeX と同じようにフォントサイズに比例して変わることはない.
5474 しかし,自然長が \cs{maxdimen} の場合は,例外的に和文フォントのJFM側で指定されている
5475 値を採用(こちらはフォントサイズに比例)することになっている.
5476 %</ja>
5477 %<*en>
5478 The default glue which inserted between two \textbf{JAchar}s.
5479 Changing current Japanese font does not alter this parameter, as \pTeX.
5480
5481 If the natural width of this parameter is \cs{maxdimen}, \LuaTeX-ja uses
5482 the value which is specified in the JFM for current Japanese font (See Subsection~\ref{ssec-jfm-str}).
5483 %</en>
5484
5485 \item[\DParam{xkanjiskip}\,=<skip>$^\ast$] [\cs{xkanjiskip}]\
5486
5487 %<*ja>
5488 デフォルトで\textbf{JAchar}と\textbf{ALchar}の間に挿入されるグルーである.
5489 \Param{kanjiskip}と同じように,通常ではフォントサイズに比例して変わることはないが,
5490 自然長が \cs{maxdimen} の場合が例外である.
5491 %</ja>
5492 %<*en>
5493 The default glue which inserted between a \textbf{JAchar} and an
5494       \textbf{ALchar}.
5495 Changing current font does not alter this parameter, as \pTeX.
5496
5497 As \Param{kanjiskip}, if the natural width of this parameter is \cs{maxdimen}, \LuaTeX-ja uses
5498 the value which is specified in the JFM for current Japanese font (See Subsection~\ref{ssec-jfm-str}).
5499 %</en>
5500
5501
5502 \item[\DParam{differentjfm}\,=<mode>$^\dagger$]\
5503
5504 %<*en>
5505 Specify how glues/kerns between two \textbf{JAchar}s whose JFM (or size) are different.
5506 The allowed arguments are the followings:
5507 %</en>
5508 %<*ja>
5509 JFM(もしくはサイズ)が異なる2つの\textbf{JAchar}の間にグルー/カーンをどのように
5510 入れるかを指定する.
5511 許される値は以下の通り:
5512 %</ja>
5513 \begin{quote}
5514 \texttt{average},
5515 \texttt{both},
5516 \texttt{large},
5517 \texttt{small},
5518 \texttt{pleft},
5519 \texttt{pright},
5520 \texttt{paverage}
5521 \end{quote}
5522 %<*en>
5523 The default value is \texttt{paverage}. \dots
5524 %</en>
5525 %<*ja>
5526 デフォルト値は \texttt{paverage} である.
5527 各々の値による差異の詳細は\ref{ssec-cluster-wa}節の「『右空白』の算出」を参照してほしい.
5528 %</ja>
5529
5530 \item[\DParam{jacharrange}\,=<ranges>]
5531 \item[\DParam{kansujichar}\,=\{<digit>, <chr\_code>\}$^\ast$] [\cs{kansujichar}]
5532
5533 \item[\DParam{direction}\,=<dir>\ \hbox{\rm (always local)}]\
5534
5535 %<*en>
5536 Assigning to this parameter has the same effect as
5537 \cs{yoko}~(if $\hbox{<dir>}=4$), \cs{tate}~(if $\hbox{<dir>}=3$),
5538 \cs{dtou}~(if $\hbox{<dir>}=1$) or \cs{utod}~(if $\hbox{<dir>}=11$).
5539 If the argument <dir> is not one of 4,~3, 1~nor~11,
5540 the behavior of this assignment is undefined.
5541 %</en>
5542 %<*ja>
5543 組方向を変更する \cs{yoko}~(if $\hbox{<dir>}=4$), \cs{tate}~(if $\hbox{<dir>}=3$),
5544 \cs{dtou}~(if $\hbox{<dir>}=1$), \cs{utod}~(if $\hbox{<dir>}=11$) と同じ役割を持つ.
5545 利用可能な状況もこれら4命令と同一である.引数<dir>が4,~3, 1,~11のいずれでも無いときの
5546 動作は未定義である.
5547 %</ja>
5548
5549 \end{cslist}
5550
5551
5552 \subsection{\cs{ltjgetparameter}}
5553 \label{ssec-getpar}
5554 %<*en>
5555 \cs{ltjgetparameter} is a control sequence for acquiring parameters. It
5556 always takes a parameter name as first argument.
5557 %</en>
5558 %<*ja>
5559 \cs{ltjgetparameter} はパラメータの値を取得するための命令であり,
5560 常にパラメータの名前を第一引数にとる.
5561 %</ja>
5562 \begin{LTXexample}
5563 \ltjgetparameter{differentjfm},
5564 \ltjgetparameter{autospacing},
5565 \ltjgetparameter{kanjiskip},
5566 \ltjgetparameter{prebreakpenalty}{`)}.
5567 \end{LTXexample}
5568
5569 %<*en>
5570 \emph{The return value of\/ \cs{ltjgetparameter} is
5571 always a string}, which is outputted by \texttt{tex.write()}.
5572 Hence any character other than space~``\texttt{\char32}''~(\texttt{U+0020}) has the category code
5573 12~(other), while the space has 10~(space).
5574 %</en>
5575 %<*ja>
5576 \emph{\cs{ltjgetparameter} の戻り値は常に文字列である.}
5577 これは\texttt{tex.write()}によって出力しているためで,空白「\texttt{\char32}」
5578 (\texttt{U+0020})を除いた文字のカテゴリーコードは全て12~(other)となる.
5579 一方,空白のカテゴリーコードは10~(space)である.
5580 %</ja>
5581
5582 \begin{itemize}
5583 \item
5584 %<*en>
5585 If first argument is one of the
5586 following, no  additional argument is needed.
5587 %</en>
5588 %<*ja>
5589 第1引数が次のいずれかの場合には,追加の引数は必要ない.
5590 %</ja>
5591 \begin{quote}
5592 \sffamily
5593 jcharwidowpenalty, yjabaselineshift, yalbaselineshift, autospacing, autoxspacing,\\
5594 kanjiskip, xkanjiskip, differentjfm, direction
5595 \end{quote}
5596 %<*en>
5597 Note that \verb+\ltjgetparameter{autospacing}+~and~\verb+\ltjgetparameter{autoxspacing}+
5598 returns 1 or 0, not
5599 \texttt{true}~nor~\texttt{false}.
5600 %</en>
5601 %<*ja>
5602 \verb+\ltjgetparameter{autospacing}+ と \verb+\ltjgetparameter{autoxspacing}+ は,
5603 \texttt{true}や\texttt{false}を返すの\emph{ではなく},
5604 1か0のいずれかを返すことに注意,
5605 %</ja>
5606
5607 \item
5608 %<*en>
5609 If first argument is one of the
5610 following, an additional argument---a character code, for example---is needed.
5611 %</en>
5612 %<*ja>
5613 第1引数が次のいずれかの場合には,さらに文字コードを第2引数としてとる.
5614 %</ja>
5615 \begin{quote}
5616 \sffamily
5617 kcatcode, prebreakpenalty, postbreakpenalty, jaxspmode, alxspmode
5618 \end{quote}
5619 %<*en>
5620 \verb+\ltjgetparameter{jaxspmode}{...}+~and~\verb+\ltjgetparameter{alxspmode}{...}+
5621 returns 0,~1, 2,~or~3, instead of \texttt{preonly} etc.
5622 %</en>
5623 %<*ja>
5624 \verb+\ltjgetparameter{jaxspmode}{...}+ や \verb+\ltjgetparameter{alxspmode}{...}+\
5625 は,\texttt{preonly} などといった文字列ではなく,0から3までの値を返す.
5626 %</ja>
5627
5628 \item
5629 %<*en>
5630 \verb+\ltjgetparameter{jacharrange}{+<range>\verb+}+ returns \texttt{0}
5631 if ``characters which belong to the character range~<range> are \textbf{JAchar}'',
5632 \texttt{1} if ``\dots~are \textbf{ALchar}''.
5633 Although there is no character range~$-1$, specifying $-1$ to <range> does not cause an
5634       error (returns 1).
5635 %</en>
5636 %<*ja>
5637 \verb+\ltjgetparameter{jacharrange}{+<range>\verb+}+ は,<range>が\textbf{JAchar}達の
5638 範囲ならば0を,そうでなければ1を返す.「$-1$番の文字範囲」は存在しないが,<range>に$-1$を
5639 指定してもエラーは発生しない(1を返す).
5640 %</ja>
5641
5642 \item
5643 %<*en>
5644 For an integer~<digit> between 0~and~9,
5645      \verb+\ltjgetparameter{kansujichar}{+<digit>\verb+}+ returns the character code
5646 of the result of \cs{kansuji}<digit>.
5647 %</en>
5648 %<*ja>
5649 0--9の数<digit>に対して,
5650 \verb+\ltjgetparameter{kansujichar}{+<digit>\verb+}+ は,\cs{kansuji}<digit>で出力され
5651      る文字の文字コードを返す.
5652 %</ja>
5653
5654 \item
5655 %<*en>
5656 \verb+\ltjgetparameter{adjustdir}+ returns a integer which represents
5657 the direction of the surrounding vertical list.
5658 As \Param{direction}, the return value 1 means \emph{down-to-up} direction,
5659 3 means \emph{tate} direction (vertical typesetting),
5660 and 4 means \emph{yoko} direction (horizontal typesetting).
5661 %</en>
5662 %<*ja>
5663 \verb+\ltjgetparameter{adjustdir}+ は,周囲のvboxの組方向(言い換えれば,
5664 \cs{vadjust} で用いられる組方向)を表す数値を返す.
5665 \Param{direction}と同様に,1は \cs{dtou} 方向を,
5666 3は縦組みを,4は横組みを表す.
5667 %</ja>
5668
5669 \item
5670 %<*en>
5671 For an integer~<reg\_num> between 0~and~65535,
5672 \verb+\ltjgetparameter{boxdim}{+<reg\_num>\verb+}+ returns the direction of
5673 \cs{box}<reg\_num>. If this box register is void, the returned value is zero.
5674 %</en>
5675 %<*ja>
5676 0--65535の数<reg\_num>に対して,
5677 \verb+\ltjgetparameter{boxdim}{+<reg\_num>\verb+}+ は,\cs{box}<reg\_num>に
5678 格納されているボックスの組方向を表す.もしこのレジスタが空の場合は,0が返される.
5679 %</ja>
5680
5681 \item
5682 %<*en>
5683 The following parameter names \emph{cannot be specified} in \cs{ltjgetparameter}.
5684 %</en>
5685 %<*ja>
5686 次のパラメータ名を \cs{ltjgetparameter} に指定することはできない.
5687 %</ja>
5688 \begin{quote}
5689 \sffamily
5690 jatextfont, jascriptfont, jascriptscriptfont, jacharrange
5691 \end{quote}
5692
5693 \item
5694 %<*en>
5695 \verb+\ltjgetparameter{chartorange}{+<chr\_code>\verb+}+ returns
5696 the range number which <chr\_code> belongs to
5697 (although there is no parameter named ``chartorange'').
5698
5699 If <chr\_code> is between 0 and 127, this <chr\_code> does not belong to
5700 any character range. In this case,
5701       \verb+\ltjgetparameter{chartorange}{+<chr\_code>\verb+}+
5702 returns $-1$.
5703
5704 Hence, one can know whether <chr\_code> is \textbf{JAchar} or not
5705 by the following:
5706 %</en>
5707 %<*ja>
5708 \verb+\ltjgetparameter{chartorange}{+<chr\_code>\verb+}+ によって
5709 <chr\_code>の属する文字範囲の番号を知ることができる.
5710
5711 <chr\_code>に0--127の値を指定した場合(このとき,<chr\_code>が属する
5712 文字範囲は存在しない)は$-1$が返る.
5713
5714 そのため,<chr\_code>が\textbf{JAchar}か\textbf{ALchar}かは
5715 次で知ることができる:
5716 %</ja>
5717 \begin{quote}
5718 \ttfamily \verb+\ltjgetparameter{jacharrange}{\ltjgetparameter{chartorange}{+%
5719   <chr\_code>\verb+}}+\\\null\hfill\verb+% 0 if JAchar, 1 if ALchar+
5720 \end{quote}
5721
5722 %<*en>
5723 \item Because the returned value is string, the following conditionals do not work
5724 if \Param{kanjiskip} (or~\Param{xkanjiskip}) has the stretch part or the shrink part.
5725 \begin{lstlisting}
5726 \ifdim\ltjgetparameter{kanjiskip}>\z@ ... \fi
5727 \ifdim\ltjgetparameter{xkanjiskip}>\z@ ... \fi
5728 \end{lstlisting}
5729 The correct way is using a temporary register.
5730 \begin{lstlisting}
5731 \@tempskipa=\ltjgetparameter{kanjiskip} \ifdim\@tempskipa>\z@ ... \fi
5732 \@tempskipa=\ltjgetparameter{xkanjiskip}\ifdim\@tempskipa>\z@ ... \fi
5733 \end{lstlisting}
5734 %</en>
5735 %<*ja>
5736 \item 返り値が文字列であることから,\Param{kanjiskip}や\Param{xkanjiskip}を直接
5737 \ \cs{ifdim} を使って比較することは望ましくない.伸び量や縮み量を持っている時には,
5738 次はエラーを発生させる:
5739 \begin{lstlisting}
5740 \ifdim\ltjgetparameter{kanjiskip}>\z@ ... \fi
5741 \ifdim\ltjgetparameter{xkanjiskip}>\z@ ... \fi
5742 \end{lstlisting}
5743 レジスタに一旦代入するのが良い:
5744 \begin{lstlisting}
5745 \@tempskipa=\ltjgetparameter{kanjiskip} \ifdim\@tempskipa>\z@ ... \fi
5746 \@tempskipa=\ltjgetparameter{xkanjiskip}\ifdim\@tempskipa>\z@ ... \fi
5747 \end{lstlisting}
5748 %</ja>
5749
5750 \end{itemize}
5751
5752 %<*ja>
5753 \subsection{\cs{ltjsetparameter} の代替}
5754 原則として各種内部パラメータの設定には \cs{ltjsetparameter} もしくは
5755 \ \cs{ltjglobalsetparameter}\ を用いることになるが,
5756 \cs{ltjsetparameter} の実行には時間がかかるという難点があり,
5757 \LuaTeX-ja の内部ではより高速に実行できる別の形式を用いている.
5758 \emph{本節は一般利用者むけの内容ではない.}
5759
5760 \paragraph{\Param{kanjiskip}, \Param{xkanjiskip} の設定}
5761 \pLaTeXe 新ドキュメントクラスでは,
5762 \begin{lstlisting}
5763 \def\@setfontsize#1#2#3{%
5764   ...
5765   \kanjiskip=0zw plus .1zw minus .01zw
5766   \ifdim\xkanjiskip>\z@
5767     \if@slide \xkanjiskip=0.1em \else
5768       \xkanjiskip=0.25em plus 0.15em minus 0.06em
5769     \fi
5770   \fi}
5771 \end{lstlisting}
5772 と,フォントサイズを変更するごとに \cs{kanjiskip}, \cs{xkanjiskip} を変更している.
5773 この \cs{@setfontsize} は文書の中で多数回実行されるので.
5774 \LuaTeX-ja 用に素直に書き換えた
5775 \begin{lstlisting}
5776   \ltjsetparameter{kanjiskip=0\zw plus .1\zw minus .01\zw}
5777   \@tempskipa=\ltjgetparameter{xkanjiskip}
5778   \ifdim\@tempskipa>\z@
5779     \if@slide
5780       \ltjsetparameter{xkanjiskip=0.1em}
5781     \else
5782       \ltjsetparameter{xkanjiskip=0.25em plus 0.15em minus 0.06em}
5783     \fi
5784   \fi
5785 \end{lstlisting}
5786 としたのではタイプセットが遅くなってしまう.
5787 そこで,\cs{ltjsetparameter} の中で
5788 \begin{itemize}
5789 \item \cs{globaldefs} の値を読み取る \cs{ltj@setpar@global}
5790 \item \Param{kanjiskip} の設定を行う \cs{ltjsetkanjiskip}
5791 \item \Param{xkanjiskip} の設定を行う \cs{ltjsetxkanjiskip}
5792 \end{itemize}
5793 を独立させ,\Pkg{ltjsclasses}では,
5794 \begin{lstlisting}
5795   \ltj@setpar@global
5796   \ltjsetkanjiskip{\z@ plus .1\zw minus .01\zw}
5797   \@tempskipa=\ltjgetparameter{xkanjiskip}
5798   \ifdim\@tempskipa>\z@
5799     \if@slide
5800       \ltjsetxkanjiskip.1em
5801     \else
5802       \ltjsetxkanjiskip.25em plus .15em minus .06em
5803     \fi
5804   \fi
5805 \end{lstlisting}
5806 としている.
5807 \cs{ltj@setpar@global}を直前に実行せず,単独で
5808 \cs{ltjsetkanjiskip}, \cs{ltjsetxkanjiskip}を実行することは想定されていないので注意.
5809
5810
5811
5812 \paragraph{ベースライン補正量の設定}
5813 \pLaTeX の\Pkg{ascmac}パッケージでは,縦組の欧文ベースライン補正量の一時待避・復帰処理に
5814 \ \cs{@saveybaselineshift}\ という寸法レジスタを用い
5815 \begin{lstlisting}
5816 \@savetbaselineshift\tbaselineshift\tbaselineshift\z@
5817 ...
5818 \tbaselineshift\@savetbaselineshift
5819 \end{lstlisting}
5820 という処理を行っている.
5821
5822 これを\LuaTeX-ja 用に \cs{ltjsetparameter} を使って書き直すと,
5823 \begin{lstlisting}
5824 \@savetbaselineshift\ltjgetparameter{talbaselineshift}
5825 \ltjsetparameter{talbaselineshift=\z@}
5826 ...
5827 \ltjsetparameter{talbaselineshift=\@savetbaselineshift}
5828 \end{lstlisting}
5829 となる.
5830
5831 さて,縦組の欧文ベースライン補正量\Param{talbaselineshift}は,
5832 実際には \cs{ltj@tablshift} という属性レジスタに格納されている
5833 (\ref{sec-para}\nobreak 節参照).属性レジスタは長さではなく整数値を格納する\footnote{%
5834   従って,\texttt{\textbackslash @savetbaselineshift=\textbackslash ltj@tablshift}\
5835   のように記述することはできない.属性レジスタを \cs{tbaselineshift} という名称にしなかっ
5836   たのはそのためである.
5837 }ものであり,\cs{ltj@tablshift} は補正量を sp 単位で保持することから,
5838 上記のコードと同じ内容をより速い以下のコードで実現することができる.
5839 \begin{lstlisting}
5840 \@savetbaselineshift\ltj@tablshift sp%
5841 \ltj@tablshift\z@
5842 ...
5843 \ltj@tablshift\@savetbaselineshift
5844 \end{lstlisting}
5845 この手法は \Pkg{ascmac} パッケージの\LuaTeX-ja対応パッチ \Pkg{lltjp-tascmac.sty} で
5846 実際に用いられている.\Pkg{lltjp-tascmac.sty} は自動的に読み込まれるので,
5847 ユーザは何も気にせず普通に \Pkg{ascmac} パッケージを \cs{usepackage} で読みこめば良い.
5848 %</ja>
5849
5850
5851 %<en>\section{Other Commands for plain \TeX\ and \LaTeXe}
5852 %<ja>\section{plainでも\LaTeX でも利用可能なその他の命令}
5853 %<en>\subsection{Commands for compatibility with \pTeX}
5854 %<ja>\subsection{\pTeX 互換用命令}
5855
5856 %<*en>
5857 The following commands are implemented for compatibility with \pTeX.
5858 Note that the former five commands don't support JIS~X~0213, but only JIS~X~0208.
5859 The last \cs{kansuji} converts an integer into its Chinese numerals.
5860 %</en>
5861 %<*ja>
5862 以下の命令は\pTeX との互換性のために実装されている.そのため,JIS~X~0213には対応せず,
5863 \pTeX と同じようにJIS~X~0208の範囲しかサポートしていない.
5864 %</ja>
5865 \begin{center}
5866 \cs{kuten}, \cs{jis}, \cs{euc}, \cs{sjis}, \cs{ucs}, \cs{kansuji}
5867 \end{center}
5868 %<*en>
5869 These six commands takes an internal integer, and returns a \emph{string}.
5870 %</en>
5871 %<*ja>
5872 これら6命令は内部整数を引数とするが,実行結果は\textbf{文字列}であることに注意.
5873 %</ja>
5874 \begin{LTXexample}
5875 \newcount\hoge
5876 \hoge="2423 %"
5877 \the\hoge, \kansuji\hoge\\
5878 \jis\hoge, \char\jis\hoge\\
5879 \kansuji1701
5880 \end{LTXexample}
5881
5882 %<*en>
5883 To change characters of Chinese numerals for each digit, set \Param{kansujichar} parameter:
5884 \begin{LTXexample}
5885 \ltjsetparameter{kansujichar={1,`壹}}
5886 \ltjsetparameter{kansujichar={7,`漆}}
5887 \ltjsetparameter{kansujichar={0,`零}}
5888 \kansuji1701
5889 \end{LTXexample}
5890 %</en>
5891
5892
5893 \subsection{\cs{inhibitglue}}
5894 %<*en>
5895 \cs{inhibitglue} suppresses the insertion of \textbf{JAglue}.
5896 The following is an example, using a special JFM that there will be a glue between
5897 the beginning of a box and ``あ'', and also between ``あ''~and~``ウ''.
5898 %</en>
5899 %<*ja>
5900 \cs{inhibitglue} は\textbf{JAglue}の挿入を抑制する.
5901 以下は,ボックスの始めと「あ」の間,「あ」「ウ」の間にグルーが入る特別なJFMを用いた例で
5902 ある.
5903 %</ja>
5904
5905 \begin{LTXexample}[width=0.4\textwidth]
5906 \jfont\g=file:KozMinPr6N-Regular.otf:jfm=test \g
5907 \fbox{\hbox{あウあ\inhibitglue ウ}}
5908 \inhibitglue\par\noindent あ1
5909 \par\inhibitglue\noindent あ2
5910 \par\noindent\inhibitglue あ3
5911 \par\hrule\noindent あoff\inhibitglue ice
5912 \end{LTXexample}
5913
5914 %<*en>
5915 With the help of this example, we remark the specification of \cs{inhibitglue}:
5916 %</en>
5917 %<*ja>
5918 この例を援用して,\cs{inhibitglue} の仕様について述べる.
5919 %</ja>
5920 \begin{itemize}
5921 %<*en>
5922 \item The call of \cs{inhibitglue} in the (internal) vertical mode is
5923       simply ignored.
5924 %</en>
5925 %<*ja>
5926 \item \emph{\cs{inhibitglue} の垂直モード中での呼び出しは意味を持たない}\footnote{%
5927   この点は\TeX~Live~2014での\pTeX における \cs{inhibitglue} の仕様変更と同じである.
5928 }.
5929 4行目の入力で有効にならないのは,\cs{inhibitglue} の時点では垂直モードであり,
5930 \cs{noindent} の時点で水平モードになるからである.
5931 %</ja>
5932
5933 %<*en>
5934 \item The call of \cs{inhibitglue} in the (restricted) horizontal
5935       mode is only effective on the spot; does not get over boundary of
5936       paragraphs. Moreover, \cs{inhibitglue} cancels ligatures and
5937       kernings, as shown in the last line of above example.
5938 %</en>
5939 %<*ja>
5940 \item \cs{inhibitglue} の(制限された)水平モード中での呼び出しはその場でのみ
5941   有効であり,段落の境界を乗り越えない.
5942   さらに,\cs{inhibitglue} は上の例の最終行のように(欧文における)リガチャとカーニングを
5943   打ち消す.これは,\cs{inhibitglue} が内部的には「現在のリスト中にwhatsitノードを
5944   追加する」ことを行なっているからである.
5945 %</ja>
5946
5947 %<*en>
5948 \item The call of \cs{inhibitglue} in math mode is just ignored.
5949 %</en>
5950 %<*ja>
5951 \item \cs{inhibitglue} を数式モード中で呼び出した場合はただ無視される.
5952 %</ja>
5953
5954 %<*ja>
5955 \item \LaTeX で\LuaTeX-ja を使用する場合は,
5956 \cs{inhibitglue} の代わりとして \verb+\<+ を使うことができる.
5957 既に \verb+\<+ が定義されていた場合は,\LuaTeX-ja の読み込みで強制的に上書きされるので
5958 注意すること.
5959 %</ja>
5960 \end{itemize}
5961
5962
5963 \subsection{\cs{ltjdeclarealtfont}}
5964 \label{ssec-altfont}
5965 %<*en>
5966 Using \cs{ltjdeclarealtfont}, one can ``compose'' more than one Japanese fonts.
5967 This \cs{ltjdeclarealtfont} uses in the following form:
5968 \begin{quote}
5969 \ttfamily \textbackslash ltjdeclarealtfont<base\_font\_cs><alt\_font\_cs>\{<range>\}
5970 \end{quote}
5971 where  <base\_font\_cs>~and~<alt\_font\_cs> are defined by \cs{jfont}.
5972 Its meaning is
5973 \begin{quote}
5974 If the current Japanese font is <base\_font\_cs>, characters which belong to <range>
5975 is typeset by another Japanese font <alt\_font\_cs>, instead of <base\_font\_cs>.
5976 \end{quote}
5977 Here <range> is a comma-separated list of character codes, but also accepts negative integers:
5978 $-n$~($n≥1$) means that all characters of character classes~$n$, with respect to JFM used
5979 by <base\_font\_cs>. Note that characters which do not exist in <alt\_font\_cs> are
5980 ignored.
5981
5982 For example, if \cs{hoge} uses \texttt{jfm-ujis.lua}, the standard JFM of \LuaTeX-ja,
5983 then
5984 \begin{lstlisting}
5985 \ltjdeclarealtfont\hoge\piyo{"3000-"30FF, {-1}-{-1}}
5986 \end{lstlisting}
5987 does
5988 \begin{quote}
5989 If the current Japanese font is \cs{hoge}, \texttt{U+3000}--\texttt{U+30FF}
5990 and characters in class~1 (ideographic opening brackets)
5991 are typeset by \cs{piyo}.
5992 \end{quote}
5993 %</en>
5994 %<*ja>
5995 \cs{jfont} の書式を見ればわかるように,基本的には\LuaTeX-jaにおける1つの和文フォントに
5996 使用出来る「実際のフォント」は1つである.
5997 しかし,\cs{ltjdeclarealtfont} を用いると,この原則から外れることができる.
5998
5999 \cs{ltjdeclarealtfont} は以下の書式で使用する:
6000 \begin{quote}
6001 \ttfamily \textbackslash ltjdeclarealtfont<base\_font\_cs><alt\_font\_cs>\{<range>\}
6002 \end{quote}
6003 これは「現在の和文フォント」が<base\_font\_cs>であるとき,
6004 <range>に属する文字は<alt\_font\_cs>を用いて組版される,という意味である.
6005 \begin{itemize}
6006  \item <base\_font\_cs>, <alt\_font\_cs>は
6007 \cs{jfont} によって定義された和文フォントである.
6008  \item <range>は文字コードの範囲を表すコンマ区切りのリストであるが,
6009    例外として負数$-n$は「<base\_font\_cs>のJFMの文字クラス$n$に属する全ての文字」
6010    を意味する.
6011
6012 <range>中に<alt\_font\_cs>中に実際には存在しない文字が指定された場合は,
6013 その文字に対する設定は無視される.
6014 \end{itemize}
6015
6016 例えば,\cs{hoge} のJFMが\LuaTeX-ja標準の
6017 \ \texttt{jfm-ujis.lua} であった場合,
6018 \begin{lstlisting}
6019 \ltjdeclarealtfont\hoge\piyo{"3000-"30FF, {-1}-{-1}}
6020 \end{lstlisting}
6021 は「\cs{hoge} を利用しているとき,
6022 \texttt{U+3000}--\texttt{U+30FF}と
6023 文字クラス1(開き括弧類)中の文字だけは \cs{piyo} を用いる」
6024 ことを設定する.\verb+{-1}-{-1}+ という変わった指定の仕方をしているのは,
6025 普通に \texttt{-1} と指定したのでは正しく$-1$と読み取られないという
6026 マクロの都合による.
6027 %</ja>
6028
6029 %<*ja>
6030 \subsection{\cs{ltjalchar} と \cs{ltjjachar}}
6031 文字コードが$\text{<chr\_code>}~(\geq 128=\mathtt{0x80})$の文字を
6032 \ \cs{char} プリミティブを使い \cs{char}<chr\_code> として出力させると,
6033 その文字の属する文字範囲(\ref{ssec-setrange}節参照)によって
6034 \textbf{ALchar}か\textbf{JAchar}か,つまり欧文フォントで出力されるか和文フォントで出力され
6035 るかが決まる.
6036
6037 文字範囲の設定を無視し,文字コードが$\text{<chr\_code>}~(\geq 128=\mathtt{0x80})$の文字を強制的に
6038 \textbf{ALchar}, \textbf{JAchar}で出力する命令がそれぞれ
6039 \ \cs{ltjalchar},~\cs{ltjjachar} である.使用方法は \cs{char} と同じく
6040 \ \cs{ltjalchar}<chr\_code>, \cs{ltjjachar}<chr\_code>とすればよい.
6041 <chr\_code>が127以下の場合は,\cs{ltjjachar} であっても\textbf{ALchar}として出力されること
6042 に注意.
6043
6044 以下は\ref{ssec-setrange}節に載せた例に,\cs{char} の動作を追加したものである.
6045 \begin{LTXexample}[width=0.25\textwidth]
6046 \gtfamily\large % default, ALchar, JAchar
6047 ¶, \char`¶, \ltjalchar`¶, \ltjjachar`¶\\    % default: ALchar
6048 α, \char`α, \ltjalchar`α, \ltjjachar`α  % default: JAchar
6049 \end{LTXexample}
6050 %</ja>
6051
6052
6053 %<en>\section{Commands for \LaTeXe}
6054 %<ja>\section{\LaTeXe 用の命令}
6055
6056 %<en>\subsection{Patch for NFSS2}
6057 %<ja>\subsection{NFSS2へのパッチ}
6058 \label{ssec-nfsspat}
6059
6060 %<*en>
6061 Japanese patch for NFSS2 in \LuaTeX-ja
6062 is based on \texttt{plfonts.dtx} which plays the same role in \pLaTeXe.
6063 We will describe
6064 commands which are not described in Subsection~\ref{ssec-chgfnt}.
6065 %</en>
6066 %<*ja>
6067 \LuaTeX-jaのNFSS2への日本語パッチは
6068 \pLaTeXe で同様の役割を果たす \texttt{plfonts.dtx} をベースに,
6069 和文エンコーディングの管理等をLuaで書きなおしたものである.
6070 ここでは\ref{ssec-chgfnt}節で述べていなかった命令について
6071 記述しておく.
6072 %</ja>
6073
6074 \begin{cslist}%
6075 \item[\normalfont\bfseries %
6076 %<ja>追加の長さ変数達
6077 %<en>additonal dimensions
6078 ]
6079 %<*en>
6080 Like \pLaTeXe, \LuaTeX-ja defines the following dimensions
6081 for information of current Japanese font:
6082 %</en>
6083 %<*ja>
6084 \pLaTeXe と同様に,\LuaTeX-jaは「現在の和文フォントの情報」を格納する長さ変数
6085 %</ja>
6086 \begin{quote}
6087  \cs{cht}~(height), \cs{cdp}~(depth), \cs{cHT}~(sum of former two),\\
6088  \cs{cwd}~(width), \cs{cvs}~(lineskip), \cs{chs}~(equals to \cs{cwd})
6089 \end{quote}
6090 %<en>and its \cs{normalsize} version:
6091 %<ja>と,その \cs{normalsize} 版である
6092 \begin{quote}
6093  \cs{Cht}~(height), \cs{Cdp}~(depth),
6094  \cs{Cwd}~(width), \\\cs{Cvs}~(equals to \cs{baselineskip}),
6095  \cs{Chs}~(equals to \cs{cwd})%
6096 %<en>.
6097 \end{quote}
6098 %<*ja>
6099 を定義している.なお,\cs{cwd} と \cs{zw},また
6100 \cs{cHT} と \cs{zh} は一致しない可能性がある.なぜなら,
6101 \cs{cwd},~\cs{cHT} は「あ」の寸法から決定されるのに対し,
6102 \cs{zw} と \cs{zh} はJFMに指定された値に過ぎないからである.
6103 %</ja>
6104 %<*en>
6105 Note that \cs{cwd}~and~\cs{cHT} may  differ from \cs{zw}~and~\cs{zh}
6106 respectively.
6107 On the one hand the former dimensions are determined from the character ``あ'',
6108 but on the other hand \cs{zw}~and~\cs{zh} are specified by JFM.
6109 %</en>
6110
6111
6112 \item[\cs{DeclareYokoKanjiEncoding}\{<encoding>\}\{<text-settings>\}\{<math-settings>\}]
6113 %<en>\ \\[\dimexpr-\medskipamount-2\baselineskip\relax]
6114 %<ja>\ \\[\dimexpr-2\baselineskip\relax]
6115 \item[\cs{DeclareTateKanjiEncoding}\{<encoding>\}\{<text-settings>\}\{<math-settings>\}]
6116
6117 %<*en>
6118 In NFSS2 under \LuaTeX-ja, distinction between alphabetic fonts
6119              and Japanese fonts are only made by their
6120              encodings. For example, encodings OT1 and T1 are encodings for
6121              alphabetic fonts, and Japanese fonts cannot
6122              have these encodings. These command define a new encoding
6123              scheme for Japanese font families.
6124 %</en>
6125 %<*ja>
6126 \LuaTeX-jaのNFSS2においては,欧文フォントと和文フォントは
6127 そのエンコーディングによってのみ区別される.
6128 例えば,OT1とT1のエンコーディングは欧文フォントのエンコーディングであり,
6129 和文フォントはこれらのエンコーディングを持つことはできない.
6130 これらコマンドは横組用・縦組用和文フォントのための新しいエンコーディングを
6131 それぞれ定義する.
6132 %</ja>
6133
6134 \item[\cs{DeclareKanjiEncodingDefaults}\{<text-settings>\}\{<math-settings>\}]
6135 %<en>\ \\[\dimexpr-\medskipamount-2\baselineskip\relax]
6136 %<ja>\ \\[\dimexpr-2\baselineskip\relax]
6137 \item[\cs{DeclareKanjiSubstitution}\{<encoding>\}\{<family>\}\{<series>\}\{<shape>\}]
6138 %<en>\ \\[\dimexpr-\medskipamount-2\baselineskip\relax]
6139 %<ja>\ \\[\dimexpr-2\baselineskip\relax]
6140 \item[\cs{DeclareErrorKanjiFont}\{<encoding>\}\{<family>\}\{<series>\}\{<shape>\}\{<size>\}]
6141
6142 %<*en>
6143 The above 3~commands are just the counterparts for \cs{DeclareFontEncodingDefaults} and~others.
6144 %</en>
6145 %<*ja>
6146 上記3つのコマンドはちょうどNFSS2 の \cs{DeclareFontEncodingDefaults} などに対応するものである.
6147 %</ja>
6148
6149 \item[\cs{reDeclareMathAlphabet}\{<unified-cmd>\}\{<al-cmd>\}\{<ja-cmd>\}]
6150
6151 % ToDo: en
6152 %<*ja>
6153 和文・欧文の数式用フォントファミリを一度に変更する命令を作成する.
6154 具体的には,欧文数式用フォントファミリ変更の命令<al-cmd>(\cs{mathrm} 等)と,和文数式用フォ
6155              ントファミリ変更の命令<ja-cmd>(\cs{mathmc} 等)の2つを同時に行う命令として
6156              <unified-cmd>を(再)定義する.実際の使用では<unified-cmd>と
6157              <al-cmd>に同じものを指定する,すなわち,<al-cmd>で和文側も変
6158              更させるようにするのが一般的と思われる.
6159
6160 本命令は
6161 \begin{center}\tt
6162 <unified-cmd>\{<arg>\}\quad$\longrightarrow$\quad
6163 (<al-cmd>の1段展開結果)\{<ja-cmd>の1段展開結果)\{<arg>\}\}
6164 \end{center}
6165 と定義を行うので,使用には注意が必要である:
6166 %<en>\vspace{-\medskipamount}
6167 \begin{itemize}
6168 \item <al-cmd>,~<ja-cmd>は既に定義されていなければならない.
6169       \cs{reDeclareMathAlphabet}\\の後に
6170 両命令の内容を再定義しても,<unified-cmd>の内容にそれは反映されない.
6171 \item <al-cmd>,~<ja-cmd>に\verb+\@mathrm+などと \texttt{@} をつけた命令を指定した時の動作は保証できない.
6172 \end{itemize}
6173 %</ja>
6174
6175 \item[\cs{DeclareRelationFont}\{<ja-encoding>\}\{<ja-family>\}\{<ja-series>\}\{<ja-shape>\}\\*
6176   \null\hfill\{<al-encoding>\}\{<al-family>\}\{<al-series>\}\{<al-shape>\}]
6177 %<*en>
6178 This command sets the ``accompanied'' alphabetic font (given by the latter 4~arguments)
6179 with respect to a Japanese font given by the former 4~arguments.
6180 %</en>
6181 %<*ja>
6182 いわゆる「従属欧文」を設定するための命令である.前半の4引数で表される和文フォントに対して,
6183 そのフォントに対応する「従属欧文」のフォントを後半の4引数により与える.
6184 %</ja>
6185 \item[\cs{SetRelationFont}]
6186 %<*en>
6187 This command is almost same as \cs{DeclareRelationFont}, except that this command does a local
6188 assignment, where \cs{DeclareRelationFont} does a global assignment.
6189 %</en>
6190 %<*ja>
6191 このコマンドは \cs{DeclareRelationFont} とローカルな指定であることを除いて
6192 ほとんど同じである(\cs{DeclareRelationFont} はグローバル).
6193 %</ja>
6194
6195 \item[\cs{userelfont}]
6196 %<*en>
6197 Change current alphabetic font encoding/family/\dots\ to the `accompanied' alphabetic
6198              font family with respect to current Japanese font family,
6199              which was set by
6200              \cs{DeclareRelationFont} or \cs{SetRelationFont}.
6201 Like \cs{fontfamily}, \cs{selectfont} is required to take an effect.
6202 %</en>
6203 %<*ja>
6204 現在の欧文フォントのエンコーディング/ファミリ/…… を,
6205 \cs{DeclareRelationFont} か \cs{SetRelationFont} で指定された
6206 現在の和文フォントに対応する「従属欧文」フォントに変更する.
6207 \cs{fontfamily} のように,有効にするためには \cs{selectfont} が必要である.
6208 %</ja>
6209
6210 \item[\cs{adjustbaseline}]
6211 %<*en>
6212 In \pLaTeXe, \cs{adjustbaseline} sets \cs{tbaselineshift}
6213 to match the vertical center of ``M'' and that of ``あ''  in vertical typesetting:
6214 \[
6215 \text{\cs{tbaselineshift}} \leftarrow
6216 \frac{(h_{\text{M}}+d_{\text{M}}) - (h_{\text{あ}}+d_{\text{あ}})}2
6217   + d_{\text{あ}} - d_{\text{M}},
6218 \]
6219 where $h_{a}$~and~$d_{a}$ denote the height of ``$a$'' and the depth, respectively.
6220 In \LuaTeX-ja, this \cs{adjustbaseline} does similar task, namely setting the
6221              \Param{talbaselineshift} parameter.
6222 If the \LaTeX\ is 2015/10/01 release or later, \LuaTeX-ja use a Japanese
6223 character whose character class is zero,  instead of `あ'.
6224 %</en>
6225 %<*ja>
6226 \pLaTeXe では,\cs{adjustbaseline} は縦組時に「M」と「あ」の中心線を一致させるために,
6227 \cs{tbaselineshift} を設定する役割を持っていた:
6228 \[
6229 \text{\cs{tbaselineshift}} \leftarrow
6230 \frac{(h_{\text{M}}+d_{\text{M}}) - (h_{\text{あ}}+d_{\text{あ}})}2
6231   + d_{\text{あ}} - d_{\text{M}},
6232 \]
6233 ここで,$h_{a}$,~$d_{a}$はそれぞれ「$a$」の高さ・深さを表す.
6234 \LuaTeX-jaにおいても\cs{adjustbaseline} は同様に\Param{talbaselineshift}パラメータの調整処
6235              理を行っている.
6236
6237 同時に,これも\pLaTeXe の \cs{adjustbaseline} で同様の処理が行われていたが,
6238 「漢」の寸法を元に(本節の最初に述べた,小文字で始まる)\cs{cht}, \cs{cwd}
6239 といった長さ変数を設定する.
6240
6241 なお,\LaTeX が2015/10/01 版以降の場合は,「あ」「漢」の代わりに
6242 「文字クラス0の和文文字」を用いる.
6243 %</ja>
6244
6245 \item[\cs{fontfamily}\{<family>\}]
6246 %<*en>
6247 As in \LaTeXe, this command changes current font family (alphabetic, Japanese,~\emph{or both})
6248 to <family>. See Subsection~\ref{ssec-fontfamilycmd} for detail.
6249 %</en>
6250 %<*ja>
6251 元々の\LaTeXe におけるものと同様に,このコマンドは現在のフォントファミリ(欧文,
6252 和文,\emph{もしくは両方})を<family>に変更する.詳細は\ref{ssec-fontfamilycmd}節を参照すること.
6253 %</ja>
6254
6255
6256 \begin{figure}[!tb]
6257 \begin{LTXexample}[pos=b]
6258 \DeclareKanjiFamily{JY3}{edm}{}
6259 \DeclareFontShape{JY3}{edm}{m}{n}    {<-> s*KozMinPr6N-Regular:jfm=ujis;}{}
6260 \DeclareFontShape{JY3}{edm}{m}{green}{<-> s*KozMinPr6N-Regular:jfm=ujis;color=007F00}{}
6261 \DeclareFontShape{JY3}{edm}{m}{blue} {<-> s*KozMinPr6N-Regular:jfm=ujis;color=0000FF}{}
6262 \DeclareAlternateKanjiFont{JY3}{edm}{m}{n}{JY3}{edm}{m}{green}{"4E00-"67FF,{-2}-{-2}}
6263 \DeclareAlternateKanjiFont{JY3}{edm}{m}{n}{JY3}{edm}{m}{blue}{ "6800-"9FFF}
6264 {\kanjifamily{edm}\selectfont
6265 日本国民は、正当に選挙された国会における代表者を通じて行動し、……}
6266 \end{LTXexample}
6267 %<ja>\caption{\cs{DeclareAlternateKanjiFont} の使用例}
6268 %<en>\caption{An example of \cs{DeclareAlternateKanjiFont}}
6269 \label{fig:altkanji}
6270 \end{figure}
6271
6272 \item[\cs{DeclareAlternateKanjiFont}\{<base-encoding>\}\{<base-family>\}\{<base-series>\}\{<base-shape>\}\\
6273   \null\hfill\{<alt-encoding>\}\{<alt-family>\}\{<alt-series>\}\{<alt-shape>\}\{<range>\}]
6274 %<*ja>
6275 \ref{ssec-altfont}節の\
6276 \cs{ltjdeclarealtfont} と同様に,前半の4引数の
6277 和文フォント(基底フォント)のうち<range>中の文字を
6278 第5から第8引数の和文フォントを使って組むように指示する.
6279 使用例を図\nobreak\ref{fig:altkanji}に載せた.
6280
6281 \begin{itemize}
6282  \item
6283 \cs{ltjdeclarealtfont} では基底フォント・置き換え先和文フォントはあらかじめ定義されてい
6284              ないといけない(その代わり即時発効)であったが,
6285 \cs{DeclareAlternateKanjiFont} の設定が
6286 実際に効力が発揮するのは,書体変更やサイズ変更を行った時,
6287 あるいは(これらを含むが)\cs{selectfont} が実行された時である.
6288  \item
6289 段落やhboxの最後での設定値が段落/hbox全体にわたって通用する点や,
6290 <range>に負数$-n$を指定した場合,それが「基底フォントの文字クラス$n$に属する文字全体」
6291 と解釈されるのは \cs{ltjdeclarealtfont} と同じである.
6292 \end{itemize}%
6293 %</ja>
6294 %<*en>
6295 As \cs{ltjdeclarealtfont}~(Subsection~\ref{ssec-altfont}),
6296 characters in <range> of the Japanese font (we say the \emph{base font})
6297 which specified by first 4 arguments are typeset
6298 by the Japanese font which specified by fifth to eighth arguments
6299 (we say the \emph{alternate font}).
6300 An example is shown in Figure~\ref{fig:altkanji}.
6301
6302 \begin{itemize}
6303  \item
6304 In \cs{ltjdeclarealtfont}, the base font and the alternate font must be already defined.
6305 But this \cs{DeclareAlternateKanjiFont} is not so.
6306 In other words, \cs{DeclareAlternateKanjiFont} is effective only after
6307 current Japanese font is changed, or only after \cs{selectfont} is executed.
6308  \item \dots
6309 \end{itemize}%
6310 \vspace{-\medskipamount}
6311 %</en>
6312 \end{cslist}
6313
6314 %<*en>
6315 As closing this subsection, we shall introduce an example of
6316 \cs{SetRelationFont} and \cs{userelfont}:
6317 %</en>
6318 %<*ja>
6319 この節の終わりに,\cs{SetRelationFont} と \cs{userelfont} の例を
6320 紹介しておこう.\cs{userelfont} の使用によって,「abc」の部分のフォントが
6321 Avant Garde (OT1/pag/m/n) に変わっていることがわかる.
6322 %</ja>
6323 \begin{LTXexample}[width=0.3\textwidth]
6324 \makeatletter
6325 \SetRelationFont{JY3}{\k@family}{m}{n}{OT1}{pag}{m}{n}
6326   % \k@family: current Japanese font family
6327 \userelfont\selectfont あいうabc
6328 \end{LTXexample}
6329
6330 %<en>\subsection{Detail of \cs{fontfamily} command}
6331 %<ja>\subsection{\cs{fontfamily}コマンドの詳細}
6332 \label{ssec-fontfamilycmd}
6333 %<*en>
6334 In this subsection, we describe when \cs{fontfamily}<family> changes current
6335 Japanese/alphabetic font family. Basically, current Japanese fotn family is changed to
6336 <family> if it is recognized as a Japanese font family, and similar with alphabetic font
6337 family. There is a case that current Japanese/alphabetic font family are both changed to
6338 <family>, and another case that <family> isn't recognized as a Japanese/alphabetic font
6339 family either.
6340
6341 \paragraph{Recognition as Japanese font family}
6342 First, Whether Japanese font family will be changed is determined in following order.
6343 This order is very similar to \cs{fontfamily} in \pLaTeXe, but we re-implemented in Lua.
6344 We use an auxiliary list~$N_{\mathrm{J}}$.
6345 %</en>
6346 %<*ja>
6347 本節では,\cs{fontfamily}<family> がいつ和文/欧文フォントファミリを変更するかについて解説
6348 する.基本的には,<family>が和文フォントファミリだと認識されれば和文側が,欧文フォントファ
6349 ミリだと認識されれば欧文側が変更される.どちらとも認識されれば和文・欧文の両方が変わるこ
6350 とになるし,当然どちらとも認識されないこともある.
6351
6352 \paragraph{和文フォントファミリとしての認識}
6353 まず,<family>が和文フォントファミリとして認識されるかは以下の順序で決定される.
6354 これは\pLaTeXe の \cs{fontfamily} にとても似ているが,ここではLuaによって実装している.
6355 補助的に「和文フォントファミリではないと認識された」ファミリを格納したリスト$N_{\mathrm{J}}$を用いる.
6356 %</ja>
6357 \begin{enumerate}
6358 %<*en>
6359 \item If the family~<family> has been defined already by \cs{DeclareKanjiFamily},
6360       <family> is recognized as a  Japanese font family.
6361       Note that <family> need not be defined under \emph{current} Japanese font encoding.
6362 %</en>
6363 %<*ja>
6364 \item ファミリ<family>が既に \cs{DeclareKanjiFamily} によって定義されている場合,
6365       <family>は和文フォントファミリであると認識される.
6366       ここで,<family>は現在の和文フォントエンコーディングで定義されていなくてもよい.
6367 %</ja>
6368 %<*en>
6369 \item If the family~<family> has been listed in a list~$N_{\mathrm{J}}$, this means
6370       that <family> is not a Japanese font family.
6371 %</en>
6372 %<*ja>
6373 \item ファミリ<family>がリスト$N_{\mathrm{J}}$に既に含まれていれば,それは
6374       <family>が和文フォントファミリではないことを意味する.
6375 %</ja>
6376 %<*en>
6377 \item If the \Pkg{luatexja-fontspec} package is loaded, we stop here, and <family> is not
6378       recognized as a Japanese font family.
6379
6380       If the \Pkg{luatexja-fontspec} package is \emph{not} loaded,
6381 now \LuaTeX-ja looks whether there exists a Japanese font encoding~<enc> such that
6382       a font definition named \texttt{<enc><family>.fd} (the file name is
6383       all lowercase) exists. If so, <family> is recognized as a  Japanese font family (the font definition file won't be loaded here).
6384       If not, <family> is not a Japanese font family, and
6385       <family> is appended to the list~$N_{\mathrm{J}}$.
6386 %</en>
6387 %<*ja>
6388 \item もし\Pkg{luatexja-fontspec}パッケージが読み込まれていれば,ここで終了であり,
6389 <family>は和文フォントファミリとして認識されないことになる.
6390
6391 もし\Pkg{luatexja-fontspec}パッケージが読み込まれていなければ,和文エンコーディング<enc>で
6392 フォント定義ファイル\texttt{<enc><family>.fd}(ファイル名は全て小文字)が存在するようなも
6393       のがあるかどうかを調べる.
6394 存在すれば,<family>は和文フォントファミリと認識される(フォント定義ファイルは読み込まれな
6395       い).
6396 存在しなければ,<family>は和文フォントファミリでないと認識され,リスト$N_{\mathrm{J}}$に<family>を追加することでそれを記憶する.
6397
6398 %</ja>
6399 \end{enumerate}
6400
6401 %<*en>
6402 \paragraph{Recognition as alphabetic font family}
6403 Next, whether alphabetic font family will be changed is determined in following order.
6404 We use auxiliary lists $F_{\mathrm{A}}$~and~$N_{\mathrm{A}}$,
6405 %</en>
6406 %<*ja>
6407 \paragraph{欧文フォントファミリとしての認識}
6408 同様に,<family>が和文フォントファミリとして認識されるかは以下の順序で決定される.
6409 補助的に「欧文フォントファミリと既に認識された」ファミリのリスト$F_{\textrm{A}}$と,
6410 「欧文フォントファミリではないと認識された」ファミリを格納したリスト$N_{\mathrm{A}}$を用いる.
6411 %</ja>
6412
6413 \begin{enumerate}
6414 %<*en>
6415 \item If the family~<family> has been listed in a list~$F_{\mathrm{A}}$,
6416       <family> is recognized as an alphabetic font family.
6417 %</en>
6418 %<*ja>
6419 \item ファミリ<family>がリスト$F_{\mathrm{A}}$に既に含まれていれば,
6420       <family>は欧文フォントファミリと認識される.
6421 %</ja>
6422 %<*en>
6423 \item If the family~<family> has been listed in a list~$N_{\mathrm{A}}$, this means
6424       that <family> is not  an alphabetic font family.
6425 %</en>
6426 %<*ja>
6427 \item ファミリ<family>がリスト$N_{\mathrm{A}}$に既に含まれていれば,それは
6428       <family>が欧文フォントファミリではないことを意味する.
6429 %</ja>
6430 %<*en>
6431 \item If there exists an alphabetic font encoding such that the family~<family> has been
6432       defined under it, <family> is recognized as an alphabetic font family, and
6433       to memorize this, <family> is appended to the list~$F_{\mathrm{A}}$.
6434 %</en>
6435 %<*ja>
6436 \item ある欧文フォントエンコーディング下でファミリ<family>が定義されていれば,
6437       <family>は欧文フォントファミリと認識され,リスト$F_{\mathrm{A}}$に<family>を追加することでこのことを記憶する.
6438 %</ja>
6439 %<*en>
6440 \item Now \LuaTeX-ja looks whether there exists an alphabetic font encoding~<enc> such that
6441       a font definition named \texttt{<enc><family>.fd} (the file name is
6442       all lowercase) exists. If so, current alphabetic font family will be changed to
6443       <family>~(the font definition file won't be loaded here).
6444       If not, current alphabetic font family won't be changed, and
6445       <family> is appended to the list~$N_{\mathrm{A}}$.
6446 %</en>
6447 %<*ja>
6448 \item 最終段階では,欧文エンコーディング<enc>で
6449 フォント定義ファイル\texttt{<enc><family>.fd}(ファイル名は全て小文字)が存在するようなも
6450       のがあるかどうかを調べる.
6451 存在すれば,<family>は欧文フォントファミリと認識される(フォント定義ファイルは読み込まれない).
6452 存在しなければ,<family>は欧文フォントファミリと認識されないので,リスト$N_{\mathrm{A}}$に
6453       <family>を追加してそのことを記憶する.
6454 %</ja>
6455 \end{enumerate}
6456
6457 %<*en>
6458 Also, each call of \cs{DeclareFontFamily} \emph{after} loading of \LuaTeX-ja makes
6459 the second argument (family) is appended to the list~$F_{\mathrm{A}}$.
6460 %</en>
6461 %<*ja>
6462 また,\cs{DeclareFontFamily}が\LuaTeX-jaの読み込み後に実行された場合は,
6463 第2引数(ファミリ名)が自動的に$F_{\mathrm{A}}$に追加される.
6464 %</ja>
6465
6466 %<*en>
6467 The above order is very similar to \cs{fontfamily} in \pLaTeXe, but more complicated (clause~3.).
6468 This is because  \pLaTeXe\ is a \emph{format} however \LuaTeX-ja is not,
6469 hence \LuaTeX-ja does not know calls of \cs{DeclareFontFamily} \emph{before} itself is
6470 loaded.
6471 %</en>
6472 %<*ja>
6473 以上の方針は\pLaTeXe における \cs{fontfamily} にやはり類似しているが,3.が加わり若干複雑になっている.
6474 それは\pLaTeXe がフォーマットであるのに対し\LuaTeX-jaはそうでないため,
6475 \LuaTeX-jaは自身が読み込まれる前にどういう\cs{DeclareFontFamily}の呼び出しがあったか
6476 把握できないからである.
6477 %</ja>
6478
6479 %<en>\paragraph{Remarks}
6480 %<ja>\paragraph{注意}
6481 %<*en>
6482 Of course, there is a case that <family> is not recognized as a Japanese font family,  nor
6483 an alphabetic font family.
6484 In this case, \LuaTeX-ja treats ``the argument <family> is wrong'', so
6485 set both current alphabetic and Japanese font family to <family>,
6486 to use the default family for font substitution.
6487 %</en>
6488 %<*ja>
6489 さて,引数によっては,「和文フォントファミリとも欧文フォントファミリも認識されなかった」
6490 という事態もあり得る.
6491   この場合,引数<family>は不正だった,ということになるので,
6492 和文・欧文の両方のフォントファミリを<family>に設定し,代用フォントが使われるに任せることにする.
6493 %</ja>
6494
6495
6496 %<*en>
6497 \section{Addon packages}
6498 \LuaTeX-ja has several addon packages.
6499 These addons are written as \LaTeX\ packages, but
6500 \Pkg{luatexja-otf} and~\Pkg{luatexja-adjust} can be loaded in plain \LuaTeX\
6501 by \cs{input}.
6502 %</en>
6503 %<*ja>
6504 \section{拡張パッケージ}
6505 \LuaTeX-jaには(動作には必須ではないが)自由に読み込める拡張が付属している.
6506 これらは\LaTeX のパッケージとして制作しているが,
6507 \Pkg{luatexja-otf}と\Pkg{luatexja-adjust}についてはplain \LuaTeX でも\
6508 \cs{input} で読み込み可能である.
6509 %</ja>
6510 \subsection{\Pkg{luatexja-fontspec}}
6511 \label{ssec-fontspec2}
6512 %<*en>
6513 As described in Subsection~\ref{ssec-fontspec}, this optional package
6514 provides the counterparts for several commands defined in the
6515 \Pkg{fontspec} package (requires \Pkg{fontspec}~v2.4).
6516 In addition to OpenType font features in the original \Pkg{fontspec},
6517 the following ``font features'' specifications are allowed for
6518 the commands of Japanese version:
6519 %</en>
6520 %<*ja>
6521 \ref{ssec-fontspec}節で述べたように,この追加パッケージは\Pkg{fontspec}%
6522 パッケージで定義されているコマンドに対応する和文フォント用のコマンドを提供する.
6523
6524 \Pkg{fontspec}パッケージで指定可能な各種OpenType機能に加えて,和文版のコマンドには
6525 以下の「フォント機能」を指定することができる:
6526 %</ja>
6527
6528
6529 \begin{cslist}
6530 \item[CID=<name>\textrm{, }JFM=<name>\textrm{, }JFM-var=<name>]
6531
6532 %<*en>
6533 These 3 keys correspond to \texttt{cid}, \texttt{jfm} and
6534 \texttt{jfmvar} keys for \cs{jfont}~and~\cs{tfont} respectively.
6535 See Subsections~\ref{ssec-jfont} and \ref{ssec-psft} for details
6536  of \texttt{cid}, \texttt{jfm} and
6537 \texttt{jfmvar} keys.
6538
6539 The \texttt{CID} key is effective only when with \texttt{NoEmbed}
6540 described below. The same JFM cannot be used in both horizontal Japanese fonts and
6541              vertical Japanese fonts, hence the \texttt{JFM} key
6542 will be actually used in \texttt{YokoFeatures}~and~\texttt{TateFeatures} keys.
6543 %</en>
6544 %<*ja>
6545 これら3つのキーはそれぞれ \cs{jfont},~\cs{tfont}に対する
6546 \texttt{cid}, \texttt{jfm}, \texttt{jfmvar}キーとそれぞれ対応する.
6547 \texttt{cid}, \texttt{jfm}, \texttt{jfmvar}キーの詳細は\ref{ssec-jfont}節
6548              と\ref{ssec-psft}節を参照.
6549
6550 \texttt{CID} キーは下の \texttt{NoEmbed} と合わせて用いられたときのみ有効である.
6551 また,横組用JFMと縦組用JFMは共用できないため,実際に \texttt{JFM} キーを用いる際は
6552 後に述べる\ \texttt{YokoFeatures} キーや \texttt{TateFeatures}\ の中で用いる
6553 ことになる.
6554 %</ja>
6555
6556 \item[NoEmbed]
6557 %<*en>
6558 By specifying this key, one can use ``name-only'' Japanese font which
6559 will not be embedded in the output PDF file. See Subsection~\ref{ssec-psft}.
6560 %</en>
6561 %<*ja>
6562 これを指定することで,PDFに埋め込まれない「名前だけ」のフォントを指定することが
6563 できる.\ref{ssec-psft}節を参照.
6564 %</ja>
6565
6566 \begin{figure}[!tb]
6567 \begin{LTXexample}[width=0.25\textwidth]
6568 \jfontspec[
6569   YokoFeatures={Color=007F00}, TateFeatures={Color=00007F},
6570   TateFont=KozGoPr6N-Regular
6571 ]{KozMinPr6N-Regular}
6572 \hbox{\yoko 横組のテスト}\hbox{\tate 縦組のテスト}
6573 \addjfontfeatures{Color=FF0000}
6574 \hbox{\yoko 横組}\hbox{\tate 縦組}
6575 \end{LTXexample}
6576 %<ja>\caption{\texttt{TateFeatures} 等の使用例}
6577 %<en>\caption{An example of \texttt{TateFeatures} etc.}
6578 \label{fig:yokotate-fontspec}
6579 \end{figure}
6580
6581 \item[Kanjiskip=<bool>]
6582 %<*ja>
6583 \pageref{pg:ltjksp}ページで説明した \verb+\jfont+ 中での \texttt{ltjksp} 指定と
6584 同一の効力を持ち,
6585 JFM中における \texttt{kanjiskip\_natural}, \texttt{kanjiskip\_stretch},\
6586 \texttt{kanjiskip\_shrink}キー(\pageref{pg:ksp_nat}ページ)の有効/無効を切り替える.
6587 標準値は \texttt{true} である.
6588 %</ja>
6589
6590 \item[TateFeatures=\{<features>\}\textrm{, }TateFont=<font>]
6591 %<*en>
6592 The \texttt{TateFeatures} key specifies font features which are only turned~on in
6593 vertical writing, such as \texttt{Style=VerticalKana}~(\texttt{vkna} feature).
6594 Similarly, the \texttt{TateFont} key specifies the Japanese font which will be used only
6595              in vertical writing.
6596 A demonstrarion is shown in Figure~\ref{fig:yokotate-fontspec}.
6597 %</en>
6598 %<*ja>
6599 縦組において使用されるフォントや,縦組においてのみ適用されるフォント機能達を
6600 指定する.使用例は図\ref{fig:yokotate-fontspec}参照.
6601 %</ja>
6602
6603 \item[YokoFeatures=\{<features>\}]
6604 %<*en>
6605 The \texttt{YokoFeatures} key specifies font features which are only turned~on in
6606 horizontal writing,.
6607 A demonstrarion is shown in Figure~\ref{fig:yokotate-fontspec}.
6608 %</en>
6609 %<*ja>
6610 同様に,横組においてのみ適用されるフォント機能達を
6611 指定する.使用例は図\ref{fig:yokotate-fontspec}参照.
6612 %</ja>
6613
6614
6615 \begin{figure}[!tb]
6616 \begin{LTXexample}[pos=b]
6617 \jfontspec[
6618   AltFont={
6619     {Range="4E00-"67FF, Color=007F00},
6620     {Range="6800-"9EFF, Color=0000FF},
6621     {Range="3040-"306F, Font=KozGoPr6N-Regular},
6622   }
6623 ]{KozMinPr6N-Regular}
6624 日本国民は、正当に選挙された国会における代表者を通じて行動し、われらとわれらの子孫のために、
6625 諸国民との協和による成果と、わが国全土にわたつて自由のもたらす恵沢を確保し、……
6626 \end{LTXexample}
6627 %<ja>\caption{\texttt{AltFont} の使用例}
6628 %<en>\caption{An example of \texttt{AltFont}}
6629 \label{fig:altkanji-fontspec}
6630 \end{figure}
6631
6632 \item[AltFont]
6633
6634 %<*en>
6635 As \cs{ltjdeclarealtfont}~(Subsection~\ref{ssec-altfont}) and
6636 \cs{DeclareAlternateKanjiFont}~(Subsection~\ref{ssec-nfsspat}),
6637 with this key, one can typeset some Japanese characters
6638 by a different font and/or using different features.
6639 The \texttt{AltFont} feature takes a comma-separated list of comma-separated lists,
6640 as the following:
6641 %</en>
6642 %<*ja>
6643 \ref{ssec-altfont}節の \cs{ltjdeclarealtfont} や,
6644 \ref{ssec-nfsspat}節の \cs{DeclareAlternateKanjiFont} と同様に,
6645 このキーを用いると一部の文字を異なったフォントや機能たちを使って組むことができる.
6646 \texttt{AltFont} キーに指定する値は,次のように二重のコンマ区切りリストである:
6647 %</ja>
6648 \begin{lstlisting}[escapechar=\#]
6649 AltFont = {
6650   ...
6651   { Range=#\LARG range>#, #\LARG features>#},
6652   { Range=#\LARG range>#, Font=#\LARG font~name>#, #\LARG features># },
6653   { Range=#\LARG range>#, Font=#\LARG font~name># },
6654   ...
6655 }
6656 \end{lstlisting}
6657 %<*en>
6658 Each sublist should have the \texttt{Range} key
6659 (sublist which does not contain \texttt{Range} key is simply ignored).
6660 A demonstrarion is shown in Figure~\ref{fig:altkanji-fontspec}.
6661 %</en>
6662 %<*ja>
6663 各部分リストには \texttt{Range} キーが必須である(含まれない部分リストは
6664 単純に無視される).指定例は図\ref{fig:altkanji-fontspec}に示した.
6665 %</ja>
6666 \end{cslist}
6667
6668 %<*ja>
6669 なお,\Pkg{luatexja-fontspec} 読み込み時には和文フォント定義ファイル%
6670 \texttt{<ja-enc><family>.fd}は全く参照されなくなる.
6671 %</ja>
6672
6673
6674 %<*en>
6675 \paragraph{Remark on \texttt{AltFont}, \texttt{YokoFeatures}, \texttt{TateFeatures} keys}
6676 In \texttt{AltFont},~\texttt{YokoFeatures},~\texttt{TateFeatures} keys,
6677 one cannot specify per-shape settings such as \texttt{BoldFeatures}.
6678 For example,
6679 \begin{lstlisting}
6680 AltFont = {
6681   { Font=HogeraMin-Light, BoldFont=HogeraMin-Bold,
6682     Range="3000-"30FF, BoldFeatures={Color=007F00} }
6683 }
6684 \end{lstlisting}
6685 does \emph{not} work. Instead, one have to write
6686 \begin{lstlisting}
6687 UprightFeatures = {
6688   AltFont = { { Font=HogeraMin-Light, Range="3000-"30FF, } },
6689 },
6690 BoldFeatures = {
6691   AltFont =  { { Font=HogeraMin-Bold, Range="3000-"30FF, Color=007F00 } },
6692 }
6693 \end{lstlisting}
6694
6695 On the other hand, \texttt{YokoFeatures}, \texttt{TateFeatures} and  \texttt{TateFont}
6696 keys can be specified in each list in the \texttt{AltFont} key. Also,
6697 one can specify \texttt{AltFont} inside \texttt{YokoFeatures},~\texttt{TateFeatures}.
6698
6699 Note that features which are specified in \texttt{YokoFeatures}~and~\texttt{TateFeatures}
6700 are always interpreted \emph{after} other ``direction-independent'' features.
6701 This explains why \cs{addjfontfeatures} at~line~6 in~Figure~\ref{fig:yokotate-fontspec}
6702 has no effect, because a color specification is already done in
6703 \texttt{YokoFeatures}~and~\texttt{TateFeatures} keys.
6704 %</en>
6705 %<*ja>
6706 \paragraph{\texttt{AltFont}, \texttt{YokoFeatures}, \texttt{TateFeatures} 等の制限}
6707 \texttt{AltFont},~\texttt{YokoFeatures},~\texttt{TateFeatures}の各キーは
6708 シェイプ別に指定されるべきものであり,
6709 内部では \texttt{BoldFeatures} などのシェイプ別の指定は行うことが出来ない.
6710 例えば.
6711 \begin{lstlisting}
6712 AltFont = {
6713   { Font=HogeraMin-Light, BoldFont=HogeraMin-Bold,
6714     Range="3000-"30FF, BoldFeatures={Color=007F00} }
6715 }
6716 \end{lstlisting}
6717 のように指定することは出来ず,
6718 \begin{lstlisting}
6719 UprightFeatures = {
6720   AltFont = { { Font=HogeraMin-Light, Range="3000-"30FF, } },
6721 },
6722 BoldFeatures = {
6723   AltFont =  { { Font=HogeraMin-Bold, Range="3000-"30FF, Color=007F00 } },
6724 }
6725 \end{lstlisting}
6726 のように指定しなければならない.
6727
6728 一方,\texttt{AltFont} キー内の各リストでは
6729 \ \texttt{YokoFeatures},~\texttt{TateFeatures} 及び \texttt{TateFont} キーを
6730 指定することは可能であり.また\ \texttt{YokoFeatures},~\texttt{TateFeatures} キーの
6731 中身に \texttt{AltFont} を指定することができる.
6732
6733 また,図\ref{fig:yokotate-fontspec}後半部では6行目の色の指定が効かず,
6734 2行目で指定した\ \texttt{YokoFeatures},~\texttt{TateFeatures}\ による色の指定が有効になっ
6735 たままである.これは\emph{\ \texttt{YokoFeatures},~\texttt{TateFeatures}\ による
6736 OpenType機能指定は
6737 組方向に依存しないOpenType機能の指定より後に解釈される}からである.
6738
6739 %</ja>
6740
6741
6742 \subsection{\Pkg{luatexja-otf}}
6743 \label{ssec-ltjotf}
6744 %<*en>
6745 This optional package supports typesetting characters in
6746 Adobe-Japan1 character collection
6747 (or other CID character collection, if the font is supported).
6748 The package \Pkg{luatexja-otf} offers the following 2~low-level
6749 commands:
6750 %</en>
6751 %<*ja>
6752 この追加パッケージはAdobe-Japan1(フォント自身が持っていれば,
6753 別のCID文字セットでも可)の文字の出力をサポートする.
6754 \Pkg{luatexja-otf}は以下の2つの低レベルコマンドを提供する:
6755 %</ja>
6756 \begin{cslist}
6757 \item[\cs{CID}\{<number>\}]
6758 %<*en>
6759 Typeset a character whose CID number is <number>.
6760 %</en>
6761 %<*ja>
6762 CID番号が<number>の文字を出力する.
6763 %</ja>
6764
6765 \item[\cs{UTF}\{<hex\_number>\}]
6766 %<*en>
6767 Typeset a character whose character code is <hex\_number> (in hexadecimal).
6768 This command is similar to \verb+\char"+<hex\_number>,\ %"
6769 but please remind remarks below.
6770 %</en>
6771 %<*ja>
6772 文字コードが(16進で)<hex\_number>の文字を出力する.
6773 このコマンドは \verb+\char"+<hex\_number>と似ているが,下の注意を参照すること.%"
6774 %</ja>
6775 \end{cslist}
6776
6777 %<*ja>
6778 このパッケージは,マクロ集 \texttt{luatexja-ajmacros.sty}\footnote{\Pkg{otf}パッケージ付属の井上浩一氏によるマクロ集
6779 \texttt{ajmacros.sty} に対して
6780 漢字コードをUTF-8にしたり,plain \LuaTeX でも利用可能にするという
6781 修正を加えたものである.}\ も自動的に読み込む.
6782 \texttt{luatexja-ajmacros.sty} は,
6783 そのため,\Pkg{luatexja-otf} を読みこめば \texttt{ajmacros.sty} マクロ集にある \cs{aj半角} などのマクロもそのまま使うことができる.
6784 %</ja>
6785 %<*en>
6786 This package automatically loads \texttt{luatexja-ajmacros.sty}, which is slightly
6787 modified version of \texttt{ajmacros.sty}\footnote{Useful macros by iNOUE Koich!, for the
6788 \Pkg{japanese-otf} package.}.
6789 Hence one can use macros which sre defined in \texttt{ajmacros.sty}, such as~\cs{aj半角}.
6790 %</en>
6791
6792 %<en>\paragraph{Remarks}
6793 %<ja>\paragraph{注意}
6794 %<*en>
6795 Characters by \cs{CID} and \cs{UTF} commands are different from
6796 ordinary characters in the following points:
6797 %</en>
6798 %<*ja>
6799 \cs{CID} と \cs{UTF} コマンドによって出力される文字は
6800 以下の点で通常の文字と異なる:
6801 %</ja>
6802 \begin{itemize}
6803 %<*en>
6804 \item Always treated as \textbf{JAchar}s.
6805 %</en>
6806 %<*ja>
6807 \item 常に\textbf{JAchar}として扱われる.
6808 %</ja>
6809 %<*en>
6810 \item Processing codes for supporting OpenType features (\textit{e.g.},
6811       glyph replacement and kerning) by the \Pkg{luaotfload} package
6812       is not performed to these characters.
6813 %</en>
6814 %<*ja>
6815 \item OpenType機能(例えばグリフ置換やカーニング)をサポートするための
6816   \Pkg{luaotfload}パッケージのコードはこれらの文字には働かない.
6817 %</ja>
6818 \end{itemize}
6819
6820 %<en>\paragraph{Additional syntax of JFM}
6821 %<ja>\paragraph{JFMへの記法の追加}
6822
6823 %<*en>
6824 The package \Pkg{luatexja-otf} extends the syntax of JFM; the entries of \texttt{
6825 chars} table in JFM now allows a string in the form
6826 \verb+'AJ1-xxx'+, which stands for the character
6827 whose CID number in Adobe-Japan1 is \verb+xxx+.
6828
6829 This extended notation is used in the standard JFM \texttt{jfm-ujis.lua}
6830 to typeset halfwidth Hiragana glyphs (CID~516--598) in halfwidth.
6831 %</en>
6832 %<*ja>
6833 \Pkg{luatexja-otf}パッケージを読み込むと,
6834 JFMの\texttt{chars}テーブルのエントリとして \verb+'AJ1-xxx'+ の形の文字列が
6835 使えるようになる.これはAdobe-Japan1におけるCID番号が \verb+xxx+ の文字を表す.
6836
6837 この拡張記法は,標準JFM~\texttt{jfm-ujis.lua}で,半角ひらがなのグリフ(CID~516--598)を
6838 正しく半角幅で組むために利用されている.
6839 %</ja>
6840
6841 %<*en>
6842 \paragraph{IVS support}
6843 Recent fonts support Ideographic Variation Selector (IVS).
6844 \Pkg{luaotfload} and \Pkg{fontspec} packages used to be not supported IVS,
6845 so we implemented experimental IVS support in \Pkg{luatexja-otf},
6846 which is activated by
6847 \begin{lstlisting}
6848 \directlua{luatexja.otf.enable_ivs()}
6849 \end{lstlisting}
6850 However, recent \Pkg{luaotfload} and \Pkg{fontspec} packages seem to support IVS,
6851 so we don't execute above command anymore.
6852 %</en>
6853 %<*ja>
6854 \paragraph{IVSサポート}
6855 最近のOpenTypeフォントやTrueTypeフォントには,
6856 \texttt{U+E0100}--\texttt{U+E01EF}の範囲の「文字」
6857 (漢字用異体字セレクタ)を後置することによって
6858 字形を指定する仕組み(IVS)が含まれている.
6859 執筆時点の2013年12月では,\Pkg{luaotfload}や\Pkg{fontspec}パッケージ類は
6860 IVSに対応してはいないようであったため,
6861 \Pkg{luatexja-otf}パッケージ内に試験的なIVS対応を実装した.これは以下の命令の実行で有効になる:
6862 \begin{lstlisting}
6863 \directlua{luatexja.otf.enable_ivs()}
6864 \end{lstlisting}
6865 しかし,現在の\Pkg{luaotfload}や\Pkg{fontspec}パッケージは
6866 IVSに対応しているようであるので,もはや上の命令を実行する必要はない.
6867 %</ja>
6868
6869 \subsection{\Pkg{luatexja-adjust}}
6870 \label{ssec-adj}
6871 \begin{figure}[t]
6872 \def\sq{%
6873   \hbox to 1\zw{\hss\fboxsep=-.5\fboxrule\fbox{%
6874    \hskip\dimexpr-.5\zw-.2pt\vrule width.4pt height.08\zw depth.12\zw%
6875   \hskip\dimexpr.5\zw-.2pt\relax}\hss}}
6876 \def\sb{\hbox to 1\zw{\hss\fboxsep=-.5\fboxrule\fbox{%
6877   ■\hskip\dimexpr-.5\zw-.2pt\vrule width.4pt height.08\zw depth.12\zw%
6878   \hskip\dimexpr.5\zw-.2pt\relax}\hss}}
6879 \newbox\gridbox
6880 \def\outbox#1{{\Large%
6881   \ltjsetparameter{kanjiskip=0pt plus .2\zw minus .2\zw}%
6882   \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}%
6883   \hbox{\textcolor{cyan}{\copy\gridbox}\hskip-20\zw%
6884   \vbox{\hsize=20\zw\noindent\leftskip0pt\rightskip0pt\parfillskip0pt#1}\vrule}%
6885 }}
6886
6887 {\centering
6888 \begin{tabular}{lc}
6889 \toprule
6890 no adjustment&\outbox{以上の原理は,「包除原理」とよく呼ばれるが\hskip-.5\zw\null}\\
6891 without priority&%
6892 \ltjdisableadjust
6893 \outbox{以上の原理は,「包除原理」とよく呼ばれるが}%
6894 \ltjenableadjust\\
6895 with priority&%
6896 \outbox{以上の原理は,「包除原理」とよく呼ばれるが}
6897 %<en>\ltjdisableadjust
6898 \\
6899 \bottomrule
6900 \end{tabular}\par}
6901 \smallskip
6902
6903 Note: the value of
6904 \Param{kanjiskip} is 0\,pt${}^{+1/5\,\mathrm{em}}_{-1/5\,\mathrm{em}}$ in this figure,
6905 for making the difference obvious.
6906 %<ja>\caption{行長調整}\label{fig-adj}
6907 %<en>\caption{Line adjustment}\label{fig-adj}
6908 \end{figure}
6909
6910
6911 %<*en>
6912 (see Japanese version of this manual)
6913 %</en>
6914 %<*ja>
6915 この追加パッケージは以下の機能を提供する.詳細な仕様については\ref{sec-adjspec}章を参照してほしい.
6916 \begin{description}
6917 \item[行末文字の位置調整]
6918   \pTeX では,(是非はともかく)「行末の読点はぶら下げか二分取りか全角取りのいずれかに」のように
6919   行末文字と実際の行末の位置関係を2通り以上にすることは面倒であった.
6920   和文フォントメトリックだけでは「常に行末の読点はぶら下げ」といったことしかできず,
6921   前の文に書いたことを実現するには
6922 \begin{lstlisting}
6923 \def\。{%
6924   \penalty10000 % 禁則ペナルティ
6925   \hbox to0pt{。\hss}\penalty0 % ぶら下げの場合
6926   \kern.5\zw\penalty0 % 二分取りの場合
6927   \kern.5\zw\penalty0 % 全角取りの場合
6928 }
6929 \end{lstlisting}
6930   のような命令を定義し,文中の全ての句点を \lstinline+\。+ で書くことが必要だった.
6931
6932 \Pkg{luatexja-adjust}パッケージは,上で述べた行末文字と実際の行末との位置関係を
6933 2通り以上から自動的に選択する機能を提供する.
6934 \pdfTeX と同じように,「\TeX による行分割の後で行末文字の位置を補正する」方法と
6935   「行分割の過程で行末文字の位置を考慮に入れる」方法を選べるようにした(
6936 \Pkg{luatexja-adjust}パッケージの既定では前者).
6937   
6938 \item[優先順位付きの行長調整]
6939 \pTeX では,行長調整において優先度の概念が存在しなかったため,図
6940 \ref{fig-adj}上段における半角分の半端は,図\ref{fig-adj}中段のように,鍵
6941 括弧周辺の空白と和文間空白(\Param{kanjiskip})の両方によって負担される.し
6942 かし,「日本語組版処理の要件」\cite{jlreq}やJIS~X~4051~\cite{x4051}におい
6943 ては,このような状況では半端は鍵括弧周辺の空白のみで負担し,その他の和文
6944 文字はベタ組で組まれる(図\ref{fig-adj}下段)ことになっている.
6945 \Pkg{luatexja-adjust}パッケージの提供する第2の機能は,
6946 \cite{jlreq}や\cite{x4051}における規定のような,優先順位付き
6947 の行長調整である.
6948 \begin{itemize}
6949  \item 優先度付き行長調整は,段落を行分割した後に個々の行について行われるものである.
6950 そのため,行分割の位置は変化することはない.
6951
6952 \verb+\hbox{...}+ といった「途中で改行できない水平ボックス」では(たとえ幅が指定されていても)無効である.
6953  \item 優先度付き行長調整を行うと,和文処理グルーの自然長は変化しないが,伸び量や縮み量は
6954 一般に変化する.そのため,既に組まれた段落を \cs{unhbox} などを利用して組み直す処理を
6955 行う場合には注意が必要である.
6956 \end{itemize}
6957 \end{description}
6958
6959 \Pkg{luatexja-adjust}パッケージは,上記で述べた2機能を有効化/無効化するための
6960 以下の命令を提供する.これらはすべてグローバルに効力を発揮する.
6961
6962 \begin{cslist}
6963 \item[\cs{ltjenableadjust[...]}]
6964 \verb+...+ に指定したkey-valueリストに従い,「行末文字の位置調整」「優先順位付きの行長調整」を有効化/無効化する.
6965 指定できるキーは以下の通り.
6966 \begin{description}
6967   \item[\texttt{lineend=[false,true,extended]}]
6968   行末文字の位置調整の機能を無効化(\texttt{false}),「行分割後に調整」の形で有効化(\texttt{true}),
6969   「行分割の仮定で考慮」(\texttt{extended})する.
6970   \item[\texttt{priority=[false,true]}]
6971   優先順位付きの行長調整を無効化(\texttt{false}),または有効化(\texttt{true})する.
6972 \end{description}
6973 両キーともキー名のみを指定した場合は値として\texttt{true}が指定されたものと扱われる.
6974
6975 互換性の為,オプション無しでただ\cs{ltjenableadjust}が呼び出された場合は,
6976 \begin{lstlisting}
6977 \ltjenableadjust[lineend=true,priority=true]
6978 \end{lstlisting}
6979 と扱われる.
6980   
6981 \item[\cs{ltjdisableadjust}]
6982 \Pkg{luatexja-adjust}パッケージの機能を無効化する.
6983 \begin{lstlisting}
6984 \ltjenableadjust[lineend=false,priority=false]
6985 \end{lstlisting}
6986 と同義.
6987
6988 \end{cslist}
6989 %</ja>
6990
6991 \subsection{\Pkg{luatexja-ruby}}
6992 %<*en>
6993 This addon package provides functionality of ``ruby'' (\emph{furigana}) annotations
6994 using callbacks of \LuaTeX-ja.
6995 There is no detailed manual of \Pkg{luatexja-ruby.sty} in English.
6996 (Japanese manual is another PDF file, \url{luatexja-ruby.pdf}.)
6997 %</en>
6998 %<*ja>
6999 この追加パッケージは,\LuaTeX-jaの機能を利用したルビ(振り仮名)の組版機能を提供する.
7000 前後の文字種に応じた前後への自動進入や,
7001 行頭形・行中形・行末形の自動的な使い分けが特徴である.
7002
7003 ルビ組版に設定可能な項目や注意事項が多いため,本追加パッケージの詳細な説明は
7004 使用例と共に \url{luatexja-ruby.pdf}\ という別ファイルに載せている.
7005 この節では簡単な使用方法のみ述べる.
7006 %</ja>
7007
7008 \begin{description}
7009 %<*en>
7010  \item[Group-ruby]
7011 By default, ruby characters (the second argument of \cs{ruby})
7012 are attached to base characters (the first argument), as one object.
7013 This type of ruby is called \emph{group-ruby}.
7014 %</en>
7015 %<*ja>
7016  \item[グループルビ] 標準ではグループルビの形で組まれる.第1引数に親文字,
7017 第2引数にルビを記述する.
7018 %</ja>
7019 \begin{LTXexample}[width=0.3\textwidth]
7020 東西線\ruby{妙典}{みようでん}駅は……\\
7021 東西線の\ruby{妙典}{みようでん}駅は……\\
7022 東西線の\ruby{妙典}{みようでん}という駅……\\
7023 東西線\ruby{葛西}{かさい}駅は……
7024 \end{LTXexample}
7025 %<*en>
7026 As the above example, ruby hangover is allowed on the Hiragana before/after
7027 its base characters.
7028 %</en>
7029 %<ja> この例のように,標準では前後の平仮名にルビ全角までかかるようになっている.
7030
7031 %<*en>
7032 \item[Mono-ruby]
7033 To attach ruby characters to each base characters (\emph{mono-ruby}),
7034 one should use \cs{ruby} multiple times:
7035 %</en>
7036 %<*ja>
7037  \item[モノルビ] 親文字を1文字にするとモノルビとなる.
7038 2文字以上の熟語をモノルビの形で組みたい場合は,面倒でも
7039 その数だけ \cs{ruby} を書く必要がある.
7040 %</ja>
7041 \begin{LTXexample}[width=0.3\textwidth]
7042 東西線の\ruby{妙}{みよう}\ruby{典}{でん}駅は……
7043 \end{LTXexample}
7044
7045 %<*en>
7046  \item[Jukugo-ruby]
7047 Vertical bar~\verb+|+ denotes a boundary of \emph{groups}.
7048 %</en>
7049 %<*ja>
7050  \item[熟語ルビ] 引数内の縦棒 \verb+|+ はグループの区切りを表し,
7051 複数グループのルビは熟語ルビとして組まれる.
7052 \cite{x4051}にあるように,
7053 どのグループでも「親文字」が対応するルビ以上の長さの場合は
7054 各グループごとに,そうでないときは全体をまとめて1つのグループルビとして組まれる.
7055 \cite{jlreq}で規定されている組み方とは異なるので注意.
7056 %</ja>
7057 \begin{LTXexample}
7058 \ruby{妙|典}{みよう|でん}\
7059 \ruby{葛|西}{か|さい}\
7060 \ruby{神楽|坂}{かぐら|ざか}
7061 \end{LTXexample}
7062 %<*en>
7063 If there are multiple groups in one \cs{ruby} call,
7064 A linebreak between two groups is allowed.
7065 %</en>
7066 %<ja> 複数ルビではグループとグループの間で改行が可能である.
7067 \begin{LTXexample}[width=0.3\textwidth]
7068 \vbox{\hsize=6\zw\noindent
7069   \hbox to 2.5\zw{}\ruby{京|急|蒲|田}{けい|きゆう|かま|た}
7070   \hbox to 2.5\zw{}\ruby{京|急|蒲|田}{けい|きゆう|かま|た}
7071   \hbox to   3\zw{}\ruby{京|急|蒲|田}{けい|きゆう|かま|た}
7072 }
7073 \end{LTXexample}
7074 \end{description}
7075
7076 %<*en>
7077 If the width of ruby characters are longer than that of base characters,
7078 \cs{ruby} automatically selects the appropriate form
7079 among the line-head form, the line-middle form, and the line-end form.
7080 %</en>
7081 %<*ja>
7082 また,ルビ文字のほうが親文字よりも長い場合は,自動的に
7083 行頭形・行中形・行末形のいずれか適切なものを選択する.
7084 %</ja>
7085 \begin{LTXexample}[width=0.3\textwidth]
7086 \vbox{\hsize=8\zw\noindent
7087 \null\kern3\zw ……を\ruby{承}{うけたまわ}る
7088      \kern1\zw ……を\ruby{承}{うけたまわ}る\\
7089 \null\kern5\zw ……を\ruby{承}{うけたまわ}る
7090 }
7091 \end{LTXexample}
7092
7093
7094 %<*ja>
7095 \subsection{\Pkg{lltjext}}
7096 \pLaTeX では縦組用の拡張として \Pkg{plext} パッケージが用意されていたが,
7097 それを\LuaTeX-ja用に書きなおしたものが本追加パッケージ \Pkg{lltjext} である.
7098
7099 従来の \Pkg{plext} パッケージとの違いは,
7100 {\catcode`\<=12
7101 \begin{itemize}
7102  \item 組方向オプション \texttt{<y>}(横組),\texttt{<t>}(縦組),
7103 \texttt{<z>}\ の他に\ \texttt{<d>}(dtou方向),\texttt{<u>}(utod方向)を追加した.
7104 \texttt{<z>} と \texttt{<u>} の違いは,\texttt{<z>} が(\Pkg{plext} パッケージと同様に)
7105 周囲の組方向が縦組のときにしか意味を持たない
7106        のに対し,\texttt{<u>} にはそのような制限がないことである.
7107
7108  \item \Pkg{plext} パッケージでは,表組(\texttt{tabular} 環境,\texttt{align} 環境等)や
7109 \texttt{minipage} 環境,\cs{parbox} 命令において,
7110 垂直位置指定 \texttt{[t]},~\texttt{[b]} の挙動が非読み込み時と微妙に変わることがあった.
7111
7112 \Pkg{lltjext} パッケージでは,垂直位置指定が\LaTeXe と同様の挙動(以下に示す)に
7113 なるように修正した.
7114 \begin{itemize}
7115  \item \texttt{[t]} オプション指定時は,ボックスのベースラインが中身の1行目のベースライン
7116        (1行目の上に罫線などが来た時は,ボックスの上端)に一致するように配置する.
7117  \item \texttt{[b]} オプション指定時は,ボックスのベースラインが中身の最終行のベースライン
7118        (中身の最後が罫線などの時は,ボックスの下端)に一致するように配置する.
7119  \item それ以外のときは,ボックスの中央が「数式の軸」に一致するように配置する.
7120 \end{itemize}
7121
7122  \item 連数字用命令 \cs{rensuji} における位置合わせオプション \texttt{[l]}, \texttt{[c]},
7123        \texttt{[r]} の挙動を若干変更した.
7124
7125 \end{itemize}
7126 }
7127 %</ja>
7128 %<*en>
7129 \subsection{\texttt{lltjext.sty}}
7130 \pLaTeX\ supplies additional macros for vertical writing in the \Pkg{plext} package.
7131 The \Pkg{lltjext} package which we want to describe here is the \LuaTeX-ja
7132 counterpart of the \Pkg{plext} package.
7133 %</en>
7134
7135 %<*ja>
7136 念の為,本 \Pkg{lltjext} パッケージで追加・変更している命令の一覧を載せておく.
7137 \begin{cslist}
7138 \item[tabular\textrm{, }array\textrm{, }minipage環境]
7139 これらの環境は,
7140 \begin{lstlisting}
7141 \begin{tabular}<dir>[pos]{table spec} ... \end{tabular}
7142 \begin{array}<dir>[pos]{table spec}   ... \end{array}
7143 \begin{minipage}<dir>[pos]{width}     ... \end{minipage}
7144 \end{lstlisting}
7145 のように,組方向オプション \texttt{\<dir\>} が拡張されている.
7146 既に述べたように,組方向オプションに指定できる値は以下の5つであり,
7147 それ以外を指定した時や無指定時は周囲の組方向と同じ組方向になる.
7148 \begin{description}
7149  \item[y] 横組(\cs{yoko})
7150  \item[t] 縦組(\cs{tate})
7151  \item[z] 周囲が縦組の時はutod方向,それ以外はそのまま
7152  \item[d] dtou方向
7153  \item[u] utod方向
7154 \end{description}
7155 \item[\cs{parbox}\<<dir>\>{[<pos>]}\{<width>\}\{<contents>\}]
7156 \cs{parbox} 命令も同様に,組方向の指定ができるように拡張されている.
7157
7158 \item[\cs{pbox}\<<dir>\>{[<width>][<pos>]}\{<contents>\}]
7159 組方向<dir>で<contents>の中身をLRモードで組む命令である.
7160 <width>が正の値であるときは,ボックス全体の幅がその値となる.
7161 その際,中身は<pos>の値に従い,左寄せ(\texttt{l}),右揃え(\texttt{r}),
7162 中央揃え(それ以外)される.
7163 \item[picture環境]
7164 図表作成に用いる \texttt{picture} 環境も,
7165 \begin{lstlisting}
7166 \begin{picture}<dir>(x_size, y_size)(x_offset,y_offset)
7167   ...
7168 \end{picture}
7169 \end{lstlisting}
7170 と組方向が指定できるように拡張されている.
7171 $x$成分の増加方向は字送り方向,$y$成分の増加方向は行送り方向の\emph{反対方向}となる.
7172 \Pkg{plext} パッケージと同様に
7173 内部ではベースライン補正(\Param{yalbaselineshift}パラメータなど)の影響を受けないように,
7174 \cs{put},~\cs{line}, \cs{vector}, \cs{dashbox}, \cs{oval},~\cs{circle}も
7175 ベースライン補正を受けないように再定義されている.
7176
7177 \item[\cs{rensuji}{[<pos>]}\{<contents>\}\textrm{, }\cs{rensujiskip}]
7178
7179 \item[\cs{Kanji}\{<counter\_name>\}]
7180
7181 \item[\cs{kasen}\{<contents>\}\textrm{, }\cs{bou}\{<contents>\}\textrm{,
7182                      }\cs{boutenchar}]
7183
7184 \item[参照番号]
7185 \end{cslist}
7186 %</ja>
7187 %<*en>
7188 \begin{cslist}
7189 \item[tabular\textrm{, }array\textrm{, }minipage\textrm{ environments}]
7190 These environments are extended by \texttt{\<dir\>}, which specifies the direction,
7191 as follows:
7192 \begin{lstlisting}
7193 \begin{tabular}<dir>[pos]{table spec} ... \end{tabular}
7194 \begin{array}<dir>[pos]{table spec}   ... \end{array}
7195 \begin{minipage}<dir>[pos]{width}     ... \end{minipage}
7196 \end{lstlisting}
7197 This option permits one of the following five values. If none of them is specified,
7198 the direction inside the environment is same as that outside the enviromnent.
7199 \begin{description}
7200  \item[y] \emph{yoko} direction (horizontal writing)
7201  \item[t] \emph{tate} direction (vertical writing)
7202  \item[z] \emph{utod} direction if direction outside the env.\ is \emph{tate}.
7203  \item[d] \emph{dtou} direction
7204  \item[u] \emph{utod} direction
7205 \end{description}
7206 \item[\cs{parbox}\<<dir>\>{[<pos>]}\{<width>\}\{<contents>\}]
7207 \cs{parbox} command is also extended by \texttt{\<dir\>}.
7208
7209 \item[\cs{pbox}\<<dir>\>{[<width>][<pos>]}\{<contents>\}]
7210 This commands typeset <contents> in LR-mode, in <dir> direction.
7211 If <width> is positive, the width of the box becomes this <width>.
7212 In this case, <contents> will be aligned \dots
7213
7214 \item[picture\textrm{\ environment}]
7215
7216 \item[\cs{rensuji}{[<pos>]}\{<contents>\}\textrm{, }\cs{rensujiskip}]
7217
7218 \item[\cs{Kanji}\{<counter\_name>\}]
7219
7220 \item[\cs{kasen}\{<contents>\}\textrm{, }\cs{bou}\{<contents>\}\textrm{,
7221                      }\cs{boutenchar}]
7222
7223 \item[参照番号]
7224 \end{cslist}
7225 %</en>
7226
7227
7228
7229 %<en>\part{Implementations}
7230 %<ja>\part{実装}
7231 \label{part-imp}
7232 %<en>\section{Storing Parameters}
7233 %<ja>\section{パラメータの保持}
7234 \label{sec-para}
7235 %<en>\subsection{Used dimensions, attributes and whatsit nodes}
7236 %<ja>\subsection{\LuaTeX-jaで用いられるレジスタとwhatsitノード}
7237
7238 %<*en>
7239 Here the following is the list of dimensions and attributes which are used in \LuaTeX-ja.
7240 %</en>
7241 %<*ja>
7242 以下は\LuaTeX-jaで用いられる寸法レジスタ(dimension),属性レジスタ(attribute)の
7243 リストである.
7244 %</ja>
7245 \begin{list}{}{%
7246 \def\makelabel{\ttfamily}\advance\leftmargin1\zw
7247 \def\dim#1{\item[\textbackslash #1\ \textrm{(dimension)}]}
7248 \def\cnt#1{\item[\textbackslash #1\ \textrm{(counter)}]}
7249 \def\attr#1{\item[\textbackslash #1\ \textrm{(attribute)}]}
7250 }
7251
7252 \dim{jQ}
7253 %<*en>
7254 \cs{jQ} is equal to
7255                         $1\,\textrm{Q}=0.25\,\textrm{mm}$, where ``Q''~(also called ``級'') is
7256                         a unit used in Japanese phototypesetting.
7257 So one should not change the value of this dimension.
7258 %</en>
7259 %<*ja>
7260 \cs{jQ} は写植で用いられた$1\,\textrm{Q}=0.25\,\textrm{mm}$%
7261 (「級」とも書かれる)に等しい.したがって,
7262 この寸法レジスタの値を変更してはならない.
7263 %</ja>
7264
7265 \dim{jH}
7266 %<*en>
7267 There is also a unit called ``歯'' which equals to $0.25\,\textrm{mm}$ and
7268                          used in Japanese phototypesetting.
7269 This \cs{jH} is the same \cs{dimen} register as \cs{jQ}.
7270 %</en>
7271 %<*ja>
7272 同じく写植で用いられていた単位として「歯」があり,これも$0.25\,\textrm{mm}$と
7273 等しい.この \cs{jH} は \cs{jQ} と同じ寸法レジスタを指す.
7274 %</ja>
7275
7276 \dim{ltj@zw}
7277 %<*en>
7278 A temporal register for the ``full-width'' of current Japanese font.
7279 The command \cs{zw} sets this register to the correct value, and
7280 ``return'' this register itself.
7281 %</en>
7282 %<*ja>
7283 現在の和文フォントの「全角幅」を保持する一時レジスタ.
7284 \cs{zw} 命令は,このレジスタを適切な値に設定した後,
7285 「このレジスタ自体を返す」.
7286 %</ja>
7287
7288 \dim{ltj@zh}
7289 %<*en>
7290 A temporal register for the ``full-height'' (usually the sum of height of imaginary body and its depth) of current Japanese font.
7291 The command \cs{zh} sets this register to the correct value, and
7292 ``return'' this register itself.
7293 %</en>
7294 %<*ja>
7295 現在の和文フォントの「全角高さ」(通常,高さと深さの和)を保持する一時レジスタ.
7296 \cs{zh} 命令は,このレジスタを適切な値に設定した後,
7297 「このレジスタ自体を返す」.
7298 %</ja>
7299
7300 \attr{jfam}
7301 %<*en>
7302 Current number of Japanese font family for math formulas.
7303 %</en>
7304 %<*ja>
7305 数式用の和文フォントファミリの現在の番号.
7306 %</ja>
7307
7308 \attr{ltj@curjfnt}
7309 %<*en>
7310 The font index of current Japanese font for horizontal direction.
7311 %</en>
7312 %<*ja>
7313 現在の横組用和文フォントのフォント番号.
7314 %</ja>
7315
7316 \attr{ltj@curtfnt}
7317 %<*en>
7318 The font index of current Japanese font for vertical direction.
7319 %</en>
7320 %<*ja>
7321 現在の縦組用和文フォントのフォント番号.
7322 %</ja>
7323
7324 \attr{ltj@charclass}
7325 %<*en>
7326 The character class of a \textbf{JAchar}. This attribute is only set on a
7327                          \textit{glyph\_node} which contains a \textbf{JAchar}.
7328 %</en>
7329 %<*ja>
7330 \textbf{JAchar}の文字クラス.\textbf{JAchar}が格納された\textit{glyph\_node}でのみ使われる.
7331 %</ja>
7332
7333 \attr{ltj@yablshift}
7334 %<*en>
7335 The amount of shifting the baseline of alphabetic fonts in scaled point ($2^{-16}\,\textrm{pt}$).
7336 %</en>
7337 %<*ja>
7338 スケールド・ポイント($2^{-16}\,\textrm{pt}$)を単位とした欧文フォントのベースラインの移動量.
7339 %</ja>
7340
7341 \attr{ltj@ykblshift}
7342 %<*en>
7343 The amount of shifting the baseline of Japanese fonts in scaled point ($2^{-16}\,\textrm{pt}$).
7344 %</en>
7345 %<*ja>
7346 スケールド・ポイント($2^{-16}\,\textrm{pt}$)を単位とした和文フォントのベースラインの移動量.
7347 %</ja>
7348
7349 \attr{ltj@tablshift}
7350 \attr{ltj@tkblshift}
7351
7352 \attr{ltj@autospc}
7353 %<*en>
7354 Whether the auto insertion of \Param{kanjiskip} is allowed at the node.
7355 %</en>
7356 %<*ja>
7357 そのノードで\Param{kanjiskip}の自動挿入が許されるかどうか.
7358 %</ja>
7359
7360 \attr{ltj@autoxspc}
7361 %<*en>
7362 Whether the auto insertion of \Param{xkanjiskip} is allowed at the node.
7363 %</en>
7364 %<*ja>
7365 そのノードで\Param{xkanjiskip}の自動挿入が許されるかどうか.
7366 %</ja>
7367
7368 \attr{ltj@icflag}
7369 %<*en>
7370 An attribute for distinguishing ``kinds'' of a node. One of the following value is
7371 assigned to this attribute:
7372 %</en>
7373 %<*ja>
7374 ノードの「種類」を区別するための属性.以下のうちのひとつが値として割り当てられる:
7375 %</ja>
7376 \begin{description}
7377 \item[\textit{italic} (1)]
7378 %<*en>
7379 Kerns from italic correction (\verb+\/+), or from kerning information of a Japanese font.
7380 These kerns are ``ignored'' in the insertion process of \textbf{JAglue},
7381 unlike explicit \cs{kern}.
7382 %</en>
7383 %<*ja>
7384 イタリック補正(\verb+\/+)によるカーン,
7385 または \Pkg{luaotfload} によって挿入されたフォントのカーニング情報由来のカーン.
7386 これらのカーンは通常の \cs{kern} とは異なり,
7387 \textbf{JAglue}の挿入処理においては透過する.
7388 %</ja>
7389
7390 \item[\textit{packed} (2)]
7391
7392 \item[\textit{kinsoku} (3)]
7393 %<*en>
7394 Penalties inserted for the word-wrapping process (\emph{kinsoku shori}) of Japanese characters.
7395 %</en>
7396 %<ja>禁則処理のために挿入されたペナルティ.
7397 \item[\mathversion{bold}$(\textit{from\_jfm}-2)$--$(\textit{from\_jfm}+2)$~(4--8)]
7398 %<en>Glues/kerns from JFM.
7399 %<ja>JFM由来のグルー/カーン.
7400 \item[\textit{kanji\_skip}~(9), \textit{kanji\_skip\_jfm}~(10)]
7401 %<en>Glues from \Param{kanjiskip}.
7402 %<ja>和文間空白\Param{kanjiskip}を表すグルー.
7403 \item[\textit{xkanji\_skip}~(11), \textit{xkanji\_skip\_jfm}~(12)]
7404 %<en>Glues from \Param{xkanjiskip}.
7405 %<ja>和欧文間空白\Param{xkanjiskip}を表すグルー.
7406 \item[\textit{processed} (13)]
7407 %<en>Nodes which is already processed by \ldots.
7408 %<ja>\LuaTeX-ja の内部処理によって既に処理されたノード.
7409 \item[\textit{ic\_processed} (14)]
7410 %<*en>
7411 Glues from an italic correction, but already processed in the insertion process of \textbf{JAglue}s.
7412 %</en>
7413 %<ja>イタリック補正に由来するグルーであって,既に \textbf{JAglue} 挿入処理にかかったもの.
7414 \item[\textit{boxbdd} (15)]
7415 %<en>Glues/kerns that inserted just the beginning or the ending of an hbox or a paragraph.
7416 %<ja>hboxか段落の最初か最後に挿入されたグルー/カーン.
7417 \end{description}
7418
7419 %<*ja>
7420 また,挿入処理の結果であるリストの最初のノードでは,\verb+\ltj@icflag+ の値に
7421 \textit{processed\_begin\_flag}~(128)が追加される.これによって,\cs{unhbox} が
7422 連続した場合でも「ボックスの境界」が識別できるようになっている.
7423 %</ja>
7424
7425 \attr{ltj@kcat\,$i$}
7426 %<*en>
7427 Where $i$~is a natural number which is less than~7.
7428 These 7~attributes store bit~vectors indicating which character block is regarded as a block of \textbf{JAchar}s.
7429 %</en>
7430 %<*ja>
7431 $i$は7より小さい自然数.
7432 これら7つの属性レジスタは,どの文字ブロックが\textbf{JAchar}のブロックとして
7433 扱われるかを示すビットベクトルを格納する.
7434 %</ja>
7435
7436 \attr{ltj@dir}
7437 %<*ja>
7438 \textit{direction}~whatsit(後述)において組方向を示すために,あるいは\textit{dir\_box}の
7439                          組方向を用いる.\textit{direction}~whatsitにおいては値は
7440 \begin{quote}
7441  \textit{dir\_dtou} (1), \textit{dir\_tate} (3),
7442  \textit{dir\_yoko} (4), \textit{dir\_utod} (11)
7443 \end{quote}
7444 のいずれかであり,\textit{dir\_box}ではこれらに次を加えた値をとる(\ref{sec-dir-imp}章参照).
7445 %</ja>
7446 \begin{description}
7447 \item[\textit{dir\_node\_auto} (128)]
7448 %<ja> 異なる組方向に配置するために自動的に作られたボックス.
7449 \item[\textit{dir\_node\_manual} (256)]
7450 %<ja> \cs{ltjsetwd} によって「ボックスの本来の組方向とは異なる組方向での寸法」を
7451 %<ja> 設定したときに,それを記録するためのボックス.
7452 \end{description}
7453 %<ja> \TeX 側から見える値,つまり \verb+\the\ltj@dir+ の値は常に0である.
7454
7455 \cnt{ltjlineendcomment}
7456 %<*ja>
7457   \LuaTeX-jaは\textbf{JAchar}で入力行が終了した場合,その直後にコメント文字を
7458   おくことで余計な空白が挿入されることを防いでいる.
7459   \cs{ltjlineendcomment}はその際のコメント文字のUnicodeにおける符号位置を指定する
7460   (詳細は\ref{ssec:lineend}節を参照).
7461
7462   \LuaTeX-jaにおける既定値は$\texttt{"FFFFF}=1048575$であり,
7463   ユーザは内部動作を熟知していない限りこのカウンタの値を変更してはならない.
7464   \cs{ltjlineendcomment}の値がUnicodeの範囲外(負や,$\texttt{"10FFFF}=1114111$を超えた場合)
7465   にくることは想定されていない.
7466 %</ja>
7467 \end{list}
7468
7469 %<*en>
7470 Furthermore, \LuaTeX-ja uses several user-defined whatsit nodes for
7471 internal processing. All those nodes except \emph{direction} whatsits
7472 store a natural number (hence its \texttt{type} is 100).
7473 \emph{direction} whatsits store a node list, hence its \texttt{type} is 110.
7474 Their \texttt{user\_id} (used for distinguish user-defined whatsits)
7475 are allocated by \texttt{luatexbase.newuserwhatsitid}.
7476 %</en>
7477 %<*ja>
7478 さらに,\LuaTeX-jaはいくつかのuser-defined whatsit nodeを内部処理に用いる.
7479 \textit{direction} whatsitはノードリストを格納するが,
7480 それ以外のwhatsitノードの \texttt{type} は100であり,ノードは自然数を格納している.
7481 user-defined whatsitを識別するための \texttt{user\_id} は\
7482 \texttt{luatexbase.newuserwhatsitid} により確保されており,
7483 下の見出しは単なる識別用でしかない.
7484 %</ja>
7485 \begin{description}
7486 \item[\textit{inhibitglue}]
7487 %<*en>
7488 Nodes for indicating that \cs{inhibitglue} is
7489            specified. The \texttt{value} field of these nodes doesn't matter.
7490 %</en>
7491 %<*ja>
7492 \cs{inhibitglue} が指定されたことを示すノード.これらのノードの\
7493 \texttt{value} フィールドは意味を持たない.
7494 %</ja>
7495
7496 \item[\textit{stack\_marker}]
7497 %<*en>
7498 Nodes for \LuaTeX-ja's stack system (see the next
7499            subsection). The \texttt{value} field of these nodes is
7500            current group level.
7501 %</en>
7502 %<*ja>
7503 \LuaTeX-jaのスタックシステム(次の節を参照)のためのノード.
7504 これらのノードの \texttt{value} フィールドは現在のグループネストレベルを表す.
7505 %</ja>
7506
7507 \item[\textit{char\_by\_cid}]
7508 %<*en>
7509 Nodes for \textbf{JAchar} which the callback process of
7510            \Pkg{luaotfload} won't be applied, and the character code is
7511            stored in the \texttt{value} field. Each node of this type are
7512            converted to a \textit{glyph\_node} \emph{after}
7513            the callback process of luaotfload.
7514 Nodes of this type is used in \cs{CID}, \cs{UTF} and IVS support.
7515 %</en>
7516 %<*ja>
7517 \Pkg{luaotfload}のコールバックによる処理が適用されない\textbf{JAchar}のためのノードで,
7518 \texttt{value} フィールドに文字コードが格納されている.
7519 この種類のノードはそれぞれが\Pkg{luaotfload}のコールバックの処理の
7520 \emph{後で}\textit{glyph\_node}に変換される.
7521 \cs{CID}, \cs{UTF}やIVS対応処理でこの種類のノードが利用されている.
7522 %</ja>
7523
7524 \item[\textit{replace\_vs}]
7525 %<*en>
7526 Similar to \textit{char\_by\_cid} whatsits above.
7527 These nodes are for \textbf{ALchar} which the callback process of
7528            \Pkg{luaotfload} won't be applied.
7529 %</en>
7530 %<*ja>
7531 上の\textit{char\_by\_cid}と同様に,
7532 これらのノードは\Pkg{luaotfload}のコールバックによる処理が適用されない\textbf{ALchar}のた
7533            めものである.
7534 %</ja>
7535
7536 \item[\textit{begin\_par}]
7537 %<*en>
7538 Nodes for indicating beginning of a paragraph.
7539 A paragraph which is started by \cs{item} in list-like environments has a horizontal box
7540 for its label before the actual contents. So \dots
7541 %</en>
7542 %<*ja>
7543 「段落の開始」を意味するノード.
7544 list環境,itemize環境などにおいて,\cs{item} で始まる各項目は……
7545 %</ja>
7546
7547 \item[\textit{direction}]
7548
7549 \end{description}
7550
7551 %<*en>
7552 These whatsits will be removed during the process of inserting \textbf{JAglue}s.
7553 %</en>
7554 %<*ja>
7555 これらのwhatsitノードは\textbf{JAglue}の挿入処理の間に取り除かれる.
7556 %</ja>
7557
7558 %<en>\subsection{Stack system of \LuaTeX-ja}
7559 %<ja>\subsection{\LuaTeX-jaのスタックシステム}
7560 \label{ssec-stack}
7561
7562 %<en>\paragraph{Background}
7563 %<ja>\paragraph{背景}
7564 %<*en>
7565 \LuaTeX-ja has its own stack system, and most parameters of \LuaTeX-ja
7566 are stored in it. To clarify the reason, imagine the parameter
7567 \Param{kanjiskip} is stored by a skip, and consider the following
7568 source:
7569 %</en>
7570 %<*ja>
7571 \LuaTeX-jaは独自のスタックシステムを持ち,\LuaTeX-jaのほとんどのパラメータは
7572 これを用いて保持されている.その理由を明らかにするために,
7573 \Param{kanjiskip}パラメータがスキップレジスタで保持されているとし,
7574 以下のコードを考えてみよう:
7575 %</ja>
7576 \begin{LTXexample}
7577 \ltjsetparameter{kanjiskip=0pt}ふがふが.%
7578 \setbox0=\hbox{%
7579   \ltjsetparameter{kanjiskip=5pt}ほげほげ}
7580 \box0.ぴよぴよ\par
7581 \end{LTXexample}
7582
7583 %<*en>
7584 As described in Subsection~\ref{ssec-param}, the only effective value of
7585 \Param{kanjiskip} in an hbox is the latest value, so the value of
7586 \Param{kanjiskip} which applied in the entire hbox should be 5\,pt.
7587 However, by the implementation method of \LuaTeX, this ``5\,pt'' cannot be
7588 known from any callbacks.  In the \texttt{tex/packaging.w}, which is a
7589 file in the source of \LuaTeX, there are the following codes:
7590 %</en>
7591 %<*ja>
7592 \ref{ssec-param}節で述べたように,あるhboxの中で効力を持つ
7593 \Param{kanjiskip}の値は最後に現れた値のみであり,したがってボックス全体に適用される
7594 \Param{kanjiskip}は5\,ptであるべきである.しかし,\LuaTeX の実
7595 装を観察すると,この5\,ptという長さはどのコールバックからも知ることはできないことがわかる.
7596 \LuaTeX のソースファイルの1つ \texttt{tex/packaging.w} の中に,
7597 以下のコードがある:
7598 %</ja>
7599 \begin{lstlisting}[numbers=left,firstnumber=1226]
7600 void package(int c)
7601 {
7602     scaled h;                   /* height of box */
7603     halfword p;                 /* first node in a box */
7604     scaled d;                   /* max depth */
7605     int grp;
7606     grp = cur_group;
7607     d = box_max_depth;
7608     unsave();
7609     save_ptr -= 4;
7610     if (cur_list.mode_field == -hmode) {
7611         cur_box = filtered_hpack(cur_list.head_field,
7612                                  cur_list.tail_field, saved_value(1),
7613                                  saved_level(1), grp, saved_level(2));
7614         subtype(cur_box) = HLIST_SUBTYPE_HBOX;
7615 \end{lstlisting}
7616 %<*en>
7617 Notice that \texttt{unsave()} is executed \emph{before}
7618 \texttt{filtered\_hpack()}, where \texttt{hpack\_filter} callback is
7619 executed) here. So ``5\,pt'' in the above source is orphaned at
7620 \texttt{unsave()}, and hence it can't be accessed from \texttt{hpack\_filter}
7621 callback.
7622 %</en>
7623 %<*ja>
7624 \texttt{unsave()} が \texttt{filtered\_hpack()}(これは \texttt{hpack\_filter} コールバックが
7625 実行されるところである)の\emph{前に}実行されていることに注意する.
7626 したがって,上記ソース中で5\,ptは \texttt{unsave()} のところで捨てられ,
7627 \texttt{hpack\_filter} コールバックからはアクセスすることができない.
7628 %</ja>
7629
7630 %<en>\paragraph{Implementation}
7631 %<ja>\paragraph{解決法}
7632
7633 %<*en>
7634 The code of stack system is based on that in a post of Dev-luatex mailing list\footnote{%
7635 \texttt{[Dev-luatex] tex.currentgrouplevel}, a post at 2008/8/19 by Jonathan Sauer.}.
7636 %</en>
7637 %<*ja>
7638 スタックシステムのコードはDev-luatexメーリングリストのある投稿\footnote{%
7639 \texttt{[Dev-luatex] tex.currentgrouplevel}: Jonathan Sauerによる2008/8/19の投稿.}を
7640 ベースにしている.
7641 %</ja>
7642
7643 %<*en>
7644 These are two \TeX\ count registers for maintaining information:
7645 \verb+\ltj@@stack+ for the stack level, and \verb+\ltj@@group@level+ for
7646 the \TeX's group level when the last assignment was done.  Parameters
7647 are stored in one big table named \texttt{charprop\_stack\_table}, where
7648 \texttt{charprop\_stack\_table[$i$]} stores data of stack level~$i$. If
7649 a new stack level is created by \cs{ltjsetparameter}, all data of the
7650 previous level is copied.
7651 %</en>
7652 %<*ja>
7653 情報を保持するために,2つの\TeX の整数レジスタを用いている:
7654 \verb+\ltj@@stack+ にスタックレベル,\verb+\ltj@@group@level+ に最後の代入が
7655 なされた時点での\TeX のグループレベルを保持している.
7656 パラメータは\texttt{charprop\_stack\_table}という名前のひとつの大きなテーブルに
7657 格納される.ここで,\texttt{charprop\_stack\_table[$i$]}はスタックレベル$i$の
7658 データを格納している.もし新しいスタックレベルが \cs{ltjsetparameter} によって
7659 生成されたら,前のレベルの全てのデータがコピーされる.
7660 %</ja>
7661
7662 %<*en>
7663 To resolve the problem mentioned in above paragraph ``Background'', \LuaTeX-ja uses
7664 another trick. When the stack level is about to be increased, a whatsit
7665 node whose type, subtype and value are 44~(\textit{user\_defined}),
7666 \textit{stack\_marker} and the current group level respectively is appended to the current
7667 list (we refer this node by \textit{stack\_flag}). This enables us to
7668 know whether assignment is done just inside a hbox. Suppose that the
7669 stack level is~$s$ and the \TeX's group level is~$t$ just after the hbox
7670 group, then:
7671 %</en>
7672 %<*ja>
7673 上の「背景」で述べた問題を解決するために,\LuaTeX-jaでは次の手法を用いる:
7674 スタックレベルが増加するするとき,type, subtype, valueがそれぞれ
7675 44~(\textit{user\_defined}), \textit{stack\_marker},そして現在のグループレベルであるwhatsitノード
7676 を現在のリストに付け加える(このノードを\textit{stack\_flag}とする).
7677 これにより,あるhboxの中で代入がなされたかどうかを知ることが可能
7678 となる.スタックレベルを$s$,そのhbox groupの直後の\TeX のグループレベルを
7679 $t$とすると:
7680 %</ja>
7681 \begin{itemize}
7682 %<*en>
7683 \item If there is no \textit{stack\_flag} node in the list of the contents of the hbox, then
7684       no assignment was occurred inside the hbox. Hence values of
7685       parameters at the end of the hbox are stored in the stack
7686       level~$s$.
7687 %</en>
7688 %<*ja>
7689 \item もしそのhboxの中身を表すリストの中に\textit{stack\_flag}ノードがなければ,
7690   hboxの中では代入は起こらなかったということになる.
7691   したがって,そのhboxの終わりにおけるパラメータの値はスタックレベル$s$に
7692   格納されている.
7693 %</ja>
7694
7695 %<*en>
7696 \item If there is a \textit{stack\_flag} node whose value is~$t+1$, then
7697       an assignment was occurred just inside the hbox group. Hence
7698       values of parameters at the end of the hbox are stored in the
7699       stack level~$s+1$.
7700 %</en>
7701 %<*ja>
7702 \item もし値が$t+1$の\textit{stack\_flag}ノードがあれば,その
7703   hboxの中で代入が起こったことになる.
7704   したがって,hboxの終わりにおけるパラメータの値はスタックレベル$s+1$に
7705   格納されている.
7706 %</ja>
7707
7708 %<*en>
7709 \item If there are \textit{stack\_flag} nodes but all of their values
7710       are more than~$t+1$, then an assignment was occurred in the box,
7711       but it is done in more internal group. Hence values of
7712       parameters at the end of the hbox are stored in the stack
7713       level~$s$.
7714 %</en>
7715 %<*ja>
7716 \item もし\textit{stack\_flag}ノードがあるがそれらの値が全て$t+1$より大きい
7717   場合,そのボックスの中で代入が起こったが,それは「より内部の」グループで
7718   起こったということになる.したがって,hboxの終わりでのパラメータの
7719   値はスタックレベル$s$に格納されている.
7720 %</ja>
7721 \end{itemize}
7722
7723 %<*en>
7724 Note that to work this trick correctly, assignments to
7725 \verb+\ltj@@stack+ and \verb+\ltj@@group@level+ have to be local always,
7726 regardless the value of \cs{globaldefs}.
7727 To solve this problem, we use another trick: the assignment
7728 \hbox{\verb+\directlua{tex.globaldefs=0}+} is always local.
7729 %</en>
7730 %<*ja>
7731 このトリックを正しく働かせるためには,\verb+\ltj@@stack+ と \verb+\ltj@@group@level+ への
7732 代入は \cs{globaldefs} の値によらず常にローカルでなければならないことに注意する.
7733 この問題は \hbox{\verb+\directlua{tex.globaldefs=0}+}(この代入は常にローカル)を
7734 用いることで解決している.
7735 %</ja>
7736
7737 %<*en>
7738 \subsection{Lua functions of the stack system}
7739 In this subsection, we will see how a user use \LuaTeX-ja's stack system to
7740 store some data which obeys the grouping of \TeX.
7741 %</en>
7742 %<*ja>
7743 \subsection{スタックシステムで使用される関数}
7744 本節では,ユーザが\LuaTeX-jaのスタックシステムを使用して,
7745 \TeX のグルーピングに従うような
7746 独自のデータを取り扱う方法を述べる.
7747 %</ja>
7748
7749 %<*en>
7750 The following function can be used to store data into a stack:
7751 \begin{lstlisting}
7752 luatexja.stack.set_stack_table(index, <any> data)
7753 \end{lstlisting}
7754 Any values which except \texttt{nil}~and~NaN are usable as \textit{index}.
7755 However, a user should use only negative integers or strings as \textit{index},
7756 since natural numbers are used by \LuaTeX-ja itself.
7757 Also, whether \textit{data} is stored locally or globally
7758 is determined by \texttt{luatexja.isglobal}
7759 (stored globally if and only if \texttt{luatexja.isglobal == 'global'}).
7760 %</en>
7761 %<*ja>
7762 スタックに値を設定するには,以下のLua関数を呼び出せば良い:
7763 \begin{lstlisting}
7764 luatexja.stack.set_stack_table(<any> index, <any> data)
7765 \end{lstlisting}
7766 直感的には,スタックテーブル中のインデックス\textit{index}の値を\textit{data}にする,という意味である.
7767 \textit{index}の値としては \texttt{nil} とNaN以外の任意の値を使えるが,
7768 自然数は\LuaTeX-jaが使用する(将来の拡張用も含む)ので,
7769 ユーザが使用する場合は負の整数値か文字列の値にすることが望ましい.
7770 また,ローカルに設定されるかグローバルに設定されるかは,\texttt{luatexja.isglobal} の値に依存する
7771 (グローバルに設定されるのは,\texttt{luatexja.isglobal == 'global'} であるちょうどその時).
7772 %</ja>
7773
7774 %<*en>
7775 Stored data can be obtained as the return value of
7776 \begin{lstlisting}
7777 luatexja.stack.get_stack_table(index, <any> default, <number> level)
7778 \end{lstlisting}
7779 where \textit{level} is the stack level, which is usually the value of \verb+\ltj@@stack+,
7780 and \textit{default} is the default value which will be returned if no values are stored
7781 in the stack table whose level is \textit{level}.
7782 %</en>
7783 %<*ja>
7784 スタックの値は,
7785 \begin{lstlisting}
7786 luatexja.stack.get_stack_table(<any> index, <any> default, <number> level)
7787 \end{lstlisting}
7788 の戻り値で取得できる.\textit{level}はスタックレベルであり,
7789 通常は \verb+\ltj@@stack+ の値を指定することになるだろう.
7790 \textit{default}はレベル\textit{level}のスタックに値が設定されていなかった場合に
7791 返すデフォルト値である.
7792 %</ja>
7793
7794 \begin{figure}[tb]
7795 \begin{lstlisting}[numbers=left, firstnumber=380]
7796 \protected\def\ltj@setpar@global{%
7797   \relax\ifnum\globaldefs>0\directlua{luatexja.isglobal='global'}%
7798     \else\directlua{luatexja.isglobal=''}\fi
7799 }
7800 \protected\def\ltjsetparameter#1{%
7801   \ltj@setpar@global\setkeys[ltj]{japaram}{#1}\ignorespaces}
7802 \protected\def\ltjglobalsetparameter#1{%
7803   \relax\ifnum\globaldefs<0\directlua{luatexja.isglobal=''}%
7804     \else\directlua{luatexja.isglobal='global'}\fi%
7805   \setkeys[ltj]{japaram}{#1}\ignorespaces}
7806 \end{lstlisting}
7807 %<ja>\caption{パラメータ設定命令の定義}
7808 %<en>\caption{Definiton of parameter setting commands}
7809 \label{fig:setpar-def}
7810 \end{figure}
7811
7812 %<*en>
7813 \subsection{Extending Parameters}
7814 Keys for \cs{ltjsetparameter}~and~\cs{ltjgetparameter} can be extended,
7815 as in \Pkg{luatexja-adjust}.
7816 %</en>
7817 %<*ja>
7818 \subsection{パラメータの拡張}
7819 ここでは,\Pkg{luatexja-adjust}で行なっているように,
7820 \cs{ltjsetparameter},~\cs{ltjgetparameter}に指定可能なキーを追加する方法
7821 を述べる.
7822 %</ja>
7823
7824 %<*en>
7825 \paragraph{Setting parameters}
7826 Figure~\ref{fig:setpar-def} shows the \emph{most outer} definition of
7827 two commands,
7828 \cs{ltjsetparameter} and \cs{ltjglobalsetparameter}.
7829 Most important part is the last \cs{setkeys},
7830 which is offered by the \Pkg{xkeyval} package.
7831
7832 Hence, to add a key in \cs{ltjsetparameter}, one only have to add a key
7833 whose prefix is \texttt{ltj} and whose family is \texttt{japaram}, as the following.
7834 \begin{lstlisting}
7835 \define@key[ltj]{japaram}{...}{...}
7836 \end{lstlisting}
7837
7838 \cs{ltjsetparameter}~and~\cs{ltjglobalsetparameter} automatically sets
7839 \texttt{luatexja.isglobal}. Its meaning is the following.
7840 \begin{align}
7841  \texttt{luatexja.isglobal} =
7842 \begin{cases}
7843  \texttt{'global'}&\text{global}\\
7844  \texttt{''}&\text{local}
7845 \end{cases}
7846 \end{align}
7847 This is determined not only by command name
7848 (\cs{ltjsetparameter}~or~\cs{ltjglobalsetparameter}),
7849 but also by the value of \cs{globaldefs}.
7850 %</en>
7851 %<*ja>
7852 \paragraph{パラメータの設定}
7853 \cs{ltjsetparameter} と,\cs{ltjglobalsetparameter} の定義は図\ref{fig:setpar-def}の
7854 のようになっている.
7855 本質的なのは最後の \cs{setkeys} で,これは\Pkg{xkeyval}パッケージの提供する命令である.
7856
7857 このため,\cs{ltjsetparameter} に指定可能なパラメータを追加するには,
7858 <prefix>を \texttt{ltj},<family>を \texttt{japaram} としたキーを
7859 \begin{lstlisting}
7860 \define@key[ltj]{japaram}{...}{...}
7861 \end{lstlisting}
7862 のように定義すれば良いだけである.
7863 なお,パラメータ指定がグローバルかローカルかどうかを示す \texttt{luatexja.isglobal} が,
7864 \begin{align}
7865  \texttt{luatexja.isglobal} =
7866 \begin{cases}
7867  \texttt{'global'}&\text{パラメータ設定はグローバル}\\
7868  \texttt{''}&\text{パラメータ設定はローカル}
7869 \end{cases}
7870 \end{align}
7871 として自動的にセットされる\footnote{命令が \cs{ltjglobalsetparameter} かどうかだけでは
7872 なく,実行時の \cs{globaldefs} の値にも依存して定まる.}.
7873 %</ja>
7874
7875 %<*en>
7876 \paragraph{Getting parameters}
7877 \cs{ltjgetparameter} is implemented by a Lua script.
7878
7879 For parameters that do not need additional arguments, one only have to
7880 define a function in the table \verb+luatexja.unary_pars+.
7881 For example, with the following function,
7882 \verb+\ltjgetparameter{hoge}+ returns a \emph{string} \texttt{42}.
7883 \begin{lstlisting}[numbers=left]
7884 function luatexja.unary_pars.hoge (t)
7885   return 42
7886 end
7887 \end{lstlisting}
7888 Here the argument of \verb+luatexja.unary_pars.hoge+ is
7889 the stack level of \LuaTeX-ja's stack system (see Subsection~\ref{ssec-stack}).
7890
7891 On the other hand, for parameters that need an additional argument
7892 (this must be an integer), one have to define a function in
7893 \verb+luatexja.binary_pars+ first. For example,
7894 \begin{lstlisting}[numbers=left]
7895 function luatexja.binary_pars.fuga (c, t)
7896   return tostring(c) .. ', ' .. tostring(42)
7897 end
7898 \end{lstlisting}
7899 Here the first argument $t$ is the stack level, as before.
7900 The second argument $c$ is just the second argument of \cs{ltjgetparameter}.
7901
7902 For parameters that need an additional argument, one also have to
7903 execute the \TeX\ code like
7904 \begin{lstlisting}
7905 \ltj@@decl@array@param{fuga}
7906 \end{lstlisting}
7907 to indicate that ``the parameter \texttt{fuga} needs an additional argument''.
7908 %</en>
7909 %<*ja>
7910 \paragraph{パラメータの取得}
7911 一方,\cs{ltjgetparameter} はLuaスクリプトによって実装されている.
7912 値を取得するのに追加引数の要らないパラメータについては,\verb+luatexja.unary_pars+\
7913 内に処理内容を記述した関数を定義すれば良い.例えば,Luaスクリプトで
7914 \begin{lstlisting}[numbers=left]
7915 function luatexja.unary_pars.hoge (t)
7916   return 42
7917 end
7918 \end{lstlisting}
7919 を実行すると,\verb+\ltjgetparameter{hoge}+ は \texttt{42} という\emph{文字列}を返す.
7920 関数 \verb+luatexja.unary_pars.hoge+ の引数$t$は,\ref{ssec-stack}節で述べた
7921 \LuaTeX-jaのスタックシステムにおけるスタックレベルである.
7922 戻り値はいかなる値であっても,最終的には文字列として出力されることに注意.
7923
7924 一方,追加引数(\emph{数値しか許容しない})が必要なパラメータについては,
7925 まずLuaスクリプトで処理内容の本体を記述しておく:
7926 \begin{lstlisting}[numbers=left]
7927 function luatexja.binary_pars.fuga (c, t)
7928   return tostring(c) .. ', ' .. tostring(42)
7929 end
7930 \end{lstlisting}
7931 引数$t$は,先に述べた通りのスタックレベルである.一方,引数$c$は\
7932 \cs{ltjgetparameter} の第2引数を表す数値である.
7933 しかしこれだけでは駄目で,
7934 \begin{lstlisting}
7935 \ltj@@decl@array@param{fuga}
7936 \end{lstlisting}
7937 を実行し,\TeX インターフェース側に
7938 「\verb+\ltjgetparameter{fuga}+ は追加引数が必要」ということを通知する必要がある.
7939 %</ja>
7940
7941 %<en>\section{Linebreak after a Japanese Character}
7942 %<ja>\section{和文文字直後の改行}
7943 \label{sec-lbreak}
7944 %<en>\subsection{Reference: behavior in \pTeX}
7945 %<ja>\subsection{参考:\pTeX の動作}
7946 %<*en>
7947 In~\pTeX, a line break after a Japanese character doesn't emit a space,
7948 since words are not separated by spaces in Japanese writings. However,
7949 this feature isn't fully implemented in \LuaTeX-ja due to the
7950 specification of callbacks in~\LuaTeX. To clarify the difference between
7951 \pTeX~and~\LuaTeX, We briefly describe the handling of a line break in~\pTeX, in
7952 this subsection.
7953
7954 \pTeX's input processor can be described in terms of a finite state
7955 automaton, as that of~\TeX\ in~Section~2.5 of~\cite{texbytopic}. The
7956 internal states are as follows:
7957 \begin{itemize}
7958 \item State~$N$: new line
7959 \item State~$S$: skipping spaces
7960 \item State~$M$: middle of line
7961 \item State~$K$: after a Japanese character
7962 \end{itemize}
7963 The first three states---$N$,~$S$, and~$M$---are as same as \TeX's input
7964 processor.  State~$K$ is similar to state~$M$, and is entered after
7965 Japanese characters.  The diagram of state transitions are indicated in
7966 Figure~\ref{fig-ptexipro}.  Note that \pTeX\ doesn't leave state~$K$
7967 after ``beginning/ending of a group'' characters.
7968 %</en>
7969
7970 %<*ja>
7971 欧文では文章の改行は単語間でしか行わない.そのため,\TeX では,(文字の直後の)改行は
7972 空白文字と同じ扱いとして扱われる.一方,和文ではほとんどどこでも改行が可能なため,
7973 \pTeX では和文文字の直後の改行は単純に無視されるようになっている.
7974
7975 このような動作は,\pTeX が\TeX からエンジンとして拡張されたことによって可能になったことである.
7976 \pTeX の入力処理部は,\TeX におけるそれと同じように,有限オートマトンとして記述することができ,
7977 以下に述べるような4状態を持っている.
7978
7979 \begin{itemize}
7980 \item State~$N$: 行の開始.
7981 \item State~$S$: 空白読み飛ばし.
7982 \item State~$M$: 行中.
7983 \item State~$K$: 行中(和文文字の後).
7984 \end{itemize}
7985 また,状態遷移は,図\ref{fig-ptexipro}のようになっており,図中の数字は
7986 カテゴリーコードを表している.最初の3状態は\TeX の入力処理部と同じであり,
7987 図中から状態$K$と「$j$」と書かれた矢印を取り除けば,\TeX の入力処理部と同
7988 じものになる.
7989
7990 この図から分かることは,
7991 \begin{quote}
7992 行が和文文字(とグループ境界文字)で終わっていれば,改行は無視される
7993 \end{quote}
7994 ということである.
7995 %</ja>
7996
7997 \begin{figure}[!tb]
7998 \let\sp\textvisiblespace\small
7999 \begin{minipage}{.6\textwidth}%
8000 \begin{center}
8001 \unitlength=6.5mm\sf\mathversion{bold}
8002 \begin{tikzpicture}[
8003   ->, auto, shorten >=1pt
8004 ]
8005 \node [shape=rectangle, font=\scriptsize] (init) at (2,7) {start};
8006 \node [shape=circle,draw, fill=b_cyan] (newline) at (4,7) {$N$};
8007 \node [shape=circle,draw, fill=b_cyan] (midline) at (4,4) {$M$};
8008 \node [shape=circle,draw, fill=b_cyan] (skipspc) at (8,7) {$S$};
8009 \node [shape=circle,draw, fill=b_pink]  (kanji) at (8,4) {$K$};
8010 \node [shape=rectangle,draw, fill=b_green] (scanacs) at (6,8) {scan a c.s.};
8011 \node (endk) at (8,2.5) {} ;
8012 \node (endm) at (4,2.5) {} ;
8013 \node (ends) at (8,8.5) {} ;
8014 \node (endn) at (4,8.5) {} ;
8015 \begin{scope}[font=\scriptsize]
8016 \path (newline) edge [bend right]    node [left]{G, O} (midline)
8017       (init)    edge                 node {} (newline)
8018       (midline) edge [bend right=10] node {10} (skipspc)
8019       (skipspc) edge [bend right]    node [left,right=10,above=7]{G, O} (midline)
8020       (skipspc) edge [loop right]    node {10} (skipspc)
8021       (newline) edge [loop right]    node {10} (newline)
8022       (scanacs) edge [bend left]     node [left=3,below]{$(*)$} (skipspc)
8023       (scanacs) edge [bend right]    node [right=30,above=20]{$(*)$} (midline)
8024       (midline) edge                 node {5\ [\sp]} (endm)
8025       (midline) edge [loop left]     node {G, O} (midline)
8026       (skipspc) edge                 node [right] {5} (ends)
8027       (newline) edge                 node {5 [\cs{par}]} (endn);
8028 \begin{scope}[red]
8029 \path (newline) edge [bend right]    node [right=25,below=3]{J} (kanji)
8030       (midline) edge                 node [below]{J} (kanji)
8031       (kanji)   edge [bend left]     node {O} (midline)
8032       (kanji)   edge                 node {10} (skipspc)
8033       (kanji)   edge [loop right]    node {G, J} (kanji)
8034       (skipspc) edge [bend left]     node {J} (kanji)
8035       (kanji)   edge                 node {5} (endk)
8036 ;
8037 \end{scope}
8038 \end{scope}
8039 \end{tikzpicture}
8040 \end{center}
8041 \end{minipage}%
8042 \begin{minipage}{.4\textwidth}
8043 \begin{description}
8044 \item[\textsf{G}] Beginning of group (usually \verb+{+)\\
8045  and ending of group (usually \verb+}+).
8046 \item[\textsf{J}] Japanese characters.
8047 \item[\textsf{5}] \textit{end-of-line} (usually \verb+^+\verb+^J+).
8048 \item[\textsf{10}] space (usually \sp).
8049 \item[\textsf{O}] other characters, whose category code is in $\{3,4,6,7,8,11,12,13\}$.
8050 \item[\textsf{[\sp]}, \textsf{[\cs{par}]}]
8051 emits a space, or~\cs{par}.
8052 \end{description}
8053 \end{minipage}
8054 \begin{itemize}
8055 \item We omitted about category codes
8056 9~(\textit{ignored}), 14~(\textit{comment}), and~15~(\textit{invalid})
8057 from the above diagram. We also ignored the input like ``\verb+^+\verb+^A+'' or ``\verb+^+\verb+^df+''.
8058 \item When a character whose category code is 0 (\textit{escape character}) is seen by \TeX,
8059 the input processor scans a control sequence (\textsf{scan a c.s.}).
8060 These paths are not shown in the above diagram.
8061
8062 After that, the state is changed to State~$S$ (skipping blanks) in most cases, but
8063 to State~$M$ (middle of line) sometimes.
8064 \end{itemize}
8065 %<en>\caption{State transitions of \pTeX's input processor}
8066 %<ja>\caption{\pTeX の入力処理部の状態遷移}
8067 \label{fig-ptexipro}
8068 \end{figure}
8069
8070
8071 %<en>\subsection{Behavior in \LuaTeX-ja}
8072 %<ja>\subsection{\LuaTeX-jaの動作}
8073   \label{ssec:lineend}
8074 %<*en>
8075 States in the input processor of \LuaTeX\ is the same as that of \TeX,
8076 and they can't be customized by any callbacks. Hence, we can only use
8077 \verb+process_input_buffer+ and \verb+token_filter+ callbacks for to
8078 suppress a space by a line break which is after Japanese characters.
8079
8080 However, \verb+token_filter+ callback cannot be used either, since a
8081 character in category code 5~(\textit{end-of-line}) is converted into an space
8082 token \emph{in the input processor}.  So we can use only the
8083 \verb+process_input_buffer+ callback.  This means that suppressing a
8084 space must be done \emph{just before} an input line is read.
8085
8086 Considering these situations, handling of an end-of-line in \LuaTeX-ja are as follows:
8087 \begin{quote}
8088 A character whose character code is \cs{ltjlineendcomment}%
8089 \footnote{Its default value is \texttt{"FFFFF}, so  \texttt{U+FFFFF} is used.
8090 The category code of \texttt{U+FFFFF} is set to 14~(\textit{comment}) by
8091 \LuaTeX-ja.} is appended to an input line, \emph{before \LuaTeX\ actually
8092 process it}, if and only if the following three conditions are satisfied:
8093 \begin{enumerate}
8094 \item The category code of \cs{endlinechar}%
8095 \footnote{Usually, it is $\langle$\textit{return}$\rangle$
8096       (whose character code is 13).} is 5~(\textit{end-of-line}).
8097 \item The category code of \cs{ltjlineendcomment} itself is 14~(\textit{comment}).
8098 \item The input line matches the following ``regular expression'':
8099 \[
8100   (\text{any char})^*(\textbf{JAchar})
8101   \bigl(\{\text{catcode}=1\}\cup\{\text{catcode}=2\}\bigr)^*
8102 \]
8103 \end{enumerate}
8104 \end{quote}
8105
8106 \paragraph{Remark}
8107 The following example shows the major difference from the behavior of \pTeX.
8108 \begin{LTXexample}
8109 \fontspec[Ligatures=TeX]{Linux Libertine O}
8110 \ltjsetparameter{autoxspacing=false}
8111 \ltjsetparameter{jacharrange={-6}}xあ
8112 y\ltjsetparameter{jacharrange={+6}}zい
8113 u
8114 \end{LTXexample}
8115 It is not strange that ``あ'' does not printed in the above output.
8116 This is because \TeX\ Gyre\ Termes does not contain ``あ'', and because
8117 ``あ'' in line~3 is considered as an \textbf{ALchar}.
8118
8119 Note that there is no space before ``y'' in the output, but
8120 there is a space before ``u''. This follows from following reasons:
8121 \begin{itemize}
8122 \item When line~3 is processed by \texttt{process\_input\_buffer} callback,
8123 ``あ'' is considered as an \textbf{JAchar}.
8124 Since  line~3 ends with an \textbf{JAchar},
8125 the comment character (whose character code is \cs{ltjlineendcomment}) is appended to this line,
8126 and hence the linebreak immediately after this line is ignored.
8127 \item When line~4 is processed by \texttt{process\_input\_buffer} callback,
8128 ``い'' is considered as an \textbf{ALchar}.
8129 Since  line~4 ends with an \textbf{ALchar}, the linebreak immediately after this line
8130 emits a space.
8131 \end{itemize}
8132 %</en>
8133
8134 %<*ja>
8135 \LuaTeX の入力処理部は\TeX のそれと全く同じであり,コールバックによりユーザが
8136 カスタマイズすることはできない.このため,改行抑制の目的でユーザが利用で
8137 きそうなコールバックとしては,\verb+process_input_buffer+や
8138 \verb+token_filter+に限られてしまう.しかし,\TeX の入力処理部をよく見る
8139 と,後者も役には経たないことが分かる:改行文字は,入力処理部によってトー
8140 クン化される時に,カテゴリーコード10の32番文字へと置き換えられてしまうた
8141 め,\verb+token_filter+で非標準なトークン読み出しを行おうとしても,空白文
8142 字由来のトークンと,改行文字由来のトークンは区別できないのだ.
8143
8144 すると,我々のとれる道は,\verb+process_input_buffer+を用いて
8145 \LuaTeX の入力処理部に引き渡される前に入力文字列を編集するというものしかない.
8146 以上を踏まえ,\LuaTeX-jaにおける「和文文字直後の改行抑制」の処理は,次のようになっている:
8147
8148 \begin{quote}
8149 各入力行に対し,\emph{その入力行が読まれる前の内部状態で}
8150 以下の3条件が満たされている場合,\LuaTeX-jaは\cs{ltjlineendcomment}番の文字
8151 \footnote{\cs{ltjlineendcomment}の既定値は\texttt{"FFFFF}であるので,
8152   既定では\texttt{U+FFFFF}が使われることになる.この文字はコメント文字として扱われるように
8153   \LuaTeX-ja内部で設定をしている.}%
8154 を末尾に追加する.よって,その場合に改行は空白とは見做されないこととなる.
8155 \begin{enumerate}
8156 \item \cs{endlinechar}の文字\footnote{普通は,改行文字(文字コード13番)である.}
8157 のカテゴリーコードが5~(\textit{end-of-line})である.
8158 \item \cs{ltjlineendcomment}のカテゴリーコードが14~(\textit{comment})である.
8159 \item 入力行は次の「正規表現」にマッチしている:
8160 \[
8161   (\text{any char})^*(\textbf{JAchar})
8162   \bigl(\{\text{catcode}=1\}\cup\{\text{catcode}=2\}\bigr)^*
8163 \]
8164 \end{enumerate}
8165 \end{quote}
8166
8167 この仕様は,前節で述べた\pTeX の仕様にできるだけ近づけたものとなっている.条件1.は,
8168 \texttt{lstlisting}系環境などの日本語対応マクロを書かなくてすませるためのものである.
8169
8170 しかしながら,\pTeX と完全に同じ挙動が実現できたわけではない.
8171 次のように,\textbf{JAchar}の範囲を変更したちょうどその行においては挙動が異なる:
8172 \begin{LTXexample}
8173 \fontspec[Ligatures=TeX]{TeX Gyre Termes}
8174 \ltjsetparameter{autoxspacing=false}
8175 \ltjsetparameter{jacharrange={-6}}xあ
8176 y\ltjsetparameter{jacharrange={+6}}zい
8177 u
8178 \end{LTXexample}
8179 上ソース中の「あ」は\textbf{ALchar}(欧文扱い)であり.
8180 ここで使用している欧文フォント\TeX\ Gyre Termesは「あ」を含まない.
8181 よって,出力に「あ」は現れないことは不思議ではない.
8182 それでも,\pTeX とまったく同じ挙動を示すならば,出力は
8183 「\hbox{\ltjsetparameter{autoxspacing=false}x yzいu}」となるはずである.しかし,実際には
8184 上のように異なる挙動となっているが,それは以下の理由による:
8185 \begin{itemize}
8186 \item 3行目を \texttt{process\_input\_buffer} で処理する時点では,
8187       「あ」は\textbf{JAchar}(和文扱い)である.よって3行目は\textbf{JAchar}で終わることになり,
8188       \cs{ltjlineendcomment}番のコメント文字が追加される.
8189       よって,直後の改行文字は無視されることになり,空白は入らない.
8190 \item 4行目を \texttt{process\_input\_buffer} で処理する時点では,
8191       「い」は\textbf{ALchar}である.よって4行目は\textbf{ALchar}で終わることになり,
8192       直後の改行文字は空白に置き換わる.
8193 \end{itemize}
8194 このため,トラブルを避けるために,\textbf{JAchar}の範囲を\cs{ltjsetparameter}で編集した場合,
8195 その行はそこで改行するようにした方がいいだろう.
8196 %</ja>
8197
8198 %<*ja>
8199
8200 %<en>\section{Insertion of JFM glues, \Param{kanjiskip} and \Param{xkanjiskip}}
8201 %<ja>\section{JFMグルーの挿入,\Param{kanjiskip}と\Param{xkanjiskip}}
8202 \label{sec-jfmglue}
8203 %<en>\subsection{Overview}
8204 %<ja>\subsection{概要}
8205
8206 \LuaTeX-jaにおける \textbf{JAglue} の挿入方法は,\pTeX のそれとは全く異なる.
8207 \pTeX では次のような仕様であった:
8208 \begin{itemize}
8209 \item JFMグルーの挿入は,和文文字を表すトークンを元に水平リストに(文字を表す)<char\_node>を
8210 追加する過程で行われる.
8211 \item \Param{xkanjiskip}の挿入は,hboxへのパッケージングや行分割前に行われる.
8212 \item \Param{kanjiskip}はノードとしては挿入されない.パッケージングや行分割の計算時に
8213 「和文文字を表す2つの<char\_node>の間には\Param{kanjiskip}がある」ものとみなされる.
8214 \end{itemize}
8215 しかし,\LuaTeX-jaでは,hboxへのパッケージングや行分割前に全ての
8216 \textbf{JAglue},即ちJFMグルー・\Param{xkanjiskip}・\Param{kanjiskip}の
8217 3種類を一度に挿入することになっている.これは,\LuaTeX において欧文の合字・
8218 カーニング処理がノードベースになったことに対応する変更である.
8219
8220 \LuaTeX-jaにおける\textbf{JAglue}挿入処理では,次節で定義する
8221 「クラスタ」を単位にして行われる.大雑把にいうと,「クラスタ」は文字とそれに付随す
8222 るノード達(アクセント位置補正用のカーンや,イタリック補正)をまとめたもの
8223 であり,2つのクラスタの間には,ペナルティ,\cs{vadjust},whatsitなど,行組版
8224 には関係しないものがある.
8225
8226
8227 %<en>\subsection{Definition of a Cluster}
8228 %<ja>\subsection{「クラスタ」の定義}
8229
8230 \def\OA{$\text{\sf O}_{\text{\sf A}}$}
8231 \def\OB{$\text{\sf O}_{\text{\sf B}}$}
8232 \begin{defn}
8233 %<*en>
8234 A \emph{cluster} is consecutive nodes in one of the following forms,
8235 with the \textit{id} of it:
8236 %</en>
8237 %<*ja>
8238 \emph{クラスタ}は以下の形のうちのどれかひとつをとるノードのリストである:
8239 %</ja>
8240 \begin{enumerate}
8241 %<*en>
8242 \item Nodes whose value of\ \verb+\ltj@icflag+ is in $[3,15)$.  These
8243       nodes come from a hbox which is already packaged, by unpackaging
8244       (\cs{unhbox}).
8245       The \textit{id} of the cluster is \textit{id\_pbox}.
8246 %</en>
8247 %<*ja>
8248 \item その \verb+\ltj@icflag+ の値が$[3,15)$に入るノードのリスト.
8249   これらのノードはある既にパッケージングされたhboxから \cs{unhbox} で
8250   アンパックされたものである.
8251   この場合,クラスタの\textit{id}は\textit{id\_pbox}である.
8252 %</ja>
8253
8254 %<*en>
8255 \item A inline math formula, including two \textit{math\_node}s at the boundary of it.
8256       The \textit{id} of the cluster is \textit{id\_math}.
8257 %</en>
8258 %<*ja>
8259 \item インライン数式でその境界に2つの\textit{math\_node}を含むもの.
8260   この場合,クラスタの\textit{id}は\textit{id\_math}である.
8261 %</ja>
8262
8263 %<*en>
8264 \item A \textit{glyph\_node}~$p$, which represents a \textbf{JAchar}, with nodes which relate with it:
8265 %</en>
8266 %<*ja>
8267 \item \textbf{JAchar}を表す\textit{glyph\_node}~$p$とそれに関係するノード:
8268 %</ja>
8269 \begin{enumerate}
8270 %<*en>
8271 \item[(a)] A kern for the italic correction of~$p$.
8272 %</en>
8273 %<*ja>
8274 \item[(a)] $p$のイタリック補正のためのカーン.
8275 %</ja>
8276
8277 %<*en>
8278 \item[(b)] An accent attached to $p$ by \cs{accent}.
8279 %</en>
8280 %<*ja>
8281 \item[(b)] \cs{accent} による$p$に付随したアクセント.
8282 %</ja>
8283 \end{enumerate}
8284 \[
8285 \overbrace{%
8286  \Node{kern}{$\mathit{subtype}=2$}\longrightarrow
8287 \left\{\begin{array}{c}
8288 \Node{glyph}{accent}\\\noalign{\medskip}
8289 \Node{hbox}{accent (shifted vert.)}
8290 \end{array}\right\}\longrightarrow
8291 \Node{kern}{$\mathit{subtype}=2$}}^{\text{(a)}}
8292 \longrightarrow
8293 \Node{glyph}{$p$}\longrightarrow
8294 \overbrace{%
8295 \Node{kern}{italic corr.}}^{\text{(b)}}
8296 \]
8297
8298 %<*en>
8299 In this case, the \textit{id} is \textit{id\_jglyph}.
8300 %</en>
8301 %<*ja>
8302 この場合の\textit{id}は\textit{id\_jglyph}である.
8303 %</ja>
8304
8305 %<*en>
8306 \item A list which begins from a \textit{glyph\_node} which represents a \textbf{ALchar},
8307       and consists of \textbf{ALchar} \textit{glyph\_node}s,
8308       kerns for adjusting accents~(its subtype is 2), kerns for italic corrections and
8309       kerns which are automatically inserted by \LuaTeX~or~luaotfload.
8310       In this case, the \textit{id} is \textit{id\_glyph}.
8311 %</en>
8312 %<*ja>
8313 \item \textbf{ALchar}を表す\textit{glyph\_node},\cs{accent} によるアクセント位置補正用の
8314       カーン(subtypeが2),そしてイタリック補正・カーニングによって挿入されたカーン達が連続
8315       したもの.この場合の\textit{id}は\textit{id\_glyph}である.
8316 %</ja>
8317
8318 %<*en>
8319 \item An box-like node, that is, an hbox, a vbox, a rule (\cs{vrule}) and an \textit{unset\_node}.
8320 The \textit{id} of the cluster is \textit{id\_hlist} if the node is an
8321       hbox which is not shifted vertically, or \textit{id\_box\_like}
8322       otherwise.
8323 %</en>
8324 %<*ja>
8325 \item 水平ボックス(hbox),垂直ボックス,罫線 (\cs{vrule}),
8326   そして\textit{unset\_node}.
8327   クラスタの\textit{id}は垂直に移動していないhboxならば\textit{id\_hlist},
8328   そうでなければ\textit{id\_box\_like}となる.
8329 %</ja>
8330
8331 %<*en>
8332 \item A glue, a kern whose subtype is not 2~(\textit{accent}), and a discretionary break.
8333 The \textit{id} of the cluster is \textit{id\_glue}, \textit{id\_kern}
8334       and \textit{id\_disc}, respectively.
8335 %</en>
8336 %<*ja>
8337 \item グルー,subtypeが 2~(\textit{accent})ではないカーン,そしてdiscretionary break.
8338   その\textit{id} of the clusterはそれぞれ\textit{id\_glue}, \textit{id\_kern},そして
8339   \textit{id\_disc}である.
8340 %</ja>
8341 \end{enumerate}
8342 %<*en>
8343 We use \textit{Np}, \textit{Nq} and \textit{Nr} to denote a cluster.
8344 %</en>
8345 %<*ja>
8346 以下では\textit{Np}, \textit{Nq}, \textit{Nr}でクラスタを表す.
8347 %</ja>
8348 \end{defn}
8349
8350 \paragraph{\textit{id}の意味}
8351 $\mathit{Np}.\mathit{id}$の意味を述べるとともに,
8352 「先頭の文字」を表す\textit{glyph\_node}~$\mathit{Np}.\mathit{head}$と,
8353 「最後の文字」を表す\textit{glyph\_node}~$\mathit{Np}.\mathit{tail}$を次のように定義する.
8354 直感的に言うと,\textit{Np}は$\mathit{Np}.\mathit{head}$で始まり$\mathit{Np}.\mathit{tail}$で終わるような単語,
8355 と見做すことができる.これら$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$は
8356 説明用に準備した概念であって,実際のLuaコード中にそのように書かれているわけではないことに注意.
8357
8358 \begin{description}
8359 \item[\textit{id\_jglyph}] \textbf{JAchar}(和文文字).\\
8360 $\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$は,その\textbf{JAchar}を表している
8361 \textit{glyph\_node}そのものである.
8362 \item[\textit{id\_glyph}] \textbf{JAchar}(和文文字)以外のものを表す\textit{glyph\_node}~$p$.\\
8363 多くの場合,$p$は\textbf{ALchar}(欧文文字)を格納しているが,「ffi」などの合字によって作られた
8364 \textit{glyph\_node}である可能性もある.
8365 前者の場合,$\mathit{Np}.\mathit{head}$,~$\mathit{Np}.\mathit{tail} = p$である.
8366 一方,後者の場合,
8367 \begin{itemize}
8368 \item $\mathit{Np}.\mathit{head}$は,
8369 合字の構成要素の先頭→(その\textit{glyph\_node}における)合字の構成要素の先頭→……
8370 と再帰的に検索していってたどり着いた\textit{glyph\_node}である.
8371 \item $\mathit{Np}.\mathit{last}$は,同様に末尾→末尾→と検索してたどり着いた\textit{glyph\_node}である.
8372 \end{itemize}
8373 \item[\textit{id\_math}] インライン数式.\\
8374 便宜的に,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$ともに
8375 「文字コード$-1$の欧文文字」とおく.
8376 \item[\textit{id\_hlist}] 縦方向にシフトされていないhbox.\\
8377 この場合,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$はそれぞれ$p$の内容を表すリストの,
8378 先頭・末尾のノードである.
8379 \medskip
8380 \begin{itemize}
8381 \item 状況によっては,\TeX ソースで言うと
8382 \begin{lstlisting}
8383 \hbox{\hbox{abc}...\hbox{\lower1pt\hbox{xyz}}}
8384 \end{lstlisting}
8385 のように,$p$の内容が別のhboxで開始・終了している可能性も十分あり得る.そのような場合,
8386 $\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$の算出は,
8387 \emph{垂直方向にシフトされていない}hboxの
8388 場合だけ内部を再帰的に探索する.例えば上の例では,$\mathit{Np}.\mathit{head}$は文字「a」を表すノードであり,
8389 一方$\mathit{Np}.\mathit{tail}$は垂直方向にシフトされたhbox,
8390 \verb+\lower1pt\hbox{xyz}+ に対応するノードである.
8391 \item また,先頭にアクセント付きの文字がきたり,末尾にイタリック補正用のカーンが
8392 来ることもあり得る.この場合は,クラスタの定義のところにもあったように,それらは無視して算出を行う.
8393 \item 最初・最後のノードが合字によって作られた\textit{glyph\_node}のときは,それぞれに対して\textit{id\_glyph}%
8394 と同様に再帰的に構成要素をたどっていく.
8395 \end{itemize}
8396 \item[\textit{id\_pbox}] 「既に処理された」ノードのリストであり,これらのノードが二度処理を受けないために
8397 まとめて1つのクラスタとして取り扱うだけである.
8398 \textit{id\_hlist}と同じ方法で$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$を算出する,
8399 \item[\textit{id\_disc}] discretionary break (\verb+\discretionary{pre}{post}{nobreak}+).\\
8400 \textit{id\_hlist}と同じ方法で$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$を算出するが,
8401 第3引数の \texttt{nobreak}(行分割が行われない時の内容)を使う.言い換えれば,ここで行分割が発生した時の状況は
8402 全く考慮に入れない.
8403 \item[\textit{id\_box\_like}] \textit{id\_hlist}とならないboxや,rule.\\
8404 この場合は,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$のデータは利用されないので,2つの算出は無意味である.
8405 敢えて明示するならば,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$は共にnil値である.
8406 \item[他] 以上にない\textit{id}に対しても,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$の算出は無意味.
8407 \end{description}
8408
8409 \paragraph{クラスタの別の分類}
8410 さらに,JFMグルー挿入処理の実際の説明により便利なように,\textit{id}とは別のクラスタの分類を行っておく.
8411 挿入処理では2つの隣り合ったクラスタの間に
8412 空白等の実際の挿入を行うことは前に書いたが,ここでの説明では,問題にしているクラスタ\textit{Np}は「後ろ側」のクラスタである
8413 とする.「前側」のクラスタについては,以下の説明で\textit{head}が\textit{last}に置き換わることに注意すること.
8414 \begin{description}
8415 \item[和文A] リスト中に直接出現している\textbf{JAchar}.
8416 \textit{id}が\textit{id\_jglyph}であるか,\\
8417 \textit{id}が\textit{id\_pbox}であって$\mathit{Np}.\mathit{head}$が\textbf{JAchar}であるとき.
8418
8419 \item[和文B] リスト中のhboxの中身の先頭として出現した\textbf{JAchar}.和文Aとの違いは,これの前に
8420 JFMグルーの挿入が行われない(\Param{xkanjiskip},~\Param{kanjiskip}は入り得る)ことである.\\
8421 \textit{id}が\textit{id\_hlist}か\textit{id\_disc}であって$\mathit{Np}.\mathit{head}$が\textbf{JAchar}であるとき.
8422
8423 \item[欧文] リスト中に直接/hboxの中身として出現している「\textbf{JAchar}以外の文字」.次の3つの場合が該当:
8424 \begin{itemize}
8425 \item \textit{id}が\textit{id\_glyph}である.
8426 \item \textit{id}が\textit{id\_math}である.
8427 \item \textit{id}が\textit{id\_pbox}か\textit{id\_hlist}か\textit{id\_disc}であって,$\mathit{Np}.\mathit{head}$が\textbf{ALchar}.
8428 \end{itemize}
8429 \item[箱] box,またはそれに類似するもの.次の2つが該当:
8430 \begin{itemize}
8431 \item \textit{id}が\textit{id\_pbox}か\textit{id\_hlist}か\textit{id\_disc}であって,$\mathit{Np}.\mathit{head}$が\textit{glyph\_node}でない.
8432 \item \textit{id}が\textit{id\_box\_like}である.
8433 \end{itemize}
8434
8435 \end{description}
8436
8437 \subsection{段落/hboxの先頭や末尾}
8438 \paragraph{先頭部の処理}
8439 まず,段落/hboxの一番最初にあるクラスタ\textit{Np}を探索する.
8440 hboxの場合は何の問題もないが,段落の場合では以下のノード達を事前に読み飛ばしておく:
8441 \begin{itemize}
8442 \item \cs{parindent} 由来のhbox($\mathit{subtype}=3$)
8443 \item \textit{subtype}が44~(\textit{user\_defined})でないようなwhatsit
8444 \end{itemize}
8445 これは,\cs{parindent}由来のhboxがクラスタを構成しないようにするためである.
8446
8447 次に,\textit{Np}の直前に空白$g$を必要なら挿入する:
8448 \begin{enumerate}
8449 \item この処理が働くような\textit{Np}は\textsf{和文A}である.
8450 \item 問題のリストが字下げありの段落(\cs{parindent} 由来のhboxあり)の場合は,
8451 この空白$g$は「文字コード \texttt{'parbdd'} の文字」と\textit{Np}の間に入るグルー/カーンである.
8452 \item そうでないとき(\verb+noindent+ で開始された段落やhbox)は,
8453 $g$は「文字コード \texttt{'boxbdd'} の文字」と\textit{Np}の間に入るグルー/カーンである.
8454 \end{enumerate}
8455 ただし,もし$g$がglueであった場合,この挿入によって\textit{Np}による行分割が新たに可能になるべきではない.
8456 そこで,以下の場合には,$g$の直前に \cs{penalty10000} を挿入する:
8457 \begin{itemize}
8458 \item 問題にしているリストが段落であり,かつ
8459 \item \textit{Np}の前には予めペナルティがなく,$g$はglue.
8460 \end{itemize}
8461
8462 \paragraph{末尾の処理}
8463 末尾の処理は,問題のリストが段落のものかhboxのものかによって異なる.
8464 後者の場合は容易い:最後のクラスタを\textit{Nq}とおくと,\textit{Nq}と「文字コード\
8465 \texttt{'boxbdd'} の文字」の間に入るグルー/カーンを,
8466 \textit{Nq}の直後に挿入するのみである.
8467
8468 一方.前者(段落)の場合は,リストの末尾は常に \cs{penalty10000} と,
8469 \cs{parfillskip} 由来のグルーが存在する.%よって,最後のクラスタ\textit{Np}は
8470 %この \cs{parfillskip} 由来のグルーとなり,実質的な中身の最後はその1つ前のクラスタ\textit{Nq}となる.
8471 段落の最後の「通常の\textbf{JAchar}${}+{}$句点」が独立した行となるのを防ぐために,
8472 \Param{jcharwidowpenalty}の値の分だけ適切な場所のペナルティを増やす.
8473
8474 ペナルティ量を増やす場所は,\textit{head}が\textbf{JAchar}であり,
8475 かつその文字の\Param{kcatcode}が偶数であるような
8476 最後のクラスタの直前にあるものたちである%
8477 \footnote{大雑把に言えば,\Param{kcatcode}が奇数であるような\textbf{JAchar}%
8478 を約物として考えていることになる.
8479 \Param{kcatcode}の最下位ビットはこの\Param{jcharwidowpenalty}用にのみ利用される.}.
8480
8481 \subsection{概観と典型例:2つの「和文A」の場合}
8482 \label{ssec-cluster-wa}
8483 先に述べたように,2つの隣り合ったクラスタ,\textit{Nq}と\textit{Np}の間には,
8484 ペナルティ,\cs{vadjust},whatsitなど,行組版には関係しないものがある.模式的に表すと,
8485 \[
8486  \Node{cluster}{\textit{Nq}}\longrightarrow
8487 \overbrace{
8488 \Node{penalty}{$p$}\longrightarrow \cdots\longrightarrow \Node{whatsit}{}}^{\textrm{(a)}}
8489 \longrightarrow \Node{cluster}{\textit{Np}}
8490 \]
8491 のようになっている.間の(a)に相当する部分には,何のノードもない場合ももちろんあり得る.
8492 そうして,JFMグルー挿入後には,この2クラスタ間は次のようになる:
8493 \[
8494  \Node{cluster}{\textit{Nq}}\longrightarrow%\Node{kern}{左空白}\longrightarrow
8495 \overbrace{
8496 \Node{penalty}{$p+x$}\longrightarrow \cdots\longrightarrow
8497 \Node{whatsit}{}}^{\textrm{(a)}}\longrightarrow
8498 \Node{glue or kern}{\raisebox{-.2\zw}{右空白}}\longrightarrow
8499 \Node{cluster}{\textit{Np}}
8500 \]
8501
8502 以後,\emph{典型的な例として,クラスタ\textit{Nq}と\textit{Np}が共に\textsf{\textmd{和文A}}である場合を見ていこう,}
8503 この場合が全ての場合の基本となる.
8504
8505 \paragraph{「右空白」の算出}
8506 まず,「右空白」にあたる量を算出する.通常はこれが,隣り合った2つの\textbf{JAchar}間に入る空白量となる.
8507 \begin{description}
8508 \item[JFM由来{[M]}] JFMの文字クラス指定によって入る空白を以下によって求める.この段階で空白量が未定義(未指定)だった場合,
8509       デフォルト値\Param{kanjiskip}を採用することとなるので,次へ.
8510 \begin{enumerate}
8511 \item もし両クラスタの間で \cs{inhibitglue} が実行されていた場合(証としてwhatsitノードが自動挿入される),
8512       代わりに\Param{kanjiskip}が挿入されることとなる.次へ.
8513 \item \textit{Nq}と\textit{Np}が同じJFM・同じ\texttt{jfmvar}キー・同じサイズの和文フォントであったならば,
8514       共通に使っているJFM内で挿入される空白(グルーかカーン)が決まっているか調べ,決まっていればそれを採用.
8515 \item 1.でも2.でもない場合は,JFM・\texttt{jfmvar}・サイズの3つ組は\textit{Nq}と\textit{Np}で異なる.
8516 この場合,まず
8517 \[
8518 \vcenter{\halign{\hfil$#:={}$&\inhibitglue#\inhibitglue\cr
8519 gb&(\textit{Nq}と「使用フォントが\textit{Nq}のそれと同じで,\hfil\cr
8520 \omit&\quad 文字コードが\textit{Np}のそれの文字」との間に入るグルー/カーン)\hfil\cr
8521 ga&(\inhibitglue 「使用フォントが\textit{Np}のそれと同じで,\hfil\cr
8522 \omit&\quad 文字コードが\textit{Nq}のそれの文字」と\textit{Np}との間に入るグルー/カーン)\hfil\cr
8523 }}
8524 \]
8525 として,前側の文字のJFMを使った時の空白(グルー/カーン)と,後側の文字のJFMを使った時のそれを求める.
8526
8527 $\mathit{gb}$,~$\mathit{ga}$それぞれに対する<ratio>の値を$d_b$,~$d_a$とする.
8528 \begin{itemize}
8529 \item
8530 $\mathit{ga}$と$\mathit{gb}$の両方が未定義であるならば,JFM由来のグルーは挿入されず,
8531 \Param{kanjiskip}を採用することとなる.
8532 どちらか片方のみが未定義であるならば,次のステップでその未定義の方は長さ0のkernで,<ratio>の値は0であるかのように扱われる.
8533 \item
8534 \Param{diffrentjfm}の値が \texttt{pleft}, \texttt{pright},
8535       \texttt{paverage} のとき,
8536 <ratio>の指定に従って比例配分を行う.
8537 JFM由来のグルー/カーンは以下の値となる:
8538 \[
8539  f\left(\frac{1-d_b}2\textit{gb} + \frac{1+d_b}2\textit{ga},
8540 \frac{1-d_a}2\textit{gb} + \frac{1+d_a}2\textit{ga}\right)
8541 \]
8542 ここで.$f(x,y)$は
8543 \[
8544  f(x,y)=\begin{cases}
8545 x&\text{if\ }\Param{diffrentjfm}=\texttt{pleft};\\
8546 y&\text{if\ }\Param{diffrentjfm}=\texttt{pright};\\
8547 (x+y)/2&\text{if\ }\Param{diffrentjfm}=\texttt{paverage};
8548 \end{cases}.
8549 \]
8550 \item
8551 \Param{differentjfm}がそれ以外の値の時は,<ratio>の値は無視され,JFM由来のグルー/カーンは以下の値となる:
8552 \[
8553  f(\textit{gb},\textit{ga})
8554 \]
8555 ここで.$f(x,y)$は
8556 \[
8557  f(x,y)=\begin{cases}
8558 \min(x,y)&\text{if\ }\Param{diffrentjfm}=\texttt{small};\\
8559 \max(x,y)&\text{if\ }\Param{diffrentjfm}=\texttt{large};\\
8560 (x+y)/2&\text{if\ }\Param{diffrentjfm}=\texttt{average};\\
8561 x+y&\text{if\ }\Param{diffrentjfm}=\texttt{both};
8562 \end{cases}.
8563 \]
8564 \end{itemize}
8565 \end{enumerate}
8566
8567 例えば,
8568 \begin{lstlisting}
8569 \jfont\foo=psft:Ryumin-Light:jfm=ujis;-kern
8570 \jfont\bar=psft:GothicBBB-Medium:jfm=ujis;-kern
8571 \jfont\baz=psft:GothicBBB-Medium:jfm=ujis;jfmvar=piyo;-kern
8572 \end{lstlisting}
8573 という3フォントを考え,
8574 \[
8575  \overbrace{\Node{glyph}{\cs{ foo}, `あ'}}^{p}
8576 \longrightarrow \overbrace{\Node{glyph}{\cs{bar}, `い'}}^{q}
8577 \longrightarrow \overbrace{\Node{glyph}{\cs{baz}, `う'}}^{r}
8578 \]
8579 という3ノードを考える(それぞれ単独でクラスタをなす).
8580 この場合,$p$と$q$の間は,実フォントが異なるにもかかわらず2.の状況となる一方で,
8581 $q$と$r$の間は(実フォントが同じなのに)\texttt{jfmvar} キーの内容が異なるので3.の状況となる.
8582 \item[\Param{kanjiskip}~{[K]}] 上の[M]において空白が定まらなかった場合,
8583 以下で定めた量「右空白」として採用する.
8584 この段階においては,\cs{inhibitglue} は効力を持たないため,
8585 結果として,2つの\textbf{JAchar}間には常に何らかのグルー/カーンが挿入されることとなる.
8586 \begin{enumerate}
8587 \item 両クラスタ(厳密には$\mathit{Nq}.\mathit{tail}$,$\mathit{Np}.\mathit{head}$)の中身の文字コードに対する
8588 \Param{autospacing}パラメタが両方ともfalseだった場合は,長さ0のglueとする.
8589 \item ユーザ側から見た\Param{kanjiskip}パラメタの自然長が$\cs{maxdimen}=(2^{30}-1)\,{\rm sp}$で
8590 なければ,\Param{kanjiskip}パラメタの値を持つglueを採用する.
8591 \item 2.でない場合は,\textit{Nq}, \textit{Np}で使われているJFMに指定されている\Param{kanjiskip}の値を用いる.
8592 どちらか片方のクラスタだけが\textbf{JAchar}(\textsf{和文A}・\textsf{和文B})のときは,そちらのクラスタで使われている
8593 JFM由来の値だけを用いる.もし両者で使われているJFMが異なった場合は,上の[M]~3.と同様の方法を用いて調整する.
8594 \end{enumerate}
8595 \end{description}
8596 %\paragraph{「左空白」の算出とそれに伴う補正}
8597 %「左空白」は過去のバージョンでは定義していたが,このバージョンでは
8598 %挿入は一切行われない(機能自体削除している).
8599 %しかし,仕様は流動的であり,将来復活する可能性もあるため,マニュアル中の記述は今のところ極力変更しない.
8600 \paragraph{禁則用ペナルティの挿入}
8601 まず,
8602 \[
8603  a:=(\text{\textit{Nq}{\footnotemark}の文字に対する\Param{postbreakpenalty}の値})
8604 +(\text{\textit{Np}{\footnotemark}の文字に対する\Param{prebreakpenalty}の値})
8605 \]
8606 とおく\footnotetext{厳密にはそれぞれ$\mathit{Nq}.\mathit{tail}$,$\mathit{Np}.\mathit{head}$.}.
8607 ペナルティは通常$[-10000,10000]$の整数値をとり,また$\pm 10000$は正負の無限大を意味することになっているが,この$a$の
8608 算出では単純な整数の加減算を行う.
8609
8610 $a$は禁則処理用に\textit{Nq}と\textit{Np}の間に加えられるべきペナルティ量である.
8611 \begin{description}
8612 \item[P-normal~{[PN]}]
8613 \textit{Nq}と\textit{Np}の間の(a)部分にペナルティ(\textit{penalty\_node})があれば処理は簡単である:
8614 それらの各ノードにおいて,ペナルティ値を($\pm 10000$を無限大として扱いつつ)$a$だけ増加させればよい.
8615 また,$10000 + (-10000) = 0$としている.
8616
8617 少々困るのは,(a)部分にペナルティが存在していない場合である.
8618 直感的に,補正すべき量$a$が0でないとき,その値をもつ\textit{penalty\_node}を作って
8619 「右空白」の(もし未定義なら\textit{Np}の)直前に挿入……
8620 ということになるが,実際には僅かにこれより複雑である.
8621 \begin{itemize}
8622 \item 「右空白」がカーンであるとき,
8623 それは「\textit{Nq}と\textit{Np}の間で改行は許されない」ことを意図している.そのため,
8624 この場合は$a\neq 0$であってもペナルティの挿入はしない.
8625 \item そうでないないときは,$a\neq 0$ならば\textit{penalty\_node}を作って挿入する.
8626 %\item 「左空白」がカーンとしてきっちり定義されている時(このとき,「右空白」はカーンでない),
8627 %この「左空白」の直後での行分割を許容しないといけないので,$a=0$であっても
8628 %\textit{penalty\_node}を作って挿入する.
8629 %\item 以上のどれでもないときは,$a\neq 0$ならば\textit{penalty\_node}を作って挿入する.
8630 \end{itemize}
8631 \end{description}
8632
8633 \def\gkf#1#2#3{\sf$\displaystyle\vphantom{\Bigg(}%
8634   \frac{\hbox to 4\zw{\hss#2\hss}}{\hbox{#3}}$}
8635 \begin{table}[t]
8636 %<en>\caption{Summary of JFM glues}
8637 %<ja>\caption{JFM グルーの概要}
8638 \label{tab-jfmglue}
8639 %<en>\medskip
8640 \begin{center}
8641 \small
8642 \begin{tabular}{c|cccccc}
8643 \toprule
8644 {\bf\textit{Np}}↓&\sf 和文A&\sf 和文B&\sf 欧文&\sf 箱&\sf glue&\sf kern\\\midrule
8645 \sf 和文A&
8646 \gkf{E}{M→K}{PN}&
8647 \gkf{---}{\OA →K}{PN}&
8648 \gkf{---}{\OA →X}{PN}&
8649 \gkf{---}{\OA}{PA}&
8650 \gkf{---}{\OA}{PN}&
8651 \gkf{---}{\OA}{PS}\\
8652 \sf 和文B&
8653 \gkf{E}{\OB→K}{PA}&
8654 \gkf{---}{K}{PS}&
8655 \gkf{---}{X}{PS}\\
8656 \sf 欧文&
8657 \gkf{E}{\OB →X}{PA}&
8658 \gkf{---}{X}{PS}\cr
8659 \sf 箱&\gkf{E}{\OB}{PA}\\
8660 \sf glue&\gkf{E}{\OB}{PN}\\
8661 \sf kern&\gkf{E}{\OB}{PS}\\
8662 \bottomrule
8663 \end{tabular}
8664 \end{center}
8665 \begin{quote}
8666 %<*en>
8667 In the table above, {\small\gkf{E}{M→K}{PN}} means that
8668 %</en>
8669 %<*ja>
8670 上の表において,{\small\gkf{E}{M→K}{PN}}は次の意味である:
8671 %</ja>
8672 \begin{enumerate}
8673 %<*en>
8674 \item To determine the ``right-space'', \LuaTeX-ja first attempts by the method ``\textsf{JFM-origin~[M]}''.
8675 If this attempt fails, \LuaTeX-ja use the method ``\textsf{\Param{kanjiskip}~[K]}''.
8676 %</en>
8677 %<*ja>
8678 \item 「右空白」を決めるために,\LuaTeX-ja はまず「JFM由来{[M]}」の方法を試みる.
8679   これが失敗したら,\LuaTeX-ja は「\Param{kanjiskip}~{[K]}」の方法を試みる.
8680 %</ja>
8681
8682 % %<*en>
8683 % \item The ``left space'' between \textit{Nq}~and~\textit{Np} is
8684 %   determined by the method ``\textsf{line-end~[E]}''.
8685 % %</en>
8686 % %<*ja>
8687 % \item \textit{Nq} と \textit{Np} の間の「左空白」は「\textsf{line-end~[E]}」の
8688 %   方法で決定される.
8689 % %</ja>
8690
8691 %<*en>
8692 \item \LuaTeX-ja adopts the method ``\textsf{P-normal~[PN]}'' to adjust the penalty
8693   between two clusters for \emph{kinsoku shori}.
8694 %</en>
8695 %<*ja>
8696 \item \LuaTeX-jaは2つのクラスタの間の禁則処理用のペナルティを設定するために「\textsf{P-normal~[PN]}」の方法を採用する.
8697 %</ja>
8698 \end{enumerate}
8699 \end{quote}
8700 \end{table}
8701
8702 \subsection{その他の場合}
8703 本節の内容は表\ref{tab-jfmglue}にまとめてある.
8704
8705 \paragraph{和文Aと欧文の間}
8706 \textit{Nq}が\textsf{和文A}で,\textit{Np}が\textsf{欧文}の場合,JFMグルー挿入処理は次のようにして行われる.
8707 \begin{itemize}
8708 \item 「右空白」については,まず以下に述べる\textsf{Boundary-B~[\OB]}により空白を決定しようと試みる.
8709 それが失敗した場合は,\textsf{\Param{xkanjiskip}~[X]}によって定める.
8710 %\item 「左空白」については,既に述べた\textsf{line-end~[E]}をそのまま採用する.それに伴う「右空白」の補正も%同じ.
8711 \item 禁則用ペナルティも,以前述べた\textsf{P-normal~[PN]}と同じである.
8712 \end{itemize}
8713 \begin{description}
8714 \item[Boundary-B~{[\OB]}] \textbf{JAchar}と「\textbf{JAchar}でないもの」との間に入る空白を以下によって求め,
8715 未定義でなければそれを「右空白」として採用する.
8716 \textsf{JFM-origin~[M]}の変種と考えて良い.
8717 これによって定まる空白の典型例は,和文の閉じ括弧と欧文文字の間に入る半角アキである.
8718 \begin{enumerate}
8719 \item もし両クラスタの間で \cs{inhibitglue} が実行されていた場合%
8720 (証としてwhatsitノードが自動挿入される),「右空白」は未定義.
8721 \item そうでなければ,
8722 \textit{Nq}と「文字コードが {\tt'jcharbdd'} の文字」との間に入るグルー/カーンとして定まる.
8723 \end{enumerate}
8724 \item[\Param{xkanjiskip}~{[X]}]
8725 この段階では,\textsf{\Param{kanjiskip}~[K]}のときと同じように,
8726 以下で定めた量を「右空白」として採用する.
8727 \cs{inhibitglue} は効力を持たない.
8728 \begin{enumerate}
8729 \item 以下のいずれかの場合は,\Param{xkanjiskip}の挿入は抑止される.しかし,実際には行分割を許容するために,長さ0のglueを採用する:
8730 \begin{itemize}
8731 \item 両クラスタにおいて,それらの中身の文字コードに対する\Param{autoxspacing}パラメタが共にfalseである.
8732 \item \textit{Nq}の中身の文字コードについて,「直後への\Param{xkanjiskip}の挿入」が禁止されている
8733 (つまり,\Param{jaxspmode}~(or \Param{alxspmode})パラメタが2以上).
8734 \item \textit{Np}の中身の文字コードについて,「直前への\Param{xkanjiskip}の挿入」が禁止されている
8735 (つまり,\Param{jaxspmode}~(or \Param{alxspmode})パラメタが偶数).
8736 \end{itemize}
8737 \item ユーザ側から見た\Param{xkanjiskip}パラメタの自然長が$\cs{maxdimen}=(2^{30}-1)\,{\rm sp}$で
8738 なければ,\Param{xkanjiskip}パラメタの値を持つglueを採用する.
8739 \item 2.でない場合は,\textit{Nq}, \textit{Np}(\textsf{和文A}/\textsf{和文B}なのは片方だけ)
8740 で使われているJFMに指定されている\Param{xkanjiskip}の値を用いる.
8741 \end{enumerate}
8742 \end{description}
8743
8744 \paragraph{欧文と和文Aの間}
8745 \textit{Nq}が\textsf{欧文}で,\textit{Np}が\textsf{和文A}の場合,JFMグルー挿入処理は上の場合とほぼ同じである.
8746 \textsf{和文A}のクラスタが逆になるので,\textsf{Boundary-A~[\OA]}の部分が変わるだけ.
8747 \begin{itemize}
8748 \item 「右空白」については,まず以下に述べる\textsf{Boundary-A~[\OA]}により空白を決定しようと試みる.
8749 それが失敗した場合は,\textsf{\Param{xkanjiskip}~[X]}によって定める.
8750 %\item \textit{Nq}が和文でないので,「左空白」は算出されない.
8751 \item 禁則用ペナルティは,以前述べた\textsf{P-normal~[PN]}と同じである.
8752 \end{itemize}
8753 \begin{description}
8754 \item[Boundary-A~{[\OA]}] 「\textbf{JAchar}でないもの」と\textbf{JAchar}との間に入る空白を以下によって求め,
8755 未定義でなければそれを「右空白」として採用する.
8756 \textsf{JFM-origin~[M]}の変種と考えて良い.
8757 これによって定まる空白の典型例は,欧文文字と和文の開き括弧との間に入る半角アキである.
8758 \begin{enumerate}
8759 \item もし両クラスタの間で \cs{inhibitglue} が実行されていた場合(証としてwhatsitノードが自動挿入される),次へ.
8760 \item そうでなければ,
8761 「文字コードが {\tt'jcharbdd'} の文字」と\textit{Np}との間に入るグルー/カーンとして定まる.
8762 \end{enumerate}
8763 \end{description}
8764
8765 \paragraph{和文Aと箱・グルー・カーンの間}
8766 \textit{Nq}が\textsf{和文A}で,\textit{Np}が\textsf{箱}・グルー・カーンのいずれかであった場合,
8767 両者の間に挿入されるJFMグルーについては同じ処理である.しかし,そこでの行分割に対する仕様が異なるので,
8768 ペナルティの挿入処理は若干異なったものとなっている.
8769
8770 \begin{itemize}
8771 \item 「右空白」については,既に述べた\textsf{Boundary-B~[\OB]}により空白を決定しようと試みる.
8772 それが失敗した場合は,「右空白」は挿入されない.
8773 %\item 「左空白」については,既に述べた\textsf{line-end~[E]}の算出方法をそのまま採用する.それに伴う「右空白」の補正も同じ.
8774 \item 禁則用ペナルティの処理は,後ろのクラスタ\textit{Np}の種類によって異なる.
8775 なお,$\mathit{Np}.\mathit{head}$は無意味であるから,
8776 「$\mathit{Np}.\mathit{head}$に対する\Param{prebreakpenalty}の値」は0とみなされる.言い換えれば,
8777 \[
8778  a:=(\text{\textit{Nq}の文字に対する\Param{postbreakpenalty}の値}).
8779 \]
8780 \begin{description}
8781 \item[箱] \textit{Np}が\textsf{箱}であった場合は,両クラスタの間での行分割は
8782 (明示的に両クラスタの間に \cs{penalty10000} があった場合を除き)いつも許容される.そのため,
8783 ペナルティ処理は,後に述べる\textsf{P-allow~[PA]}が\textsf{P-normal~[PN]}の代わりに用いられる.
8784 \item[グルー] \textit{Np}がグルーの場合,ペナルティ処理は\textsf{P-normal~[PN]}を用いる.
8785 \item[カーン] \textit{Np}がカーンであった場合は,両クラスタの間での行分割は
8786 (明示的に両クラスタの間にペナルティがあった場合を除き)許容されない.
8787 ペナルティ処理は,後に述べる\textsf{P-suppress~[PS]}を使う.
8788 \end{description}
8789 これらの\textsf{P-normal~[PN]},\textsf{P-allow~[PA]},\textsf{P-suppress~[PS]}の違いは,
8790 \textit{Nq}と\textit{Np}の間(以前の図だと(a)の部分)にペナルティが存在しない場合にのみ存在する.
8791 \end{itemize}
8792
8793 \begin{description}
8794 \item[P-allow~{[PA]}]
8795 \textit{Nq}と\textit{Np}の間の(a)部分にペナルティがあれば,\textsf{P-normal~[PN]}と同様に,
8796 それらの各ノードにおいてペナルティ値を$a$だけ増加させる.
8797
8798 (a)部分にペナルティが存在していない場合,
8799 \LuaTeX-ja は\textit{Nq}と\textit{Np}の間の行分割を可能にしようとする.
8800 そのために,以下のいずれかの場合に$a$をもつ\textit{penalty\_node}を作って
8801 「右空白」の(もし未定義なら\textit{Np}の)直前に挿入する:
8802 \begin{itemize}
8803 \item 「右空白」がグルーでない(カーンか未定義)であるとき.
8804 \item $a\neq 0$のときは,「右空白」がグルーであっても\textit{penalty\_node}を作る.
8805 \end{itemize}
8806
8807 \item[P-suppress~{[PS]}]
8808 \textit{Nq}と\textit{Np}の間の(a)部分にペナルティがあれば,\textsf{P-normal~[PN]}と同様に,
8809 それらの各ノードにおいてペナルティ値を$a$だけ増加させる.
8810
8811 (a)部分にペナルティが存在していない場合,
8812 \textit{Nq}と\textit{Np}の間の行分割は元々不可能のはずだったのであるが,
8813 \LuaTeX-ja はそれをわざわざ行分割可能にはしない.
8814 そのため,「右空白」がglueであれば,その直前に \cs{penalty10000} を挿入する.
8815 \end{description}
8816
8817 \paragraph{箱・グルー・カーンと和文Aの間}
8818 \textit{Np}が\textsf{箱}・グルー・カーンのいずれかで,\textit{Np}が\textsf{和文A}であった場合は,
8819 すぐ上の(\textit{Nq}と\textit{Np}の順序が逆になっている)場合と同じである.
8820 %が,「左空白」がなくなることにのみ注意.
8821 \begin{itemize}
8822 \item 「右空白」については,既に述べた\textsf{Boundary-A~[\OA]}により空白を決定しようと試みる.
8823 それが失敗した場合は,「右空白」は挿入されない.
8824 %\item \textit{Nq}が和文でないので,「左空白」は算出されない.
8825 \item 禁則用ペナルティの処理は,\textit{Nq}の種類によって異なる.
8826 $\mathit{Nq}.\mathit{tail}$は無意味なので,
8827 \[
8828  a:=(\text{\textit{Np}の文字に対する\Param{prebreakpenalty}の値}).
8829 \]
8830 \begin{description}
8831 \item[箱] \textit{Nq}が\textsf{箱}の場合は,\textsf{P-allow~[PA]}を用いる.
8832 \item[グルー] \textit{Nq}がグルーの場合は,\textsf{P-normal~[PN]}を用いる.
8833 \item[カーン] \textit{Nq}がカーンの場合は,\textsf{P-suppress~[PS]}を用いる.
8834 \end{description}
8835 \end{itemize}
8836
8837 \paragraph{和文Aと和文Bの違い}
8838 先に述べたように,\textsf{和文B}はhboxの中身の先頭(or 末尾)として出現している
8839 \textbf{JAchar}である.リスト内に直接ノードとして現れている\textbf{JAchar}(\textsf{和文A})との違いは,
8840 \begin{itemize}
8841 \item \textsf{和文B}に対しては,JFMの文字クラス指定から定まる空白
8842 \textsf{JFM-origin~[M]},\textsf{Boundary-A~[\OA]},\textsf{Boundary-B~[\OB]})の挿入は行われない.
8843 %「左空白」の算出も行われない.
8844 例えば,
8845 \begin{itemize}
8846 \item 片方が\textsf{和文A},もう片方が\textsf{和文B}のクラスタの場合,
8847 \textsf{Boundary-A~[\OA]}または\textsf{Boundary-B~[\OB]}の挿入を試み,それがダメなら
8848 \Param{kanjiskip}~\textsf{[K]}の挿入を行う.
8849 \item \textsf{和文B}の2つのクラスタの間には,\Param{kanjiskip}~\textsf{[K]}が自動的に入る.
8850 \end{itemize}
8851 \item \textsf{和文B}と箱・グルー・カーンが隣接したとき(どちらが前かは関係ない),間にJFMグルー・ペナルティの挿入は一切しない.
8852 \item \textsf{和文B}と\textsf{和文B},また\textsf{和文B}と\textsf{欧文}とが隣接した時は,禁則用ペナルティ挿入処理は
8853 \textsf{P-suppress~[PS]}が用いられる.
8854 \item \textsf{和文B}の文字に対する\Param{prebreakpenalty},~\Param{postbreakpenalty}の値は使われず,0として計算される.
8855 \end{itemize}
8856
8857
8858 次が具体例である:
8859 \begin{LTXexample}
8860 あ.\inhibitglue A\\
8861 \hbox{あ.}A\\
8862 あ.A
8863 \end{LTXexample}
8864 \begin{itemize}
8865 \item 1行目の\cs{inhibitglue}は\textsf{Boundary-B~[\OB]}の処理のみを抑止するので,ピリオドと「A」の間には
8866 \Param{xkanjiskip}(四分アキ)が入ることに注意.
8867 \item 2行目のピリオドと「A」の間においては,前者が\textsf{和文B}となる(hboxの中身の末尾として登場しているから)ので,
8868 そもそも\textsf{Boundary-B~[\OB]}の処理は行われない.よって,\Param{xkanjiskip}が入ることとなる.
8869 \item 3行目では,ピリオドの属するクラスタは\textsf{和文A}である.これによって,
8870 ピリオドと「A」の間には\textsf{Boundary-B~[\OB]}由来の半角アキが入ることになる.
8871 \end{itemize}
8872 %</ja>
8873
8874 %<*ja>
8875 \section{ベースライン補正の方法}
8876 \subsection{\texttt{yoffset} フィールド}
8877 \Param{yalbaselineshift}等のベースライン補正は,基本的には対象となっている
8878 \textit{glyph\_node}の \texttt{yoffset} フィールドの値を増減することによって
8879 実装されている.なお,\texttt{yoffset} の値は上方向への移動量であるのに対し,
8880 \Param{yalbaselineshift}などは下方向への移動量である.
8881
8882 さて,\texttt{yoffset} の増減によって見かけのグリフ位置は上下に移動するが,
8883 仮想ボディの高さ$h$,深さ$d$については
8884 \begin{description}
8885 \catcode`\<=12\catcode`\>=12
8886  \item[$\texttt{yoffset}\geq 0$のとき]
8887 $h = \max(\texttt{height} + \texttt{yoffset}, 0)$,
8888 $d = \max(\texttt{depth} - \texttt{yoffset}, 0)$,
8889  \item[$\texttt{yoffset}<0$のとき]
8890 $h = \max(\texttt{height} + \texttt{yoffset}, 0)$, $d=\texttt{depth}$.
8891 \end{description}
8892 という仕様になっている.つまり,\texttt{yoffset} が負(グリフを下ける)の場合に深さは増加しな
8893 い(表\ref{tab:yoffset_and_im}参照).
8894
8895 \begin{table}[t]
8896 \caption{\texttt{yoffset} and imaginary body}
8897 \label{tab:yoffset_and_im}
8898 \centering\small
8899 \fboxsep0pt
8900 \def\T#1#2{\fcolorbox{blue}{white}{%
8901   \setbox0=\hbox{\LARGE #1%
8902     \directlua{
8903       local p = tex.nest[tex.nest.ptr].tail
8904       p.yoffset = #2 * 65536
8905     }%
8906   }%
8907   \copy0\kern-\wd0\smash{\color{red}\vrule width \wd0 height 0.2pt depth 0.2pt}%
8908 }}
8909 \begin{tabular}{>{\bfseries}lccccc}
8910 \toprule
8911 \texttt{yoffset}&10\,pt&5\,pt&0&$-5$\,pt&$-10$\,pt\\
8912 \midrule
8913 仮想ボディ&\T{y}{10}, \T{H}{10}&\T{y}{5}, \T{H}{5}&\T{y}{0}, \T{H}{0}%
8914 &\T{y}{-5}, \T{H}{-5}&\T{y}{-10}, \T{H}{-10}\\[10pt]
8915 \bottomrule
8916 \end{tabular}
8917 \end{table}
8918
8919 \subsection{\textbf{ALchar}の補正}
8920 上記の問題について,\textbf{ALchar}のベースライン補正では
8921 「正しい深さ」を持った罫線(rule)を補うという対応策をとった.
8922 この罫線による補正は,\textit{id}が\textit{id\_glyph}であるクラスタ単位,
8923 大雑把に言えば音節単位で行われる.
8924 文字列``Typeset''を
8925 \begin{itemize}
8926  \item フォントはLatin Modern Roman (\texttt{lmroman10-regular.otf}) 10\,pt
8927  \item \Param{yalbaselineshift}は5\,pt
8928 \end{itemize}
8929 という状況で組んだ場合を例にとって説明しよう.
8930
8931 \LuaTeX・\Pkg{luaotfload}によるカーニング・ハイフネーションが終わった段階では,……
8932
8933
8934
8935 %</ja>
8936
8937 %<en>\section{Patch for the \Pkg{listings} Package}
8938 %<ja>\section{\Pkg{listings} パッケージへの対応}
8939
8940 %<*en>
8941 It is well-known that the \Pkg{listings} package outputs weird results
8942 for Japanese input.
8943 The \Pkg{listings} package makes most of letters active and assigns
8944 output command for each letter~(\cite{listings}).
8945 But Japanese characters are not included in these activated letters.
8946 For \pTeX{} series, there is no method to make Japanese characters active;
8947 a patch \Pkg{jlisting.sty}~(\cite{jlisting}) resolves the problem forcibly.
8948 %</en>
8949 %<*ja>
8950 \Pkg{listings} パッケージが,そのままでは日本語をまともに出力できないこと
8951 はよく知られている.きちんと整形して出力するために,\Pkg{listings}パッケー
8952 ジは内部で「ほとんどの文字」をアクティブにし,各文字に対してその文字の出
8953 力命令を割り当てている(\cite{listings}).
8954 しかし,そこでアクティブにする文字の中に,和文文
8955 字がないためである.\pTeX 系列では,和文文字をアクティブにする手法がなく,
8956 \Pkg{jlisting.sty} というパッチ(\cite{jlisting})を用いることで無理やり解決していた.
8957 %</ja>
8958
8959 %<*en>
8960 In \LuaTeX-ja, the problem is resolved by using the \verb+process_input_buffer+ callback.
8961 The callback function inserts the output command (active character \cs{ltjlineendcomment})
8962 before each letter above \texttt{U+0080}.
8963 This method can omits the process to make all Japanese characters active
8964 (most of the activated characters are not used in many cases).
8965 %</en>
8966 %<*ja>
8967 \LuaTeX-jaでは,\verb+process_input_buffer+ コールバックを利用することで,
8968 「各行に出現する\texttt{U+0080}以降の文字に対して,それらの出力命令を前置する」
8969 という方法をとっている.出力命令としては,アクティブ文字化した\cs{ltjlineendcomment}を用いている.
8970 これにより,(入力には使用されていないかもしれない)和文文字をもすべてアクティブ化する手間もなく,
8971 見通しが良い実装になっている.
8972 %</ja>
8973
8974
8975 %<*en>
8976 If the \Pkg{listings} package  and \LuaTeX-ja were loaded,
8977 then the patch \Pkg{lltjp-listings} is loaded automatically at \verb+\begin{document}+.
8978 %</en>
8979 %<*ja>
8980 \LuaTeX-ja で利用される \Pkg{listings} パッケージへのパッチ \Pkg{lltjp-listings} は,
8981 \Pkg{listings} と\LuaTeX-jaを読み込んでおけば,
8982 \verb+\begin{document}+ の箇所において自動的に読み込まれるので,通常はあまり
8983 意識する必要はない.
8984 %</ja>
8985
8986 %<en>\subsection{Notes and additional keys}
8987 %<ja>\subsection{注意}
8988 % %<*en>
8989 % \paragraph{Escaping to \LaTeX}
8990 % We used the \verb+process_input_buffer+ callback to output \textbf{JAchar}s.
8991 % But it has a drawback; any commands whose name contains a \textbf{JAchar}
8992 % cannot be used in any ``escape to \LaTeX''.
8993
8994 % Consider the following input:
8995 % %</en>
8996 % %<*ja>
8997 % \paragraph{\LaTeX へのエスケープ}
8998 % 日本語対応を行うために \verb+process_input_buffer+ を使用したことで,
8999 % \texttt{texcl},~\texttt{escapeinside}といった\emph{「\LaTeX へのエスケープ」中では,
9000 % \textbf{JAchar}を名称の一部に含む制御綴は使用不可能}である.
9001 % 例えば次のような入力を考えよう:
9002 % %</ja>
9003 % \begin{verbatim*}
9004 % \begin{lstlisting}[escapechar=\#]
9005 % #\ほげ xぴよ#
9006 % \end{lstlisting}
9007 % \end{verbatim*}
9008 % %<en>The line~2 is transformed by the callback to
9009 % %<ja>ここで,2行目は \verb+process_input_buffer+ の作用により,
9010 % \begin{lstlisting}[showspaces, escapechar=\!]
9011 % #\!\IVSA FFFFF!ほ!\IVSA FFFFF!げ x!\IVSA FFFFF!ぴ!\IVSA FFFFF!よ#
9012 % \end{lstlisting}
9013 % %<*en>
9014 % before the line is actually processed.
9015 % In the escape (between the character ``\verb+#+''),
9016 % the category code of \texttt{U+FFFFF} is set to 9~(\emph{ignored}).
9017 % Hence the control symbol ``\cs{}\IVSA FFFFF'' will be executed,
9018 % instead of ``\verb+\ほげ+''.
9019 % %</en>
9020 % %<*ja>
9021 % と変換されてから,実際の処理に回される.
9022 % 「\verb+#+」で挟まれた「\LaTeX へのエスケープ」中では\
9023 % \texttt{U+FFFFF} のカテゴリーコードは9~(\textit{ignored})となるので,
9024 % 結局「\verb+\ほげ+」の代わりに
9025 % 「\cs{}\IVSA FFFFF」というcontrol symbolが実行されることになる.
9026 % %</ja>
9027
9028 %<*en>
9029 \paragraph{Variation selectors}
9030 \Pkg{lltjp-listings} add two keys, namely \texttt{vsraw}~and~\texttt{vscmd},
9031 which specify how variation selectors are treated in
9032 \texttt{lstlisting} or other enviroments.
9033 Note that these additional keys are not usable in the preamble,
9034 since \Pkg{lltjp-listings} is loaded at \verb+\begin{document}+.
9035
9036 \texttt{vsraw} is a key which takes a boolean value, and its default value is
9037 false.
9038 \begin{itemize}
9039  \item If the \texttt{vsraw} key is true, then
9040 variation selectors are ``combined'' with the previous character.
9041 %</en>
9042 %<*ja>
9043 \paragraph{異体字セレクタの扱い}
9044 \texttt{lstlisting} 環境などの内部にある異体字セレクタを扱うため,
9045 \Pkg{lltjp-listings} では \texttt{vsraw} と \texttt{vscmd} という2つのキーを追加した.
9046 しかし,\Pkg{lltjp-listings} が実際に読み込まれるのは \verb+\begin{document}+\
9047 のところであるので,プリアンブル内ではこれらの追加キーは使用できない.
9048
9049 \texttt{vsraw}は,ブール値の値をとるキーであり,標準ではfalseである.
9050 \begin{itemize}
9051  \item trueの場合は,異体字セレクタは「直前の文字に続けて」出力される.
9052 もしもIVSサポート(\ref{ssec-ltjotf}節)が有効になっていた場合は,
9053 以下の例(左側は入力,右側はその出力)のようになる.
9054 %</ja>
9055 \begin{LTXexample}
9056 \begin{lstlisting}[vsraw=true]
9057 葛󠄀城市,葛󠄁飾区,葛西
9058 \end{lstlisting}
9059 \end{LTXexample}
9060 %<*en>
9061 \item If the \texttt{vsraw} key is false, then
9062 variation selectors are typeset by an appropriate command, which is specified by
9063       the \texttt{vscmd} key.
9064 The default setting of the \texttt{vscmd} key produces the following.
9065 %</en>
9066 %<*ja>
9067 \item falseの場合は,異体字セレクタは適当な命令によって「見える形で」出力される.
9068 どのような形で出力されるかを規定するのが \texttt{vscmd} キーであり,
9069 \Pkg{lltjp-listings} の標準設定では以下の例の右側のように出力される.
9070 %</ja>
9071 \begin{LTXexample}
9072 \begin{lstlisting}[vsraw=false,
9073    vscmd=\ltjlistingsvsstdcmd]
9074 葛󠄀城市,葛󠄁飾区,葛西
9075 \end{lstlisting}
9076 \end{LTXexample}
9077 %<ja> ちなみに,本ドキュメントでは次のようにしている:
9078 %<en> For example, the following code is the setting of the \texttt{vscmd} key in this document.
9079 \begin{lstlisting}[numbers=left]
9080 \def\IVSA#1#2#3#4#5{%
9081   \textcolor{blue}{\raisebox{3.5pt}{\tt%
9082     \fboxsep=0.5pt\fbox{\tiny \oalign{0#1#2\crcr#3#4#5\crcr}}}}%
9083 }
9084 {\catcode`\%=11
9085   \gdef\IVSB#1{\expandafter\IVSA\directlua{
9086     local cat_str = luatexbase.catcodetables['string']
9087     tex.sprint(cat_str, string.format('%X', 0xE00EF+#1))
9088 }}}
9089 \lstset{vscmd=\IVSB}
9090 \end{lstlisting}
9091 \end{itemize}
9092 %<*en>
9093 The default output command of variation selectors is stored in \verb+\ltjlistingsvsstdcmd+.
9094 %</en>
9095 %<*ja>
9096 既定の出力命令を復活させたい場合は\ \verb+vscmd=\ltjlistingsvsstdcmd+\
9097 とすれば良い.
9098 %</ja>
9099
9100 %<*en>
9101 \paragraph{The \texttt{doubleletterspace} key}
9102 Even the column format is \texttt{[c]fixed}, sometimes characters are not vertically aligned.
9103 The following example  is typeset with \texttt{basewidth=2em}, and
9104 you'll see the leftmost ``\texttt{H}'' are not vertically aligned.
9105 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left]
9106 :H:
9107 :HHHH:
9108 \end{lstlisting}
9109
9110 \Pkg{lltjp-listing} adds the \texttt{doubleletterspace} key (not activated by default, for
9111 compatibility) to
9112 improve the situation, namely doubles inter-character space in each output unit.
9113 With this key, the above input now produces better output.
9114 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left, doubleletterspace]
9115 :H:
9116 :HHHH:
9117 \end{lstlisting}
9118 %</en>
9119 %<*ja>
9120 \paragraph{\texttt{doubleletterspace}キー}
9121 \Pkg{listings}パッケージで列揃えが \texttt{[c]fixed} となっている場合でも,
9122 場合によっては文字が縦に揃わない場合もある.
9123 例を以下に示そう.これは強調するために \texttt{basewidth=2em} を設定している.
9124 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left]
9125 :H:
9126 :HHHH:
9127 \end{lstlisting}
9128 1行目と2行目の「\texttt{H}」の位置が揃っていないが,
9129 これは出力単位ごとに,先頭・末尾・各文字間に同じ量の空白を挿入することによる.
9130
9131 \Pkg{lltjp-listing}では,このような症状を改善させるために \texttt{doubleletterspace} キー
9132 を追加した(標準では互換性のために無効になっている).このキーを有効にすると,
9133 出力単位中の各文字間の空白を2倍にすることで文字を揃いやすくしている.
9134 上と同じものを \texttt{doubleletterspace} キーを有効にして組んだものが以下であり,
9135 きちんと「\texttt{H}」の位置が揃っていることが分かる.
9136 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left, doubleletterspace]
9137 :H:
9138 :HHHH:
9139 \end{lstlisting}
9140 %</ja>
9141
9142 %<en>\subsection{Class of characters}
9143 %<ja>\subsection{文字種}
9144
9145 %<en>Roughly speaking, the \Pkg{listings} package processes input as follows:
9146 %<ja>\Pkg{listings} パッケージの内部では,大雑把に言うと
9147 \begin{enumerate}
9148 %<en>\item Collects \textit{letters} and \textit{digits}, which can be used for the name of identifiers.
9149 %<ja>\item 識別子として使える文字 (``letter'',~``digit'') たちを集める.
9150 %<en>\item When reading an \textit{other}, outputs the collected character string (with modification, if needed).
9151 %<ja>\item letterでもdigitでもない文字が現れた時に,収集した文字列を(必要なら修飾して)出力する.
9152 %<en>\item Collects \textit{others}.
9153 %<ja>\item 今度は逆に,letterでない文字たちをletterが現れるまで集める.
9154 %<en>\item When reading a \textit{letter} or a \textit{digit}, outputs the collected character string.
9155 %<ja>\item letterが出現したら集めた文字列を出力する.
9156 %<en>\item Turns back to 1.
9157 %<ja>\item 1.に戻る.
9158 \end{enumerate}
9159 %<*en>
9160 By the above process, line breaks inside of an identifier are blocked.
9161 A flag \verb+\lst@ifletter+ indicates whether the previous character can be used
9162 for the name of identifiers or not.
9163 %</en>
9164 %<*ja>
9165 という処理が行われている.これにより,識別子の途中では行分割が行われないようになっている.
9166 直前の文字が識別子として使えるか否かは \verb+\lst@ifletter+ というフラグに格納されている.
9167 %</ja>
9168
9169 %<*en>
9170 For Japanese characters, line breaks are permitted on both sides
9171 except for brackets, dashes, etc.
9172 Hence the patch \Pkg{lltjp-listings} introduces
9173 a new flag \verb+\lst@ifkanji+, which indicates
9174 whether the previous character is a Japanese character or not.
9175 For illustration, we introduce following classes of characters:
9176 %</en>
9177 %<*ja>
9178 さて,日本語の処理である.殆どの和文文字の前後では行分割が可能であるが,その一方で
9179 括弧類や音引きなどでは禁則処理が必要なことから,\Pkg{lltjp-listings} では,
9180 直前が和文文字であるかを示すフラグ \verb+\lst@ifkanji+ を新たに導入した.
9181 以降,説明のために以下のように文字を分類する:
9182 %</ja>
9183 \begin{center}
9184 \small
9185 \begin{tabular}{lccccc}
9186 \toprule
9187 &Letter&Other&Kanji&Open&Close\\\midrule
9188 \verb+\lst@ifletter+&T&F&T&F&T\\
9189 \verb+\lst@ifkanji+&F&F&T&T&F\\
9190 %<en>Meaning&char in an identifier&other alphabet&%
9191 %<en>most of Japanese char&opening brackets&closing brackets\\
9192 %<ja>意図&識別子中の文字&その他欧文文字&殆どの和文文字&開き括弧類&閉じ括弧類\\
9193 \bottomrule
9194 \end{tabular}
9195 \end{center}
9196 %<*en>
9197 Note that \textit{digits} in the \Pkg{listings} package can be Letter or
9198 Other according to circumstances.
9199 %</en>
9200 %<*ja>
9201 なお,本来の\Pkg{listings} パッケージでの分類``digit''は,
9202 出現状況によって,上の表のLetterとOtherのどちらにもなりうる.
9203 また,KanjiとCloseは \verb+\lst@ifletter+ と \verb+\lst@ifkanji+ の値が一致しているが,
9204 これは間違いではない.
9205 %</ja>
9206
9207 %<*en>
9208 For example, let us consider the case an Open comes after a Letter.
9209 Since an Open represents Japanese open brackets,
9210 it is preferred to be permitted to insert line break after the Letter.
9211 Therefore, the collected character string is output in this case.
9212 %</en>
9213 %<*ja>
9214 例えば,Letterの直後にOpenが来た場合を考える.
9215 文字種Openは和文開き括弧類を想定しているので,Letterの直後では行分割が可能であることが望ましい.
9216 そのため,この場合では,すでに収集されている文字列を出力することで行分割を許容するようにした.
9217 %</ja>
9218
9219 %<*en>
9220 The following table summarizes $5\times 5=25$ cases:
9221 %</en>
9222 %<*ja>
9223 同じように,$5\times 5=25$通り全てについて書くと,次のようになる:
9224 %</ja>
9225 \begin{center}
9226 \small
9227 \begin{tabular}{llccccc}
9228 \toprule
9229 %<*en>
9230 &&\multicolumn{4}{c}{Next}\\\cmidrule(lr){3-7}
9231 &&\hbox to 4em{\hss Letter\hss}&\hbox to 4em{\hss Other\hss}
9232 &\hbox to 4em{\hss Kanji\hss}&\hbox to 4em{\hss Open\hss}&Close\\\midrule
9233 &Letter&collects&\multicolumn{3}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
9234 &Other&outputs&collects&\multicolumn{2}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
9235 Prev&Kanji&\multicolumn{4}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
9236 &Open&\multicolumn{5}{c}{\hrulefill \ collects\ \hrulefill}\\
9237 &Close&\multicolumn{4}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
9238 %</en>
9239 %<*ja>
9240 &&\multicolumn{4}{c}{後ろ側の文字}\\\cmidrule(lr){3-7}
9241 &&\hbox to 4em{\hss Letter\hss}&\hbox to 4em{\hss Other\hss}
9242 &\hbox to 4em{\hss Kanji\hss}&\hbox to 4em{\hss Open\hss}&Close\\\midrule
9243 直&Letter&収集&\multicolumn{3}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
9244 前&Other&出力&収集&\multicolumn{2}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
9245 文&Kanji&\multicolumn{4}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
9246 字&Open&\multicolumn{5}{c}{\hrulefill \ 収集\ \hrulefill}\\
9247 種&Close&\multicolumn{4}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
9248 %</ja>
9249 \bottomrule
9250 \end{tabular}
9251 \end{center}
9252 %<en>In the above table,
9253 %<ja>上の表において,
9254 \begin{itemize}
9255 %<en>\item ``outputs'' means to output the collected character string (i.e., line breaking is permitted there).
9256 %<ja>\item 「出力」は,それまでに集めた文字列を出力(≒ここで行分割可能)を意味する.
9257
9258 %<en>\item ``collects'' means to append the next character to the collected character string (i.e., line breaking is prohibited there).
9259 %<ja>\item 「収集」は,後側の文字を,現在収集された文字列に追加(行分割不可)を意味する.
9260 \end{itemize}
9261
9262 %<*en>
9263 Characters above or equal to~\texttt{U+0080} \emph{except Variation Selectors}
9264 are classified into above 5~classes by the following rules:
9265 %</en>
9266 %<*ja>
9267 \texttt{U+0080}以降の\emph{異体字セレクタ以外の}各文字が
9268 Letter, Other, Kanji, Open, Closeのどれに属するかは次によって決まる:
9269 %</ja>
9270 \begin{itemize}
9271 %<en>\item \textbf{ALchar}s above or equal to~\texttt{U+0080} are classified as Letter.
9272 %<ja>\item \<(\texttt{U+0080}以降の)\textbf{ALchar}は,すべてLetter扱いである.
9273
9274 %<en>\item \textbf{JAchar}s are classified in the order as follows:
9275 %<ja>\item \textbf{JAchar}については,以下の順序に従って文字種を決める:
9276 \begin{enumerate}
9277 %<en>\item Characters whose \Param{prebreakpenalty} is greater than or equal to 0 are classified as Open.
9278 %<ja>\item \Param{prebreakpenalty}が0以上の文字はOpen扱いである.
9279
9280 %<en>\item Characters whose \Param{postbreakpenalty} is greater than or equal to 0 are classified as Close.
9281 %<ja>\item \Param{postbreakpenalty}が0以上の文字はClose扱いである.
9282
9283 %<en>\item Characters that don't satisfy the above two conditions are classified as Kanji.
9284 %<ja>\item 上の3条件のどちらにも当てはまらなかった文字は,Kanji扱いである.
9285 \end{enumerate}
9286 \end{itemize}
9287
9288 %<*en>
9289 The width of halfwidth kana (\texttt{U+FF61}--\texttt{U+FF9F})
9290 is same as the width of \textbf{ALchar};
9291 the width of the other \textbf{JAchar}s is double the width of \textbf{ALchar}.
9292 %</en>
9293 %<*ja>
9294 なお,半角カナ(U+FF61--U+FF9F)以外の\textbf{JAchar}は欧文文字2文字分の幅をとるものとみなされる.
9295 半角カナは欧文文字1文字分の幅となる.
9296 %</ja>
9297
9298 %<*en>
9299 This classification process is executed every time a character appears in
9300 the \texttt{lstlisting} environment or other environments/commands.
9301 %</en>
9302 %<*ja>
9303 これらの文字種決定は,実際に \texttt{lstlisting} 環境などの内部で文字が出てくるたびに行われる.
9304 %</ja>
9305
9306 %<*ja>
9307 \section{和文の行長補正方法}
9308 \label{sec-adjspec}
9309 \Pkg{luatexja-adjust}で提供される優先順位付きの行長調整の詳細を大まかに述べると,次のようになる.
9310 \begin{itemize}
9311 \item (\texttt{lineend=extended}の場合)\textbf{JAglue}の挿入処理のところで,
9312   ……
9313 \item 通常の\TeX の行分割方法に従って,段落を行分割する.この段階では,行
9314       長に半端が出た場合,その半端分は\textbf{JAglue}(\Param{xkanjiskip},
9315       \Param{kanjiskip},JFMグルー)と
9316       それ以外のグルーの全てで(優先順位なく)負担される.
9317 \item その後,\texttt{post\_linebreak\_filter} callbackを使い,\emph{段
9318       落中の各行ごとに},行末文字の位置を調整(\texttt{lineend=true}の場合)したり,優先度付きの行長調整
9319       を実現するためにグルーの伸縮度を調整する.
9320       その処理においては,グルーの自然長と\textbf{JAglue}以外の
9321       グルーの伸び量・縮み量は変更せず,必要に応じて\textbf{JAglue}の伸び量・縮み量のみを
9322       変更する設計とした.
9323 \end{itemize}
9324 この章の残りでは各処理について解説する.
9325
9326 \paragraph{準備:合計伸縮量の計算}
9327 グルーの伸縮度(\texttt{plus} や \texttt{minus} で指定されている値)には,
9328 有限値の他に,\texttt{fi},\texttt{fil},\texttt{fill},\texttt{filll}と
9329 いう4つの無限大レベル(後ろの方ほど大きい)がある.行の調整に
9330 \texttt{fi} などの\emph{無限大レベルの伸縮度が用いられている行では,
9331 「行末文字の位置調整」のみ行い,「グルーの調整」は行わない.}
9332
9333 まず,段落中の行中のグルーを
9334 \begin{itemize}
9335 \item \textbf{JAglue}ではないグルー
9336 \item JFMグルー(優先度\footnote{%
9337   \ref{ssec-jfm-str}節にあるように,
9338   各JFMグルーには$-2$から2までの優先度がついている.}%
9339 別にまとめられる)
9340 \item 和欧文間空白(\Param{xkanjiskip})
9341 \item 和文間空白(\Param{kanjiskip})
9342 \end{itemize}
9343 の$1+1+5+1=8$つに類別する.
9344 そして許容されている伸び量(\texttt{stretch}の値)の合計を
9345 無限のレベルごとに
9346 \begin{align*}
9347  T^{+}_{l}&:= \sum_{\text{$\texttt{stretch\_order}(p) = l$}} \texttt{stretch}(p),&
9348  l\in \{\text{(finite)}, \texttt{fi}, \texttt{fil}, \texttt{fill}, \texttt{filll}\}
9349 \end{align*}
9350 と計算する.さらに,
9351 \begin{align*}
9352 T^{+}&:=T^{+}_{L^+},&L^{+} = \max \{l\in
9353  \{\text{(finite)}, \texttt{fi}, \texttt{fil}, \texttt{fill}, \texttt{filll}\}:
9354  T^{+}_l\neq 0\}
9355 \end{align*}
9356 とおく.有限の伸び量については,上記の8種類の類別ごとにも合計を計算する.
9357 さらに縮み量(\texttt{shrink}の値)についても同様の処理を行い,$T^{-}$を計算する.
9358
9359 また,行長から自然長を引いた値を\textit{total}とおく.
9360
9361 \subsection{行末文字の位置調整(行分割後の場合)}
9362 行末が\textbf{JAchar}であり,この文字の属する文字クラスでは
9363 \begin{quote}
9364   \texttt{end\_adjust = \{$a_{1}$, $a_{2}$, ..., $a_{n}$\}}
9365 \end{quote}
9366 であったとする.
9367 このとき,以下の条件を満たした場合,
9368 この文字クラスに対する\texttt{end\_adjust}の値のいずれかだけこの文字の位置を移動させる.
9369 \begin{description}
9370   \item[最終行以外] 行長調整に無限大の伸縮度が用いられていない.
9371   すなわち,$\textit{total}>0$ならば$L^{+}=(\text{finite})$であり,
9372   $\textit{total}>0$ならば$L^{-}=(\text{finite})$である.
9373   \item[最終行] 行長調整に無限大に伸び縮みするグルーが用いられたなら,それは\cs{parfillskip}のみであり,
9374     かつ,次の不等式が成立する:
9375   \[
9376    \min\{0,a_{1}\}\text{\cs{zw}}\leq (\text{\cs{parfillskip}の実際の長さ}) \leq \max\{0,a_{n}\}\text{\cs{zw}}
9377   \]
9378 \end{description}
9379
9380 各$1\leq i\leq n$に対して,
9381 「行末に$a_{i}$全角だけのカーンを追加した時の,\textit{glue\_set}の値」を
9382 $b_{i}$とおく.式で書くと,
9383 \[
9384 \catcode`\<=12
9385 b_{i} = \begin{cases}
9386   |\textit{total}-a_{i}\text{\cs{zw}}|/T^{+}
9387           &(\textit{total}-a_{i}\text{\cs{zw}}\geq 0)\\
9388   |\textit{total}-a_{i}\text{\cs{zw}}|/T^{-}
9389           &(\textit{total}-a_{i}\text{\cs{zw}}<0)
9390 \end{cases}.
9391 \]
9392 $b_{i}$達の最小値を与えるような$i$を$j$としたとき\footnote{%
9393   そのような$i$が2つ以上あるときは,$|\textit{total}-a_{i}\cdot \text{\cs{zw}}|$,
9394   $|a_{i}|$, $a_i$の順で比較して一番小さくなるものが選ばれる.
9395 },
9396 行末に大きさ$a_{j}$のカーンを追加する.
9397 \textit{total}から$a_{j}$全角の大きさだけ引いておく.
9398
9399 \subsection{行末文字の位置調整(行分割での考慮)}
9400 未完.最終行!
9401
9402 \subsection{グルーの調整}
9403 $|\textit{total}|$の分だけが,行中のグルーの伸び量に応じて負担されることになる.
9404 以下,$\textit{total}\geq 0$であると仮定して話を進めるが,負のときも同様である.
9405 負担するグルーの優先度は以下の順であり,
9406 できるだけ\Param{kanjiskip}を自然長のままにすることを
9407 試みている.
9408 \begin{enumerate}\def\labelenumi{(\Alph{enumi})}
9409  \item \textbf{JAglue}以外のグルー
9410  \item 優先度2のJFMグルー
9411  \item 優先度1のJFMグルー
9412  \item 優先度0のJFMグルー
9413  \item 優先度$-1$のJFMグルー
9414  \item 優先度$-2$のJFMグルー
9415  \item \Param{xkanjiskip}
9416  \item \Param{kanjiskip}
9417 \end{enumerate}
9418 \begin{enumerate}
9419  \item 行末の\textbf{JAchar}を移動したことで$\textit{total}=0$となれば,
9420 調整の必要はなく,行が格納されているhboxの
9421 \texttt{glue\_set}, \texttt{glue\_sign}, \texttt{glue\_order}を再計算すればよい.
9422 以降,$\textit{total}\neq 0$と仮定する.
9423  \item \textit{total}が「\textbf{JAglue}以外のグルーの伸び量の合計」(以下,(A)の伸び量の
9424        合計,と称す)よりも小さければ,
9425 それらのグルーに\textit{total}を負担させ,\textbf{JAglue}達自身は自然長で組むことができる.
9426 よって,以下の処理を行う:
9427 \begin{enumerate}
9428 \item 各\textbf{JAglue}の伸び量を0とする.
9429 \item 行が格納されているhboxの
9430 \texttt{glue\_set}, \texttt{glue\_sign}, \texttt{glue\_order}を再計算する.
9431 これによって,\textit{total}は\textbf{JAglue}以外のグルーによって負担される.
9432 \end{enumerate}
9433 \item \textit{total}が「(A)の伸び量の合計」以上ならば,(A)--(H)のどこまで負担すれば
9434 \textit{total}以上になるかを計算する.
9435 例えば,
9436 \[\catcode`\<=12
9437  \textit{total} = (\text{(A)--(B)の伸び量の合計}) + p\cdot (\text{(C)の伸び量の合計}),
9438  \qquad 0\le p<1
9439 \]
9440 であった場合,各グルーは次のように組まれる:
9441 \begin{itemize}
9442  \item (A),~(B)に属するグルーは各グルーで許された伸び量まで伸ばす.
9443  \item (C)に属するグルーはそれぞれ$p\times (\text{伸び量})$だけ伸びる.
9444  \item (D)--(H)に属するグルーは自然長のまま.
9445 \end{itemize}
9446 実際には,前に述べた「設計」に従い,次のように処理している:
9447 \begin{enumerate}
9448 \item (C)に属するグルーの伸び量を$p$倍する.
9449 \item (D)--(H)に属するグルーの伸び量を0とする.
9450 \item 行が格納されているhboxの
9451 \texttt{glue\_set}, \texttt{glue\_sign}, \texttt{glue\_order}を再計算する.
9452 これによって,\textit{total}は\textbf{JAglue}以外のグルーによって負担される.
9453 \end{enumerate}
9454 \item \textit{total}が(A)--(H)の伸び量の合計よりも大きい場合,どうしようもないので
9455       \verb+^^;+何もしない.
9456 \end{enumerate}
9457
9458 %</ja>
9459
9460 %<*ja>
9461 \section{IVS対応}
9462 \verb+luatexja.otf.enable_ivs()+ を実行し,IVS対応を有効にした状態では,
9463 \verb+pre_linebreak_filter+ や \verb+hpack_filter+ コールバックには
9464 次の4つが順に実行される状態となっている:
9465 \begin{description}
9466 \item[\tt ltj.do\_ivs] \textit{glyph\_node}~$p$の直後に,異体字セレクタ(を表す\textit{glyph\_node})
9467 が連続した場合に,$p$のフォントに対応したが持つ「異体字情報」に従って出力するグリフを変える.
9468
9469 しかし,単に$p.\textit{char}$を変更するだけでは,後から
9470 OpenType機能の適用(すぐ下)により置換される可能性がある.そのため,
9471 \cs{CID} や \cs{UTF} と同じように,\textit{glyph\_node}~$p$の代わりに
9472 \texttt{user\_id} が\textit{char\_by\_cid}であるようなuser-defined whatsitを用いている.
9473 \item[(\Pkg{luaotfload} によるfont featureの適用)]
9474 \item[\tt ltj.otf] \texttt{user\_id} が\textit{char\_by\_cid}であるようなuser-defined whatsitを
9475 きちんと\textit{glyph\_node}に変換する.この処理は,\cs{CID}, \cs{UTF}やIVSによる置換が,
9476 OpenType機能の適用で上書きされてしまうのを防止するためである.
9477 \item[\tt ltj.main\_process] \textbf{JAglue}の挿入処理(\ref{sec-jfmglue}章)と,
9478 JFMの指定に従って各\textbf{JAchar}の「寸法を補正」することを行う.
9479 \end{description}
9480
9481 問題は各フォントの持っているIVS情報をどのように取得するか,である.
9482 \Pkg{luaotfload} はフォント番号<font\_number>の情報を\
9483 \texttt{fonts.hashes.identifiers[<font\_number>]} 以下に格納している.
9484 しかし,OpenTypeフォントのIVS情報は格納されていないようである%
9485 \footnote{TrueTypeフォントに関しては,
9486 \begin{center}
9487 \texttt{fonts.hashes.idenfiers[<font\_number>]%
9488   .resources.variants[<selector>][<base\_char>]}
9489 \end{center}
9490 に,<base\_char>番の文字の後に異体字セレクタ<selector>が続いた場合に
9491 出力すべきグリフが書かれてある.}.
9492 %例えば,小塚明朝Pr6N~Rでは,
9493
9494 一方,\LuaTeX 内部の \texttt{fontloader} の返すテーブルには
9495 OpenTypeフォントでもTrueTypeフォントでもIVS情報が格納されている.
9496 具体的には……
9497
9498 そのため,\LuaTeX-jaのIVS対応においては,\LuaTeX 内部の\
9499 \texttt{fontloader} を直接用いることで,フォントのIVS情報を取得している.
9500 20140114.0以降でキャッシュを用いるようにした要因はここにあり,
9501 \texttt{fontloader} の呼び出しでかなり時間を消費することから,
9502 %%% to_table を使わなくしたことで,メモリ使用量は減った
9503 IVS情報をキャッシュに保存することで2回目以降の実行時間を節約している.
9504 %</ja>
9505
9506
9507 %<*ja>
9508 \section{複数フォントの「合成」(未完)}
9509 \section{\LuaTeX-jaにおけるキャッシュ}
9510 \Pkg{luaotfload}パッケージが,各TrueType・OpenTypeフォントの情報を
9511 キャッシュとして保存しているのと同様の方法で,
9512 \LuaTeX-jaもいくつかのキャッシュファイルを作成するようになった.
9513 \begin{itemize}
9514  \item 通常,キャッシュは\texttt{\$TEXMFVAR/luatexja/}以下に保存され,
9515 そこから読み込みが行われる.
9516  \item 「通常の」テキスト形式のキャッシュ(拡張子は \texttt{.lua})以外にも,
9517 それをバイナリ形式(バイトコード)に変換したものもサポートしている.
9518 \begin{itemize}
9519  \item \LuaTeX とLuaJIT\TeX ではバイトコードの形式が異なるため,バイナリ形式の
9520 キャッシュは共有できない.\LuaTeX 用のバイナリキャッシュは \texttt{.luc},
9521 LuaJIT\TeX 用のは \texttt{.lub} と拡張子を変えることで対応している.
9522  \item キャッシュを読み込む時,同名のバイナリキャッシュがあれば,
9523 テキスト形式のものよりそちらを優先して読み込む.
9524  \item テキスト形式のキャッシュが更新/作成される際は,そのバイナリ版も
9525 同時に更新される.
9526 また,(バイナリ版が見つからず)テキスト形式のキャッシュ側が読み込まれたときは,
9527 \LuaTeX-jaはバイナリキャッシュを作成する.
9528 \end{itemize}
9529 \end{itemize}
9530 %</ja>
9531 %<*en>
9532 \section{Cache Management of \LuaTeX-ja}
9533 \LuaTeX-ja creates some cache files to reduce the loading time.
9534 in a similar way to the \Pkg{luaotfload} package:
9535 \begin{itemize}
9536  \item Cache files are usually stored in (and loaded from)
9537 \texttt{\$TEXMFVAR/luatexja/}.
9538  \item In addition to caches of the text form (the extension is ``\texttt{.lua}''),
9539 caches of the \emph{binary}, precompiled form are supported.
9540 \begin{itemize}
9541  \item We cannot share same binary cache for \LuaTeX\ and LuaJIT\TeX.
9542 Hence we distinguish them by their extension, ``\texttt{.luc}'' for \LuaTeX\
9543 and ``\texttt{.lub}'' for LuaJIT\TeX.
9544  \item In loading a cache, the binary cache precedes
9545 the text form.
9546  \item When \LuaTeX-ja updates a cache \texttt{hoge.lua},
9547 its binary version is also updated.
9548 \end{itemize}
9549 \end{itemize}
9550 %</en>
9551
9552 %<*ja>
9553 \subsection{キャッシュの使用箇所}
9554
9555 \LuaTeX-ja では以下の3種類のキャッシュを使用している:
9556 \begin{cslist}
9557 \item[ltj-cid-auto-adobe-japan1.lua]
9558 Ryumin-Lightのような非埋め込みフォントの情報を格納しており,
9559 (それらが\LuaTeX-jaの標準和文フォントなので)\LuaTeX-jaの読み込み時に自動で読まれる.
9560 生成には\texttt{UniJIS2004-UTF32-\{H, V\}}, \texttt{Adobe-Japan1-UCS2}という3つの
9561 CMapが必要である.
9562
9563 \pageref{para-cid}ページで述べたように,\texttt{cid}キーを使って
9564 非埋め込みの中国語・韓国語フォントを定義する場合,同様のキャッシュが生成される.
9565 キャッシュの名称,必要となるCMapについては表\ref{tab:cid-cache}を参照して欲しい.
9566
9567 \item[extra\_***.lua]
9568 フォント``\texttt{***}''における異体字セレクタの情報,縦組用字形への変換テーブル,そして
9569 縦組時における幅を格納している.構造は以下の通り:
9570 %</ja>
9571 %<*en>
9572 \subsection{Use of cache}
9573
9574 \LuaTeX-ja uses the following cache:
9575 \begin{cslist}
9576 \item[ltj-cid-auto-adobe-japan1.lua]
9577 The font table of a CID-keyed non-embedded Japanese font.
9578 This is loaded in every run.
9579 It is created from three CMaps, \texttt{UniJIS2004-UTF32-\{H,V\}} and
9580              \texttt{Adobe-Japan1-UCS2},
9581 and this is why these two CMaps are needed in the first run of \LuaTeX-ja.
9582
9583 Similar caches are created as Table~\ref{tab:cid-cache},
9584 if you specified \texttt{cid} key in \cs{jfont}
9585 to use other CID-keyed non-embedded fonts for Chinese or Korean,
9586 as in Page~\pageref{para-cid}.
9587
9588 \item[extra\_***.lua]
9589 This file stores the table which stores the following.
9590 \begin{itemize}
9591  \item unicode variants in a font ``\texttt{***}''
9592  \item vertical width of glyphs, if it is not equal to the sum of
9593 the height of ascender and the depth of descender
9594  \item vertical variants
9595 \end{itemize}
9596 The following is the structure of the that table.
9597 %</en>
9598
9599 \begin{table}[!tb]
9600  \centering\small
9601 \caption{\texttt{cid} key and corresponding files}
9602 \label{tab:cid-cache}
9603 \vspace*{\medskipamount}
9604 \begin{tabular}{>{\tt}l>{\tt}l>{\tt}l>{\tt}l}
9605 \toprule
9606 \bf \texttt{cid} key&\bf name of the cache &
9607 \multicolumn{2}{c}{\bf used CMaps}\\
9608 \midrule
9609 Adobe-Japan1-*&ltj-cid-auto-adobe-japan1.lua&UniJIS2004-UTF32-*&Adobe-Japan1-UCS2\\
9610 Adobe-Korea1-*&ltj-cid-auto-adobe-korea1.lua&UniKS-UTF32-*&Adobe-Korea1-UCS2\\
9611 Adobe-GB1-*&ltj-cid-auto-adobe-gb1.lua&UniGB-UTF32-*&Adobe-GB1-UCS2\\
9612 Adobe-CNS1-*&ltj-cid-auto-adobe-cns1.lua&UniCNS-UTF32-*&Adobe-CNS1-UCS2\\
9613 \bottomrule
9614 \end{tabular}
9615 \end{table}
9616
9617 \begin{lstlisting}
9618 return {
9619  {
9620   [10955]={    -- U+2ACB "Subset Of Above Not Equal To"
9621    [65024]=983879, -- <2ACB FE00>
9622    ["vwidth"]=0.98, -- vertical width
9623   },
9624   [37001]={    -- U+9089 "邉"
9625    [0]=37001,  --   <9089 E0100>
9626    991049,     --   <9089 E0101>
9627    ...
9628    ["vform"]=995025, -- vertical variant
9629   },
9630   ...
9631   ["unicodes"]={
9632     ["aj102.pe.vert"]=984163, -- glyph name to unicode
9633     ...
9634   }
9635  },
9636  ["chksum"]="FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", -- checksum of the fontfile
9637  ["version"]=11, -- version of the cache
9638 }
9639 \end{lstlisting}
9640 %<*ja>
9641 \item[ltj-jisx0208.\{luc|lub\}]
9642 \LuaTeX-ja配布中の\texttt{ltj-jisx0208.lua}をバイナリ化したものである.
9643 これはJIS~X~0208とUnicodeとの変換テーブルであり,
9644 \pTeX との互換目的の文字コード変換命令で用いられる.
9645 %</ja>
9646 %<*en>
9647 \item[ltj-jisx0208.\{luc|lub\}]
9648 The binary version of \texttt{ltj-jisx0208.lua}.
9649 This is the conversion table between JIS~X~0208 and Unicode
9650 which is used in Kanji-code conversion commands for compatibility with \pTeX.
9651 %</en>
9652 \end{cslist}
9653
9654 %<*en>
9655 \subsection{Internal}
9656 Cache management system of \LuaTeX-ja is stored in \texttt{luatexja.base}
9657 (\texttt{ltj-base.lua}).
9658 There are three public functions for cache management in \texttt{luatexja.base},
9659 where <filename> stands for the file name \emph{without suffix}:
9660 \begin{cslist}
9661 \item[save\_cache(<filename>, <data>)]
9662 Save a non-nil table <data> into a cache <filename>.
9663 Both the text form <filename>\texttt{.lua} and its binary version
9664 are created or updated.
9665
9666 \item[save\_cache\_luc(<filename>, <data>{[, <serialized\_data>]})]
9667
9668 Same as \texttt{save\_cache}, except that only the binary cache is updated.
9669 The third argument <serialized\_data> is not usually given.
9670 But if this is given, it is treated as a string representation of <data>.
9671
9672 \item[load\_cache(<filename>, <outdate>)]
9673 Load the cache <filename>.
9674 <outdate> is a function which takes one argument (the contents of the cache),
9675 and its return value is whether the cache is outdated.
9676
9677 \texttt{load\_cache} first tries to
9678 read the binary cache <filename>\texttt{.\{luc|lub\}}.
9679 If its contents is up-to-date, \texttt{load\_cache} returns the contents.
9680 If the binary cache is not found or
9681 its contents is outdated, \texttt{load\_cache} tries to
9682 read the text form <filename>\texttt{.lua}.
9683 Hence, the return value of \texttt{load\_cache} is non-nil,
9684 if and only if the updated cache is found.
9685 \end{cslist}
9686 %</en>
9687 %<*ja>
9688 \subsection{内部命令}
9689 \LuaTeX-jaにおけるキャッシュ管理は,\texttt{luatexja.base}~(\texttt{ltj-base.lua})に
9690 実装しており,以下の3関数が公開されている.
9691 ここで,<filename>は保存するキャッシュのファイル名を\emph{拡張子なしで}指定する.
9692 \begin{cslist}
9693 \item[save\_cache(<filename>, <data>)]
9694 nilでない<data>をキャッシュ<filename>に保存する.
9695 テキスト形式の<filename>\texttt{.lua}のみならず,
9696 そのバイナリ版も作成/更新される.
9697
9698 \item[save\_cache\_luc(<filename>, <data>{[, <serialized\_data>]})]
9699
9700 \texttt{save\_cache}と同様だが,バイナリキャッシュのみが更新される.
9701 第3引数<serialized\_data>が与えられた場合,それを
9702 <data>の文字列化表現として使用する.
9703 そのため,<serialized\_data>は普通は指定しないことになるだろう.
9704
9705 \item[load\_cache(<filename>, <outdate>)]
9706 キャッシュ<filename>を読み込む.
9707 <outdate>は1引数(キャッシュの中身)をとる関数であり,
9708 その戻り値は「キャッシュの更新が必要」かどうかを示すブール値でないといけない.
9709
9710 \texttt{load\_cache}は,まずバイナリキャッシュ<filename>\texttt{.\{luc|lub\}}を
9711 読みこむ.もしその内容が「新しい」,つまり<outdate>の評価結果が \texttt{false} なら
9712 \texttt{load\_cache}はこのバイナリキャッシュの中身を返す.
9713 もしバイナリキャッシュが見つからなかったか,「古すぎる」ならばテキスト版
9714              <filename>\texttt{.lua}を読み込み,その値を返す.
9715
9716 以上より,\texttt{load\_cache}自体がnilでない値を返すのは,ちょうど「新しい」キャッシュが
9717 見つかった場合である.
9718 \end{cslist}
9719 %</ja>
9720
9721
9722 %<*ja>
9723 \section{縦組の実装}
9724 \label{sec-dir-imp}
9725 \ref{sec-direction}章の最初でも述べたように,
9726 \LuaTeX-jaは横組(\texttt{TLT})で組んだボックスを回転させる方式で
9727 縦組を実装している.
9728
9729 \LuaTeX-jaにおける縦組の実装は
9730 \pTeX における実装(\cite{ptexdoc,ptextug})をベースにしている.
9731
9732 \subsection{direction~whatsit}
9733 \textit{direction}~whatsitとは,\textit{direction}という特定の \verb+user_id+ を持つ
9734 whatsitのことであり,以下のタイミングで作られる.
9735 \begin{itemize}
9736  \item 組方向を \cs{tate} 等で変更したとき.
9737  \item \cs{hbox}, \cs{vbox}, \cs{vtop} による明示的なボックスの開始時.\\
9738 \verb+\hbox{}+, \verb+\vbox{}+ といった,
9739 \begin{itemize}
9740  \item \cs{tate} 等によりボックス内部の組方向を変更していない
9741  \item ボックスの中身のリストが空である
9742 \end{itemize}
9743 場合は,\LuaTeX の \verb+hpack_filter+, \verb+vpack_filter+ といった
9744 callbackに処理が回らない.そこで,\LuaTeX-ja では,\cs{everyhbox}, \cs{everyvbox} を利用す
9745        ることで各ボックスの先頭に確実に追加するようにしている\footnote{%
9746   問題は \cs{hbox to 25pt\{\}} という状況である.実際のこのボックスの中身は空でない(少な
9747        くともdirection whatsitがある)ため,何も対策をしなければhpack時にUnderfill警告が発
9748        生してしまうことになる.\LuaTeX-jaではそうならないように「\cs{hbadness},
9749        \cs{vbadness} を一時的に10000に変更し,hpack, vpack後に元の値に戻す」処理を行ってい
9750        る.
9751 }.
9752  \item \cs{vsplit}によってvboxを分割した時の「残り」の先頭.
9753  \item \LuaTeX-ja読み込み前に作成したボックスの寸法を \cs{ltjsetwd} 等によって変更した時.
9754  \item \cs{insert} によるinsertionでは,中身の先頭に\textit{direction}~whatsitは作られず,
9755 その代わりに中身の各ボックス・罫線の直前に作られる\footnote{%
9756  これは,ページ分割の過程でinsertionが分割される時,「現在のページで出力される部分」が空と
9757        なることがあることによる.先頭にwhatsitを置くと,最悪でも「現在のページにwhatsitが
9758        残る」ことになってしまう.}.
9759 \end{itemize}
9760 なお,\verb+\vtop{...}+ の場合は,先頭にdirection whatsitを置くと
9761 ボックスの高さが常に0\,ptになるという問題が発生する.そのため,この場合に限っては
9762 vpack時にdirection whatsitをリストの2番目に移動させている.
9763
9764 direction whatsitはあくまでも組方向処理のための補助的なノードであるので,
9765 \cs{unhbox}, \cs{unhcopy} によってボックスの中身が展開される時には展開直前に削除される.
9766 これは
9767 \begin{lstlisting}
9768  % yoko direction
9769 \setbox0=\hbox{\tate B}
9770 \noindent % 水平モードに入る.この時点でのリストの中身は空
9771 \unhbox0 A
9772 \end{lstlisting}
9773 といった場合に,段落が縦組で組まれたり,あるいは
9774 \begin{lstlisting}
9775 \setbox0=\hbox{}
9776 \leavevmode \hbox{A}\unhbox0
9777 \setbox1=\lastbox % \box1 はどうなる?
9778 \end{lstlisting}
9779 で \cs{box1} が \cs{hbox\{A\}} でなく空になってしまうことを防ぐためである.
9780
9781
9782 \subsection{\textit{dir\_box}}
9783 縦中横など異方向のボックスを配置する場合に,周囲の組方向と大きさを整合させるため,
9784 \LuaTeX-jaでは \verb+\ltj@dir+ が128以降の\textit{hlist\_node}, \textit{vlist\_node}を
9785 用いる.これらは\pTeX における\textit{dir\_node}の役割と同じ果たしており,
9786 この文章中では\textit{dir\_box}と呼称する.
9787
9788 \subsubsection{異方向のボックスの整合}
9789 \textit{dir\_box}の第一の使用目的は,異方向のボックスの大きさを整合させることである.
9790 例えば,
9791 \begin{lstlisting}
9792  % yoko direction
9793 平成\hbox{\tate 26}年
9794 \end{lstlisting}
9795 は段落中で
9796 \[
9797  \xymatrix{
9798    {}\Node{glyph}{`平'}\ar[r]&{}\Node{glyph}{`成'}\ar[r]&
9799    {}\HNode{hbox}{10.00003}{3.02779}{0.0}\ar[r]\ar[d]^{\text{中身}}&{}\Node{glyph}{`年'}\\
9800    &&{}\Node{whatsit}{\cs{tate}}\ar[r]&{}\Node{glyph}{`2'}\ar[r]&{}\Node{glyph}{`6'}
9801  }
9802 \]
9803 というリストを作る.その後,この段落が終了したときに,
9804 \LuaTeX-jaの\textbf{JAglue}挿入処理が行われ
9805 \[
9806  \xymatrix{
9807    {}\Node{glyph}{`平'}\ar[r]
9808   &{}\textcolor{blue}{\Node{glue}{\Param{xkanjiskip}}}\ar[r]
9809   &{}\Node{glyph}{`成'}\ar[r]
9810   &{}\textcolor{blue}{\Node{penalty}{0}}
9811     \ar`r[d] `[l] `[ddll] `[dl] [dl]
9812   \\
9813   &&{}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{yoko})}{3.02779}{10.00003}{0.0}}\ar[r]\ar[d]^{\text{中身}}
9814   &{}\textcolor{blue}{\Node{penalty}{0}}\ar[r]
9815   &{}\Node{glyph}{`年'}\\
9816   &&{}\HNode{hbox}{10.00003}{3.02779}{0.0}\ar[d]^{\text{中身}}\\
9817   &&{}\Node{whatsit}{\cs{tate}}\ar[r]&{}\Node{glyph}{`2'}\ar[r]&{}\Node{glyph}{`6'}
9818  }
9819 \]
9820 のようになる(青字は\textbf{JAglue},赤字が整合処理のための\textit{dir\_box}である).
9821 \TeX の \cs{showbox} 形式で書けば
9822
9823 \medskip{\narrowbaselines\ttfamily\obeylines\parindent0pt
9824 \catcode`\@=0 @catcode`@\=12
9825 .\tenmin 平
9826 @textcolor{blue}{.\glue 0.0 plus 0.4 minus 0.4}
9827 .\tenmin 成
9828 @textcolor{blue}{.\penalty 0}
9829 @textcolor{red}{.\hbox(10.00003+0.0)x3.02779, direction TLT}
9830 ..\hbox(3.02779+0.0)x10.00003, direction TLT
9831 ...\whatsit4=[]
9832 ...\tenrm 2
9833 ...\tenrm 6
9834 @textcolor{blue}{.\penalty 0}
9835 .\tenmin 年
9836 }\medskip
9837
9838 \noindent である.
9839
9840 なお,\cs{raise},~\cs{lower}, \cs{moveleft},~\cs{moveright} といったボックス移動命令では.
9841 移動を正しく表現するために段落やボックスの途中でも異方向のボックスは\textit{dir\_box}にカ
9842 プセル化している.
9843 例えば
9844 \begin{lstlisting}
9845  % yoko direction
9846 平成\raise1pt\hbox{\tate 26}年\showlists
9847 \end{lstlisting}
9848 は以下のような結果を得る.
9849
9850 \medskip{\narrowbaselines\ttfamily\obeylines\parindent0pt
9851 \catcode`\@=0 @catcode`@\=12
9852 (前略)
9853 \tenrm 平
9854 \tenrm 成
9855 @textcolor{red}{\hbox(10.00003+0.0)x3.02779, shifted -1.0, direction TLT}
9856 .\hbox(3.02779+0.0)x10.00003, direction TLT
9857 ..\whatsit4=[]
9858 ..\tenrm 2
9859 ..\tenrm 6
9860 \tenrm 年
9861 }\medskip
9862
9863 また,メインの垂直リストに異方向のボックスが追加される場合にも同様に即座に
9864 \textit{dir\_box}にカプセル化している.ページ分割のタイミングを正
9865 しく\TeX が判断するためである.
9866 \cs{lastbox} によるボックスの取得では,\textit{dir\_box}は削除される.
9867
9868 \subsubsection{異方向のボックス寸法の格納}
9869 第二の使用目的は,現在の組方向がボックス本来の組方向とは異なる状況で,
9870 \cs{ltjsetwd} によってボックス寸法を設定されたことを記録することである.
9871
9872 例えば
9873 \begin{lstlisting}[numbers=left]
9874 \setbox0=\hbox{\vrule width 10pt height 5pt depth 2pt}
9875 \setbox1=\hbox{\tate\ltjsetwd0=20pt}
9876 \wd0=9pt
9877 \setbox1=\hbox{\dtou\ltjsetwd0=20pt}
9878 \setbox0=\hbox{\dtou a\box0}
9879 \end{lstlisting}
9880 というコードを考える.1行目で \cs{box0} には横組の
9881 幅10\,pt,高さ5\,pt,深さ2\,ptのボックスが代入される.
9882 よって,
9883 \begin{itemize}
9884  \item 縦組下では \cs{box0} は幅7\,pt,高さ・深さ5\,ptのボックスとして扱われる.
9885  \item \cs{dtou} 下では \cs{box0} は幅7\,pt,高さ10\,pt,深さ0\,ptのボックスとして扱われる.
9886 \end{itemize}
9887 このとき,\cs{box0} の\emph{中身}は
9888 \[
9889  \xymatrix{
9890    {}\Node{whatsit}{\cs{yoko}}\ar[r]&{}\Node{rule}{}
9891  }
9892 \]
9893 である.
9894
9895 さて,2行目で縦組時の \cs{box0} の幅が20\,ptに設定される.この情報が
9896 direction~whatsit内部のノードリストに,\textit{dir\_box}として格納される:
9897 \[
9898  \xymatrix{
9899    {}\Node{whatsit}{\cs{yoko}}\ar[r]\ar[d]_{\text{中身}}&{}\Node{rule}{}\\
9900    {}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{tate})}{20.0}{5.0}{5.0}}
9901  }
9902 \]
9903
9904 次に,3行目では横組時の,つまり \cs{box0} 本来の組方向での深さが9\,ptに変更される.
9905 このとき,\cs{box0} は
9906 \begin{itemize}
9907  \item 縦組下では寸法代入が既に行われているので,2行目で作成された\textit{dir\_box}の通り
9908        に幅20\,pt,高さ・深さ5\,ptのボックスとして扱われる.
9909  \item \cs{dtou} 下ではまだ寸法代入が行われていないので,
9910 \cs{box0} の寸法変更に追従し,幅7\,pt,高さ9\,pt,深さ0\,ptのボックスとして扱われる.
9911 \end{itemize}
9912
9913 4行目では \cs{dtou} 下での\cs{box0} の幅が20\,ptに設定されるので,2行目と同じように
9914 \[
9915  \xymatrix{
9916    {}\Node{whatsit}{\cs{yoko}}\ar[r]\ar[d]_{\text{中身}}&{}\Node{rule}{}\\
9917    {}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{dtou})}{20.0}{9.0}{0.0}}\ar[r]&
9918    {}\HNode{\textit{dir\_box} (\cs{tate})}{20.0}{5.0}{5.0}
9919  }
9920 \]
9921 と\textit{dir\_box}が作成される.
9922
9923 このように寸法代入によってつくられた\textit{dir\_box}は,前節の整合過程のときに再利用され
9924 る.上記の例でいえば,5行目を実行した後の \cs{box0} の内容は
9925 \[
9926  \xymatrix{
9927    {}\Node{whatsit}{\cs{dtou}}\ar[r]&
9928    {}\Node{glyph}{`a'}\ar[r]&
9929    {}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{dtou})}{20.0}{9.0}{0.0}}\ar[d]_{\text{中身}}\\
9930    &&{}\HNode{hbox}{9.0}{5.0}{2.0}\ar[d]_{\text{中身}}\\
9931    &&{}\Node{whatsit}{\cs{yoko}}\ar[r]&{}\Node{rule}{}
9932  }
9933 \]
9934 のようになる.
9935 %</ja>
9936
9937 \newpage
9938 \begin{thebibliography}{99}
9939   \addcontentsline{toc}{section}{\refname}
9940 \bibitem{texbytopic}
9941 Victor Eijkhout. \newblock \textit{\TeX\ by Topic, A \TeX nician's Reference}, Addison-Wesley, 1992.
9942 \bibitem{listings} C.\ Heinz, B.\ Moses. \newblock The \textsf{Listings} Package.
9943 \bibitem{uptex} Takuji Tanaka. \newblock
9944 upTeX---Unicode version of pTeX with CJK extensions,
9945 TUG 2013, October 2013.
9946 %<ja>\newblock
9947 %<en>\\\null\hfill
9948 \url{http://tug.org/tug2013/slides/TUG2013_upTeX.pdf}
9949 \bibitem{jlisting} Thor Watanabe. \newblock Listings\ -\ MyTeXpert.
9950 %<en>\newblock
9951 %<ja>\\\null\hfill
9952 \url{http://mytexpert.osdn.jp/index.php?Listings}
9953 \bibitem{jlreq}  W3C Japanese Layout Task Force~(ed). \newblock
9954 Requirements for Japanese Text Layout (W3C Working Group Note), 2011, 2012. \newblock
9955 \url{http://www.w3.org/TR/jlreq/}%
9956 %<ja> \\日本語訳の書籍版:W3C日本語組版タスクフォース(編),『W3C技術ノート 日本語組版処理の要件』,東京電機大学出版局,2012.
9957 \bibitem{min10} 乙部厳己.min10フォントについて.\\\null\hfill
9958 \url{http://argent.shinshu-u.ac.jp/~otobe/tex/files/min10.pdf}
9959 \bibitem{x4051} 日本工業規格(Japanese Industrial Standard). JIS~X~4051,
9960 日本語文書の組版方法(Formatting rules for Japanese documents), 1993, 1995, 2004.
9961 \bibitem{ptexdoc} 濱野尚人,田村明史,倉沢良一.\TeX の出版への応用—縦組み機能の組み込み—.
9962 \\\null\hfill\texttt{.../texmf-dist/doc/ptex/base/ptexdoc.pdf}
9963 \bibitem{ptextug} Hisato Hamano. \newblock
9964 \textit{Vertical Typesetting with \TeX}, TUGBoat~\textbf{11}(3), 346--352, 1990.
9965 \bibitem{pdfstd} International Organization for Standardization. \newblock
9966 ISO 32000-1:2008, \textit{Document management -- Portable document format -- Part 1: PDF
9967       1.7}, 2008. \newblock
9968 \\\null\hfill
9969 \url{http://www.iso.org/iso/iso\_catalogue/catalogue_tc/catalogue\_detail.htm?csnumber=51502}
9970 \end{thebibliography}
9971
9972 \end{document}
9973 %</!showexpl>
9974 %<*showexpl>
9975 %%
9976 %% config file for showexpl.sty
9977 %%
9978 %% Copyright The LuaTeX-ja project team, 2012
9979 %%
9980 \ProvidesFile{showexpl.cfg}
9981   [2012/05/20 v0.01 Definitions for the showexpl package (luatexja)]
9982 \lstset{}
9983 \def\SX@Info{}
9984 \endinput
9985 %</*showexpl>