OSDN Git Service

proportional vertical fonts
[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 \ltjsetparameter{alxspmode={`\\,allow}}
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 \def\myghost{\ifmmode\else\ltjalchar"200C \fi}
181 \protected\def\Param#1{\myghost\hyperlink{fld:#1}{\underline{\smash{\textsf{#1}}}}\myghost} % parameter name
182 \protected\def\DParam#1{\myghost\hypertarget{fld:#1}{\underline{\smash{\textsf{#1}}}}\myghost} % parameter name (definition)
183 \protected\def\Pkg#1{\textsf{#1}} % packages/classes
184 \ltjsetparameter{alxspmode={"200C,allow}}
185
186 \begin{document}
187 \lstset{
188   vscmd=\IVSB
189 }
190
191 \catcode`\<=13
192 \def<#1>{{\normalfont\rm\itshape$\langle$#1\/$\rangle$}}
193 \let\LARG=<
194 \maketitle
195
196 \tableofcontents
197 \bigskip
198
199 %<*en>
200 \textbf{This documentation is far from complete. It may have many
201 grammatical (and contextual) errors.} Also, several parts
202 are written in Japanese only.
203 %</en>
204 %<*ja>
205 \emph{\large 本ドキュメントはまだまだ未完成です.}
206 %</ja>
207
208 \clearpage
209 %<en>\part{User's manual}
210 %<ja>\part{ユーザーズマニュアル}
211
212 %<en>\section{Introduction}
213 %<ja>\section{はじめに}
214
215
216 %<*en>
217 The \LuaTeX-ja package is a macro package for typesetting high-quality
218 Japanese documents when using \LuaTeX.
219 %</en>
220 %<*ja>
221 \LuaTeX-jaパッケージは,次世代標準\TeX である\LuaTeX の上で,\pTeX と同等
222 /それ以上の品質の日本語組版を実現させようとするマクロパッケージである.
223 %</ja>
224 %<en>\subsection{Backgrounds}
225 %<ja>\subsection{背景}
226
227 %<*en>
228 Traditionally, ASCII \pTeX, an extension of \TeX, and its derivatives
229 are used to typeset Japanese documents in \TeX. \pTeX\ is an engine
230 extension of \TeX: so it can produce high-quality Japanese documents
231 without using very complicated macros. But this point is a mixed
232 blessing: \pTeX\ is left behind from other extensions of \TeX,
233 especially \eTeX\ and \pdfTeX, and from changes about
234 Japanese processing in computers (\textit{e.g.}, the UTF-8 encoding).
235 %</en>
236 %<*ja>
237 従来,「\TeX を用いて日本語組版を行う」といったとき,エンジンとしては
238 ASCII \pTeX やそれの拡張物が用いられることが一般的であった.\pTeX は\TeX
239 のエンジン拡張であり,(少々仕様上不便な点はあるものの)商業印刷の分野に
240 も用いられるほどの高品質な日本語組版を可能としている.だが,それは弱点に
241 もなってしまった.\pTeX という(組版的に)満足なものがあったため,海外で
242 行われている数々の\TeX の拡張――例えば\eTeX や\pdfTeX ――や,TrueType,
243 OpenType, Unicodeといった計算機で日本語を扱う際の状況の変化に追従すること
244 を怠ってしまったのだ.
245 %</ja>
246
247 %<*en>
248 Recently extensions of \pTeX, namely \upTeX\ (Unicode-implementation
249 of \pTeX) and \epTeX\ (merging of \pTeX\ and
250 \eTeX\ extension), have developed to fill those gaps to some
251 extent, but gaps still exist.
252 %</en>
253 %<*ja>
254 ここ数年,若干状況は改善されてきた.現在手に入る大半の\pTeX バイナリでは
255 外部UTF-8入力が利用可能となり,さらにUnicode化を推進し,\pTeX の内部処理
256 までUnicode化した\upTeX も開発されている.また,\pTeX に\eTeX 拡張をマー
257 ジした\epTeX も登場し,\TeX\ Live\ 2011では\pLaTeX が\epTeX の上で動作す
258 るようになった.だが,\pdfTeX 拡張(PDF直接出力やmicro-typesetting)を
259 \pTeX に対応させようという動きはなく,海外とのgapは未だにあるのが現状であ
260 る.
261 %</ja>
262
263 %<*en>
264 However, the appearance of \LuaTeX\ changed the whole situation. With
265 using Lua ``callbacks'', users can customize the internal processing of
266 \LuaTeX. So there is no need to modify sources of engines to
267 support Japanese typesetting: to do this, we only have to write Lua
268 scripts for appropriate callbacks.
269 %</en>
270 %<*ja>
271 しかし,\LuaTeX の登場で,状況は大きく変わることになった.Luaコードで
272 ``callback''を書くことにより,\LuaTeX の内部処理に割り込みをかけることが可
273 能となった.これは,エンジン拡張という真似をしなくても,Luaコードとそれに
274 関する\TeX マクロを書けば,エンジン拡張とほぼ同程度のことができるようになっ
275 たということを意味する.\LuaTeX-jaは,このアプローチによってLuaコード・
276 \TeX マクロによって日本語組版を\LuaTeX の上で実現させようという目的で開発
277 が始まったパッケージである.
278 %</ja>
279
280 %<en>\subsection{Major changes from \pTeX}
281 %<ja>\subsection{\pTeX からの主な変更点}
282 \label{ssec:chgptex}
283
284 %<*en>
285 The \LuaTeX-ja package is under much influence of \pTeX\ engine. The initial
286 target of development was to implement features of \pTeX. However,
287 implementing all feature of \pTeX\ is impossible,
288 since all process of \LuaTeX-ja must be implemented only by Lua and \TeX\ macros.
289 Hence \emph{\LuaTeX-ja is not a just porting of \pTeX; unnatural
290 specifications/behaviors of \pTeX\ were not adopted}.
291 %</en>
292 %<*ja>
293 \LuaTeX-jaは,\pTeX に多大な影響を受けている.初期の開発目標は,\pTeX の機
294 能をLuaコードにより実装することであった.しかし,(\pTeX はエンジン拡張であったのに対し)
295 \LuaTeX-jaはLuaコードと\TeX マクロを用いて全てを実装していなければならないため,\pTeX
296 の完全な移植は不可能であり,また\pTeX における実装がいささか不可解になっ
297 ているような状況も発見された.そのため,\emph{\LuaTeX-jaは,もはや
298 \pTeX の完全な移植は目標とはしない.\pTeX における不自然な仕様・挙動があ
299 れば,そこは積極的に改める.}
300 %</ja>
301
302 %<*en>
303 The followings are major changes from \pTeX.
304 For more detailed information, see Part~\ref{part-imp} or other sections of this manual.
305 %</en>
306 %<*ja>
307 以下は \pTeX からの主な変更点である.
308 より詳細については第\ref{part-imp}部など本文書の残りを参照.
309 %</ja>
310
311 %<*en>
312 \paragraph{Command names} \pTeX\ addes several primitives, such as \cs{kanjiskip},
313 \cs{prebreakpenalty},~and,~\cs{ifydir}. They can be used as follows:
314 %</en>
315 %<*ja>
316 \paragraph{命令の名称} 例えば\pTeX で追加された次のようなプリミティブ
317 %</ja>
318 \begin{verbatim}
319 \kanjiskip=10pt  \dimen0=kanjiskip
320 \tbaselineshift=0.1zw
321 \dimen0=\tbaselineshift
322 \prebreakpenalty`ぁ=100
323 \ifydir ... \fi
324 \end{verbatim}
325 %<en> However, we cannot use them under \LuaTeX-ja.
326 %<en> Instead of them, we have to write as the following.
327 %<ja> は\LuaTeX-jaには存在しない.\LuaTeX-jaでは以下のように記述することになる.
328 \begin{verbatim}
329 \ltjsetparameter{kanjiskip=10pt}  \dimen0=\ltjgetparameter{kanjiskip}
330 \ltjsetparameter{talbaselineshift=0.1\zw}
331 \dimen0=\ltjgetparameter{talbaselineshift}
332 \ltjsetparameter{prebreakpenalty={`ぁ,100}}
333 \ifnum\ltjgetparemeter{direction}=4 ... \fi
334 \end{verbatim}
335 %<*en>
336 Note that \pTeX\ adds new two useful units, namely \texttt{zw}~and~\texttt{zh}.
337 As shown above, they are changed by \cs{zw}~and~\cs{zh} respectively, in \LuaTeX-ja.
338 %</en>
339 %<*ja>
340 特に注意してほしいのは,\pTeX で追加された \texttt{zw} と \texttt{zh} という単位は
341 \LuaTeX-ja では使用できず,\cs{zw}, \cs{zh} と制御綴の形にしないといけないという点である.
342 %</ja>
343
344 %<*en>
345 \paragraph{Linebreak after a Japanese character}
346 In \pTeX, a line break after Japanese character is ignored (and
347       doesn't yield a space), since line breaks (in source files) are
348       permitted almost everywhere in Japanese texts. However, \LuaTeX-ja
349       doesn't have this feature completely, because of a specification
350       of \LuaTeX. For the detail, see Section~\ref{sec-lbreak}.
351 %</en>
352 %<*ja>
353 \paragraph{和文文字直後の改行}
354 日本語の文書中では改行はほとんどどこでも許されるので,\pTeX では和文文字
355       直後の改行は無視される(スペースが入らない)ようになっていた.しかし,
356       \LuaTeX-ja では \LuaTeX の仕様のためにこの機能は完全には実装されていない.
357       詳しくは\ref{sec-lbreak}章を参照.
358 %</ja>
359
360 %<*en>
361 \paragraph{Spaces related to Japanese characters}
362 The insertion process of glues/kerns between two Japanese
363       characters and between a Japanese character and other characters
364       (we refer glues/kerns of both kinds as \textbf{JAglue}) is rewritten from
365       scratch.
366 %</en>
367 %<*ja>
368 \paragraph{和文関連の空白}
369 2つの和文文字の間や,和文文字と欧文文字の間に入るグルー/カーン
370       (両者をあわせて\textbf{JAglue}と呼ぶ)の挿入処理が0から書き直されている.
371 %</ja>
372
373 \begin{itemize}
374 %<*en>
375 \item As \LuaTeX's internal ligature handling is \emph{node-based}
376       (\textit{e.g.}, \verb+of{}fice+ doesn't prevent ligatures), the
377       insertion process of \textbf{JAglue} is now \emph{node-based}.
378 %</en>
379 %<*ja>
380 \item \LuaTeX の内部での合字の扱いは「ノード」を単位として行われるようになっている(例えば,
381       \verb+of{}fice+ で合字は抑制されない).それに合わせ,\textbf{JAglue}の挿入処理も
382       ノード単位で実行される.
383 %</ja>
384
385 %<*en>
386 \item Furthermore, nodes between two characters which have no effects in
387       line break (\textit{e.g.}, \cs{special} node) and kerns from
388       italic correction are ignored in the insertion process.
389 %</en>
390 %<*ja>
391 \item さらに,2つの文字の間にある行末では効果を持たないノード(例えば \cs{special} ノード)や,
392   イタリック補正に伴い挿入されるカーンは挿入処理中では無視される.
393 %</ja>
394
395 %<*en>
396 \item \emph{Caution: due to above two points, many methods which did for the
397       dividing the process of the insertion of \textbf{JAglue} in \pTeX\ are not
398       effective anymore.} In concrete terms, the following two methods are not effective anymore:
399 %</en>
400 %<*ja>
401 \item \emph{注意:上の2つの変更により,従来\textbf{JAglue}の挿入処理を分断するのに
402       使われていたいくつかの方法は用いることができない.具体的には,次の方法はもはや無効である:}
403 %</ja>
404 \begin{lstlisting}
405 ちょ{}っと    ちょ\/っと
406 \end{lstlisting}
407 %<*en>
408       If you want to do so, please put an empty horizontal box (hbox) between it instead:
409 %</en>
410 %<*ja>
411       もし同じことをやりたければ,空の水平ボックス(hbox)を間に挟めばよい:
412 %</ja>
413 \begin{lstlisting}
414 ちょ\hbox{}っと
415 \end{lstlisting}
416
417 %<*en>
418 \item In the process, two Japanese fonts which only differ in their ``real''
419       fonts are identified.
420 %</en>
421 %<*ja>
422 \item 処理中では,2つの和文フォントは,実フォントが異なるだけの場合には同一視
423       される.
424 %</ja>
425 \end{itemize}
426
427 %<*en>
428 \paragraph{Directions}
429 From version~20150420.0, \LuaTeX-ja supports vertical writing.
430 We implement this feature by using callbacks of \LuaTeX; so it must \emph{not} be confused
431 with $\Omega$-style direction support of \LuaTeX\ itself.
432 Due to implementation, the dimension returned by \cs{wd},~\cs{ht}, or~\cs{dp} depends
433 on the content of the register \emph{only}. This is major difference with \pTeX.
434 %</en>
435 %<*ja>
436 \paragraph{組方向}
437 20150420.0版からは,不安定ながらも\LuaTeX-ja における縦組みをサポートしている.
438 なお,\LuaTeX 本体も$\Omega$流の組方向をサポートしているが,それとは全くの別物であること
439 に注意してほしい.
440 特に,異なった組方向のボックスを扱う場合には
441 \cs{wd}, \cs{ht}, \cs{dp}等の仕様が\pTeX と異なるので注意.詳細は第\ref{sec-direction}章を参照.
442 %</ja>
443
444 %<*en>
445 \paragraph{\cs{discretionary}}
446 Japanese characters in discretionary break (\cs{discretionary}) is not supported.
447 %</en>
448 %<*ja>
449 \paragraph{\cs{discretionary}}
450  \cs{discretionary} 内に直接和文文字を記述することは,\pTeX においても想定されていなかった
451  感があるが.\LuaTeX-jaにおいても想定していない.和文文字をどう
452       しても使いたい場合は \cs{hbox} で括ること.
453 %</ja>
454
455 %<*en>
456 \paragraph{Greek and Cyrillic letters, and ISO~8859-1 symbols}
457 By default, \LuaTeX-ja uses Japanese fonts to typeset Greek and Cyrillic letters,
458       To change this behavior,
459       put \verb!\ltjsetparameter{jacharrange={-2,-3}}! in the preamble.
460       For the detailed description, see Subsection~\ref{ssec-setrange}.
461
462 From this version, characters which belongs both ISO~8859-1 and JIS~X~0208,
463       such as \P~and~\S, are now typeset in alphabetic fonts. This means that
464       without the \cs{fontspec} (and~\Pkg{luatexja-fontspec}) package, these characters are not typeset correctly.
465 %</en>
466 %<*ja>
467 \paragraph{ギリシャ文字・キリル文字とISO~8859-1の記号}
468 標準では,\LuaTeX-jaはギリシャ文字やキリル文字を和文フォントを使っ
469       て組む.ギリシャ語などを本格的に組むなどこの状況が望ましくない場合,
470       プリアンブルに
471 \begin{lstlisting}
472  \ltjsetparameter{jacharrange={-2,-3}}
473 \end{lstlisting}
474       を入れると
475       上記種類の文字は欧文フォントを用いて組まれるようになる.
476       詳しい説明は\ref{ssec-setrange}節を参照してほしい.
477
478 また,\P,~\S といったISO~8859-1の上位領域とJIS~X~0208の共通部分の文字は
479       本バージョンから標準で欧文扱いとなり,\emph{ソース中に直接記述しても
480       \Pkg{fontspec}パッケージ(および\Pkg{luatexja-fontspec}パッケージ)非読み込みの状態では出力されなくなった}.
481       和文扱いで出力するには \verb+\ltjjachar`§+ のように \cs{ltjjachar} 命令
482       を使えばよい.
483 %</ja>
484
485 %<en>\subsection{Notations}
486 %<ja>\subsection{用語と記法}
487
488 %<*en>
489 In this document, the following terms and notations are used:
490 %</en>
491 %<*ja>
492 本ドキュメントでは,以下の用語と記法を用いる:
493 %</ja>
494 \begin{itemize}
495 %<*en>
496 \item Characters are classified into following two types.
497       Note that the classification can be customized by a user
498       (see Subsection~\ref{ssec-setrange}).
499 %</en>
500 %<*ja>
501 \item 文字は次の2種類に分けられる.この類別は固定されているものではなく,ユーザが後から変更可能である
502       (\ref{ssec-setrange}節を参照).
503 %</ja>
504 \begin{itemize}
505 %<*en>
506 \item \textbf{JAchar}: standing for characters which is used in Japanese typesetting,
507       such as Hiragana,~Katakana, Kanji, and~other Japanese punctuation marks.
508 %</en>
509 %<*ja>
510 \item \textbf{JAchar}: ひらがな,カタカナ,漢字,和文用の約物といった
511       日本語組版に使われる文字のことを指す.
512 %</ja>
513
514 %<en>\item \textbf{ALchar}: standing for all other characters like latin alphabets.
515 %<ja>\item \textbf{ALchar}: ラテンアルファベットを始めとする,その他全ての文字を指す.
516 \end{itemize}
517
518 %<*en>
519 We say \emph{alphabetic fonts} for fonts used in \textbf{ALchar},
520 and \emph{Japanese fonts} for fonts used in \textbf{JAchar}.
521 %</en>
522 %<*ja>
523 そして,\textbf{ALchar}の出力に用いられるフォントを\emph{欧文フォント}と呼び,
524 \textbf{JAchar}の出力に用いられるフォントを\emph{和文フォント}と呼ぶ.
525 %</ja>
526 %<*en>
527 \item A word in a sans-serif font with underline (like \Param{prebreakpenalty})
528       means an internal parameter for Japanese typesetting, and it
529       is used as a key in \cs{ltjsetparameter} command.
530 %</en>
531 %<*ja>
532 \item 下線つきローマン体で書かれた語(例:\Param{prebreakpenalty})は日本語組版用の
533       パラメータを表し,これらは \cs{ltjsetparameter} 命令のキーとして
534       用いられる.
535 %</ja>
536 %<*en>
537 \item A word in a sens-serif font without underline (like \Pkg{fontspec})
538       means a package or a class of \LaTeX.
539 %</en>
540 %<*ja>
541 \item 下線なしサンセリフ体の語(例:\Pkg{fontspec})は\LaTeX の
542       パッケージやクラスを表す.
543 %</ja>
544 %<*en>
545 \item In this document, natural numbers start from~zero.
546   $\omega$ denotes the set of all natural numbers.
547 %</en>
548 %<*ja>
549 \item 本ドキュメントでは,自然数は0から始まる.自然数全体の集合は$\omega$と表記する.
550 %</ja>
551 \end{itemize}
552
553 %<en>\subsection{About the project}
554 %<ja>\subsection{プロジェクトについて}
555
556 %<en>\paragraph{Project Wiki} Project Wiki is under construction.
557 %<ja>\paragraph{プロジェクトWiki} プロジェクトWikiは構築中である.
558 %<*en>
559 \begin{itemize}
560 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28en%29} (English)
561 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage} (Japanese)
562 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28zh%29} (Chinese)
563 \end{itemize}
564 %</en>
565 %<*ja>
566 \begin{itemize}
567 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage}(日本語)
568 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28en%29}(英語)
569 \item \url{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28zh%29}(中国語)
570 \end{itemize}
571 %</ja>
572
573 %<en>This project is hosted by OSDN.
574 %<ja>本プロジェクトはOSDNのサービスを用いて運営されている.
575
576 %<en>\paragraph{Members}\
577 %<ja>\paragraph{開発メンバー}\
578
579 %<*en>
580 \begin{multienumerate}
581 \def\labelenumi{$\bullet$}
582 \mitemxxx{Hironori KITAGAWA}{Kazuki MAEDA}{Takayuki YATO}
583 \mitemxxx{Yusuke KUROKI}{Noriyuki ABE}{Munehiro YAMAMOTO}
584 \mitemxxx{Tomoaki HONDA}{Shuzaburo SAITO}{MA Qiyuan}
585 \end{multienumerate}
586 %</en>
587 %<*ja>
588 \begin{multienumerate}
589 \def\labelenumi{$\bullet$}
590 \mitemxxx{北川 弘典}{前田 一貴}{八登 崇之}
591 \mitemxxx{黒木 裕介}{阿部 紀行}{山本 宗宏}
592 \mitemxxx{本田 知亮}{齋藤 修三郎}{馬 起園}
593 \end{multienumerate}
594 %</ja>
595
596 % \paragraph{Acknowledgments} -- 挿入するならここ
597
598 \clearpage
599 %<en>\section{Getting Started}
600 %<ja>\section{使い方}
601 %<en>\subsection{Installation}
602 %<ja>\subsection{インストール}
603
604 %<en>The following packages are needed for the \LuaTeX-ja\ package.
605 %<ja>\LuaTeX-jaパッケージの動作には次のパッケージ類が必要である.
606 \begin{itemize}
607 \item \LuaTeX\ beta-0.85.0 (or later)
608 \item \Pkg{luaotfload} v2.6 (or later)
609 \item \Pkg{adobemapping} (Adobe cmap and pdfmapping files)
610 \item \Pkg{everysel} (if you want to use \LuaTeX-ja with \LaTeXe)
611 \item \Pkg{fontspec} v2.4
612 %<en>\item \emph{IPAex fonts} (\url{http://ipafont.ipa.go.jp/})
613 %<ja>\item \emph{IPAexフォント(\url{http://ipafont.ipa.go.jp/})}
614 \end{itemize}
615 %<en>In summary, this version of \LuaTeX-ja no longer supports \TeX~Live~2015 (or older version).
616 %<*ja>
617 要約すると,本バージョンの\LuaTeX-jaは\TeX~Live~2015以前では動作しない\footnote{%
618   もっとも,自分で\LuaTeX のバイナリをSubversionリポジトリからビルドしていれば話は別である.
619 }.
620 %</ja>
621
622 %<*en>
623 Now \LuaTeX-ja is available from
624 CTAN (in the \texttt{macros/luatex/generic/luatexja} directory), and
625 the following distributions:
626   \begin{itemize}
627   \item MiK\TeX\ (in \texttt{luatexja.tar.lzma}); see the next subsection
628   \item \TeX\ Live (in \texttt{texmf-dist/tex/luatex/luatexja})
629   \item W32\TeX\ (in \texttt{luatexja.tar.xz})
630   \end{itemize}
631 IPAex fonts are also available in these distributions.
632 %</en>
633 %<*ja>
634 現在,\LuaTeX-jaはCTAN (\texttt{macros/luatex/generic/luatexja})に収録されている他,
635 以下のディストリビューションにも収録されている:
636   \begin{itemize}
637   \item MiK\TeX\ (\texttt{luatexja.tar.lzma})
638   \item \TeX\ Live (\texttt{texmf-dist/tex/luatex/luatexja})
639   \item W32\TeX\ (\texttt{luatexja.tar.xz})
640   \end{itemize}
641 これらのディストリビューションはIPAexフォントも収録している.
642 W32\TeX においてはIPAexフォントは \texttt{luatexja.tar.xz} 内にある.
643 %</ja>
644
645 % %<*ja>
646 % 例えば\TeX~Live~2015を利用しているなら,\LuaTeX-jaは\TeX~Live manager (\texttt{tlmgr})を
647 % 使ってインストールすることができる.
648 % \begin{lstlisting}
649 % $ tlmgr install luatexja
650 % \end{lstlisting}
651 % %</ja>
652 % %<*en>
653 % If you are using \TeX~Live~2015, you can install \LuaTeX-ja
654 % from \TeX~Live manager (\texttt{tlmgr}):
655 % \begin{lstlisting}
656 % $ tlmgr install luatexja
657 % \end{lstlisting}
658 % %</en>
659
660 %<en>\paragraph{Manual installation}
661 %<ja>\paragraph{手動インストール方法}
662
663 \begin{enumerate}
664 %<*en>
665 \item Download the source, by one of the following method.
666       At the present, \LuaTeX-ja has no \emph{stable} release.
667
668 \begin{itemize}
669 \item Clone the Git repository:
670 \begin{lstlisting}
671 $ git clone git://git.osdn.jp/gitroot/luatex-ja/luatexja.git
672 \end{lstlisting}
673 \item Download the \texttt{tar.gz} archive of HEAD in the \texttt{master} branch from
674 \begin{flushleft}
675 \url{http://git.osdn.jp/view?p=luatex-ja/luatexja.git;a=snapshot;h=HEAD;sf=tgz}.
676 \end{flushleft}
677 \end{itemize}
678
679 Note that the \texttt{master} branch, and hence the archive in CTAN, are not updated frequently;
680 the forefront of development is not the \texttt{master} branch.
681 %</en>
682 %<*ja>
683 \item ソースを以下のいずれかの方法で取得する.現在公開されているのはあくまでも
684       開発版であって,安定版でないことに注意.
685
686 \begin{itemize}
687 \item Gitリポジトリをクローンする:
688 \begin{lstlisting}
689 $ git clone git://git.osdn.jp/gitroot/luatex-ja/luatexja.git
690 \end{lstlisting}
691 \item \texttt{master} ブランチのスナップショット(\texttt{tar.gz} 形式)をダウンロードする.
692 \begin{flushleft}
693 \url{http://git.osdn.jp/view?p=luatex-ja/luatexja.git;a=snapshot;h=HEAD;sf=tgz}.
694 \end{flushleft}
695 \end{itemize}
696 \texttt{master} ブランチ(従って,CTAN内のアーカイブも)はたまにしか更新されないことに注意.
697 主な開発は\texttt{master}の外で行われ,比較的まとまってきたらそれを \texttt{master} に
698 反映させることにしている.
699 %</ja>
700
701 %<*en>
702 \item Extract the archive. You will see \texttt{src/} and several other sub-directories.
703 But only the contents in \texttt{src/} are needed to work \LuaTeX-ja.
704 %</en>
705 %<*ja>
706 \item 「Gitリポジトリをクローン」以外の方法でアーカイブを取得したならば,それを展開する.
707       \texttt{src/} をはじめとしたいくつかのディレクトリができるが,
708       動作には \texttt{src/} 以下の内容だけで十分.
709 %</ja>
710
711 %<*en>
712 \item If you downloaded this package from CTAN, you have to run following commands
713     to generate classes
714     and \texttt{ltj-kinsoku.lua} (the file which stores default ``\textit{kinsoku}'' parameters):
715 %</en>
716 %<*ja>
717 \item もしCTANから本パッケージを取得したのであれば,日本語用クラスファイルや
718 標準の禁則処理用パラメータを
719 格納した \texttt{ltj-kinsoku.lua} を生成するために,
720 以下を実行する必要がある:
721 %</ja>
722 \begin{lstlisting}
723 $ cd src
724 $ lualatex ltjclasses.ins
725 $ lualatex ltjsclasses.ins
726 $ lualatex ltjltxdoc.ins
727 $ luatex   ltj-kinsoku_make.tex
728 \end{lstlisting}
729 %<*en>
730 \emph{Do not forget The last line (processing \texttt{ltj-kinsoku\_make.tex})}.
731 \texttt{*.\{dtx,ins\}} and \texttt{ltj-kinsoku\_make.tex} used here are not needed in regular use.
732 %</en>
733 %<*ja>
734 \emph{最後の \texttt{ltj-kinsoku\_make.tex} の実行を忘れないように注意}.
735 ここで使用した \texttt{*.\{dtx,ins\}} と \texttt{ltj-kinsoku\_make.tex} は
736 通常の使用にあたっては必要ない.
737 %</ja>
738
739
740
741 %<*en>
742 \item Copy all the contents of \texttt{src/} into one of your \texttt{TEXMF} tree.
743       \texttt{TEXMF/tex/luatex/luatexja/} is an example location.
744       If you cloned entire Git repository, making a symbolic link of \texttt{src/}
745       instead copying is also good.
746 %</en>
747 %<*ja>
748 \item \texttt{src} の中身を自分の \texttt{TEXMF} ツリーにコピーする.
749       場所の例としては,例えば
750 \begin{quote}
751  \texttt{TEXMF/tex/luatex/luatexja/}
752 \end{quote}
753       がある.
754       シンボリックリンクが利用できる環境で,かつリポジトリを直接取得したのであれば,
755       (更新を容易にするために)コピーではなくリンクを貼ることを勧める.
756 %</ja>
757 %<*en>
758 \item If \texttt{mktexlsr} is needed to update the file name database, make it so.
759 %</en>
760 %<*ja>
761 \item 必要があれば,\texttt{mktexlsr} を実行する.
762 %</ja>
763 \end{enumerate}
764
765 %<*en>
766 \subsection{Cautions}
767 For changes from \pTeX, see Subsection~\ref{ssec:chgptex}.
768 %</en>
769 %<*ja>
770 \subsection{注意点}
771 \pTeX からの変更点として,\ref{ssec:chgptex}節も熟読するのが望ましい.
772 ここでは一般的な注意点を述べる.
773 %</ja>
774 \begin{itemize}
775 %<*en>
776 \item The encoding of your source file must be UTF-8. Other
777       encodings, such as EUC-JP or Shift-JIS, are not supported.
778 %</en>
779 %<*ja>
780 \item 原稿のソースファイルの文字コードはUTF-8固定である.
781       従来日本語の文字コードとして用いられてきたEUC-JPやShift-JISは使用できない.
782 %</ja>
783 %<*en>
784 \item \LuaTeX-ja is very slower than \pTeX.
785 Generally speaking, LuaJIT\TeX\ processes \LuaTeX-ja
786 about 30\% faster than \LuaTeX, but not always.
787 %</en>
788 %<*ja>
789 \item \LuaTeX-jaは動作が\pTeX に比べて非常に遅い.
790 コードを調整して徐々に速くしているが,まだ満足できる速度ではない.
791 LuaJIT\TeX を用いると\LuaTeX のだいたい1.3倍の速度で動くようであるが,
792 IPA mj明朝などの大きいフォントを用いた場合には\LuaTeX よりも遅くなることもある.
793 %</ja>
794
795 \item%
796 %<*en>
797 \textbf{(Outdated) note for MiK\TeX\ users}\quad
798 \LuaTeX-ja requires that several CMap files%
799 \footnote{\texttt{UniJIS2004-UTF32-\{H,V\}} and \texttt{Adobe-Japan1-UCS2}.}
800 must be found from \LuaTeX.
801 Strictly speaking, those CMaps are needed
802 only in the first run of \LuaTeX-ja after installing or updating.
803 But it seems that MiK\TeX\ does not satisfy this condition,
804 so you will encounter an error like the following:
805 %</en>
806 %<*ja>
807 \LuaTeX-jaが動作するためには,\emph{導入・更新後の初回起動時に}
808 \texttt{UniJIS2004-UTF32-\{H,V\}}, \texttt{Adobe-Japan1-UCS2}という3つのCMapが
809 \LuaTeX によって見つけられることが必要である.
810 しかし古いバージョンのMiK\TeX ではそのようになっていないので,次のエラーが発生するだろう:
811 %</ja>
812 \begin{lstlisting}
813 ! LuaTeX error ...iles (x86)/MiKTeX 2.9/tex/luatex/luatexja/ltj-rmlgbm.lua
814 bad argument #1 to 'open' (string expected, got nil)
815 \end{lstlisting}
816
817 %<*en>
818 If so, please execute a batch file which is written on
819 \href{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28en%29}{ the Project Wiki (English)}.
820 This batch file creates a temporary directory, copy CMaps in it,
821 run a test file which loads \LuaTeX-ja in this directory,
822 and finally delete the temporary directory.
823 %</en>
824 %<*ja>
825 そのような場合には,
826 \href{https://osdn.jp/projects/luatex-ja/wiki/FrontPage%28en%29}{%
827   プロジェクトWiki英語版トップページ}中に書かれているバッチファイルを
828 実行して欲しい.このバッチファイルは,作業用ディレクトリにCMap達を
829 コピーし,その中で\LuaTeX-jaの初回起動を行い,作業用ディレクトリを消す作業をしている.
830 %</ja>
831
832 \end{itemize}
833
834 %<en>\subsection{Using in plain \TeX}
835 %<ja>\subsection{plain \TeX で使う}
836 \label{ssec-plain}
837
838 %<en>To use \LuaTeX-ja in plain \TeX, simply put the following at the beginning of the document:
839 %<ja>\LuaTeX-jaを plain \TeX で使うためには,単に次の行をソースファイルの冒頭に追加すればよい:
840 \begin{lstlisting}
841 \input luatexja.sty
842 \end{lstlisting}
843 %<en>This does minimal settings (like \texttt{ptex.tex}) for typesetting Japanese documents:
844 %<ja>これで(\texttt{ptex.tex}のように)日本語組版のための最低限の設定がなされる:
845
846 \begin{itemize}
847 %<*en>
848 \item The following 12~Japanese fonts are preloaded:
849 \begin{center}\small
850 \begin{tabular}{cccccc}
851 \toprule
852 \textbf{direction}&
853 \textbf{classification}&\textbf{font name}&\bf ``10\,pt''&\bf``7\,pt''&\bf``5\,pt''\\\midrule
854 \smash{\raisebox{-1ex}{\emph{yoko} (horizontal)}}&
855 \emph{mincho}&IPAex Mincho&\cs{tenmin}&\cs{sevenmin}&\cs{fivemin}\\
856 &\emph{gothic}&IPAex Gothic&\cs{tengt} &\cs{sevengt} &\cs{fivegt}\\
857 \midrule
858 \smash{\raisebox{-1ex}{\emph{tate} (vertical)}}&
859 \emph{mincho}&IPAex Mincho&\cs{tentmin}&\cs{seventmin}&\cs{fivetmin}\\
860 &\emph{gothic}&IPAex Gothic&\cs{tentgt} &\cs{seventgt} &\cs{fivetgt}\\
861 \bottomrule
862 \end{tabular}
863 \end{center}
864 %</en>
865 %<*ja>
866 \item 以下の12個の和文フォントが定義される:
867 \begin{center}\small
868 \begin{tabular}{cccccc}
869 \toprule
870 \emph{組方向}&\emph{字体}&\emph{フォント名}&\bf ``10\,pt''&\bf``7\,pt''&\bf``5\,pt''\\\midrule
871 \smash{\raisebox{-1ex}{横組}}&
872 明朝体&IPAex明朝&\cs{tenmin}&\cs{sevenmin}&\cs{fivemin}\\
873 &ゴシック体&IPAexゴシック&\cs{tengt} &\cs{sevengt} &\cs{fivegt}\\
874 \midrule
875 \smash{\raisebox{-1ex}{縦組}}&
876 明朝体&IPAex明朝&\cs{tentmin}&\cs{seventmin}&\cs{fivetmin}\\
877 &ゴシック体&IPAexゴシック&\cs{tentgt} &\cs{seventgt} &\cs{fivetgt}\\
878 \bottomrule
879 \end{tabular}
880 \end{center}
881 %</ja>
882 \begin{itemize}
883 %<*en>
884 \item With \texttt{luatexja.cfg}, one can use other fonts
885 as ``default'' Japanese fonts (Subsection~\ref{ssec-cfg}).
886 %</en>
887 %<*ja>
888 \item \texttt{luatexja.cfg} を用いることによって,標準和文フォントを
889 IPAexフォントから別のフォントに置き換えることができる.\ref{ssec-cfg}節を参照.
890 %</ja>
891
892 %<*en>
893 \item A character in an alphabetic font is generally smaller than a
894       Japanese font in the same size. So actual size specification of
895       these Japanese fonts is in fact smaller than that of alphabetic
896       fonts, namely scaled by 0.962216.
897 %</en>
898 %<*ja>
899 \item 欧文フォントの文字は和文フォントの文字よりも,同じ文字サイズでも
900       一般に小さくデザインされている.そこで,標準ではこれらの和文フォントの実際のサイズは指定された値よりも
901       小さくなるように設定されており,具体的には指定の0.962216倍にスケールされる.
902       この0.962216という数値も,\pTeX におけるスケーリングを踏襲した値である.
903 %</ja>
904 \end{itemize}
905
906 %<*en>
907 \item The amount of glue that are inserted between a \textbf{JAchar} and
908       an \textbf{ALchar} (the parameter \Param{xkanjiskip}) is set to
909 %</en>
910 %<*ja>
911 \item \textbf{JAchar}と\textbf{ALchar}の間に入るグルー(\Param{xkanjiskip})の
912       量は次のように設定されている:
913 %</ja>
914 \[
915  (0.25\cdot 0.962216\cdot 10\,\mathrm{pt})^{+1\,\text{pt}}_{-1\,\text{pt}}
916  = 2.40554\,\mathrm{pt}^{+1\,\text{pt}}_{-1\,\text{pt}}.
917 \]
918 \end{itemize}
919
920 %<en>\subsection{Using in \LaTeX}
921 %<ja>\subsection{\LaTeX で使う}
922 \label{ssec-ltx}
923
924 %<*en>
925 Using in \LaTeXe\ is basically same. To set up the minimal environment
926 for Japanese, you only have to load \texttt{luatexja.sty}:
927 %</en>
928 %<*ja>
929 \LaTeXe を用いる場合も基本的には同じである.日本語組版のための最低限の環境を
930 設定するためには,\texttt{luatexja.sty}を読み込むだけでよい:
931 %</ja>
932 \begin{lstlisting}
933 \usepackage{luatexja}
934 \end{lstlisting}
935 %<*en>
936 It also does minimal settings (counterparts in \pLaTeX\ are \texttt{%
937 plfonts.dtx} and \texttt{pldefs.ltx}):
938 %</en>
939 %<*ja>
940 これで\pLaTeX の\texttt{plfonts.dtx}と\texttt{pldefs.ltx}に相当する最低限の設定が
941 なされる:
942 %</ja>
943
944 \begin{itemize}
945 %<*en>
946 \item Font encodings for Japanese fonts is \texttt{JY3}~(for horizontal direction) and
947 \texttt{JT3}~(for vertical direction).
948 %</en>
949 %<*ja>
950 \item 和文フォントのエンコーディングとしては,横組用には \texttt{JY3},縦組用には\
951 \texttt{JT3}が用いられる.
952 %</ja>
953
954 %<*en>
955 \item Traditionally, Japanese documents use two typeface categories: \emph{mincho}~(明朝体) and
956  \emph{gothic}~(\textgt{ゴシック体}). \emph{mincho} is used in the main text, while \emph{gothic}
957       is used in the headings or for emphasis.
958 \begin{center}\small
959 \begin{tabular}{lllc}
960 \toprule
961 \textbf{classification}&&&\textbf{family name}\\\midrule
962 \emph{mincho} (明朝体)&\verb+\textmc{...}+&\verb+{\mcfamily ...}+&\cs{mcdefault}\\
963 \emph{gothic} (\textgt{ゴシック体})&\verb+\textgt{...}+&\verb+{\gtfamily ...}+&\cs{gtdefault}\\
964 \bottomrule
965 \end{tabular}
966 \end{center}
967 \item
968 By default, the following fonts are used for \emph{mincho} and \emph{gothic}:
969 \begin{center}\small
970 \begin{tabular}{ccccc}
971 \toprule
972 \textbf{classification}&\textbf{family}&\cs{mdseries}&\cs{bfseries}&\textbf{scale}\\\midrule
973 \emph{mincho} (明朝体)&\tt mc&IPAex Mincho&IPAex Gothic&0.962216\\
974 \emph{gothic} (\textgt{ゴシック体})&\tt gt&IPAex Gothic&IPAex Gothic&0.962216\\
975 \bottomrule
976 \end{tabular}
977 \end{center}
978 Note that the bold series in both family are same as the medium series of \emph{gothic}
979      family. There is no italic nor slanted shape for
980       these \texttt{mc}~and~\texttt{gt}.
981 %</en>
982 %<*ja>
983 \item \pLaTeX と同様に,標準では「明朝体」「ゴシック体」の2種類を用いる:
984 \begin{center}\small
985 \begin{tabular}{cllc}
986 \toprule
987 \emph{字体}&&&\emph{ファミリ名}\\\midrule
988 明朝体&\verb+\textmc{...}+&\verb+{\mcfamily ...}+&\cs{mcdefault}\\
989 \textgt{ゴシック体}&\verb+\textgt{...}+&\verb+{\gtfamily ...}+&\cs{gtdefault}\\
990 \bottomrule
991 \end{tabular}
992 \end{center}
993 \item 標準では,次のフォントファミリが用いられる:
994 \begin{center}\small
995 \begin{tabular}{ccccc}
996 \toprule
997 \emph{字体}&\emph{ファミリ}&\cs{mdseries}&\cs{bfseries}&\emph{スケール}\\\midrule
998 明朝体&\tt mc&IPAex明朝&IPAexゴシック&0.962216\\
999 ゴシック体&\tt gt&IPAexゴシック&IPAexゴシック&0.962216\\
1000 \bottomrule
1001 \end{tabular}
1002 \end{center}
1003 どちらのファミリにおいても,そのboldシリーズで使われるフォントは
1004 ゴシック体のmediumシリーズで使われるフォントと同じであることに注意.
1005 また,どちらのファミリでもイタリック体・スラント体は定義されない.
1006 %</ja>
1007
1008 %<en>\item Japanese characters in math mode are typeset by the font family \texttt{mc}.
1009 %<ja>\item 数式モード中の和文文字は明朝体(\texttt{mc})で出力される.
1010 %<*en>
1011  \item \cs{jttdefault}%
1012   \footnote{%
1013         When \Pkg{ltjsclasses} classes are used, or
1014         \Pkg{luatexja-fontspec} (or \Pkg{luatexja-preset}) is loaded with \texttt{match} option,
1015         \cs{ttfamily} changes the current Japanese font amily to \cs{jttdefault}.
1016         These classes and packages also redefine \cs{jttdefault} to
1017         \cs{gtdefault} (\emph{gothic}~family).
1018   } specifies the Japanese font family in \cs{verb}~or~\texttt{verbatim} environment.
1019   The default value of \cs{jttdefault} is \cs{mcdefault}, so \emph{mincho} family is used.
1020 %</en>
1021 %<*ja>
1022  \item \cs{verb} や \texttt{verbatim} 環境中の和文文字に使われる和文フォントファミリは
1023   \ \cs{jttdefault} で指定する%
1024   \footnote{%
1025         \Pkg{ltjsclasses}を使用したり,あるいは \texttt{match} オプションを指定して\Pkg{luatexja-fontspec}%
1026         や\Pkg{luatexja-preset}パッケージを読み込んだときは,単なる \cs{ttfamily} によっても和文フォントが
1027         \ \cs{jttdefault}\ に変更される.また,これらのクラスファイルやパッケージは
1028         \ \cs{jttdefault}\ を \cs{gtdefault}(ゴシック体)に再定義する.
1029   }.標準値は \cs{mcdefault},つまり明朝体として用いるのと
1030   同じフォントファミリである.
1031 %</ja>
1032
1033 %<*en>
1034 \item If you use the \Pkg{beamer} class with the default font theme (which uses sans serif
1035       fonts) and with \LuaTeX-ja, you might want to change default Japanese fonts to
1036       \emph{gothic} family. The following line  changes  the default Japanese font family
1037       to \emph{gothic}:
1038 %</en>
1039 %<*ja>
1040 \item \Pkg{beamer}クラスを既定のフォント設定で使う場合,既定欧文フォントがサンセリフなの
1041       で,既定和文フォントもゴシック体にしたいと思うかもしれない.その場合はプリアンブルに
1042 次を書けばよい:
1043 %</ja>
1044 \begin{lstlisting}
1045  \renewcommand{\kanjifamilydefault}{\gtdefault}
1046 \end{lstlisting}
1047
1048
1049 \end{itemize}
1050
1051 %<*en>
1052 However, above settings are not sufficient for Japanese-based
1053 documents. To typeset Japanese-based documents, you are better to use
1054 class files other than \texttt{article.cls}, \texttt{book.cls}, and so on.  At
1055 the present, we have the counterparts of \Pkg{jclasses} (standard
1056 classes in \pLaTeX) and \Pkg{jsclasses} (classes by Haruhiko
1057 Okumura), namely, \Pkg{ltjclasses}\footnote{%
1058   \texttt{ltjarticle.cls},~\texttt{ltjbook.cls}, \texttt{ltjreport.cls},
1059   \texttt{ltjtarticle.cls}, \texttt{ltjtbook.cls}, \texttt{ltjtreport.cls}.
1060   The latter \texttt{ltjt*.cls} are for vertically writtened Japanese documents.
1061 } and \Pkg{ltjsclasses}\footnote{%
1062   \texttt{ltjsarticle.cls},~\texttt{ltjsbook.cls},~\texttt{ltjskiyou.cls}.}.
1063
1064 Original \Pkg{jsclasses} use \cs{mag}~primitive to set the main document font size.
1065 However, \LuaTeX\ beta-0.87.0~or~later does not support \cs{mag} in PDF~output,
1066 so \Pkg{ltjsclasses} use different method%
1067 \footnote{Similar to \texttt{magstyle=xreal} in the \Pkg{BXjscls} classes (by Takayuki Yato).}
1068 to set the main document font size.
1069 %</en>
1070 %<*ja>
1071 しかしながら,上記の設定は日本語の文書にとって十分とは言えない.
1072 日本語文書を組版するためには,\texttt{article.cls}, \texttt{book.cls}といった
1073 欧文用のクラスファイルではなく,和文用のクラスファイルを用いた方がよい.
1074 現時点では,\Pkg{jclasses}(\pLaTeX の標準クラス)と\Pkg{jsclasses}%
1075 (奥村晴彦氏による「\pLaTeXe 新ドキュメントクラス」)に対応するものとして,
1076 \Pkg{ltjclasses}\footnote{%
1077   横組用は \texttt{ltjarticle.cls},~\texttt{ltjbook.cls}, \texttt{ltjreport.cls} であり,
1078   縦組用は \texttt{ltjtarticle.cls}, \texttt{ltjtbook.cls}, \texttt{ltjtreport.cls} である.
1079 },
1080 \Pkg{ltjsclasses}\footnote{%
1081   \texttt{ltjsarticle.cls},~\texttt{ltjsbook.cls},~\texttt{ltjskiyou.cls}.}%
1082 がそれぞれ用意されている.
1083
1084 元々の\Pkg{ltjsclasses}ではフォントサイズを指定するのに\cs{mag}プリミティブが使われていたが,
1085 \LuaTeX~beta-0.87.0以降ではPDF出力時の\cs{mag}のサポートが廃止された.
1086 そのため,\Pkg{ltjsclasses}では別の方法
1087 \footnote{八登崇之氏による\Pkg{BXjscls}クラスにおける\texttt{magstyle=xreal}指定時と類似している.}で
1088 フォントサイズを指定することにしている.
1089 %</ja>
1090
1091 %<*ja>
1092 \paragraph{脚注とボトムフロートの出力順序}
1093 オリジナルの\LaTeX では脚注がボトムフロートの上に来るようになっており,
1094 \pLaTeX では脚注がボトムフロートの下に来るように変更されている.
1095
1096 \LuaTeX-jaでは「欧文クラスの中にちょっとだけ日本語を入れる」という利用も考慮し,
1097 脚注とボトムフロートの順序は\LaTeX 通りとした.もし\pLaTeX の出力順序が好みならば,
1098 \Pkg{stfloats}パッケージを利用して
1099 \begin{lstlisting}
1100  \usepackage{stfloats}\fnbelowfloat
1101 \end{lstlisting}
1102 のようにすればよい.\Pkg{footmisc}パッケージを \texttt{bottom}\ オプションを指定して
1103 読み込むという方法もあるが,それだとボトムフロートと脚注の間が開いてしまう.
1104 %</ja>
1105 %%% ↑は英訳しない
1106
1107 %<*en>
1108 \paragraph{\Pkg{geometry} package and classes for vertical writing}
1109 It is well-known that the \Pkg{geometry} package produces the following error, when classes for
1110 vertical writing is used:
1111 %</en>
1112 %<*ja>
1113 \paragraph{縦組での\Pkg{geometry}パッケージ}
1114 \pLaTeX の縦組用標準クラスファイルでは\Pkg{geometry}パッケージを利用することは出来ず,
1115 %</ja>
1116 \begin{lstlisting}
1117 ! Incompatible direction list can't be unboxed.
1118 \@begindvi ->\unvbox \@begindvibox
1119                                    \global \let \@begindvi \@empty
1120 \end{lstlisting}
1121 %<*en>
1122 Now, \LuaTeX-ja automatically applies the patch \Pkg{lltjp-geometry} to the
1123 \Pkg{geometry} package, when the direction of the document is \emph{tate} (vertical
1124 writing).
1125 This patch \Pkg{lltjp-geometry} also can be used in \pLaTeX; for the detail, please refer
1126 \url{lltjp-geometry.pdf}~(Japanese).
1127 %</en>
1128 %<*ja>
1129 というようなエラーが発生することが知られている.
1130 \LuaTeX-jaでは, \texttt{ltjtarticle.cls} といった縦組クラスの下でも
1131 \Pkg{geometry}パッケージが利用できるようにパッチ\Pkg{lltjp-geometry}パッケージを自動的に当てている.
1132
1133 なお,\Pkg{lltjp-geometry}パッケージは\pTeX 系列でも明示的に読み込むことによって
1134 使用可能である.詳細や注意事項は \url{lltjp-geometry.pdf} を参照のこと.
1135 %</ja>
1136
1137
1138 %<en>\section{Changing Fonts}
1139 %<ja>\section{フォントの変更}
1140
1141 \subsection{plain \TeX~and~\LaTeXe}
1142 \label{ssec-chgfnt}
1143
1144 \paragraph{plain \TeX}
1145 %<*en>
1146 To change Japanese fonts in plain \TeX, you must use the command
1147 \cs{jfont}~and~\cs{tfont}. So please see Subsection~\ref{ssec-jfont}.
1148 %</en>
1149 %<*ja>
1150 plain \TeX で和文フォントを変更するためには,
1151 \pTeX のように \cs{jfont} 命令や \cs{tfont} 命令を直接用いる.
1152 \ref{ssec-jfont}節を参照.
1153 %</ja>
1154
1155 \paragraph{\LaTeXe\ (NFSS2)}
1156 %<*en>
1157 For \LaTeXe, \LuaTeX-ja adopted most of the font selection system of \pLaTeXe\ (in \texttt{plfonts.dtx}).
1158 %</en>
1159 %<*ja>
1160 \LaTeX で用いる際には,\pLaTeXe\ (\texttt{plfonts.dtx})用のフォント選択機構の大部分を流用している.
1161 %</ja>
1162 \begin{itemize}
1163 %<*en>
1164 \item Commands \cs{fontfamily}, \cs{fontseries}, and \cs{fontshape} can be used to change
1165       attributes of Japanese fonts.
1166 %</en>
1167 %<*ja>
1168 \item 和文フォントの属性を変更するには,\cs{fontfamily}, \cs{fontseries}, \cs{fontshape} を使用する.
1169       もちろん,それらを実際に反映させるには手動で \cs{selectfont} を実行する必要がある.
1170 %</ja>
1171
1172 %<*en>
1173 \begin{center}\small
1174 \begin{tabular}{cccccc}
1175 \toprule
1176 &\textbf{encoding}&\textbf{family}&\textbf{series}&\textbf{shape}&\textbf{selection}\\\midrule
1177 alphabetic fonts
1178 &\cs{romanencoding}&\cs{romanfamily}&\cs{romanseries}&\cs{romanshape}
1179 &\cs{useroman}\\
1180 Japanese fonts
1181 &\cs{kanjiencoding}&\cs{kanjifamily}&\cs{kanjiseries}&\cs{kanjishape}
1182 &\cs{usekanji}\\
1183 both&---&--&\cs{fontseries}&\cs{fontshape}&---\\
1184 auto select&\cs{fontencoding}&\cs{fontfamily}&---&---&\cs{usefont}\\
1185 \bottomrule
1186 \end{tabular}
1187 \end{center}
1188 %</en>
1189 %<*ja>
1190 \begin{center}\small
1191 \begin{tabular}{cccccc}
1192 \toprule
1193 &\emph{エンコーディング}&\emph{ファミリ}&\emph{シリーズ}&\emph{シェープ}&\emph{選択}\\\midrule
1194 欧文
1195 &\cs{romanencoding}&\cs{romanfamily}&\cs{romanseries}&\cs{romanshape}
1196 &\cs{useroman}\\
1197 和文
1198 &\cs{kanjiencoding}&\cs{kanjifamily}&\cs{kanjiseries}&\cs{kanjishape}
1199 &\cs{usekanji}\\
1200 両方&---&--&\cs{fontseries}&\cs{fontshape}&---\\
1201 自動選択&\cs{fontencoding}&\cs{fontfamily}&---&---&\cs{usefont}\\
1202 \bottomrule
1203 \end{tabular}
1204 \end{center}
1205 %</ja>
1206
1207 %<*en>
1208       \verb+\fontencoding{+<encoding>\verb+}+ changes the encoding of alphabetic fonts
1209       or Japanese fonts depending on the argument. For example,
1210       \verb+\fontencoding{JY3}+ changes the encoding of Japanese fonts to
1211       \texttt{JY3}, and \verb+\fontencoding{T1}+ changes the encoding of
1212       alphabetic fonts to \texttt{T1}.
1213       \cs{fontfamily} also changes the current Japanese font family,
1214       the current alphabetic font family, \emph{or both}.
1215       For the detail, see Subsection~\ref{ssec-nfsspat}.
1216 %</en>
1217 %<*ja>
1218       ここで,\verb+\fontencoding{+<encoding>\verb+}+ は,引数により和文側か欧文
1219       側かのどちらかのエンコーディングを変更する.例えば,
1220       \verb+\fontencoding{JY3}+ は和文フォントのエンコーディングを
1221       \texttt{JY3}に変更し,\verb+\fontencoding{T1}+ は欧文フォント側を
1222       \texttt{T1}へと変更する.\cs{fontfamily} も引数により和文側,欧文
1223       側,\emph{あるいは両方}のフォントファミリを変更する.詳細は
1224       \ref{ssec-nfsspat}節を参照すること.
1225 %</ja>
1226
1227 %<*en>
1228 \item For defining a Japanese font family, use
1229       \cs{DeclareKanjiFamily} instead of
1230       \cs{DeclareFontFamily}. (In previous version of \LuaTeX-ja,
1231       using \cs{DeclareFontFamily} didn't cause any problem. But this no longer applies
1232       the current version.)
1233 \item Defining a Japanese font shape can be done by usual \cs{DeclareFontShape}:
1234 %</en>
1235 %<*ja>
1236 \item 和文フォントファミリの定義には \cs{DeclareFontFamily} の
1237       代わりに \cs{DeclareKanjiFamily} を用いる.以前の
1238       実装では \cs{DeclareFontFamily} を用いても問題は生じなかったが,現在の実装では
1239       そうはいかない.
1240 \item 和文フォントのシェイプを定義するには,通常の \cs{DeclareFontShape} を使えば良い:
1241 %</ja>
1242 \begin{lstlisting}
1243 \DeclareFontShape{JY3}{mc}{bx}{n}{<-> s*KozMinPr6N-Bold:jfm=ujis;-kern}{}
1244     % Kozuka Mincho Pr6N Bold
1245 \end{lstlisting}
1246 %<*ja>
1247 仮名書体を使う場合など,複数の和文フォントを組み合わせて使いたい場合は
1248 \ref{ssec-altfont}節の \cs{ltjdeclarealtfont} と,その\LaTeX 版の\
1249 \cs{DeclareAlternateKanjiFont}(\ref{ssec-nfsspat}節)を参照せよ.
1250 %</ja>
1251
1252 \end{itemize}
1253
1254 %<*en>
1255 \paragraph{Remark: Japanese characters in math mode}
1256 Since \pTeX\ supports Japanese characters in math mode, there are
1257 sources like the following:
1258 %</en>
1259 %<*ja>
1260 \paragraph{注意:数式モード中の和文文字}
1261 \pTeX では,特に何もしないでも数式中に和文文字を記述することができた.そのため,
1262 以下のようなソースが見られた:
1263 %</ja>
1264
1265 \begin{LTXexample}
1266 $f_{高温}$~($f_{\text{high temperature}}$).
1267 \[ y=(x-1)^2+2\quad よって\quad y>0 \]
1268 $5\in 素:=\{\,p\in\mathbb N:\text{$p$ is a prime}\,\}$.
1269 \end{LTXexample}
1270 %<*en>
1271 We (the project members of \LuaTeX-ja) think that using
1272 Japanese characters in math mode are allowed if and only if these are used as identifiers.
1273 In this point of view,
1274 %</en>
1275 %<*ja>
1276 \LuaTeX-jaプロジェクトでは,数式モード中での和文文字はそれらが識別子として用いられる
1277 ときのみ許されると考えている.
1278 この観点から,
1279 %</ja>
1280
1281 \begin{itemize}
1282 %<*en>
1283 \item The lines 1~and~2 above are not correct, since ``高温'' in above is used as a textual label, and
1284 ``よって'' is used as a conjunction.
1285 %</en>
1286 %<*ja>
1287 \item 上記数式のうち1, 2行目は正しくない.なぜならば「高温」が意味のあるラベルと
1288       して,「よって」が接続詞として用いられているからである.
1289 %</ja>
1290 %<en>\item However, the line~3 is correct, since ``素'' is used as an identifier.
1291 %<ja>\item しかしながら,3行目は「素」が単なる識別子として用いられているので正しい.
1292 \end{itemize}
1293 %<en>Hence, in our opinion, the above input should be corrected as:
1294 %<ja>したがって,\LuaTeX-jaプロジェクトの意見としては,上記の入力は次のように直されるべきである:
1295 \begin{LTXexample}
1296 $f_{\text{高温}}$~%
1297 ($f_{\text{high temperature}}$).
1298 \[ y=(x-1)^2+2\quad
1299   \mathrel{\text{よって}}\quad y>0 \]
1300 $5\in 素:=\{\,p\in\mathbb N:\text{$p$ is a prime}\,\}$.
1301 \end{LTXexample}
1302 %<*en>
1303 We also believe that using Japanese characters as identifiers is rare,
1304 hence we don't describe how to change Japanese fonts in math mode in
1305 this chapter. For the method, please see Subsection~\ref{ssec-math}.
1306 %</en>
1307 %<*ja>
1308 また\LuaTeX-jaプロジェクトでは,和文文字が識別子として用いられることはほとんどない
1309 と考えており,したがってこの節では数式モード中の和文フォントを変更する方法については
1310 記述しない.この方法については\ref{ssec-math}節を参照のこと.
1311 %</ja>
1312
1313 %<en>\subsection{\Pkg{luatexja-fontspec} package}
1314 %<ja>\subsection{\Pkg{luatexja-fontspec}パッケージ}
1315 \label{ssec-fontspec}
1316 %<*en>
1317 To use the functionality of the \Pkg{fontspec} package to Japanese fonts,
1318 it is needed to load the \Pkg{luatexja-fontspec} package in the preamble, as follows:
1319 \begin{quote}
1320 \ttfamily \textbackslash usepackage[<options>]\{luatexja-fontspec\}
1321 \end{quote}
1322 This \Pkg{luatexja-fontspec} package
1323 automatically loads \Pkg{luatexja} and \Pkg{fontspec}
1324 packages, if needed.
1325 %</en>
1326 %<*ja>
1327 \Pkg{fontspec}パッケージは,\LuaTeX・\XeTeX において
1328 TrueType・OpenTypeフォントを容易に扱うためのパッケージであり,このパッケージを読み込んでお
1329 けばUnicodeによる各種記号の直接入力もできるようになる.
1330 \LuaTeX-jaでは和文と欧文を区別しているため,\Pkg{fontspec}パッケージの機能は欧文フォントに
1331 対してのみ有効なものとなっている.
1332
1333 \LuaTeX-ja上において,\Pkg{fontspec}パッケージと同様の機能を和文フォントに対しても用いる場
1334 合は\Pkg{luatexja-fontspec}パッケージを読み込む:
1335 \begin{quote}
1336 \ttfamily \textbackslash usepackage[<options>]\{luatexja-fontspec\}
1337 \end{quote}
1338 このパッケージは自動で\Pkg{luatexja}パッケージと\Pkg{fontspec}パッケージを読み込む.
1339 %</ja>
1340
1341 %<*en>
1342 In the \Pkg{luatexja-fontspec} package, the following seven~commands are defined as
1343 counterparts of original commands in the \Pkg{fontspec} package:
1344 %</en>
1345 %<*ja>
1346 \Pkg{luatexja-fontspec}パッケージでは,以下の7つのコマンドを\Pkg{fontspec}
1347 パッケージの元のコマンドに対応するものとして定義している:
1348 %</ja>
1349 %<*en>
1350 \begin{center}\small
1351 \begin{tabular}{ccccc}
1352 \toprule
1353 Japanese fonts
1354 &\cs{jfontspec}&\cs{setmainjfont}&\cs{setsansjfont}&\cs{setmonojfont}$^*$\\
1355 alphabetic fonts
1356 &\cs{fontspec}&\cs{setmainfont}&\cs{setsansfont}&\cs{setmonofont}\\
1357 \midrule
1358 Japanese fonts
1359 &\cs{newjfontfamily}&\cs{newjfontface}
1360 &\cs{defaultjfontfeatures}&\cs{addjfontfeatures}\\
1361 alphabetic fonts
1362 &\cs{newfontfamily}&\cs{newfontface}
1363 &\cs{defaultfontfeatures}&\cs{addfontfeatures}\\
1364 \bottomrule
1365 \end{tabular}
1366 \end{center}
1367 %</en>
1368 %<*ja>
1369 \begin{center}\small
1370 \begin{tabular}{cccc}
1371 \toprule
1372 和文
1373 &\cs{jfontspec}&\cs{setmainjfont}&\cs{setsansjfont}\\
1374 欧文
1375 &\cs{fontspec}&\cs{setmainfont}&\cs{setsansfont}\\
1376 \midrule
1377 和文
1378 &\cs{newjfontfamily}&\cs{newjfontface}&\cs{defaultjfontfeatures}\\
1379 欧文
1380 &\cs{newfontfamily}&\cs{newfontface}&\cs{defaultfontfeatures}\\
1381 \midrule
1382 和文
1383 &\cs{addjfontfeatures}\\
1384 欧文
1385 &\cs{addfontfeatures}\\
1386 \bottomrule
1387 \end{tabular}
1388 \end{center}
1389 %</ja>
1390
1391 %<en> The package option of \Pkg{luatexja-fontspec} are the followings:
1392 %<ja> \Pkg{luatexja-fontspec} パッケージのオプションは以下の通りである:
1393 \begin{cslist}
1394  \item[match]
1395 %<*en>
1396 If this option is specified, usual family-changing commands such as
1397 \cs{rmfamily},~\cs{textrm}, \cs{sffamily},~\dots\ also change Japanese font family.
1398
1399 Note that \emph{\cs{setmonojfont} is defined
1400 if and only if this \texttt{\textup{match}} option is specified}.
1401 %</en>
1402
1403 %<*ja>
1404 このオプションが指定されると,「\pLaTeXe 新ドキュメントクラス」のように\
1405 \cs{rmfamily}, \verb+\textrm{...}+, \cs{sffamily} 等が
1406 欧文フォントだけでなく和文フォントも変更するようになる.
1407
1408 \emph{なお,\cs{setmonojfont} はこの \texttt{match} オプションが
1409 指定された時のみ定義される.}この命令は標準の「タイプライタ体に対応する和文フォント」を指定する.
1410 %</ja>
1411
1412  \item[pass=<opts>]
1413 %<en> \emph{(Obsoleted)}\ Specify options <opts> which will be passed to the \Pkg{fontspec} package.
1414 %<ja> \Pkg{fontspec} パッケージに渡すオプション <opts> を指定する.本オプションは時代遅れである.
1415
1416 \item[scale=<float>]
1417 %<*en>
1418 Override the ratio of the font size of Japanese fonts to that of alphabetic fonts.
1419 The default value is calculated automatically (for~example, about~0.924865 when
1420              the \Pkg{ltjsarticle} class is used).
1421 %</en>
1422 %<*ja>
1423 欧文に対する和文の比率は,標準では \Pkg{luatexja-fontspec}読み込み時の和欧文比率から
1424 自動計算される(例えば,\Pkg{ltjsarticle}クラス使用時には和文は欧文の約0.924865倍となる)が,
1425 それを手動で上書きするときに使用する.
1426 %</ja>
1427 \end{cslist}
1428
1429 %<*en>
1430 All other options listed above are simply passed to the \Pkg{fontspec} package.
1431 This means that two lines below are equivalent, for example.
1432 %</en>
1433 %<*ja>
1434 上記にないオプションは全て \Pkg{fontspec} パッケージに渡される.
1435 例えば,下の2行は同じ意味になる:
1436 %</ja>
1437 \begin{lstlisting}
1438 \usepackage[no-math]{fontspec}\usepackage{luatexja-fontspec}
1439 \usepackage[no-math]{luatexja-fontspec}
1440 \end{lstlisting}
1441
1442
1443 %<*en>
1444 The reason that \cs{setmonojfont} is not defined by default is that
1445 it is popular for Japanese fonts that nearly all Japanese glyphs have same
1446 widths.  Also note that kerning information in a font is not used
1447 (that is, \texttt{kern} feature is set off) by default in these seven (or~eight) commands.
1448 This is because of the compatibility with previous versions of \LuaTeX-ja
1449 (see \ref{para-kern}).
1450
1451 Below is an example of \cs{jfontspec}.
1452 %</en>
1453 %<*ja>
1454 標準で \cs{setmonojfont} コマンドが定義されないのは,
1455 和文フォントではほぼ全ての和文文字のグリフが等幅であるのが伝統的であったことによる.
1456 また,これらの和文用のコマンドではフォント内のペアカーニング情報は標準では使用されない,
1457 言い換えれば \texttt{kern} featureは標準では無効化となっている.
1458 これは以前のバージョンの\LuaTeX-jaとの互換性のためである(\ref{para-kern}節を参照).
1459
1460 以下に\cs{jfontspec}の使用例を示す.
1461 %</ja>
1462
1463 \begin{LTXexample}[width=0.4\textwidth]
1464 \jfontspec[CJKShape=NLC]{KozMinPr6N-Regular}
1465 JIS~X~0213:2004→辻\par
1466 \jfontspec[CJKShape=JIS1990]{KozMinPr6N-Regular}
1467 JIS~X~0208:1990→辻
1468 \end{LTXexample}
1469
1470 %<en>\subsection{Presets of Japanese fonts}
1471 %<ja>\subsection{和文フォントのプリセット設定}
1472 \label{ssec-preset}
1473
1474 %<*en>
1475 One can load the \Pkg{luatexja-preset}
1476 package to use several ``presets'' of Japanese fonts.
1477 This package provides functions in a part of
1478 \Pkg{japanese-otf} package and a part of \Pkg{PXchfon} package by Takayuki Yato.
1479
1480 One can specified other options other than listed in this subsection.
1481 These are simply passed to the \Pkg{luatexja-fontspec}\footnote{if \texttt{nfssonly} option is
1482 \emph{not} specified; in this case these options are simply ignored.}.
1483 For example, the line~5 in below example is eqivalent to lines 1--3.
1484 %</en>
1485 %<*ja>
1486 よく使われている和文フォント設定を一行で指定できるようにしたのが
1487 \Pkg{luatexja-preset}パッケージである.このパッケージは,
1488 \Pkg{otf}パッケージの一部機能と八登崇之氏による\Pkg{PXchfon}パッケージの一部機能とを
1489 合わせたような格好をしている.
1490
1491 オプションとして,本節にないものも指定することができるが,それらは
1492 \Pkg{luatexja-fontspec}パッケージに渡される\footnote{\texttt{nfssonly} オプションが
1493 指定されていた場合は,\Pkg{luatexja-fontspec}パッケージは読み込まれないので単純に無視され
1494 る.}.例えば,下の1--3行目は5行目のように一行にまとめることができる.
1495 %</ja>
1496 \begin{lstlisting}
1497 \usepackage[no-math]{fontspec}
1498 \usepackage[match]{luatexja-fontspec}
1499 \usepackage[kozuka-pr6n]{luatexja-preset}
1500 %%--------
1501 \usepackage[no-math,match,kozuka-pr6n]{luatexja-preset}
1502 \end{lstlisting}
1503
1504 %<en>\paragraph{General options}
1505 %<ja>\paragraph{一般的なオプション}
1506 \begin{cslist}[before*=]
1507 \item[fontspec%
1508 %<en>\textrm{~(enabled by default)}
1509 %<ja>\emph{\gtfamily (既定)}
1510 ]
1511 %<*en>
1512 With this option, Japanese fonts are selected using functionality of
1513 the \Pkg{luatexja-fontspec} package. This means that the \Pkg{fontspec} package is
1514              automatically loaded by this package.
1515
1516 If you need to pass some options to \Pkg{fontspec}, you can load \Pkg{fontspec} manually
1517 before \Pkg{luatexja-preset}:
1518 %</en>
1519 %<*ja>
1520 \Pkg{luatexja-fontspec}パッケージの機能を用いて和文フォントを選択する.
1521 これは,\Pkg{fontspec}パッケージが自動で読み込まれることを意味する.
1522
1523 もし\Pkg{fontspec}パッケージに何らかのオプションを渡す必要がある
1524 \footnote{例えば,数式フォントまで置換されてしまい,\cs{mathit}によってギリシャ文字の
1525 斜体大文字が出なくなる,など.}場合は,
1526 次のように\Pkg{luatexja-preset}の前に\Pkg{fontspec}を手動で読みこめば良い:
1527 %</ja>
1528 \begin{lstlisting}
1529 \usepackage[no-math]{fontspec}
1530 \usepackage[...]{luatexja-preset}
1531 \end{lstlisting}
1532
1533 \item[nfssonly]
1534 %<*en>
1535 With this option, selecting Japanese fonts won't be performed using the functionality of
1536              the \Pkg{fontspec} package, but only standard NFSS2 (hence without
1537              \cs{addjfontfeatures} etc.).
1538 This option is ignored when \Pkg{luatexja-fontspec} package is loaded.
1539
1540 When this option is specified, \Pkg{fontspec}~and~\Pkg{luatexja-fontspec} are
1541 \emph{not} loaded by default. Nevertheless,
1542 the package\Pkg{fontspec} can coexist with the option, as the following:
1543 \begin{lstlisting}
1544 \usepackage{fontspec}
1545 \usepackage[hiragino-pron,nfssonly]{luatexja-preset}
1546 \end{lstlisting}
1547 In this case, one can use \cs{setmainfont} etc.\ to select \emph{alphabetic} fonts.
1548 %</en>
1549 %<*ja>
1550 \LaTeX 標準のフォント選択機構(NFSS2)を用いて
1551 \texttt{ltjpm}(明朝),\texttt{ltjpg}(ゴシック),それに後に述べる \texttt{deluxe} オプ
1552              ションが指定された場合には \texttt{ltjpmg}(丸ゴシック)という
1553 3つの和文フォントファミリを定義し,これらを用いる.
1554
1555 本オプション指定時には\Pkg{fontspec}・\Pkg{luatexja-fontspec}パッケージは
1556 自動では読み込まれない,しかし,
1557 \begin{lstlisting}
1558 \usepackage{fontspec}
1559 \usepackage[hiragino-pron,nfssonly]{luatexja-preset}
1560 \end{lstlisting}
1561 のようにすれば,このオプションを指定すれば
1562 欧文フォントを\Pkg{fontspec}パッケージの機能を使って指定することができる.
1563 一方,
1564 パッケージ読み込み時に既に\Pkg{luatexja-fontspec}パッケージが読み込まれて
1565              いる場合は \texttt{nfssonly} オプションは無視される.
1566 %</ja>
1567
1568 \item[match]
1569 %<*en>
1570 If this option is specified, usual family-changing commands such as
1571 \cs{rmfamily},~\cs{textrm}, \cs{sffamily},~\dots\ also change Japanese font family.
1572 This option is passed to \Pkg{luatexja-fontspec}, if \texttt{fontspec}
1573 option is specifed.
1574 %</en>
1575
1576 %<*ja>
1577 このオプションが指定されると,「\pLaTeXe 新ドキュメントクラス」のように\
1578 \cs{rmfamily}, \verb+\textrm{...}+, \cs{sffamily} 等が
1579 欧文フォントだけでなく和文フォントも変更するようになる.
1580 \ \texttt{fontspec}\
1581 オプションが有効になっている場合は,このオプションは \Pkg{luatexja-fontspec} パッケージへと渡される.
1582 %</ja>
1583
1584
1585 \item[nodeluxe%
1586 %<en>\textrm{~(enabled by default)}
1587 %<ja>\emph{\gtfamily (既定)}
1588 ]
1589 %<*en>
1590 The nagation of \texttt{deluxe} option.
1591 Use one-weighted \textit{mincho} and \textit{gothic} font families.
1592 This means that \verb+\mcfamily\bfseries+, \verb+\gtfamily\bfseries+ and
1593 \verb+\gtfamily\mdseries+ use the same font.
1594 %</en>
1595 %<*ja>
1596 \texttt{deluxe}オプションの否定.
1597 \LaTeXe 環境下の標準設定のように,明朝体・ゴシック体を各1ウェイトで使用する.
1598 より具体的に言うと,この設定の下では
1599 \ \verb+\mcfamily\bfseries+, \verb+\gtfamily\bfseries+,
1600 \verb+\gtfamily\mdseries+はみな同じフォントとなる.
1601 %</ja>
1602 \item[deluxe]
1603 %<*en>
1604 Use \textit{mincho} with two weights (medium~and~bold),
1605 \textit{gothic} with three weights (medium, bold~and~heavy), and \textit{rounded gothic}%
1606 \footnote{Provided by \cs{mgfamily} and \cs{textmg},
1607 because \textit{rounded gothic} is called \textit{maru gothic} (丸ゴシック) in Japanese.}.
1608 The heavy weight of \textit{gothic} can be used by ``changing the family'' \cs{gtebfamily},
1609 or \verb+\textgteb{...}+.
1610 This is because the \Pkg{fontspec} package can handle only medium (\cs{mdseries}) and
1611 bold (\cs{bfseries}).
1612 %</en>
1613 %<*ja>
1614 明朝体2ウェイト・ゴシック体3ウェイトと,
1615 丸ゴシック体 (\cs{mgfamily}, \verb+\textmg{...}+) を使用可能とする.
1616 ゴシック体は中字・太字・極太の3ウェイトがあるが,
1617 極太ゴシック体を使う場合,
1618 \begin{itemize}
1619  \item \cs{gtebfamily}, \verb+\textgteb{...}+
1620  \item \cs{ebseries} (周囲がゴシック体のとき,\texttt{nfssonly} オプション指定時のみ)
1621 \end{itemize}
1622 のいずれかを用いる.標準で \cs{ebseries} が準備されていないのは,バージョンが古い
1623 \Pkg{fontspec}では中字(\cs{mdseries})と太字(\cs{bfseries})しか扱えなかった名残である.
1624 %</ja>
1625 \item[expert]
1626 %<*en>
1627 Use horizontal/vertical kana alternates, and define a command \cs{rubyfamily} to use kana
1628 characters designed for ruby.
1629 %</en>
1630 %<*ja>
1631 横組・縦組専用仮名を用いる.また,\cs{rubyfamily} でルビ用仮名が使用可能となる\footnote{%
1632   \cs{rubyfamily}とはいいつつ,実際にはフォントファミリを切り替えるのではない(通常では
1633   font featureの追加,\texttt{nfssonly} 指定時にはシェイプを \texttt{rb} に切り替え).
1634 }.
1635 %</ja>
1636 \item[bold]
1637 %<*en>
1638 Substitute bold series of \textit{gothic} for  bold series of \textit{mincho}.
1639 If \texttt{nodeluxe} option is enabled, medium series of \textit{gothic} is also changed,
1640 since we use same font for both series of \textit{gothic}.
1641 %</en>
1642 %<*ja>
1643 「明朝の太字」をゴシック体の太字によって代替する.
1644 もし\texttt{nodeluxe}オプションが指定されている場合は,ゴシック体は1ウェイトしか使用されな
1645            いため,
1646 「ゴシック体の中字」も同時に変更されることになる.
1647 %</ja>
1648 \item[90jis]
1649 %<en>Use 90JIS glyph variants if possible.
1650 %<ja>出来る限り90JISの字形を使う.
1651 \item[jis2004]
1652 %<en>Use JIS2004 glyph variants if possible.
1653 %<ja>出来る限りJIS2004の字形を使う.
1654 \item[jis]
1655 %<*en>
1656 Use the JFM \texttt{jfm-jis.lua}, instead of \texttt{jfm-ujis.lua}, which is the default JFM of
1657 \LuaTeX-ja.
1658 %</en>
1659 %<*ja>
1660 用いるJFMを(JISフォントメトリック類似の)\texttt{jfm-jis.lua}にする.このオプションがない時は
1661 \LuaTeX-ja標準の\texttt{jfm-ujis.lua}が用いられる.
1662 %</ja>
1663
1664 \end{cslist}
1665 %<*en>
1666 Note that \texttt{90jis} and \texttt{jis2004} only affect with \textit{mincho},
1667 \textit{gothic} (and possibly \textit{rounded gothic}) defined by this package.
1668 We didn't taken account of  when both \texttt{90jis} and \texttt{jis2004} are specified.
1669 %</en>
1670 %<*ja>
1671 \texttt{90jis}と\texttt{jis2004}については本パッケージで定義された
1672 明朝体・ゴシック体(・丸ゴシック体)にのみ有効である.
1673 両オプションが同時に指定された場合の動作については全く考慮していない.
1674 %</ja>
1675
1676 %<en>\paragraph{Presets for multi weight}
1677 %<ja>\paragraph{多ウェイト用プリセットの一覧}
1678 %<*en>
1679 Besides \texttt{morisawa-pro}~and~\texttt{morisawa-pr6n} presets,
1680 fonts are specified by font name, not by file name.
1681 In following tables, starred fonts (e.g.~KozGo\dots-Regular) are used for medium series of \textit{gothic},
1682 \emph{if and only if \texttt{deluxe} option is specified}.
1683 %</en>
1684 %<*ja>
1685 \texttt{morisawa-pro}, \texttt{morisawa-pr6n}以外はフォントの指定は
1686 (ファイル名でなく)フォント名で行われる.
1687 以下の表において,*\,つきのフォント(e,g,~KozGo\dots-Regular)は,\emph{\texttt{deluxe}オプション指定時に}
1688 ゴシック体中字として用いられるものを示している.
1689 %</ja>
1690 \begin{cslist}[style=standard]
1691  \item[kozuka-pro] Kozuka Pro (Adobe-Japan1-4) fonts.
1692 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1693  \item[kozuka-pr6] Kozuka Pr6 (Adobe-Japan1-6)  fonts.
1694 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1695  \item[kozuka-pr6n] Kozuka Pr6N (Adobe-Japan1-6, JIS04-savvy) fonts.
1696
1697 %<*en>
1698 Kozuka Pro/Pr6N fonts are bundled with Adobe's software, such as Adobe~InDesign.
1699 There is not rounded gothic family in Kozuka fonts.
1700 %</en>
1701 %<*ja>
1702 小塚Pro書体・Pr6N書体はAdobe InDesign等のAdobe製品にバンドルされている.
1703 「小塚丸ゴシック」は存在しないので,便宜的に小塚ゴシックHによって代用している.
1704 %</ja>
1705 \begin{center}\small
1706 \begin{tabular}{cllll}
1707 \toprule
1708 \bf family&\bf series&\tt kozuka-pro&\tt kozuka-pr6&\tt kozuka-pr6n\\
1709 \midrule
1710  &medium&KozMinPro-Regular&KozMinProVI-Regular&KozMinPr6N-Regular\\
1711 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1712 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1713  &bold&KozMinPro-Bold&KozMinProVI-Bold&KozMinPr6N-Bold\\
1714 \midrule
1715  &&KozGoPro-Regular*&KozGoProVI-Regular*&KozGoPr6N-Regular*\\
1716  &\smash{\raisebox{1.5ex}{medium}}
1717  &KozGoPro-Medium&KozGoProVI-Medium&KozGoPr6N-Medium\\
1718 \cmidrule(l){2-5}
1719 %<en>\smash{\raisebox{2ex}{\textit{gothic}}}%
1720 %<ja>\smash{\raisebox{2ex}{\gt ゴシック}}%
1721  &bold&KozGoPro-Bold&KozGoProVI-Bold&KozGoPr6N-Bold\\
1722  &heavy&KozGoPro-Heavy&KozGoProVI-Heavy&KozGoPr6N-Heavy\\
1723 \midrule
1724 %<en>\textit{rounded gothic}
1725 %<ja>\gt 丸ゴシック
1726 &&KozGoPro-Heavy&KozGoProVI-Heavy&KozGoPr6N-Heavy\\
1727 \bottomrule
1728 \end{tabular}
1729 \end{center}
1730
1731  \item[hiragino-pro]  Hiragino Pro (Adobe-Japan1-5) fonts.
1732 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1733  \item[hiragino-pron] Hiragino ProN (Adobe-Japan1-5, JIS04-savvy) fonts.
1734
1735 %<*en>
1736 Hiragino fonts are bundled with Mac OS~X 10.5 or later.
1737 Some editions of a Japanese word-processor ``一太郎2012'' includes Hiragino ProN fonts.
1738 Note that the heavy weight of \textit{gothic} family only supports
1739 Adobe-Japan1-3 character collection (Std/StdN).
1740 %</en>
1741 %<*ja>
1742 ヒラギノフォントは,Mac OS~X以外にも,一太郎2012の上位エディションにもバンドルされている.
1743 極太ゴシックとして用いるヒラギノ角ゴW8は,Adobe-Japan1-3の範囲しかカバーしていない
1744 Std/StdNフォントであり,その他はAdobe-Japan1-5対応である.
1745 %</ja>
1746 \begin{center}\small
1747 \begin{tabular}{clll}
1748 \toprule
1749 \bf family&\bf series&\tt hiragino-pro&\tt hiragino-pron\\
1750 \midrule
1751  &medium&Hiragino~Mincho~Pro~W3&Hiragino~Mincho~ProN~W3\\
1752 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1753 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1754  &bold&Hiragino~Mincho~Pro~W6&Hiragino~Mincho~ProN~W6\\
1755 \midrule
1756  &&Hiragino~Kaku~Gothic~Pro~W3*&Hiragino~Kaku~Gothic~ProN~W3*\\
1757  &\smash{\raisebox{1.5ex}{medium}}
1758  &Hiragino~Kaku~Gothic~Pro~W6&Hiragino~Kaku~Gothic~ProN~W6\\
1759 \cmidrule(l){2-4}
1760 %<en>\smash{\raisebox{2ex}{\textit{gothic}}}%
1761 %<ja>\smash{\raisebox{2ex}{\gt ゴシック}}%
1762  &bold&Hiragino~Kaku~Gothic~Pro~W6&Hiragino~Kaku~Gothic~ProN~W6\\
1763  &heavy&Hiragino~Kaku~Gothic~Std~W8&Hiragino~Kaku~Gothic~StdN~W8\\
1764 \midrule
1765 %<en>\textit{rounded gothic}
1766 %<ja>\gt 丸ゴシック
1767 &&Hiragino~Maru~Gothic~Pro~W4&Hiragino~Maru~Gothic~ProN~W4\\
1768 \bottomrule
1769 \end{tabular}
1770 \end{center}
1771
1772 %<ja>\newpage
1773
1774  \item[morisawa-pro]  Morisawa Pro (Adobe-Japan1-4) fonts.
1775 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1776  \item[morisawa-pr6n]  Morisawa Pr6N (Adobe-Japan1-6, JIS04-savvy) fonts.
1777
1778 \begin{center}\small
1779 \begin{tabular}{cl>{\tt}l>{\tt}l}
1780 \toprule
1781 \bf family&\bf series&morisawa-pro&morisawa-pr6n\\
1782 \midrule
1783  &medium&A-OTF-RyuminPro-Light.otf&A-OTF-RyuminPr6N-Light.otf\\
1784 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1785 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1786  &bold&A-OTF-FutoMinA101Pro-Bold.otf&A-OTF-FutoMinA101Pr6N-Bold.otf\\
1787 \midrule
1788  &medium
1789  &A-OTF-GothicBBBPro-Medium.otf&A-OTF-GothicBBBPr6N-Medium.otf\\
1790 %<en>\textit{gothic}%
1791 %<ja>\gt ゴシック
1792  &bold&A-OTF-FutoGoB101Pro-Bold.otf&A-OTF-FutoGoB101Pr6N-Bold.otf\\
1793  &heavy&A-OTF-MidashiGoPro-MB31.otf&A-OTF-MidashiGoPr6N-MB31.otf\\
1794 \midrule
1795 %<en>\textit{rounded gothic}
1796 %<ja>\gt 丸ゴシック
1797 &&A-OTF-Jun101Pro-Light.otf&A-OTF-ShinMGoPr6N-Light.otf\\
1798 \bottomrule
1799 \end{tabular}
1800 \end{center}
1801
1802  \item[yu-win]  Yu fonts bundled with Windows~8.1.
1803 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1804  \item[yu-osx]  Yu fonts bundled with OSX~Mavericks.
1805
1806 \begin{center}\small
1807 \begin{tabular}{clll}
1808 \toprule
1809 \bf family&\bf series&\tt yu-win&\tt yu-osx\\
1810 \midrule
1811  &medium&YuMincho-Regular&YuMincho~Medium\\
1812 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1813 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1814  &bold&YuMincho-Demibold&YuMincho~Demibold\\
1815 \midrule
1816  &&YuGothic-Regular*&YuGothic~Medium*\\
1817  &\smash{\raisebox{1.5ex}{medium}}
1818  &YuGothic-Bold&YuGothic~Bold\\
1819 \cmidrule(l){2-4}
1820 %<en>\textit{gothic}%
1821 %<ja>\gt ゴシック
1822  &bold&YuGothic-Bold&YuGothic~Bold\\
1823  &heavy&YuGothic-Bold&YuGothic~Bold\\
1824 \midrule
1825 %<en>\textit{rounded gothic}
1826 %<ja>\gt 丸ゴシック
1827 &&YuGothic-Bold&YuGothic~Bold\\
1828 \bottomrule
1829 \end{tabular}
1830 \end{center}
1831
1832 %<en>\newpage
1833 \item[moga-mobo]  MogaMincho, MogaGothic, and MoboGothic.
1834 %<en>These fonts can be downloaded from\\\hfill \url{http://yozvox.web.fc2.com/}.
1835 %<ja>これらのフォントは \url{http://yozvox.web.fc2.com/} からダウンロードできる.
1836
1837 \begin{center}\small
1838 \begin{tabular}{clll}
1839 \toprule
1840 \bf family&\bf series&\bf default, \texttt{90jis}~option&\bf \texttt{jis2004} option\\
1841 \midrule
1842  &medium&Moga90Mincho&MogaMincho\\
1843 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1844 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1845  &bold&Moga90Mincho Bold&MogaMincho Bold\\
1846 \midrule
1847  &&Moga90Gothic*&MogaGothic*\\
1848  &\smash{\raisebox{1.5ex}{medium}}
1849  &Moga90Gothic Bold&MogaGothic Bold\\
1850 \cmidrule(l){2-4}
1851 %<en>\textit{gothic}%
1852 %<ja>\gt ゴシック
1853  &bold&Moga90Gothic Bold&MogaGothic Bold\\
1854  &heavy&Moga90Gothic Bold&MogaGothic Bold\\
1855 \midrule
1856 %<en>\textit{rounded gothic}
1857 %<ja>\gt 丸ゴシック
1858 &&Mobo90Gothic&MoboGothic\\
1859 \bottomrule
1860 \end{tabular}
1861 \end{center}
1862
1863
1864 \end{cslist}
1865 %<en>\paragraph{Presets for single weight}
1866 %<ja>\paragraph{単ウェイト用プリセット一覧}
1867 %<*en>
1868 Next, we describe settings for using only single weight.
1869 %</en>
1870 %<*ja>
1871 次に,単ウェイト用の設定を述べる.この4設定では
1872 明朝体太字・丸ゴシック体はゴシック体と同じフォントが用いられる.
1873 %</ja>
1874 \par\nobreak\medskip
1875 {\centering\small
1876 \begin{tabular}{lllll}
1877 \toprule
1878 &\tt noembed&\tt ipa&\tt ipaex&\tt ms\\
1879 \midrule
1880 %<*en>
1881 \it mincho&Ryumin-Light (non-embedded)
1882 &IPA Mincho&IPAex Mincho&MS Mincho\\
1883 \it gothic&GothicBBB-Medium (non-embedded)
1884 &IPA Gothic&IPAex Gothic&MS Gothic\\
1885 %</en>
1886 %<*ja>
1887 \gtfamily 明朝体&Ryumin-Light(非埋込)
1888 &IPA明朝&IPAex明朝&MS明朝\\
1889 \gtfamily ゴシック体&GothicBBB-Medium(非埋込)
1890 &IPAゴシック&IPAexゴシック&MSゴシック\\
1891 %</ja>
1892 \bottomrule
1893 \end{tabular}\par\medskip}
1894
1895 %<en>\paragraph{Using HG fonts}
1896 %<ja>\paragraph{HGフォントの利用}
1897 %<*en>
1898 We can use HG~fonts bundled with Microsoft~Office for realizing multiple weights.
1899 %</en>
1900 %<*ja>
1901 すぐ前に書いた単ウェイト用設定を,Microsoft Office等に付属するHGフォントを使って
1902 多ウェイト化した設定もある.
1903 %</ja>
1904 \par\nobreak\medskip
1905 {\centering\small
1906 \begin{tabular}{llll}
1907 \toprule
1908 &\tt ipa-hg&\tt ipaex-hg&\tt ms-hg\\
1909 \midrule
1910 %<*en>
1911 \bf mincho medium
1912 &IPA Mincho&IPAex Mincho&MS Mincho\\\midrule
1913 \bf mincho bold&
1914 \multicolumn{3}{c}{HG Mincho E}\\\midrule
1915 \bf Gothic medium\\
1916 ~~without \texttt{deluxe}
1917 &IPA Gothic&IPAex Gothic&MS Gothic\\
1918 ~~with {\tt jis2004}
1919 &IPA Gothic&IPAex Gothic&MS Gothic\\
1920 \cmidrule(lr){1-4}
1921 ~~otherwise&
1922 \multicolumn{3}{c}{HG Gothic M}\\\midrule
1923 \bf gothic bold&
1924 \multicolumn{3}{c}{HG Gothic E}\\\midrule
1925 \bf gothic heavy&
1926 \multicolumn{3}{c}{HG Soei Kaku Gothic UB}\\\midrule
1927 \bf rounded gothic&
1928 \multicolumn{3}{c}{HG Maru Gothic PRO}\\
1929 %</en>
1930 %<*ja>
1931 \gtfamily 明朝体中字
1932 &IPA明朝&IPAex明朝&MS明朝\\\midrule
1933 \gtfamily 明朝体太字&
1934 \multicolumn{3}{c}{HG明朝E}\\\midrule
1935 \gtfamily ゴシック体中字\\
1936  単ウェイト時
1937 &IPAゴシック&IPAexゴシック&MSゴシック\\
1938  {\tt jis2004}指定時
1939 &IPAゴシック&IPAexゴシック&MSゴシック\\
1940 \cmidrule(lr){1-4}
1941  それ以外の時&
1942 \multicolumn{3}{c}{HGゴシックM}\\\midrule
1943 \gtfamily ゴシック体太字&
1944 \multicolumn{3}{c}{HGゴシックE}\\\midrule
1945 \gtfamily ゴシック体極太&
1946 \multicolumn{3}{c}{HG創英角ゴシックUB}\\\midrule
1947 \gtfamily 丸ゴシック体&
1948 \multicolumn{3}{c}{HG丸ゴシック体PRO}\\
1949 %</ja>
1950 \bottomrule
1951 \end{tabular}\par\medskip}
1952
1953 %<*en>
1954 Note that HG~Mincho~E, HG~Gothic~E, HG Soei Kaku Gothic UB, and HG Maru Gothic PRO
1955 are internally specified by:
1956 \begin{description}
1957 \item[default] by font name (\texttt{HGMinchoE}, etc.).
1958 \item[{\tt 90jis}] by file name (\texttt{hgrme.ttc}, \texttt{hgrge.ttc}, \texttt{hgrsgu.ttc}, \texttt{hgrsmp.ttf}).
1959 \item[{\tt jis2004}] by file name (\texttt{hgrme04.ttc}, \texttt{hgrge04.ttc}, \texttt{hgrsgu04.ttc}, \texttt{hgrsmp04.ttf}).
1960 \end{description}
1961 %</en>
1962 %<*ja>
1963 なお,HG明朝E・HGゴシックE・HG創英角ゴシックUB・HG丸ゴシック体PROの4つについては,内部で
1964 \begin{description}
1965 \item[標準] フォント名(\texttt{HGMinchoE} など)
1966 \item[{\tt 90jis}指定時] ファイル名 (%
1967 \texttt{hgrme.ttc}, \texttt{hgrge.ttc}, \texttt{hgrsgu.ttc}, \texttt{hgrsmp.ttf})
1968 \item[{\tt jis2004}指定時] ファイル名 (%
1969 \texttt{hgrme04.ttc}, \texttt{hgrge04.ttc}, \texttt{hgrsgu04.ttc}, \texttt{hgrsmp04.ttf})
1970 \end{description}
1971 として指定を行っているので注意すること.
1972 %</ja>
1973
1974
1975 %<*en>
1976 \subsection{\cs{CID}, \cs{UTF}, and macros in \Pkg{japanese-otf} package}
1977 Under \pLaTeX, \Pkg{japanese-otf} package (developed by Shuzaburo Saito) is
1978 used for typesetting characters which is in Adobe-Japan1-6 CID but not
1979 in JIS~X~0208. Since this package is widely used, \LuaTeX-ja
1980 supports some of functions in the \Pkg{japanese-otf} package,
1981 as an external package \Pkg{luatexja-otf}.
1982 %</en>
1983 %<*ja>
1984 \subsection{\cs{CID}, \cs{UTF}と\Pkg{otf}パッケージのマクロ}
1985 \pLaTeX では,JIS~X~0208にないAdobe-Japan1-6の文字を出力するために,
1986 齋藤修三郎氏による\Pkg{otf}パッケージが用いられていた.このパッケージは
1987 広く用いられているため,\LuaTeX-jaにおいても\Pkg{otf}パッケージの機能の
1988 一部を(\Pkg{luatexja-otf}という別のパッケージとして)実装した.
1989 %</ja>
1990
1991 \begin{LTXexample}
1992 \jfontspec{KozMinPr6N-Regular.otf}
1993 森\UTF{9DD7}外と内田百\UTF{9592}とが\UTF{9AD9}島屋に行く。
1994
1995 \CID{7652}飾区の\CID{13706}野家,
1996 \CID{1481}城市,葛西駅,
1997 高崎と\CID{8705}\UTF{FA11}
1998
1999 \aj半角{はんかくカタカナ}
2000 \end{LTXexample}
2001
2002 %<*ja>
2003 \Pkg{otf}パッケージでは,それぞれ次のようなオプションが存在した:
2004 \begin{cslist}
2005 \item[deluxe] 明朝体・ゴシック体各3ウェイトと,丸ゴシック体を扱えるようになる.
2006 \item[expert] 仮名が横組・縦組専用のものに切り替わり,ルビ用仮名も
2007 \ \cs{rubyfamily}\ によって扱えるようになる.
2008 \item[bold] ゴシック体を標準で太いウェイトのものに設定する.
2009 \end{cslist}
2010 しかしこれらのオプションは\Pkg{luatexja-otf}パッケージには存在しない.
2011 \Pkg{otf}パッケージが文書中で使用する和文用TFMを自前の物に置き換えていたのに対し,
2012 \Pkg{luatexja-otf}パッケージでは,そのようなことは行わないからである.
2013
2014 これら3オプションについては,
2015 \Pkg{luatexja-preset} パッケージにプリセットを使う時に一緒に指定するか,
2016 あるいは対応する内容を\ref{ssec-chgfnt}節,\ref{ssec-nfsspat}節 (NFSS2) や
2017 \ref{ssec-fontspec}節 (\Pkg{fontspec}) の方法で手動で指定する必要がある.
2018 %</ja>
2019
2020 %<en>\subsection{Changing default Japanese fonts}
2021 %<ja>\subsection{標準和文フォントの変更}
2022 \label{ssec-cfg}
2023 %<*en>
2024 If \texttt{luatexja.cfg} can be seen from \LuaTeX, \LuaTeX-ja automatically reads it.
2025 The main use of \texttt{luatexja.cfg} is for changing default Japanese fonts,
2026 when IPAex fonts cannot be installed in \TeX~system.
2027 One should not overuse this \texttt{luatexja.cfg}; fonts which will be used in
2028 a document should be specified in its source.
2029
2030 For example,
2031 \begin{lstlisting}
2032 \def\ltj@stdmcfont{IPAMincho}
2033 \def\ltj@stdgtfont{IPAGothic}
2034 \end{lstlisting}
2035 makes that IPA~Mincho and IPA~Gothic will be used as default Japanese fonts, instead of
2036 IPAex~Mincho and IPAex~Gothic.
2037
2038 For another example, the following two lines makes that
2039 non-embedded fonts Ryumin-Light~and~GothicBBB-Medium as default Japanese fonts
2040 (as the earlier version of \LuaTeX-ja):
2041 \begin{lstlisting}
2042 \def\ltj@stdmcfont{psft:Ryumin-Light}
2043 \def\ltj@stdgtfont{psft:GothicBBB-Medium}
2044 \end{lstlisting}
2045 %</en>
2046 %<*ja>
2047 \LuaTeX から見える位置に \texttt{luatexja.cfg} があれば,\LuaTeX-jaはそれを読み込む.
2048 このファイルを用いるとplain~\TeX, \LaTeXe における標準和文フォントを
2049 IPAex明朝・IPAexゴシックから変更することができる.
2050 しかし,基本的には\emph{文章中で用いるフォントは(例えば \Pkg{luatexja-preset} などで)
2051 文書ソース内で指定するべき}であり,この \texttt{luatexja.cfg} は,
2052 「IPAexフォントがインストールできない」など,IPAexフォントが使用できない場合にのみ
2053 応急処置的に用いるべきである.
2054
2055 例えば
2056 \begin{lstlisting}
2057 \def\ltj@stdmcfont{IPAMincho}
2058 \def\ltj@stdgtfont{IPAGothic}
2059 \end{lstlisting}
2060 と記述しておけば,標準和文フォントがIPA明朝・IPAゴシックへと変
2061 更される.
2062
2063
2064 なお,20140906.0以前のバージョンのように,
2065 Ryumin-Light, GothicBBB-Mediumという名前の非埋込フォントを用いる場合は
2066 \begin{lstlisting}
2067 \def\ltj@stdmcfont{psft:Ryumin-Light}
2068 \def\ltj@stdgtfont{psft:GothicBBB-Medium}
2069 \end{lstlisting}
2070 と記述すればよい.
2071 %</ja>
2072
2073
2074 %<en>\section{Changing Internal Parameters}
2075 %<ja>\section{パラメータの変更}
2076
2077 %<*en>
2078 There are many internal parameters in \LuaTeX-ja. And due to the behavior of \LuaTeX,
2079 most of them are not stored as internal register of \TeX, but as an
2080 original storage system in \LuaTeX-ja. Hence, to assign or acquire those
2081 parameters, you have to use commands \cs{ltjsetparameter} and
2082 \cs{ltjgetparameter}.
2083 %</en>
2084 %<*ja>
2085 \LuaTeX-jaには多くのパラメータが存在する.そして\LuaTeX の仕様のために,
2086 その多くは\TeX のレジスタにではなく,\LuaTeX-ja独自の方法で保持されている.
2087 これらのパラメータを設定・取得するためには \cs{ltjsetparameter} と \cs{ltjgetparameter} を
2088 用いる.
2089 %</ja>
2090
2091 %<en>\subsection{Range of \textbf{JAchar}s}
2092 %<ja>\subsection{\textbf{JAchar}の範囲}
2093 \label{ssec-setrange}
2094
2095 %<*en>
2096 \LuaTeX-ja divides the Unicode codespace \texttt{U+0080}--\texttt{U+10FFFF}
2097 into \emph{character ranges},
2098 numbered 1 to 217. The grouping can be (globally) customized by \cs{ltjdefcharrange}.
2099 The next line adds whole characters in Supplementary Ideographic Plane
2100 and the character ``漢'' to the character range~100.
2101 %</en>
2102 %<*ja>
2103 \LuaTeX-jaは,Unicodeの \texttt{U+0080}--\texttt{U+10FFFF} の空間を
2104 1番から217番までの\emph{文字範囲}に分割している.
2105 区分けは \cs{ltjdefcharrange} を用いることで(グローバルに)変更することができ,
2106 例えば,次は追加漢字面(SIP)にある全ての文字と「漢」を「100番の文字範囲」に追加する.
2107 %</ja>
2108 \begin{lstlisting}
2109 \ltjdefcharrange{100}{"20000-"2FFFF,`漢}
2110 \end{lstlisting}
2111
2112 %<*en>
2113 A character can belong to only one character range.
2114 For example, whole SIP belong to the range~4 in the default setting of \LuaTeX-ja,
2115 and if you execute the above line, then SIP will belong to the range~100 and be
2116 removed from the range~4.
2117 %</en>
2118 %<*ja>
2119 各文字はただ一つの文字範囲に所属することができる.
2120 例えば,SIP内の文字は全て\LuaTeX-jaのデフォルトでは4番の文字範囲に
2121 属しているが,上記の指定を行えばSIP内の文字は100番に属すようになり,4番からは除かれる.
2122 %</ja>
2123
2124 %<*en>
2125 The distinction between \textbf{ALchar} and \textbf{JAchar} is performed by character ranges.
2126 This can be edited by setting the \textsf{jacharrange} parameter.
2127 For example, the code below is just the default setting of \LuaTeX-ja, and
2128 it sets
2129 \begin{itemize}
2130  \item a character which belongs character ranges 1,~4, 5, and~8 is \textbf{ALchar},
2131  \item a character which belongs character ranges 2,~3, 6, and~7 is \textbf{JAchar}.
2132 \end{itemize}
2133 %</en>
2134 %<*ja>
2135 \textbf{ALchar}と\textbf{JAchar}の区別は文字範囲ごとに行われる.
2136 これは\textsf{jacharrange}パラメータによって編集できる.
2137 例えば,以下は\LuaTeX-jaの初期設定であり,次の内容を設定している:
2138 \begin{itemize}
2139  \item 1番,4番,5番,8番の文字範囲に属する文字は\textbf{ALchar}.
2140  \item 2番,3番,6番,7番の文字範囲に属する文字は\textbf{JAchar}.
2141 \end{itemize}
2142 %</ja>
2143 \begin{lstlisting}
2144 \ltjsetparameter{jacharrange={-1, +2, +3, -4, -5, +6, +7, -8}}
2145 \end{lstlisting}
2146 %<*en>
2147 The argument to \textsf{jacharrange} parameter is a list of non-zero integer.
2148 Negative integer $-n$ in the list means that ``each character in the range~$n$ is an
2149 \textbf{ALchar}'',
2150 and positive integer $+n$ means that ``\dots\ is a \textbf{JAchar}''.
2151 %</en>
2152 %<*ja>
2153 \textsf{jacharrange}パラメータの引数は非零の整数のリストである.
2154 リスト中の負の整数$-n$は「文字範囲$n$に属する文字は\textbf{ALchar}として
2155 扱う」ことを意味し,正の整数$+n$は「\textbf{JAchar}として扱う」ことを意味する.
2156 %</ja>
2157
2158 %<*en>
2159 Note that characters \texttt{U+0000}--\texttt{U+007F} are always treated as an
2160 \textbf{ALchar} (this cannot be customized).
2161 %</en>
2162 %<*ja>
2163 なお,\texttt{U+0000}--\texttt{U+007F} は常に\textbf{ALchar}として扱われる(利用者が変更す
2164 ることは出来ない).
2165 %</ja>
2166
2167 %<*en>
2168 \paragraph{Default character ranges}
2169 \LuaTeX-ja predefines eight character ranges for convenience. They are
2170 determined from the following data:
2171 %</en>
2172 %<*ja>
2173 \paragraph{文字範囲の初期値}
2174 \LuaTeX-jaでは8つの文字範囲を予め定義しており,
2175 これらは以下のデータに基づいて決定している.
2176 %</ja>
2177 \begin{itemize}
2178 %<en>\item Blocks in Unicode~6.0.
2179 %<ja>\item Unicode~6.0のブロック.
2180 %<en>\item The \texttt{Adobe-Japan1-UCS2} mapping between a CID Adobe-Japan1-6 and Unicode.
2181 %<ja>\item Adobe-Japan1-6のCIDとUnicodeの間の対応表\texttt{Adobe-Japan1-UCS2}.
2182 %<en>\item The \Pkg{PXbase} bundle for \upTeX\ by Takayuki Yato.
2183 %<ja>\item 八登崇之氏による\upTeX 用の\Pkg{PXbase}バンドル.
2184 \end{itemize}
2185
2186 %<*en>
2187 Now we describe these eight ranges. The superscript ``J'' or ``A'' after the
2188 number shows whether each character in the range is treated as
2189 \textbf{JAchar}s or not by default. These settings are similar to the
2190 \texttt{prefercjk} settings defined in \texttt{PXbase} bundle.
2191 Any characters equal to or above \texttt{U+0080} which does not belong to
2192 these eight ranges belongs to the character range~217.
2193 %</en>
2194 %<*ja>
2195 以下ではこれら8つの文字範囲について記述する.添字のアルファベット「J」「A」
2196 は,その文字範囲内の文字が\textbf{JAchar}か\textbf{ALchar}かを表している.これらの初期設定は
2197 \texttt{PXbase}バンドルで定義されている\texttt{prefercjk}と類似のものであるが,
2198 8ビットフォント使用時のトラブルを防ぐために \texttt{U+0080}--\texttt{U+00FF} の文字は全部
2199 \textbf{ALchar}としている.
2200 なお,\texttt{U+0080} 以降でこれら8つの文字範囲に属さない文字は,217番の文字範囲に属することになっている.
2201 %</ja>
2202 \begin{description}
2203 %<*en>
2204
2205 \item[Range~8${}^{\text{A}}$] The intersection of the upper half of ISO~8859-1
2206          (Latin-1 Supplement) and JIS~X~0208 (a basic character set for Japanese). This character range
2207          consists of the following characters:
2208 %</en>
2209 %<*ja>
2210 \item[範囲8${}^{\text{A}}$] ISO~8859-1の上位領域(ラテン1補助)と
2211                              JIS~X~0208の共通部分.この文字範囲は
2212                              以下の文字で構成される:
2213 %</ja>
2214 \begin{multicols}{2}
2215 \begin{itemize}
2216 \def\ch#1#2{\item \char"#1\ (\texttt{U+00#1}, #2)}%"
2217 \ch{A7}{Section Sign}
2218 \ch{A8}{Diaeresis}
2219 \ch{B0}{Degree sign}
2220 \ch{B1}{Plus-minus sign}
2221 \ch{B4}{Spacing acute}
2222 \ch{B6}{Paragraph sign}
2223 \ch{D7}{Multiplication sign}
2224 \ch{F7}{Division Sign}
2225 \end{itemize}
2226 \end{multicols}
2227
2228 %<*en>
2229 \item[Range~1${}^{\text{A}}$] Latin characters that some of them are included in Adobe-Japan1-6.
2230 This range consists of the following Unicode ranges, \emph{except characters in the range~8 above}:
2231 %</en>
2232 %<*ja>
2233 \item[範囲1${}^{\text{A}}$] ラテン文字のうち,Adobe-Japan1-6との共通部分があるもの.
2234                              この範囲は以下のUnicodeのブロックのうち
2235                              \emph{範囲8を除いた}部分で構成されている:
2236 %</ja>
2237 \begin{multicols}{2}
2238 \begin{itemize}
2239 \item \texttt{U+0080}--\texttt{U+00FF}: Latin-1 Supplement
2240 \item \texttt{U+0100}--\texttt{U+017F}: Latin Extended-A
2241 \item \texttt{U+0180}--\texttt{U+024F}: Latin Extended-B
2242 \item \texttt{U+0250}--\texttt{U+02AF}: IPA Extensions
2243 \item \texttt{U+02B0}--\texttt{U+02FF}: Spacing Modifier Letters
2244 %<en>\par\
2245 \item \texttt{U+0300}--\texttt{U+036F}: \\*\null\hfill Combining Diacritical Marks
2246 \item \texttt{U+1E00}--\texttt{U+1EFF}: \\*\null\hfill Latin Extended Additional
2247 %<ja>\par\
2248 \end{itemize}
2249 \end{multicols}
2250 %<*en>
2251 \item[Range~2${}^{\text{\kern.1emJ}}$] Greek and Cyrillic letters. JIS~X~0208 (hence most of Japanese
2252            fonts) has some of these characters.
2253 %</en>
2254 %<*ja>
2255 \item[範囲2${}^{\text{\kern.1emJ}}$] ギリシャ文字とキリル文字.JIS~X~0208(したがってほとんどの
2256                              和文フォント)には,これらの文字の一部が含まれている.
2257 %</ja>
2258 \begin{multicols}{2}
2259 \begin{itemize}
2260 \item \texttt{U+0370}--\texttt{U+03FF}: Greek and Coptic
2261 \item \texttt{U+0400}--\texttt{U+04FF}: Cyrillic
2262 \item \texttt{U+1F00}--\texttt{U+1FFF}: Greek Extended
2263 \\\
2264 \end{itemize}
2265 \end{multicols}
2266 %<*en>
2267 \item[Range~3${}^{\text{\kern.1emJ}}$] Punctuations and Miscellaneous symbols. The block list is
2268            indicated in Table~\ref{table-rng3}.
2269 %</en>
2270 %<*ja>
2271 \item[範囲3${}^{\text{\kern.1emJ}}$] 句読点と記号類.ブロックのリストは表\ref{table-rng3}%
2272                              に示してある.
2273 %</ja>
2274 \begin{table}[!tb]
2275 %<en>\caption{Unicode blocks in predefined character range~3.}\medskip
2276 %<ja>\caption{文字範囲3に指定されているUnicodeブロック.}
2277 \label{table-rng3}
2278 \catcode`\"=13\def"#1#2#3#4{\texttt{U+#1#2#3#4}}%"
2279 \centering\small
2280 \begin{tabular}{llll}
2281 "2000--"206F&General Punctuation&
2282 "2070--"209F&Superscripts and Subscripts\\
2283 "20A0--"20CF&Currency Symbols&
2284 "20D0--"20FF&Comb.\ Diacritical Marks for Symbols\\
2285 "2100--"214F&Letterlike Symbols&
2286 "2150--"218F&Number Forms\\
2287 "2190--"21FF&Arrows&
2288 "2200--"22FF&Mathematical Operators\\
2289 "2300--"23FF&Miscellaneous Technical&
2290 "2400--"243F&Control Pictures\\
2291 "2500--"257F&Box Drawing&
2292 "2580--"259F&Block Elements\\
2293 "25A0--"25FF&Geometric Shapes&
2294 "2600--"26FF&Miscellaneous Symbols\\
2295 "2700--"27BF&Dingbats&
2296 "2900--"297F&Supplemental Arrows-B\\
2297 "2980--"29FF&Misc.\ Mathematical Symbols-B&
2298 "2B00--"2BFF&Miscellaneous Symbols and Arrows
2299 \end{tabular}
2300 \end{table}
2301 %<*en>
2302 \item[Range~4${}^{\text{A}}$] Characters usually not in Japanese fonts. This range consists
2303            of almost all Unicode blocks which are not in other
2304            predefined ranges. Hence, instead of showing the block list,
2305            we put the definition of this range itself:
2306 %</en>
2307 %<*ja>
2308 \item[範囲4${}^{\text{A}}$] 通常和文フォントには含まれていない文字.
2309                              この範囲は他の範囲にないほとんど全てのUnicodeブロック
2310                              で構成されている.したがって,ブロックのリストを示す
2311                              代わりに,範囲の定義そのものを示す:
2312 %</ja>
2313 \begin{lstlisting}
2314 \ltjdefcharrange{4}{%
2315    "500-"10FF, "1200-"1DFF, "2440-"245F, "27C0-"28FF, "2A00-"2AFF,
2316   "2C00-"2E7F, "4DC0-"4DFF, "A4D0-"A82F, "A840-"ABFF, "FB00-"FE0F,
2317   "FE20-"FE2F, "FE70-"FEFF, "10000-"1FFFF, "E000-"F8FF} % non-Japanese
2318 \end{lstlisting}
2319 %<en>\item[Range~5${}^{\text{A}}$] Surrogates and Supplementary Private Use Areas.
2320 %<ja>\item[範囲5${}^{\text{A}}$] 代用符号と補助私用領域.
2321 %<en>\item[Range~6${}^{\text{\kern.1emJ}}$] Characters used in Japanese. The block list is indicated in Table~\ref{table-rng6}.
2322 %<ja>\item[範囲6${}^{\text{\kern.1emJ}}$] 日本語で用いられる文字.ブロックのリストは表\ref{table-rng6}に示す.
2323 \begin{table}[!tb]
2324 %<en>\caption{Unicode blocks in predefined character range~6.}\medskip
2325 %<ja>\caption{文字範囲6に指定されているUnicodeブロック.}
2326 \label{table-rng6}
2327 \catcode`\"=13\def"#1#2#3#4{\texttt{U+#1#2#3#4}}%"
2328 \centering\small
2329 \begin{tabular}{llll}
2330 "2460--"24FF&Enclosed Alphanumerics&
2331 "2E80--"2EFF&CJK Radicals Supplement\\
2332 "3000--"303F&CJK Symbols and Punctuation&
2333 "3040--"309F&Hiragana\\
2334 "30A0--"30FF&Katakana&
2335 "3190--"319F&Kanbun\\
2336 "31F0--"31FF&Katakana Phonetic Extensions&
2337 "3200--"32FF&Enclosed CJK Letters and Months\\
2338 "3300--"33FF&CJK Compatibility&
2339 "3400--"4DBF&CJK Unified Ideographs Extension A\\
2340 "4E00--"9FFF&CJK Unified Ideographs&
2341 "F900--"FAFF&CJK Compatibility Ideographs\\
2342 "FE10--"FE1F&Vertical Forms&
2343 "FE30--"FE4F&CJK Compatibility Forms\\
2344 "FE50--"FE6F&Small Form Variants&
2345 "{20}000--"{2F}FFF&(Supplementary Ideographic Plane)\\
2346 "{E0}100--"{E0}1EF&Variation Selectors Supplement
2347 \end{tabular}
2348 \end{table}
2349 %<*en>
2350 \item[Range~7${}^{\text{\kern.1emJ}}$] Characters used in CJK languages, but not included in  Adobe-Japan1-6.
2351 The block list is indicated in Table~\ref{table-rng7}.
2352 %</en>
2353 %<*ja>
2354 \item[範囲7${}^{\text{\kern.1emJ}}$] CJK言語で用いられる文字のうち,Adobe-Japan1-6に
2355                             含まれていないもの.
2356                             ブロックのリストは表\ref{table-rng7}に示す.
2357 %</ja>
2358 \begin{table}[!tb]
2359 %<en>\caption{Unicode blocks in predefined character range~7.}\medskip
2360 %<ja>\caption{文字範囲7に指定されているUnicodeブロック.}
2361 \label{table-rng7}
2362 \catcode`\"=13\def"#1#2#3#4{\texttt{U+#1#2#3#4}}%"
2363 \centering\small
2364 \begin{tabular}{llll}
2365 "1100--"11FF&Hangul Jamo&
2366 "2F00--"2FDF&Kangxi Radicals\\
2367 "2FF0--"2FFF&Ideographic Description Characters&
2368 "3100--"312F&Bopomofo\\
2369 "3130--"318F&Hangul Compatibility Jamo&
2370 "31A0--"31BF&Bopomofo Extended\\
2371 "31C0--"31EF&CJK Strokes&
2372 "A000--"A48F&Yi Syllables\\
2373 "A490--"A4CF&Yi Radicals&
2374 "A830--"A83F&Common Indic Number Forms\\
2375 "AC00--"D7AF&Hangul Syllables&
2376 "D7B0--"D7FF&Hangul Jamo Extended-B
2377 \end{tabular}
2378 \end{table}
2379 \end{description}
2380
2381 %<*en>
2382 \paragraph{Notes on \texttt{U+0080}--\texttt{U+00FF}}
2383 You should treat characters in \\texttt{U+0080}--\texttt{U+00FF} as \textbf{ALchar},
2384 when you use traditional 8-bit fonts, such as the \Pkg{textcomp} package or the
2385 \Pkg{marvosym} package.
2386
2387 For example, the codepoint \cs{textparagraph} which is provided by the \Pkg{textcomp}
2388 package is 182. This codepoint corresponds \P\ (\text{U+00B6}) in Unicode.
2389 Similarly, \cs{Frowny} which is provided by the \Pkg{marvosym} package has
2390 the same codepoint as \S\ (\text{U+00A7}).
2391 Hence, as previous versions of \LuaTeX-ja, if these characters are treated as
2392 \text{JAchar}s, then \cs{textparagraph} produces ``ltjjachar`¶'' (in a Japanese font),
2393 and  \cs{Frowny} produces ``\ltjjachar`§'' (in a Japanese font).
2394
2395 To avoid such situations, the default setting of \LuaTeX-ja is changed in this release
2396 so that all characters \texttt{U+0080}--\texttt{U+00FF} are treated as \textbf{ALchar}.
2397
2398 If you want to output a character as \textbf{ALchar} and \textbf{JAchar} regardless the range
2399 setting, you can use \cs{ltjalchar} and \cs{ltjjachar} respectively, as the following example.
2400 \begin{LTXexample}[width=0.3\textwidth]
2401 \gtfamily\large % default, ALchar, JAchar
2402 ¶, \ltjalchar`¶, \ltjjachar`¶\\   % default: ALchar
2403 α, \ltjalchar`α, \ltjjachar`α  % default: JAchar
2404 \end{LTXexample}
2405 %</en>
2406 %<*ja>
2407 \paragraph{\texttt{U+0080}--\texttt{U+00FF}についての注意}
2408 \LuaTeX-jaで,\Pkg{textcomp}パッケージや\Pkg{marvosym}パッケージ等,Unicodeフォントでなく
2409 伝統的な8ビットフォントを用いる場合には注意が必要である.
2410
2411 例えば,\Pkg{textcomp}パッケージの提供する \cs{textparagraph} は,
2412 符号位置が182,つまり \texttt{0xB6} であり,Unicodeではこの符号位置では\P\ (\text{U+00B6}) に対応する.
2413 また,\Pkg{marvosym}パッケージの提供する \cs{Frowny} も,符号位置は167,つまりUnicodeにおける
2414 \S\ (\text{U+00A7}) と同じ符号位置にある.
2415 即ち,以前のバージョンのように,「前節の文字範囲8内の文字は\textbf{JAchar}」という設定で
2416 あったとすると,上記の \cs{textparagraph} は和文フォントで「\ltjjachar`¶」を出力し,
2417 また \cs{Frowny} は和文フォントで「\ltjjachar`§」を出力することになる.
2418
2419 このような事態を避けるために,本バージョンからは \texttt{U+0080}--\texttt{U+00FF} の範囲の
2420 文字は全て\textbf{ALchar}となるように初期設定を変更している.
2421 特に影響を受けるのが,JIS~X~0208の一部分である文字範囲8内の文字であり,
2422 \emph{\Pkg{fontspec}パッケージを読み込んだりして欧文記号としてこれらの文字の出力環境を整え
2423 ないと,ソース中に直接記述しても出力されない}ことになる.
2424
2425 なお,文字範囲の設定に関わらず1つの文字を\textbf{ALchar}, \textbf{JAchar}で出力したい場合には,
2426 以下の例のようにそれぞれ \cs{ltjalchar},~\cs{ltjjachar} に該当文字の文字コードを渡せばよい.
2427 \begin{LTXexample}[width=0.3\textwidth]
2428 \gtfamily\large % default, ALchar, JAchar
2429 ¶, \ltjalchar`¶, \ltjjachar`¶\\   % default: ALchar
2430 α, \ltjalchar`α, \ltjjachar`α  % default: JAchar
2431 \end{LTXexample}
2432 %</ja>
2433
2434 %<en>\subsection{\Param{kanjiskip} and \Param{xkanjiskip}}
2435 %<ja>\subsection{\Param{kanjiskip}と\Param{xkanjiskip}}
2436 \label{subs-kskip}
2437
2438 %<en>\textbf{JAglue} is divided into the following three categories:
2439 %<ja>\textbf{JAglue}は以下の3つのカテゴリに分類される:
2440 \begin{itemize}
2441 %<*en>
2442 \item Glues/kerns specified in JFM. If \cs{inhibitglue} is issued
2443       around a \textbf{JAchar}, this glue will not be inserted at the
2444       place.
2445 %</en>
2446 %<*ja>
2447 \item JFMで指定されたグルー/カーン.もし \cs{inhibitglue} が\textbf{JAchar}の周りで
2448       発行されていれば,このグルーは挿入されない.
2449 %</ja>
2450 %<*en>
2451 \item The default glue which inserted between two \textbf{JAchar}s (\Param{%
2452       kanjiskip}).
2453 %</en>
2454 %<*ja>
2455 \item デフォルトで2つの\textbf{JAchar}の間に挿入されるグルー(\Param{kanjiskip}).
2456 %</ja>
2457 %<*en>
2458 \item The default glue which inserted between a \textbf{JAchar} and an
2459       \textbf{ALchar} (\Param{xkanjiskip}).
2460 %</en>
2461 %<*ja>
2462 \item デフォルトで\textbf{JAchar}と\textbf{ALchar}の間に挿入されるグルー(\Param{xkanjiskip}).
2463 %</ja>
2464 \end{itemize}
2465 %<*en>
2466 The value (a skip) of \Param{kanjiskip} or
2467 \Param{xkanjiskip} can be changed as the following.
2468 Note that only their values \emph{at the end of a paragraph or a hbox are
2469 adopted in the whole paragraph or the whole hbox.
2470 }
2471 %</en>
2472 %<*ja>
2473 \Param{kanjiskip}や\Param{xkanjiskip}の値
2474 は以下のようにして変更可能である.
2475 %</ja>
2476 \begin{lstlisting}
2477 \ltjsetparameter{kanjiskip={0pt plus 0.4pt minus 0.4pt},
2478                  xkanjiskip={0.25\zw plus 1pt minus 1pt}}
2479 \end{lstlisting}
2480 %<*en>
2481 Here \cs{zw} is a internal dimension
2482 which stores fullwidth of the current Japanese font.
2483 This \cs{zw} can be used as the unit \texttt{zw} in \pTeX.
2484
2485 The value of these parameter can be get by \cs{ltjgetparameter}.
2486 Note that the result by \cs{ltjgetparameter} is \emph{not} the internal quantities,
2487 but \emph{a string} (hence \cs{the} cannot be prefixed).
2488 %</en>
2489 %<*ja>
2490 ここで,\cs{zw} は現在の和文フォントの全角幅を表す長さであり,
2491 \pTeX における長さ単位 \texttt{zw} と同じように使用できる.
2492
2493 これらのパラメータの値は以下のように取得できる.
2494 戻り値は内部値ではなく\emph{文字列}である(\cs{the} は前置できない)ことに注意してほしい:
2495 %</ja>
2496 \begin{LTXexample}
2497 kanjiskip: \ltjgetparameter{kanjiskip},\\
2498 xkanjiskip: \ltjgetparameter{xkanjiskip}
2499 \end{LTXexample}
2500
2501 %<*en>
2502 It may occur that JFM contains the data of ``ideal width of
2503 \Param{kanjiskip}''
2504 and/or ``ideal width of \Param{xkanjiskip}''.
2505 To use these data from JFM, set the value of \Param{kanjiskip} or
2506 \Param{xkanjiskip} to \cs{maxdimen}
2507 (these ``ideal width'' cannot be retrived by \cs{ltjgetparameter}).
2508 %</en>
2509 %<*ja>
2510 JFMは「望ましい\Param{kanjiskip}の値」や
2511 「望ましい\Param{xkanjiskip}の値」を持っていることがある.
2512 これらのデータを使うためには,\Param{kanjiskip}や%
2513 \Param{xkanjiskip}の値を \cs{maxdimen} の値に設定すればよいが,
2514 \cs{ltjgetparameter} によって取得することはできないので注意が必要である.
2515 %</ja>
2516
2517 %<en>\subsection{Insertion setting of \Param{xkanjiskip}}
2518 %<ja>\subsection{\Param{xkanjiskip} の挿入設定}
2519
2520 %<*en>
2521 It is not desirable that \Param{xkanjiskip} is inserted into every
2522 boundary between \textbf{JAchar}s and \textbf{ALchar}s. For example,
2523 \Param{xkanjiskip} should not be inserted after opening parenthesis
2524 (\textit{e.g.}, compare ``(あ'' and ``(\hskip\ltjgetparameter{xkanjiskip}あ'').
2525 \LuaTeX-ja can control whether \Param{xkanjiskip} can be inserted
2526 before/after a character, by changing \Param{jaxspmode} for \textbf{JAchar}s and
2527 \Param{alxspmode} parameters \textbf{ALchar}s respectively.
2528 %</en>
2529 %<*ja>
2530 \Param{xkanjiskip}がすべての\textbf{JAchar}と\textbf{ALchar}の境界に
2531 挿入されるのは望ましいことではない.例えば,\Param{xkanjiskip}は開き括弧の
2532 後には挿入されるべきではない(「(あ」と「(\hskip\ltjgetparameter{xkanjiskip}あ」を
2533 比べてみよ).
2534 \LuaTeX-jaでは\Param{xkanjiskip}をある文字の前/後に挿入するかどうかを,
2535 \textbf{JAchar}に対しては\Param{jaxspmode}を,\textbf{ALchar}に対しては
2536 \Param{alxspmode}をそれぞれ変えることで制御することができる.
2537 %</ja>
2538 \begin{LTXexample}
2539 \ltjsetparameter{jaxspmode={`あ,preonly}, alxspmode={`\!,postonly}}
2540 pあq い!う
2541 \end{LTXexample}
2542
2543 %<*en>
2544 The second argument \texttt{preonly} means that the insertion of
2545 \Param{xkanjiskip} is allowed before this character, but not after.
2546 the other possible values are \texttt{postonly}, \texttt{allow}, and \texttt{inhibit}.
2547 %</en>
2548 %<*ja>
2549 2つ目の引数の \texttt{preonly}は「\Param{xkanjiskip}の挿入はこの文字の
2550 前でのみ許され,後では許さない」ことを意味する.他に指定可能な値は
2551 \texttt{postonly}, \texttt{allow}, \texttt{inhibit}である.
2552 %</ja>
2553
2554 %<*en>
2555 \Param{jaxspmode} and \Param{alxspmode} use a same table to store the parameters
2556 on the current version. Therefore, line~1 in the code above can be rewritten
2557 as follows:
2558 %</en>
2559 %<*ja>
2560 なお,現行の
2561 仕様では,\Param{jaxspmode}, \Param{alxspmode}はテーブルを共有しており,
2562 上のコードの1行目を次のように変えても同じことになる:
2563 %</ja>
2564 \begin{lstlisting}
2565 \ltjsetparameter{alxspmode={`あ,preonly}, jaxspmode={`\!,postonly}}
2566 \end{lstlisting}
2567 %<*en>
2568 One can use also numbers to specify these two parameters (see Subsection~\ref{ssec-param}).
2569 %</en>
2570 %<*ja>
2571 また,これら2パラメータには数値で値を指定することもできる(\ref{ssec-param}節を参照).
2572 %</ja>
2573
2574 %<*en>
2575 If you want to enable/disable all insertions of \Param{kanjiskip} and
2576 \Param{xkanjiskip}, set \Param{autospacing} and \Param{autoxspacing}
2577 parameters to \texttt{true}/\texttt{false}, respectively.
2578 %</en>
2579 %<*ja>
2580 もし全ての\Param{kanjiskip}と\Param{xkanjiskip}の挿入を有効化/無効化
2581 したければ,それぞれ\Param{autospacing}と\Param{autoxspacing}を
2582 \texttt{true}/\texttt{false}に設定すればよい.
2583 %</ja>
2584
2585 %<en>\subsection{Shifting the baseline}
2586 %<ja>\subsection{ベースラインの移動}
2587 %<*en>
2588 To make a match between a Japanese font and an alphabetic font, sometimes
2589 shifting of the baseline of one of the pair is needed. In \pTeX, this is achieved
2590 by setting \cs{ybaselineshift} (or \cs{tbaselineshift}) to a non-zero length (the
2591 baseline of \textbf{ALchar} is shifted below). However, for documents
2592 whose main language is not Japanese, it is good to shift the baseline of
2593 Japanese fonts, but not that of alphabetic fonts.
2594 Because of this, \LuaTeX-ja can independently set the shifting amount
2595 of the baseline of alphabetic fonts and that of Japanese fonts.
2596 \begin{center}
2597  \small
2598 \begin{tabular}{>{\bfseries}lcc}
2599 \toprule
2600 &\bfseries Horizontal writing (\emph{yoko} direction) etc.
2601 &\bfseries Vertical writing(\emph{tate} direction)\\
2602 \midrule
2603 Alphabetic fonts&\Param{yalbaselineshift}
2604      parameter&\Param{talbaselineshift} parameter\\
2605 Japanese fonts&\Param{yjabaselineshift}
2606      parameter&\Param{tjabaselineshift} parameter\\
2607 \bottomrule
2608 \end{tabular}
2609 \end{center}
2610 %</en>
2611 %<*ja>
2612 和文フォントと欧文フォントを合わせるためには,時々どちらかのベースラインの移動が
2613 必要になる.\pTeX ではこれは \cs{ybaselineshift}(または\cs{tbaselineshift})を設定することで
2614 なされていた(\textbf{ALchar}のベースラインがその分だけ下がる).しかし,日本語が主ではない
2615 文書に対しては,欧文フォントではなく和文フォントのベースラインを移動した方がよい.
2616 このため,\LuaTeX-jaでは欧文フォントのベースラインのシフト量
2617 と和文フォントのベースラインのシフト量を独立に設定できるようになっている.
2618 \begin{center}
2619  \small
2620 \begin{tabular}{>{\bfseries}lcc}
2621 \toprule
2622 &\bfseries 横組など&\bfseries 縦組\\
2623 \midrule
2624 欧文フォントのシフト量&\Param{yalbaselineshift}
2625      parameter&\Param{talbaselineshift} parameter\\
2626 和文フォントのシフト量&\Param{yjabaselineshift}
2627      parameter&\Param{tjabaselineshift} parameter\\
2628 \bottomrule
2629 \end{tabular}
2630 \end{center}
2631 %</ja>
2632
2633 %<*en>
2634 Here the horizontal line in the below example is the baseline of a line.
2635 %</en>
2636 %<*ja>
2637 下の例において引かれている水平線がベースラインである.
2638 %</ja>
2639 \begin{LTXexample}
2640 \vrule width 150pt height 0.2pt depth 0.2pt \hskip-120pt
2641 \ltjsetparameter{yjabaselineshift=0pt, yalbaselineshift=0pt}abcあいう
2642 \ltjsetparameter{yjabaselineshift=5pt, yalbaselineshift=2pt}abcあいう
2643 \end{LTXexample}
2644
2645 %<*en>
2646 There is an interesting side-effect: characters in different size can be
2647 vertically aligned center in a line, by setting two parameters appropriately.
2648 The following is an example (beware the value is not well tuned):
2649 %</en>
2650 %<*ja>
2651 この機能には面白い使い方がある:2つのパラメータを適切に設定することで,サイズの
2652 異なる文字を中心線に揃えることができる.
2653 以下は一つの例である(値はあまり調整されていないことに注意):
2654 %</ja>
2655 \begin{LTXexample}[width=0.4\textwidth]
2656 \vrule width 150pt height4.417pt depth-4.217pt%
2657 \kern-150pt
2658 \large xyz漢字
2659 {\scriptsize
2660   \ltjsetparameter{yjabaselineshift=-1.757pt,
2661     yalbaselineshift=-1.757pt}
2662   漢字xyzあいう
2663 }あいうabc
2664 \end{LTXexample}
2665
2666 %<*en>
2667 Note that setting positive \Param{yalbaselineshift}~or~\Param{talbaselineshift}
2668 parameters does not increase the depth of one-letter \emph{syllable} $p$ of \textbf{Alchar}, if
2669 its left-protrusion~(\cs{lpcode}) and right-protrusion~(\cs{rpcode}) are both non-zero.
2670 This is because
2671 \begin{itemize}
2672 \item These two parameters are implemented by setting \texttt{yoffset} field of a
2673 glyph node, and this does not increase the depth of the glyph.
2674 \item To cope with the above situation, \LuaTeX-ja automatically supplies
2675 a rule in every syllable.
2676 \item However, we cannot use this ``supplying a rule'' method if a syllable comprises just
2677       one letter whose \cs{lpcode}~and~\cs{rpcode} are both non-zero.
2678 \end{itemize}
2679
2680 This problem does not apply for \Param{yjabaselineshift}~nor~\Param{tjabaselineshift},
2681 becuse a \emph{JAchar} is encapsulated by a horizontal box if needed.
2682 %</en>
2683 %<*ja>
2684 なお,以下の場合には1文字の\textbf{ALchar}からなる「音節」の深さは増加しないことに注意.
2685 \begin{itemize}
2686  \item \Param{yalbaselineshift},~\Param{talbaselineshift}パラメータが正になっている.
2687  \item 「音節」を構成する唯一の文字$p$の
2688 左余白への突出量(\cs{lpcode}),右余白への突出量(\cs{rpcode})がどちらも非零である.
2689 \end{itemize}
2690 \emph{JAchar}は必要に応じて1文字ずつボックスにカプセル化されるため,
2691 \Param{yjabaselineshift},~\Param{tjabaselineshift}パラメータについてはこのような問題は起こらない.
2692 %</ja>
2693
2694 %<*ja>
2695 \paragraph{数式における挙動:\pTeX との違い}
2696 \textbf{ALchar}のベースラインを補正する \Param{yalbaselineshift} パラメータは
2697 ほぼ\pTeX における \cs{ybaselineshift} に対応しているものであるが,
2698 数式中の挙動は異なっているので注意が必要である.
2699 例えば,表\ref{tab:math_bsa}のように,数式中に明示的に現れた \cs{hbox} は,
2700 \begin{itemize}
2701  \item 2015年以前の\pTeX では,ボックス全体が \cs{ybaselineshift} だとシフトされるので,
2702  表\ref{tab:math_bsa}中の``い''のように,ボックス中の和文文字は
2703  \ \cs{ybaselineshift} だけシフトされ,一方,``for all''のように,
2704  ボックス内の欧文文字は2重にシフトされることになる.
2705  \item 一方,\LuaTeX-jaではそのようなことはおこらず,
2706  数式中に明示的に現れた \cs{hbox} はシフトしない.そのため,
2707  表\ref{tab:math_bsa}中の``い''も``for all''も,それぞれ本文中に
2708  書かれたときと同じ上下位置に組まれる.
2709
2710  なお,\TeX~Live~2016以降の\pTeX では改修がなされ,\LuaTeX-jaと
2711  近い挙動になるようにしているが,数式中に直に書かれた``あ''のベースラインについては
2712  まだ違いが見られる.
2713 \end{itemize}
2714 \begin{table}
2715 \small\centering
2716 \caption{数式関係のベースライン補正($\Param{yalbaselineshift}=10\,\textrm{pt}$)}
2717 \label{tab:math_bsa}
2718 \newdimen\origbaselineskip
2719 \origbaselineskip=\baselineskip
2720 \begin{tabular}{lp{30\zw}}
2721 \toprule
2722 \emph{入力}&\vspace*{\dimexpr-\origbaselineskip-\smallskipamount}
2723 \begin{lstlisting}
2724 数式abc: $あa\hbox{い}$, $\int_0^x t\,dt=x^2/2$,
2725 $\Phi\vdash F(x)\ \hbox{for all}\ x\in A$
2726 \end{lstlisting}\\
2727 \noalign{\vskip-\origbaselineskip}
2728 \midrule
2729 \emph{\pTeX~(--2015)}&
2730 {\ltjsetparameter{yalbaselineshift=10pt}%
2731 数式abc: $\lower10pt\hbox{あ}a\lower10pt\hbox{い}$, $\int_0^x t\,dt=x^2/2$,
2732 $\Phi\vdash F(x)\ \lower10pt\hbox{for all}\ x\in A$
2733 \par}\\\noalign{\vskip-\origbaselineskip}\midrule
2734 \emph{\pTeX~(2016--)}&
2735 {\ltjsetparameter{yalbaselineshift=10pt}%
2736 数式abc: $\lower10pt\hbox{あ}a\hbox{い}$, $\int_0^x t\,dt=x^2/2$,
2737 $\Phi\vdash F(x)\ \hbox{for all}\ x\in A$
2738 \par}\\\noalign{\vskip-\origbaselineskip}\midrule
2739 \emph{\LuaTeX-ja}&
2740 {\ltjsetparameter{yalbaselineshift=10pt}%
2741 数式abc: $あa\hbox{い}$, $\int_0^x t\,dt=x^2/2$,
2742 $\Phi\vdash F(x)\ \hbox{for all}\ x\in A$
2743 \par}\\
2744 \noalign{\vskip-\origbaselineskip}
2745 \bottomrule
2746 \end{tabular}
2747 \end{table}
2748 %</ja>
2749
2750 %<*en>
2751 \subsection{\emph{kinsoku} parameters and OpenType features}
2752 Among parameters which related to Japanese word-wrapping process (\emph{kinsoku shori}),
2753 \begin{quote}
2754  \Param{jaxspmode},~\Param{alxspmode}, \Param{prebreakpenalty},
2755  \Param{postbreakpenalty}~and~\Param{kcatcode}
2756 \end{quote}
2757 are stored by each character codes.
2758
2759 OpenType font features are ignored in these parameters.
2760 For example, a fullwidth katakana ``ア'' on line~10 in the below input is replaced to
2761 its halfwidth variant ``ア'', by \verb+hwid+ feature.
2762 However, the penalty inserted after it is 10 which is the \Param{postbreakpenalty} of
2763 ``ア'', not 20.
2764 %</en>
2765 %<*ja>
2766 \subsection{禁則処理関連パラメータとOpenTypeのfont feature}
2767 禁則処理や \Param{kanjiskip}, \Param{xkanjiskip} の挿入に関連したパラメータのうち
2768 \begin{quote}
2769  \Param{jaxspmode},~\Param{alxspmode}, \Param{prebreakpenalty},
2770  \Param{postbreakpenalty}, \Param{kcatcode}
2771 \end{quote}
2772 は,文字コードごとに設定する量である.
2773
2774 \Pkg{fontspec}パッケージを使う(\ref{ssec-fontspec}節)場合など,
2775 各種のOpenType featureを適用することもあると思うが,前段落に述べたパラメータ類は,
2776 \emph{OpenType featureの適用前の文字コードによって適用される.}
2777 例えば,以下の例において10行目の「ア」は,\verb+hwid+ featureの適用により半角カタカナの「ア」
2778 に置き換わる.しかし,その直後に挿入される \Param{postbreakpenalty}は,置換前の「ア」に対する値10である.
2779 %</ja>
2780
2781 \begin{LTXexample}[width=0.2\textwidth]
2782 \ltjsetparameter{postbreakpenalty={`ア, 10}}
2783 \ltjsetparameter{postbreakpenalty={`ア, 20}}
2784
2785 \newcommand\showpostpena[1]{%
2786   \leavevmode\setbox0=\hbox{#1\hbox{}}%
2787   \unhbox0\setbox0=\lastbox\the\lastpenalty}
2788
2789 \showpostpena{ア},
2790 \showpostpena{ア},
2791 {\addjfontfeatures{CharacterWidth=Half}\showpostpena{ア}}
2792 \end{LTXexample}
2793
2794 \clearpage
2795 %<en>\part{Reference}
2796 %<ja>\part{リファレンス}
2797 \label{part-ref}
2798 \suppressfloats[t]
2799 %<*ja>
2800 \section{\LuaTeX-jaにおける \cs{catcode}}
2801 \label{sec-catcode}
2802 \subsection{予備知識:\pTeX と\upTeX における \cs{kcatcode}}
2803 \pTeX,\upTeX においては,和文文字が制御綴内で利用できるかどうか
2804 は \cs{kcatcode} の値によって決定されるのであった.
2805 詳細は表\ref{table-kcat}を参照されたい.
2806 %</ja>
2807 %<*en>
2808 \section{\cs{catcode} in \LuaTeX-ja}
2809 \label{sec-catcode}
2810 \subsection{Preliminaries: \cs{kcatcode} in \pTeX\ and \upTeX}
2811 In \pTeX~and~\upTeX, the value of \cs{kcatcode} determines
2812 whether a Japanese character can be used in a control word.
2813 For the detail, see Table~\ref{table-kcat}.
2814 %</en>
2815
2816 \begin{table}[t]
2817 \small
2818 \caption{\cs{kcatcode} in \upTeX}
2819 \label{table-kcat}
2820 %<en>\medskip
2821
2822 \noindent\hfill
2823 \begin{tabular}{ccccc}
2824 \toprule
2825 \bfseries \cs{kcatcode}&
2826 %<*en>
2827 \bfseries meaning&
2828 \bfseries control word&
2829 \bfseries widow penalty&
2830 \bfseries linebreak\\
2831 %</en>
2832 %<*ja>
2833 \bfseries 意図&
2834 \bfseries 制御綴中に使用&
2835 \bfseries 文字ウィドウ処理&
2836 \bfseries 直後での改行\\
2837 %</ja>
2838 \midrule
2839 15&non-cjk&\multicolumn{3}{c}{(treated as usual \LaTeX)}\\
2840 16&kanji&Y&Y&ignored\\
2841 17&kana&Y&Y&ignored\\
2842 18&other&N&N&ignored\\
2843 19&hangul&Y&Y&space\\
2844 \bottomrule
2845 \end{tabular}\hfill\null
2846
2847 \medskip
2848
2849 %<*ja>
2850 文字ウィドウ処理:「漢字が一文字だけ次の行に行くのを防ぐ」
2851 \cs{jcharwidowpenalty} が,
2852 その文字の直前に挿入されうるか否か,を示す.
2853 %</ja>
2854 \end{table}
2855
2856 %<*en>
2857 \cs{kcatcode} can be set by a row of JIS~X~0208 in \pTeX,
2858 and generally by a Unicode block\footnote{%
2859   \upTeX\ divides \texttt{U+FF00}--\texttt{U+FFEF} (Halfwidth and Fullwidth Forms)
2860   into three subblocks, and \cs{kcatcode} can be set by a subblock.
2861 }
2862 in \upTeX. So characters which can be used in a control word
2863 slightly differ between \pTeX~and~\upTeX.
2864 %</en>
2865 %<*ja>
2866 \pTeX では \cs{kcatcode} はJIS~X~0208の区単位,
2867 \upTeX では概ねUnicodeブロック単位\footnote{%
2868   \texttt{U+FF00}--\texttt{U+FFEF} (Halfwidth and Fullwidth Forms)は
2869   「全角英数字」「半角カナ」「その他」と3つに分割されており,
2870   それぞれ別々に \cs{kcatcode} が指定できるようになっている.
2871 }で設定可能になっている.そのため,\pTeX と\upTeX の初期状態では
2872 制御綴内で使用可能な文字が微妙に異なっている.
2873 %</ja>
2874
2875 %<*en>
2876 \subsection{Case of \LuaTeX-ja}
2877 The role of \cs{kcatcode} in \pTeX~and~\upTeX\ can be
2878 divided into the following four kinds,
2879 and \LuaTeX-ja can control these four kinds separately:
2880 \begin{itemize}
2881  \item
2882 \emph{Distinction between \textbf{JAchar} or \textbf{ALchar}}
2883 is controlled by the character range, see Subsection~\ref{ssec-setrange}.
2884  \item
2885 \emph{Whether the character can be used in a control word}
2886 is controlled by setting \cs{catcode} to 11~(enabled) or 12~(disabled), as usual.
2887  \item
2888 \emph{Whether \Param{jcharwidowpenalty} can be inserted before the character}
2889 is controlled by the lowermost bit of the \Param{kcatcode} parameter.
2890  \item
2891 \emph{Linebreak after a \textbf{JAchar}} does not produce a space.
2892 \end{itemize}
2893 %</en>
2894 %<*ja>
2895 \subsection{\LuaTeX-jaの場合}
2896 \LuaTeX-jaでは,従来の\pTeX・\upTeX における \cs{kcatcode} の役割を
2897 分割している:
2898 \begin{description}
2899  \item[欧文/和文の区別 (\upTeX)]
2900 \cs{ltjdefcharrange} と\textsf{jacharrange}パラメータ(\ref{ssec-setrange}節)
2901  \item[制御綴中に使用可か]
2902 \LuaTeX 自身の \cs{catcode} でよい
2903  \item[\Param{jcharwidowpenalty}が挿入可か]
2904 \Param{kcatcode}パラメータの最下位ビット
2905  \item[直後の改行]
2906 日本語しか想定していないので,\textbf{JAchar}直後の改行で半角スペースが挿入されることはない.
2907 \end{description}
2908 %</ja>
2909
2910 %<*en>
2911 Default setting of \cs{catcode} of Unicode characters are located in
2912 \begin{description}
2913  \item[plain \LuaTeX] \texttt{luatex-unicode-letters.tex}, which is based on \texttt{unicode-letters.tex}
2914 (for \XeTeX).
2915  \item[\LuaLaTeX] now included in \LaTeX\ kernel  as~\texttt{unicode-letters.def}.
2916 \end{description}
2917 However, the default setting of \cs{catcode} differs
2918 between \XeTeX\ and \LuaTeX, by the following reasons:
2919 \begin{itemize}
2920  \item (plain format) \texttt{luatex-unicode-letters.tex} is based on old \texttt{unicode-letters.tex}.
2921  \item The latter half of \texttt{unicode-letters.tex}~and~\texttt{unicode-letters.def}
2922 sets\cs{catcode} of several characters to 11, via setting \cs{XeTeXcharclass}.
2923 However, this latter half does not exist (plain case), or not executed (\LaTeX~case) in \LuaTeX.
2924 \end{itemize}
2925 In other words,
2926 \begin{description}
2927 \item[plain \LuaTeX]
2928 Kanji nor kana characters cannot be used in
2929 a control word, in the default setting of plain \LuaTeX.
2930 \item[\LuaLaTeX]
2931 In recent (2015-10-01 or later) \LuaLaTeX, Kanji and kana characters in a control word is supported (these catcode are 11),
2932 but not fullwidth alphanumerics and several other characters.
2933 \end{description}
2934
2935 This would be inconvenient for \pTeX~users to shifting to \LuaTeX-ja,
2936 since several control words containing Kanji or other fullwidth characters, such as
2937 \verb+\西暦+~or~\verb+\1年目西暦+ are used in \pTeX.
2938 Hence, \LuaTeX-ja have a counterpart of \texttt{unicode-letters.tex}
2939 for \LuaTeX, \emph{to match the \cs{catcode} setting with that of \XeTeX.}
2940 %</en>
2941 %<*ja>
2942 ネイティブにUnicode全部の文字を扱える\XeTeX や\LuaTeX では,
2943 文字が制御綴内で使用できるかは通常の欧文文字と同じく \cs{catcode}
2944 で指定することとなる.plain \XeTeX における \cs{catcode} の初期設定は\
2945 \texttt{unicode-letters.tex} 中に記述されており,plain \LuaTeX ではそれを
2946 元にした \texttt{luatex-unicode-letters.tex} を用いている.
2947 \LaTeX では \cs{catcode} の設定はカーネルに \texttt{unicode-letters.def} として統合され.
2948 このファイルを\XeLaTeX, \LuaLaTeX の両方が用いている.
2949
2950 だが,\XeTeX における \cs{catcode} の初期設定と
2951 \LuaTeX におけるそれは一致していない:
2952 \begin{itemize}
2953  \item \texttt{luatex-unicode-letters.tex} の元になった\
2954 \texttt{unicode-letters.tex} が古い
2955  \item \texttt{unicode-letters.tex} 後半部や \texttt{unicode-letters.def} 後半部では
2956 \cs{XeTeXcharclass} の設定を行なっており,
2957 それによって漢字や仮名,および全角英数字の \cs{catcode} が11に設定されている.
2958 しかし,\texttt{luatex-unicode-letters.tex} ではこの「後半部」が
2959 まるごと省略されており,また\LuaLaTeX でも \texttt{unicode-letters.def} 後半部は実行されな
2960        い.
2961 \end{itemize}
2962 言い換えると,
2963 \begin{description}
2964  \item[plain \LuaTeX]  漢字や仮名を制御綴内に
2965 使用することはできない.
2966  \item[\LuaLaTeX] 最近の(2015-10-01以降の)
2967 \LuaLaTeX では漢字や仮名を制御綴内に
2968 使用することが可能になったが,全角英数字は相変わらず使用できない,
2969 \end{description}
2970 これでは \pTeX で使用できた \verb+\1年目西暦+\footnote{科研費\LaTeX で使用されているそうです.}などが使えないこととなり,
2971 \LuaTeX-jaへの移行で手間が生じる.そのため,\LuaTeX-jaでは
2972 \texttt{unicode-letters.tex} の後半部にあたる内容を自前でパッチし,
2973 結果として\textbf{\XeTeX における初期設定と同じになるようにしている.}
2974 %</ja>
2975
2976 \begin{table}
2977  \centering\small
2978 %<en>\caption{Difference of the set of non-kanji JIS~X~0208 characters which can be used in a control word}
2979 %<ja>\caption{制御綴中に使用出来るJIS~X~0208非漢字の違い}
2980 %<en>\medskip
2981 \label{table-kcat-diff}
2982 \def\D#1#2#3#4{%
2983   {\fboxsep0pt\fcolorbox{cyan}{white}%
2984   {\large\char"#1#2#3#4}}\ (\texttt{U+#1#2#3#4})} %"
2985 \leavevmode\hbox to 0pt{\hss\begin{tabular}{cccccc}
2986 \toprule
2987 %<en>&\bf row&\bf col.&\bf \pTeX&\bf \upTeX&\bf\LuaTeX-ja\\
2988 %<ja>&\bf 区&\bf 点&\bf \pTeX&\bf \upTeX&\fontseries{b}\selectfont\LuaTeX-ja\\
2989 \midrule
2990 %\D 3000&1&1&N&N&Y\\
2991 \D 30FB&1&6&N&Y&N\\
2992 \D 309B&1&11&N&Y&N\\
2993 \D 309C&1&12&N&Y&N\\
2994 \D FF40&1&14&N&N&Y\\
2995 \D FF3E&1&16&N&N&Y\\
2996 \D FFE3&1&17&N&N&Y\\
2997 \D FF3F&1&18&N&N&Y\\
2998 %\D 30FD&1&19&N&Y&Y\\
2999 %\D 30FE&1&20&N&Y&Y\\
3000 %\D 309D&1&21&N&Y&Y\\
3001 %\D 309E&1&22&N&Y&Y\\
3002 \D 3003&1&23&N&N&Y\\
3003 \D 4EDD&1&24&N&Y&Y\\
3004 \D 3005&1&25&N&N&Y\\
3005 \D 3006&1&26&N&N&Y\\
3006 \D 3007&1&27&N&N&Y\\
3007 \D 30FC&1&28&N&Y&Y\\
3008 \D FF0F&1&31&N&N&Y\\
3009 \D FF3C&1&32&N&N&Y\\
3010 \bottomrule
3011 \end{tabular}\qquad
3012 \begin{tabular}{cccccc}
3013 \toprule
3014 %<en>&\bf row&\bf col.&\bf \pTeX&\bf \upTeX&\bf\LuaTeX-ja\\
3015 %<ja>&\bf 区&\bf 点&\bf \pTeX&\bf \upTeX&\fontseries{b}\selectfont\LuaTeX-ja\\
3016 \midrule
3017 \D FF5C&1&35&N&N&Y\\
3018 \D FF0B&1&60&N&N&Y\\
3019 \D FF1D&1&65&N&N&Y\\
3020 \D FF1C&1&67&N&N&Y\\
3021 \D FF1E&1&68&N&N&Y\\
3022 \D FF03&1&84&N&N&Y\\
3023 \D FF06&1&85&N&N&Y\\
3024 \D FF0A&1&86&N&N&Y\\
3025 \D FF20&1&87&N&N&Y\\
3026 \D 3012&2&9&N&N&Y\\
3027 \D 3013&2&14&N&N&Y\\
3028 \D FFE2&2&44&N&N&Y\\
3029 \D 212B&2&82&N&N&Y\\
3030 %<en>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}Greek letters (row 6)}&Y&N&Y\\
3031 %<en>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}Cyrillic letters (row 7)}&N&N&Y\\
3032 %<ja>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}ギリシャ文字(6区)}&Y&N&Y\\
3033 %<ja>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}キリル文字(7区)}&N&N&Y\\
3034 \bottomrule
3035 \end{tabular}\hss}\par
3036 \end{table}
3037
3038 %<*en>
3039 \subsection{Non-kanji characters in a control word}
3040 Because the engine differ, so non-kanji JIS~X~0208 characters
3041 which can be used in a control word differ in \pTeX, in \upTeX,~and~in \LuaTeX-ja.
3042 Table~\ref{table-kcat-diff} shows the difference.
3043 Except for four characters ``・'',~``゛'', ``゜'',~``゠'',
3044 \LuaTeX-ja admits more characters in a control word than \upTeX.
3045
3046 Difference becomes larger, if we consider
3047 non-kanji JIS~X~0213 characters.
3048 For the detail, see \url{https://github.com/h-kitagawa/kct}.
3049 %</en>
3050 %<*ja>
3051 \subsection{制御綴中に使用出来るJIS非漢字の違い}
3052
3053 エンジンが異なるので,\pTeX, \upTeX, \LuaTeX-ja
3054 において制御綴中に使用可能なJIS~X~0208の文字は異なる.
3055 異なっているところだけを載せると,表\ref{table-kcat-diff}のようになる.
3056 「・」「゛」「゜」「゠」を除けば,\LuaTeX-jaでは\upTeX より多くの文字が
3057 制御綴に使用可能になっている.
3058
3059 JIS~X~0213の範囲に広げると,差異はさらに大きくなる.
3060 詳細については例えば \url{https://github.com/h-kitagawa/kct} 中の\
3061 \texttt{kct-out.pdf} などを参照すること.
3062 %</ja>
3063
3064
3065 %<*en>
3066 \section{Directions}
3067 \LuaTeX\ supports four $\Omega$-style directions: \texttt{TLT},~\texttt{TRT}, \texttt{RTT}
3068 and \texttt{LTL}.
3069 However, neither directions are not well-suited for typesetting Japanese vertically, hence we
3070 implemented vertical writing by rotating \texttt{TLT}-box by 90~degrees.
3071 %</en>
3072 %<*ja>
3073 \section{縦組}
3074 \label{sec-direction}
3075 \LuaTeX 本体でも,$\Omega$・$\aleph$由来の機能として,複数の組方向をサポートしている.
3076 しかし,\LuaTeX がサポートするのは \texttt{TLT},~\texttt{TRT}, \texttt{RTT},~\texttt{LTL}\
3077 のみであり,日本語の縦組に使うのは望ましくない\footnote{%
3078 和文文字だけならば \texttt{RTT} を使えばなんとかなると思うが,
3079 欧文文字が入ってきた場合はうまくいかず,\texttt{RTR} という組方向が必要になる.
3080 }.そのため,\LuaTeX-jaでは横組(\texttt{TLT})で組んだボックスを回転させる方式で
3081 縦組を実装した.
3082 %</ja>
3083
3084 %<ja>\subsection{サポートする組方向}
3085 \begin{table}[t]
3086 %<ja>\caption{\LuaTeX-ja のサポートする組方向}
3087 %<en>\caption{Directions supported by \LuaTeX-ja}
3088 %<en>\medskip
3089 \label{tab-dir}
3090 \centering\small
3091 \def\obox#1{%
3092   \setbox0=\hbox{\yoko\hbox{#1%
3093   \large\ltjsetparameter{talbaselineshift=0pt}%
3094   \vrule height 25pt width 0.4pt depth 15pt\kern-.2pt%
3095   \raise25pt\hbox to 0pt{\hss\composite{*r^@{>>}}\hss}%
3096   \raise-15pt\hbox to 0pt{\hss\composite{*l^@{>|}}\hss}\kern.2pt%
3097   \vrule height.2pt depth.2pt width 60pt\hbox to 0pt{\hss\composite{*d^@{>}}\hss}\kern-60pt
3098   \hbox to 60pt{\,銀は、Ag\hss}}}%
3099   \raise\dimexpr 0.5\ltjgetdp0-0.5\ltjgetht0\box0%
3100 }
3101 %<*ja>
3102 \begin{tabular}{>{\bfseries}lcccc}
3103 \toprule
3104 &横組&縦組 &「dtou方向」&「utod方向」\\
3105 \midrule
3106 命令&\cs{yoko}&\cs{tate}&\cs{dtou}&\cs{utod}\\
3107 字送り方向&水平右向き(→)&垂直下向き(↓)&垂直上向き(↑)&垂直下向き(↓)\\
3108 行送り方向&垂直下向き(↓)&水平左向き(←)&水平右向き(→)&水平左向き(←)\\
3109 使用する和文フォント&横組用(\cs{jfont})&縦組用(\cs{tfont})&
3110 \multicolumn{2}{c}{%
3111   横組用(\cs{jfont})の$90^\circ$回転}\\[\smallskipamount]
3112 組版例\null $^*$ &\obox{\yoko}&\obox{\tate}&\obox{\dtou}&\obox{\utod}\\
3113 \noalign{\medskip}
3114 \bottomrule
3115 \end{tabular}
3116
3117 \medskip\raggedright
3118 \def\R#1{%
3119   \raise0.38\zw\hbox{%
3120     \vrule height.2pt  depth.2pt width2\zw%
3121     \hbox to 0pt{\hss\composite{*d^@{#1}}\hss}%
3122   }%
3123 }
3124 $^*$\ 幅(width),高さ(height),深さ(depth)の増加方向を,
3125 それぞれ「\R{>}」,「\R{>>}」,「\R{>|}」で表している.
3126 \raggedright
3127 %</ja>
3128
3129 %<*en>
3130 \begin{tabular}{>{\bfseries}lcccc}
3131 \toprule
3132 &horizontal (\emph{yoko}~direction)&vertical (\emph{tate}~direction)&%
3133   \emph{dtou} direction&\emph{utod} direction\\
3134 \midrule
3135 Commands&\cs{yoko}&\cs{tate}&\cs{dtou}&\cs{utod}\\
3136 Beginning of the page&Top&Right&Left&Right\\
3137 Beginning of the line&Left&Top&Bottom&Top\\
3138 Used Japanese font&horizontal (\cs{jfont})&vertical (\cs{tfont})&
3139 \multicolumn{2}{c}{%
3140   horizontal ($90^\circ$ rotated)}\\[\smallskipamount]
3141 Example&\obox{\yoko}&\obox{\tate}&\obox{\dtou}&\obox{\utod}\\
3142 \noalign{\medskip}
3143 (Notation used in $\Omega$)&TLT&RTR, RTT&LBL&RTR\\
3144 \bottomrule
3145 \end{tabular}
3146
3147 \medskip\raggedright
3148 \def\R#1{%
3149   \raise0.38\zw\hbox{%
3150     \vrule height.2pt  depth.2pt width2\zw%
3151     \hbox to 0pt{\hss\composite{*d^@{#1}}\hss}%
3152   }%
3153 }
3154 \raggedright
3155 %</en>
3156 \end{table}
3157
3158 %<*en>
3159 \LuaTeX-ja supports four directions, as shown in Table~\ref{tab-dir}.
3160 The second column (\emph{yoko} direction) is just horizontal writing,
3161 and the third column (\emph{tate} direction) is vertical writing.
3162 The fourth column (\emph{dtou} direction) is actually a hidden feature of \pTeX.
3163 We implemented this for debugging purpose.
3164 The fifth column (\emph{utod} direction) corresponds the ``\texttt{tate (math) direction}'' of \pTeX.
3165
3166 Directions can be changed by \cs{yoko},~\cs{tate}, \cs{dtou},~\cs{utod},
3167 only when the current list is null. Also, the direction of a math formula is changed to
3168 \emph{utod}, when the direction outside the math formula is \emph{tate} (vertical writing).
3169 %</en>
3170
3171 %<*ja>
3172 \LuaTeX-jaがサポートする組方向は表\ref{tab-dir}に示す4つである.
3173 4列目の \cs{dtou} は聞き慣れない命令だと思うが,
3174 実は\pTeX に同名の命令が(ドキュメントには書かれていないが)存在する.
3175 Down-TO-Upの意味なのだろう.\cs{dtou} を使用する機会はないだろうが,
3176 \LuaTeX-jaではデバッグ用に実装している.
3177 5列目の \cs{utod} は,\pTeX で言う「縦数式ディレクション」に相当するものである.
3178
3179 組方向は,\cs{yoko},~\cs{tate}, \cs{dtou},~\cs{utod} をそれぞれ使用することで,
3180 現在作成中のリストやボックスが空の時にのみ変更可能である.
3181 また,縦組中の数式内のボックスは\pTeX と同じように組方向が \cs{utod} となる.
3182 %</ja>
3183
3184 %<*en>
3185 \subsection{Boxes in different direction}
3186
3187 As in \pTeX, one can use boxes of different direction in one document.
3188 The below is an example.
3189 \begin{LTXexample}
3190 ここは横組%     yoko
3191 \hbox{\tate %   tate
3192   \hbox{縦組}%  tate
3193   の中に
3194   \hbox{\yoko 横組の内容}% yoko
3195   を挿入する
3196 }
3197 また横組に戻る% yoko
3198 \end{LTXexample}
3199
3200 Table~\ref{tab-diffdir} shows how a box is arranged when
3201 the direction  inside the box and that outside the box differ.
3202 %</en>
3203 %<*ja>
3204 \subsection{異方向のボックス}
3205
3206 縦組の中に「42」などの2桁以上の算用数字を横組で組むなど,
3207 異なる組方向を混在させることがしばしば行われる.
3208 組方向の混在も\pTeX と同じようにできる:
3209 \begin{LTXexample}
3210 ここは横組%     yoko
3211 \hbox{\tate %   tate
3212   \hbox{縦組}%  tate
3213   の中に
3214   \hbox{\yoko 横組の内容}% yoko
3215   を挿入する
3216 }
3217 また横組に戻る% yoko
3218 \end{LTXexample}
3219
3220 異なる組方向のボックスを配置した場合にどう組まれるかの仕様も,\pTeX を
3221 踏襲している.表\ref{tab-diffdir}に示す.
3222 %</ja>
3223
3224 \begin{table}[t]
3225 %<ja>\caption{異方向のボックスの配置}
3226 %<en>\caption{Boxes in different direction}
3227 %<en>\medskip
3228 \label{tab-diffdir}
3229  \centering\small\unitlength3mm
3230  \def\TATEeg{%
3231    \hbox{\smash{\begin{picture}(0,0)(-2,0)
3232      \thicklines
3233      \polyline(-2,0)(-2,-7)(5,-7)(5,0)
3234      \put(0,0){\circle*{0.3}}
3235      \put(2.5,-4){\makebox(0,0){\hbox{\tate\bfseries \emph{tate}/\emph{utod}}}}
3236      \put(0,0){\vector(1,0){5}} \put(2.5,-0.2){\makebox(0,0)[t]{$h_{\mathrm{T}}$}}
3237      \put(0,0){\vector(-1,0){2}}\put(-1,-0.2){\makebox(0,0)[t]{$d_{\mathrm{T}}$}}
3238      \put(0,0){\vector(0,-1){7}}\put(0.2,-3.5){\makebox(0,0)[l]{$w_{\mathrm{T}}$}}
3239    \end{picture}}}%
3240  }
3241  \def\DTOUeg{%
3242    \hbox{\smash{\begin{picture}(0,0)(-5,0)
3243      \thicklines
3244      \polyline(-5,0)(-5,7)(2,7)(2,0)
3245      \put(0,0){\circle*{0.3}}
3246      \put(-2.5,4){\makebox(0,0){\hbox{\dtou\bfseries \emph{dtou}}}}
3247      \put(0,0){\vector(-1,0){5}} \put(-2.5,0.3){\makebox(0,0)[b]{$h_{\mathrm{D}}$}}
3248      \put(0,0){\vector(1,0){2}}\put(1,0.3){\makebox(0,0)[b]{$d_{\mathrm{D}}$}}
3249      \put(0,0){\vector(0,1){7}}\put(-0.2,3.5){\makebox(0,0)[r]{$w_{\mathrm{D}}$}}
3250    \end{picture}}}%
3251  }
3252  \def\YOKOeg{%
3253    \hbox{\smash{\begin{picture}(0,0)
3254      \thicklines
3255      \polyline(0,5)(7,5)(7,-2)(0,-2)
3256      \put(4,2.5){\makebox(0,0){\hbox{\yoko\bfseries \emph{yoko}}}}
3257      \put(0,0){\circle*{0.3}}
3258      \put(0,0){\vector(0,1){5}} \put(0.3,2.5){\makebox(0,0)[l]{$h_{\mathrm{Y}}$}}
3259      \put(0,0){\vector(0,-1){2}}\put(0.3,-1){\makebox(0,0)[l]{$d_{\mathrm{Y}}$}}
3260      \put(0,0){\vector(1,0){7}}\put(3.5,0.2){\makebox(0,0)[b]{$w_{\mathrm{Y}}$}}
3261    \end{picture}}}%
3262  }
3263 \begin{tabular}{ccc}
3264 \toprule
3265 %<ja>\emph{横組中に配置}&\emph{縦組中に配置}&%
3266 %<ja>\emph{組方向 \cs{dtou} 中に配置}\\
3267 %<en>\textbf{typeset in \emph{yoko} direction}
3268 %<en>&\textbf{typeset in \emph{tate} or \emph{utod} direction}
3269 %<en>&\textbf{typeset in \emph{dtou} direction}\\
3270 \midrule
3271  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3272    \put(0,0){\line(1,0){3.8}}
3273    \put(4,7){\TATEeg}
3274    \put(11.2,0){\line(1,0){3.8}}
3275 %
3276    \put(2,7){\line(1,0){1.8}}
3277    \put(3,3.5){\vector(0,1){3.5}\vector(0,-1){3.5}}
3278    \put(2.8,3.5){\makebox(0,0)[r]{$H_{\mathrm{Y}}$}}
3279    \put(3,-2){\vector(0,1){2}}
3280    \put(2.8,-1){\makebox(0,0)[r]{$D_{\mathrm{Y}}$}}
3281 %
3282    \put(4,7.2){\line(0,1){1.8}}
3283    \put(11,7.2){\line(0,1){1.8}}
3284    \put(6,8){\vector(-1,0){2}}
3285    \put(9,8){\vector(1,0){2}}
3286    \put(7.5,8){\makebox(0,0){$W_{\mathrm{Y}}$}}
3287 %
3288  \end{picture}\vspace{-\baselineskip}
3289    \begin{align*}
3290    W_{\mathrm{Y}} &= h_{\mathrm{T}}+d_{\mathrm{T}},\\
3291    H_{\mathrm{Y}} &= w_{\mathrm{T}},\\
3292    D_{\mathrm{Y}} &=0\,\mathrm{pt}
3293    \end{align*}%
3294  }&
3295  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3296    \put(7.5,-0.2){\line(0,-1){2.8}}
3297    \put(4,2){\YOKOeg}
3298    \put(7.5, 7.2){\line(0,1){3.8}}
3299 %
3300    \put(2,7){\line(1,0){1.8}}
3301    \put(2,0){\line(1,0){1.8}}
3302    \put(3,5){\vector(0,1){2}}
3303    \put(3,2){\vector(0,-1){2}}
3304    \put(3,3.5){\makebox(0,0){$W_{\mathrm{T}}$}}
3305 %
3306    \put(4,7.2){\line(0,1){1.8}}
3307    \put(11,7.2){\line(0,1){1.8}}
3308    \put(8,8){\vector(-1,0){0.5}\vector(1,0){3}}
3309    \put(7,8){\vector(-1,0){3}\vector(1,0){0.5}}
3310    \put(9.25,8.2){\makebox(0,0)[b]{$H_{\mathrm{T}}$}}
3311    \put(5.75,8.2){\makebox(0,0)[b]{$D_{\mathrm{T}}$}}
3312 %
3313  \end{picture}\vspace{-\baselineskip}
3314    \begin{align*}
3315    W_{\mathrm{T}} &= h_{\mathrm{Y}}+d_{\mathrm{Y}},\\
3316    H_{\mathrm{T}} &= w_{\mathrm{Y}}/2,\\
3317    D_{\mathrm{T}} &= w_{\mathrm{Y}}/2
3318    \end{align*}%
3319  }&
3320  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3321    \put(11,-0.2){\line(0,-1){2.8}}
3322    \put(4,2){\YOKOeg}
3323    \put(11, 7.2){\line(0,1){3.8}}
3324 %
3325    \put(2,7){\line(1,0){1.8}}
3326    \put(2,0){\line(1,0){1.8}}
3327    \put(3,5){\vector(0,1){2}}
3328    \put(3,2){\vector(0,-1){2}}
3329    \put(3,3.5){\makebox(0,0){$W_{\mathrm{D}}$}}
3330 %
3331    \put(4,7.2){\line(0,1){1.8}}
3332    \put(11,7.2){\line(0,1){1.8}}
3333    \put(7.5,8){\vector(-1,0){3.5}\vector(1,0){3.5}}
3334    \put(13,8){\vector(-1,0){2}}
3335    \put(7.5,8.2){\makebox(0,0)[b]{$H_{\mathrm{D}}$}}
3336    \put(12,8.2){\makebox(0,0)[b]{$D_{\mathrm{D}}$}}
3337 %
3338  \end{picture}\vspace{-\baselineskip}
3339    \begin{align*}
3340    W_{\mathrm{D}} &= h_{\mathrm{Y}}+d_{\mathrm{Y}},\\
3341    H_{\mathrm{D}} &= w_{\mathrm{Y}},\\
3342    D_{\mathrm{D}} &= 0\,\mathrm{pt}
3343    \end{align*}%
3344  }%
3345 \\\midrule
3346  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3347    \put(0,0){\line(1,0){3.8}}
3348    \put(4,0){\DTOUeg}
3349    \put(11.2,0){\line(1,0){3.8}}
3350 %
3351    \put(2,7){\line(1,0){1.8}}
3352    \put(3,3.5){\vector(0,1){3.5}\vector(0,-1){3.5}}
3353    \put(2.8,3.5){\makebox(0,0)[r]{$H_{\mathrm{Y}}$}}
3354    \put(3,-2){\vector(0,1){2}}
3355    \put(2.8,-1){\makebox(0,0)[r]{$D_{\mathrm{Y}}$}}
3356 %
3357    \put(4,7.2){\line(0,1){1.8}}
3358    \put(11,7.2){\line(0,1){1.8}}
3359    \put(6,8){\vector(-1,0){2}}
3360    \put(9,8){\vector(1,0){2}}
3361    \put(7.5,8){\makebox(0,0){$W_{\mathrm{Y}}$}}
3362 %
3363  \end{picture}\vspace{-\baselineskip}
3364    \begin{align*}
3365    W_{\mathrm{Y}} &= h_{\mathrm{D}}+d_{\mathrm{D}},\\
3366    H_{\mathrm{Y}} &= w_{\mathrm{D}},\\
3367    D_{\mathrm{Y}} &= 0\,\mathrm{pt}
3368    \end{align*}%
3369  }&
3370  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3371    \put(9,-0.2){\line(0,-1){2.8}}
3372    \put(4,0){\DTOUeg}
3373    \put(9, 7.2){\line(0,1){3.8}}
3374 %
3375    \put(2,7){\line(1,0){1.8}}
3376    \put(2,0){\line(1,0){1.8}}
3377    \put(3,5){\vector(0,1){2}}
3378    \put(3,2){\vector(0,-1){2}}
3379    \put(3,3.5){\makebox(0,0){$W_{\mathrm{T}}$}}
3380 %
3381    \put(4,7.2){\line(0,1){1.8}}
3382    \put(11,7.2){\line(0,1){1.8}}
3383    \put(6.5,8){\vector(-1,0){2.5}\vector(1,0){2.5}}
3384    \put(10,8){\vector(-1,0){1}\vector(1,0){1}}
3385    \put(10,8.2){\makebox(0,0)[b]{$H_{\mathrm{T}}$}}
3386    \put(6.5,8.2){\makebox(0,0)[b]{$D_{\mathrm{T}}$}}
3387 %
3388  \end{picture}\vspace{-\baselineskip}
3389    \begin{align*}
3390    W_{\mathrm{T}} &= h_{\mathrm{D}}+d_{\mathrm{D}},\\
3391    H_{\mathrm{T}} &= d_{\mathrm{D}},\\
3392    D_{\mathrm{T}} &= h_{\mathrm{D}}
3393    \end{align*}%
3394  }&
3395  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3396    \put(6,-0.2){\line(0,-1){2.8}}
3397    \put(4,7){\TATEeg}
3398    \put(6, 7.2){\line(0,1){3.8}}
3399 %
3400    \put(2,7){\line(1,0){1.8}}
3401    \put(2,0){\line(1,0){1.8}}
3402    \put(3,5){\vector(0,1){2}}
3403    \put(3,2){\vector(0,-1){2}}
3404    \put(3,3.5){\makebox(0,0){$W_{\mathrm{D}}$}}
3405 %
3406    \put(4,7.2){\line(0,1){1.8}}
3407    \put(11,7.2){\line(0,1){1.8}}
3408    \put(5,8){\vector(-1,0){1}\vector(1,0){1}}
3409    \put(8.5,8){\vector(-1,0){2.5}\vector(1,0){2.5}}
3410    \put(5,8.2){\makebox(0,0)[b]{$H_{\mathrm{D}}$}}
3411    \put(8.5,8.2){\makebox(0,0)[b]{$D_{\mathrm{D}}$}}
3412 %
3413  \end{picture}\vspace{-\baselineskip}
3414    \begin{align*}
3415    W_{\mathrm{D}} &= w_{\mathrm{T}},\\
3416    H_{\mathrm{D}} &= d_{\mathrm{T}},\\
3417    D_{\mathrm{D}} &= h_{\mathrm{T}}
3418    \end{align*}%
3419  }\\
3420 \bottomrule
3421 \end{tabular}
3422 \end{table}
3423
3424
3425
3426 %<*en>
3427 \paragraph{\cs{wd} and direction}
3428 In \pTeX, \cs{wd},~\cs{ht},~\cs{dp} means the dimensions of a box register
3429 \emph{with respact to the current direction}.
3430 This means that the value of \cs{wd0} etc.\ might differ when the current direction is
3431 different, even if \cs{box0} stores the same box.
3432 However, this no longer applies in \LuaTeX-ja.
3433
3434 \begin{LTXexample}
3435 % yoko direction
3436 \setbox0=\hbox to 20pt{foo}
3437 \the\wd0,~\hbox{\tate\vrule\the\wd0}
3438 \wd0=100pt
3439 \the\wd0,~\hbox{\tate \the\wd0}
3440 \end{LTXexample}
3441
3442 To access box dimensions \emph{with respect to current direction},
3443 one have to use the following commands instead of \cs{wd} wtc.
3444 \begin{cslist}
3445
3446  \item[\cs{ltjgetwd}<num>\textrm{, }\cs{ltjgetht}<num>\textrm{, }%
3447   \cs{ltjgetdp}<num>]
3448 These commands return \emph{an internal dimension} of \cs{box<num>} with respect to
3449 the current direction. One can use these in \cs{dimexpr} primitive, as the followings.
3450 \begin{lstlisting}
3451 \dimexpr 2\ltjgetwd42-3pt\relax, \the\ltjgetwd1701
3452 \end{lstlisting}
3453 The following is an example.
3454 \begin{LTXexample}[width=0.3\textwidth]
3455 \parindent0pt
3456 \setbox32767=\hbox{\yoko よこぐみ}
3457 \fboxsep=0mm\fbox{\copy32767}
3458 \vbox{\hsize=20mm
3459 \yoko YOKO \the\ltjgetwd32767, \\
3460   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3461 \vbox{\hsize=20mm\raggedleft
3462 \tate TATE \the\ltjgetwd32767, \\
3463   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3464 \vbox{\hsize=20mm\raggedleft
3465 \dtou DTOU \the\ltjgetwd32767, \\
3466   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3467 \end{LTXexample}
3468
3469  \item[\cs{ltjsetwd}<num>=<dimen>\textrm{, }\cs{ltjsetht}<num>=<dimen>\textrm{, }%
3470   \cs{ltjsetdp}<num>=<dimen>]
3471 These commands set the dimension of \cs{box<num>}. One does not need
3472         to group the argument <num>; four calls of \cs{ltjsetwd} below have the same meaning.
3473 \begin{lstlisting}
3474 \ltjsetwd42 20pt,  \ltjsetwd42=20pt,  \ltjsetwd=42 20pt,  \ltjsetwd=42=20pt
3475 \end{lstlisting}
3476
3477 \end{cslist}
3478 %</en>
3479 %<*ja>
3480 \paragraph{\cs{wd} 達と組方向}
3481 ボックスレジスタ \cs{box}<num> にセットされているボックスの幅・高さ・深さの取得や
3482 変更にはそれぞれ \cs{wd},~\cs{ht},~\cs{dp} プリミティブを用いるのであった.
3483 \pTeX ではこれらのプリミティブは,「現在の組方向におけるボックスの寸法」を指すもので,
3484 同じボックスに対しても現在の組方向によって返る値は異なるもであった.
3485
3486 \LuaTeX-jaにおいては状況が異なり,\cs{wd},~\cs{ht},~\cs{dp} が返す値は
3487 現在の組方向には依存しない.下の例のように,横組のボックスが格納されていれば
3488 \cs{wd}等は常に「横組におけるボックスの寸法」を意味する.
3489
3490 \begin{LTXexample}
3491 % yoko direction
3492 \setbox0=\hbox to 20pt{foo}
3493 \the\wd0,~\hbox{\tate\vrule\the\wd0}
3494 \wd0=100pt
3495 \the\wd0,~\hbox{\tate \the\wd0}
3496 \end{LTXexample}
3497
3498 \pTeX のように現在の組方向に応じたボックスの寸法の取得・設定を行うには,
3499 代わりに次の命令を使用する.
3500
3501 \begin{cslist}
3502
3503  \item[\cs{ltjgetwd}<num>\textrm{, }\cs{ltjgetht}<num>\textrm{, }%
3504   \cs{ltjgetdp}<num>]
3505 現在の組方向に応じたボックスの寸法の取得を行う.結果は内部長さであるため,
3506 \begin{lstlisting}
3507 \dimexpr 2\ltjgetwd42-3pt\relax, \the\ltjgetwd1701
3508 \end{lstlisting}
3509 のように \cs{wd}<num> の代わりとして扱うことができる.
3510 使用例は以下の通りである.
3511 \begin{LTXexample}[width=0.3\textwidth]
3512 \parindent0pt
3513 \setbox32767=\hbox{\yoko よこぐみ}
3514 \fboxsep=0mm\fbox{\copy32767}
3515 \vbox{\hsize=20mm
3516 \yoko YOKO \the\ltjgetwd32767, \\
3517   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3518 \vbox{\hsize=20mm\raggedleft
3519 \tate TATE \the\ltjgetwd32767, \\
3520   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3521 \vbox{\hsize=20mm\raggedleft
3522 \dtou DTOU \the\ltjgetwd32767, \\
3523   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3524 \end{LTXexample}
3525
3526  \item[\cs{ltjsetwd}<num>=<dimen>\textrm{, }\cs{ltjsetht}<num>=<dimen>\textrm{, }%
3527   \cs{ltjsetdp}<num>=<dimen>]
3528 現在の組方向に応じたボックスの寸法の設定を行う.\cs{afterassignment} を2回利用して
3529 実装しているので,次の4通りは全て同じ意味である.
3530 \begin{lstlisting}
3531 \ltjsetwd42 20pt,  \ltjsetwd42=20pt,  \ltjsetwd=42 20pt,  \ltjsetwd=42=20pt
3532 \end{lstlisting}
3533
3534 設定値は「横組」「縦組及び \cs{utod} 方向」「\cs{dtou} 方向」
3535 の3種ごとに独立して記録される.参考として,Gitリポジトリ内の
3536               \verb+test/test55-boxdim_diffdir.{tex,pdf}+ を挙げておく.
3537
3538 \end{cslist}
3539 %</ja>
3540
3541 %<*en>
3542 \subsection{Getting current direction}
3543 The \Param{direction} parameter returns the current direction, and
3544 the \Param{boxdir} parameter (with the argument <num>)
3545 returns the direction of a box register \cs{box}<num>.
3546 The returned value of these parameters are a \emph{string}:
3547 \begin{center}
3548 \small
3549 \begin{tabular}{>{\bfseries}lccccc}
3550 \toprule
3551 Direction&\emph{yoko}&\emph{tate}&\emph{dtou}&\emph{utod}&(empty)\\
3552 \midrule
3553 Returned value&\texttt{4}&\texttt{3}&\texttt{1}&\texttt{11}&\texttt{0}\\
3554 \bottomrule
3555 \end{tabular}
3556 \end{center}
3557 \begin{LTXexample}[width=0.3\textwidth]
3558 \leavevmode\def\DIR{\ltjgetparameter{direction}}
3559 \hbox{\yoko \DIR}, \hbox{\tate\DIR},
3560 \hbox{\dtou\DIR}, \hbox{\utod\DIR},
3561 \hbox{\tate$\hbox{tate math: \DIR}$}
3562
3563 \setbox2=\hbox{\tate}\ltjgetparameter{boxdir}{2}
3564 \end{LTXexample}
3565 %</en>
3566 %<*ja>
3567 \subsection{組方向の取得}
3568 「現在の組方向」や「<num>番のボックスの組方向」は,
3569 \pTeX では \cs{ifydir} や \cs{ifybox}<num> といった条件判断文を使って
3570 判断することができた.
3571 しかし,\LuaTeX-jaはあくまでも\TeX マクロとLuaコードで
3572 記述されており,それでは新たな条件判断命令を作るのは難しい.
3573
3574 \LuaTeX-jaでは,\Param{direction}パラメータで現在の組方向を,
3575 \Param{boxdir}パラメータ(と追加の引数<num>)によって
3576 \cs{box}<num>の組方向をそれぞれ取得できるようにした.
3577 戻り値は文字列である:
3578 \begin{center}
3579 \small
3580 \begin{tabular}{>{\bfseries}lccccc}
3581 \toprule
3582 組方向&\emph{横組}&\emph{tate縦組}&\emph{dtou方向}&\emph{utod方向}&(未割り当て)\\
3583 \midrule
3584 戻り値&\texttt{4}&\texttt{3}&\texttt{1}&\texttt{11}&\texttt{0}\\
3585 \bottomrule
3586 \end{tabular}
3587 \end{center}
3588
3589 \begin{LTXexample}[width=0.3\textwidth]
3590 \leavevmode\def\DIR{\ltjgetparameter{direction}}
3591 \hbox{\yoko\DIR}, \hbox{\tate\DIR},
3592 \hbox{\dtou\DIR}, \hbox{\utod\DIR},
3593 \hbox{\tate$\hbox{tate math: \DIR}$}
3594
3595 \setbox2=\hbox{\tate}\ltjgetparameter{boxdir}{2}
3596 \end{LTXexample}
3597
3598 これらを用いれば,例えば
3599 \pTeX の \cs{ifydir},~\cs{ifybox200} と同等の条件判断を
3600 \begin{lstlisting}
3601 \ifnum\ltjgetparameter{direction}=4
3602 \ifnum\ltjgetparameter{boxdir}{200}=4
3603 \end{lstlisting}
3604 のように行うことができる.
3605 \cs{iftdir} は少々面倒であるが,8で割った余りが3であるか否かを判断すれば良いから
3606 \begin{lstlisting}
3607 \ifnum\numexpr
3608   \ltjgetparameter{direction}-(\ltjgetparameter{direction}/8)*8=3
3609 \end{lstlisting}
3610 とすればよい.
3611 %</ja>
3612
3613 %<*en>
3614 \subsection{Overridden box primitives}
3615 To cope with multiple directions, the following primitives are
3616 overridden by \LuaTeX-ja, using~\verb+\protected\def+.
3617 \begin{cslist}[style=standard]
3618  \item[\cs{unhbox}<num>\textrm{, }\cs{unvbox}<num>\textrm{, }\cs{unhcopy}<num>\textrm{, }\cs{unvcopy}<num>]
3619  \item[\cs{vadjust}\{<material>\}]
3620  \item[\cs{insert}<number>\{<material>\}]
3621  \item[\cs{lastbox}]
3622  \item[\cs{raise}<dimen><box>\textrm{, }\cs{lower}<dimen><box>\textrm{\ etc., }\cs{vcenter}]
3623  \item[\cs{vcenter}]
3624 \end{cslist}
3625 %</en>
3626 %<*ja>
3627 \subsection{プリミティブの再定義}
3628 異なる組方向に対応するために,以下に挙げるプリミティブは
3629 \LuaTeX-jaによる前処理もしくは後処理が行われるように
3630 \ \verb+\protected\def+ により再定義してある.
3631
3632 \begin{cslist}
3633  \item[\cs{unhbox}<num>\textrm{, }\cs{unvbox}<num>\textrm{, }\cs{unhcopy}<num>\textrm{, }\cs{unvcopy}<num>]
3634  ボックスの組方向が現在のリストと異なる場合は事前にエラーメッセージを出力する.
3635  \pTeX と異なり,エラーを無視して無理矢理 \cs{unhbox}, \cs{unvbox} を
3636  続行させることもできるが,その場合の組版結果は保証しない.
3637  \item[\cs{vadjust}\{<material>\}] 一旦プリミティブ本来の挙動を行う.その後,<material>の組方向が
3638  周囲の垂直リストの組方向と一致しない場合にエラーを出力し,
3639  該当の \cs{vadjust} を無効にする.
3640  \item[\cs{insert}<number>\{<material>\}]
3641  一旦プリミティブ本来の挙動を行い,その後<material>内の各ボックス・罫線の直前に組方向を示
3642               すdirection whatsitを挿入する.
3643  \item[\cs{lastbox}] ボックスの「中身」を現在の組方向に合わせるためのノード
3644               (\textit{dir\_box}という)を必要ならば除去し,
3645  正しく「中身」のボックスが返されるように前処理をする.
3646  \item[\cs{raise}<dimen><box>\textrm{, }\cs{lower}<dimen><box>\textrm{\ etc., }\cs{vcenter}]
3647  一方,こちらでは必要に応じて\textit{dir\_box}を作成する前処理を追加している.
3648 \end{cslist}
3649 %</ja>
3650
3651 %<en>\section{Font Metric and Japanese Font}
3652 %<ja>\section{フォントメトリックと和文フォント}
3653 %<en>\subsection{\cs{jfont}}
3654 %<ja>\subsection{\cs{jfont} 命令}
3655 \label{ssec-jfont}
3656
3657 %<*en>
3658 To load a font as a Japanese font (for horizontal direction), you must use the
3659 \cs{jfont} instead of~\cs{font}, while
3660 \cs{jfont} admits the same syntax used in~\cs{font}.
3661 \LuaTeX-ja automatically loads \Pkg{luaotfload} package,
3662 so TrueType/OpenType fonts with features can be used for Japanese fonts:
3663 %</en>
3664 %<*ja>
3665 フォントを(横組用)和文フォントとして読み込むためには,\cs{jfont} を
3666 \ \cs{font} プリミティブの代わりに用いる.
3667 \cs{jfont} の文法は \cs{font} と同じである.
3668 \LuaTeX-jaは\Pkg{luaotfload}パッケージを自動的に読み込むので,
3669 TrueType/OpenTypeフォントにfeatureを指定したものを和文フォントとして用いる
3670 ことができる:
3671 %</ja>
3672 \begin{LTXexample}[width=0.3\textwidth]
3673 \jfont\tradgt={file:KozMinPr6N-Regular.otf:script=latn;%
3674   +trad;-kern;jfm=ujis} at 14pt
3675 \tradgt 当/体/医/区
3676 \end{LTXexample}
3677
3678 %<*en>
3679 Note that the defined control sequence
3680 (\cs{tradgt} in the example above) using \cs{jfont} is not a
3681 \textit{font\_def} token,  but a macro.
3682 Hence the input like \verb+\fontname\tradgt+
3683 causes a error.  We denote control sequences which are defined in
3684 \cs{jfont} by <jfont\_cs>.
3685 %</en>
3686 %<*ja>
3687 なお,\cs{jfont} で定義された制御綴(上の例だと \cs{tradgt})
3688 は\textit{font\_def}トークンではなくマクロである.従って,\verb+\fontname\tradgt+ のような
3689 入力はエラーとなる.以下では \cs{jfont} で定義された
3690 制御綴を<jfont\_cs>で表す.
3691 %</ja>
3692
3693 \paragraph{JFM}
3694 %<*en>
3695 a JFM has measurements of characters and
3696 glues/kerns that are automatically inserted for Japanese
3697 typesetting. The structure of JFM will be described in the next
3698 subsection. At the calling of \cs{jfont}, you must specify
3699 which JFM will be used for this font by the following keys:
3700 %</en>
3701 %<*ja>
3702 JFMは文字と和文組版で自動的に挿入される
3703 グルー/カーンの寸法情報を持っている.JFMの構造は次の節で述べる.
3704 \cs{jfont} 命令の呼び出しの際には,どのJFMを用いるのかを以下のキーで
3705 指定する必要がある:
3706 %</ja>
3707
3708
3709 \begin{table}[t]
3710 %<en>\caption{Differences between horizontal JFMs shipped with \LuaTeX-ja}
3711 %<ja>\caption{\LuaTeX-ja に同梱されている横組用JFMの違い}
3712 %<en>\medskip
3713 \label{tab-difjfm}
3714 \ltjsetparameter{jacharrange={+3}}
3715 \centering\small
3716 \def\r#1#2{%
3717   \hbox{\Large\vrule
3718   \parbox[b]{7\zw}{%
3719     \addjfontfeatures{YokoFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3720     ◆◆◆◆◆◆◆
3721     ある日モモちゃんがお使いで迷子になって泣きました.
3722   }\vrule}}
3723 \def\s#1#2{%
3724   \Large
3725   \parbox[b]{7\zw}{%
3726     \addjfontfeatures{YokoFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3727     ちょっと!何
3728   }}
3729 \def\t#1#2#3{\hbox to 0pt{\hss%
3730   \setbox0=\hbox{\addjfontfeatures{YokoFeatures={JFM=#1}}\huge #3}%
3731   \textcolor{#2}{\transparent{0.5}\vrule width 0.4pt height\ht0 depth\dp0}\kern-.2pt\copy0
3732   \textcolor{#2}{\transparent{0.5}\kern-\wd0\vrule width\wd0height .2pt depth .2pt
3733   \kern-\wd0\raise\ht0\hbox{\vrule width\wd0height .2pt depth .2pt}%
3734   \kern-\wd0\lower\dp0\hbox{\vrule width\wd0height .2pt depth .2pt}%
3735   \kern-.2pt\vrule width 0.4pt height\ht0 depth \dp0}\hss}}
3736 {\Large\tabcolsep0pt
3737 \begin{tabular}{m{8\zw}m{8\zw}m{8\zw}}
3738 \leavevmode\hbox to 0pt{\r{ujis}{blue}\hss}\r{jis}{black}&
3739 \leavevmode\hbox to 0pt{\r{jis}{black}\hss}\r{min}{red}&
3740 \leavevmode\hbox to 0pt{\r{ujis}{blue}\hss}\r{min}{red}\\
3741 \leavevmode\hbox to 0pt{\s{ujis}{blue}\hss}\s{jis}{black}&
3742 \leavevmode\hbox to 0pt{\s{jis}{black}\hss}\s{min}{red}&
3743 \leavevmode\hbox to 0pt{\s{ujis}{blue}\hss}\s{min}{red}\\
3744 \leavevmode\qquad\t{ujis}{blue}{漢}\t{jis}{black}{漢}\qquad
3745            \t{ujis}{blue}{っ}\t{jis}{black}{っ}&
3746 \leavevmode\qquad\t{jis}{black}{漢}\t{min}{red}{漢}\qquad
3747            \t{jis}{black}{っ}\t{min}{red}{っ}&
3748 \leavevmode\qquad\t{ujis}{blue}{漢}\t{min}{red}{漢}\qquad
3749            \t{ujis}{blue}{っ}\t{min}{red}{っ}\\
3750 \end{tabular}\par}
3751
3752 (\textcolor{blue}{Blue: \texttt{jfm-ujis.lua}},
3753 \textcolor{black}{Black: \texttt{jfm-jis.lua}},
3754 \textcolor{red}{Red: \texttt{jfm-min.lua}})
3755 \ltjsetparameter{jacharrange={-3}}
3756 \end{table}
3757
3758 \begin{cslist}
3759 \item[jfm=<name>]
3760 %<*en>
3761 Specify the name of (horizontal) JFM.
3762 If specified JFM has not been loaded, \LuaTeX-ja search and load
3763 a file named \texttt{jfm-<name>.lua}.
3764
3765 The following JFMs are shipped with \LuaTeX-ja:
3766 %</en>
3767 %<*ja>
3768 用いる(横組用)JFMの名前を指定する.もし以前に指定されたJFMが読み込まれていなければ,
3769 \texttt{jfm-<name>.lua}を読み込む.以下の横組用JFMが\LuaTeX-jaには同梱されている:
3770 %</ja>
3771 \begin{description}
3772 %<*en>
3773 \item[\tt jfm-ujis.lua] A standard JFM in \LuaTeX-ja. This JFM is
3774   based on \verb+upnmlminr-h.tfm+, a metric for UTF/OTF package that
3775   is used in \upTeX. When you use the \Pkg{luatexja-otf} package, you should use this JFM.
3776 %</en>
3777 %<*ja>
3778 \item[\tt jfm-ujis.lua] \LuaTeX-jaの標準JFMである.このJFMは\upTeX で
3779   用いられるUTF/OTFパッケージ用の和文用TFMである \verb+upnmlminr-h.tfm+ を
3780   元にしている.\Pkg{luatexja-otf}パッケージを使うときはこのJFMを指定するべきである.
3781 %</ja>
3782 %<*en>
3783 \item[\tt jfm-jis.lua] A counterpart for \verb+jis.tfm+, ``JIS font
3784   metric'' which is widely used in \pTeX. A major difference between
3785   \texttt{jfm-ujis.lua} and this \texttt{jfm-jis.lua} is that
3786   most characters under \texttt{jfm-ujis.lua} are square-shaped,
3787   while that under \texttt{jfm-jis.lua} are horizontal
3788   rectangles.
3789 %</en>
3790 %<*ja>
3791 \item[\tt jfm-jis.lua] \pTeX で広く用いられている「JISフォントメトリック」
3792   \verb+jis.tfm+ に相当するJFMである.\texttt{jfm-ujis.lua} とこの
3793   \texttt{jfm-jis.lua} の主な違いは,\texttt{jfm-ujis.lua} ではほとんどの文字が
3794   正方形状であるのに対し,\texttt{jfm-jis.lua} では横長の長方形状であることと,
3795   \texttt{jfm-ujis.lua} では「?」「!」の直後に半角空白が挿入されることである.
3796 %</ja>
3797 %<*en>
3798 \item[\tt jfm-min.lua] A counterpart for \verb+min10.tfm+, which is one
3799   of the default Japanese font metric shipped with \pTeX.
3800 %</en>
3801 %<*ja>
3802 \item[\tt jfm-min.lua] \pTeX に同梱されているデフォルトの和文用TFM
3803 (\verb+min10.tfm+)に相当し,行末で文字が揃うようにするために「っ」など一部の文字幅が変わっ
3804            ている.\verb+min10.tfm+ については\cite{min10}が詳しい.
3805 %</ja>
3806 \end{description}
3807 %<*en>
3808 The difference among these three~JFMs is  shown in Table~\ref{tab-difjfm}.
3809 %</en>
3810 %<*ja>
3811 これら3つのJFMの違いは表\ref{tab-difjfm}に示した.表中の文例の一部には,
3812 \cite{min10}の図3,~4のものを用いた.
3813 %</ja>
3814
3815 \begin{figure}
3816 \begin{LTXexample}[width=0.3\textwidth]
3817 \ltjsetparameter{differentjfm=both}
3818 \jfont\F=file:KozMinPr6N-Regular.otf:jfm=ujis
3819 \jfont\G=file:KozGoPr6N-Medium.otf:jfm=ujis
3820 \jfont\H=file:KozGoPr6N-Medium.otf:jfm=ujis;jfmvar=hoge
3821 \F ){\G 【】}( % halfwidth space
3822    ){\H 『』}( % fullwidth space
3823
3824 ほげ,{\G 「ほげ」}(ほげ)\par
3825 ほげ,{\H 「ほげ」}(ほげ)% pTeX-like
3826
3827 \ltjsetparameter{differentjfm=paverage}
3828 \end{LTXexample}
3829 \caption{Example of \texttt{jfmvar} key}
3830 \label{fig:jfmvar}
3831 \end{figure}
3832
3833 %<*en>
3834 \item[jfmvar=<string>]
3835 Sometimes there is a need that \ldots.
3836 %</en>
3837 %<*ja>
3838 \item[jfmvar=<string>]
3839 標準では,JFMとサイズが同じで,
3840   実フォントだけが異なる2つの和文フォントは「区別されない」.例えば
3841 図\ref{fig:jfmvar}において,最初の「)」と「【」の実フォントは異なるが,
3842 JFMもサイズも同じなので,普通に「)【」と入力した時と同じように半角空きとなる.
3843
3844 しかし,JFMとサイズが同じであっても,\texttt{jfmvar} キーの異なる
3845 2つの和文フォント,例えば図\ref{fig:jfmvar}で言う \cs{F} と \cs{H},
3846 は「区別される」.異なる和文フォントに異なる \texttt{jfmvar} キーを割り当て,
3847 かつ\Param{differentjfm}パラメータを \texttt{both} に設定すれば,
3848 \pTeX と似た状況で組版されることになる.
3849 %</ja>
3850 \end{cslist}
3851
3852 \begin{figure}
3853 \begin{LTXexample}[pos=t]
3854 \newcommand\test{\vrule ダイナミックダイクマ\vrule\\}
3855 \jfont\KMFW = KozMinPr6N-Regular:jfm=prop;-kern at 17pt
3856 \jfont\KMFK = KozMinPr6N-Regular:jfm=prop at 17pt % kern is activated
3857 \jfont\KMPW = KozMinPr6N-Regular:jfm=prop;script=dflt;+pwid;-kern at 17pt
3858 \jfont\KMPK = KozMinPr6N-Regular:jfm=prop;script=dflt;+pwid;+kern at 17pt
3859 \begin{multicols}{2}
3860 \ltjsetparameter{kanjiskip=0pt}
3861 {\KMFW\test \KMFK\test \KMPW\test \KMPK\test}
3862
3863 \ltjsetparameter{kanjiskip=3pt}
3864 {\KMFW\test \KMFK\test \KMPW\test \KMPK\test}
3865 \end{multicols}
3866 \end{LTXexample}
3867 \caption{Kerning information and \Param{kanjiskip}}
3868 \label{fig:kern-jfm}
3869 \end{figure}
3870
3871 %<en>\paragraph{Using kerning information in a font}
3872 %<ja>\paragraph{ペアカーニング情報の使用}
3873 \label{para-kern}
3874 %<*en>
3875 Some fonts have information for inter-glyph spacing.
3876 This version of \LuaTeX-ja treats kerning spaces like an italic correction;
3877 any glue and/or kern from the JFM and a kerning space can coexist.
3878 See Figure~\ref{fig:kern-jfm} for detail.
3879
3880 Note that in \cs{setmainjfont} etc.\ which are provided by \Pkg{luatexja-fontspec}
3881 package, kerning option is set \emph{off} (\texttt{Kerning=Off}) by default,
3882 because of the compatibility with previous versions of \LuaTeX-ja.
3883 %</en>
3884 %<*ja>
3885 いくつかのフォントはグリフ間のスペースについての情報を持っている.
3886 このカーニング情報は以前の\LuaTeX-ja とはあまり相性が良くなかったが,
3887 本バージョンではカーニングによる空白はイタリック補正と同様に扱うことになっている.
3888 つまり,カーニング由来の空白とJFM由来のグルー・カーンは同時に入りうる.
3889 図\ref{fig:kern-jfm}を参照.
3890 \begin{itemize}
3891  \item \emph{\cs{jfont} や,
3892 NFSS2用の命令(\ref{ssec-chgfnt}節,\ref{ssec-nfsspat}節)における指定では
3893 カーニング情報は標準で使用する}ことになっているようである.
3894 言い換えれば,カーニング情報を使用しない設定にするには,面倒でも
3895 \begin{lstlisting}
3896 \jfont\hoge=KozMinPr6N-Regular:jfm=ujis;-kern at 3.5mm
3897 \DeclareFontShape{JY3}{fuga}{m}{n} {<-> s*KozMinPr6N-Regular:jfm=ujis;-kern}{}
3898 \end{lstlisting}
3899 のように,\texttt{-kern} という指定を自分で追加しなければいけない.
3900  \item
3901 一方,\emph{\Pkg{luatexja-fontspec} の提供する \cs{setmainjfont}\
3902 などの命令の標準設定ではカーニング情報は使用しない}(\texttt{Kerning=Off})
3903 ことになっている.これは以前のバージョンの\LuaTeX-jaとの互換性のためである.
3904 \end{itemize}
3905 %</ja>
3906
3907 %<*ja>
3908 \paragraph{\texttt{extend}と\texttt{slant}}
3909 OpenType font featureと見かけ上同じような形式で指定できるものに,
3910 \begin{description}
3911 \item[\texttt{extend=}<extend>] 横方向に<extend>倍拡大する.
3912 \item[\texttt{slant=}<slant>] <slant>に指定された割合だけ傾ける.
3913 \end{description}
3914 の2つがある.
3915 \texttt{extend}や\texttt{slant}を指定した場合は,それに応じたJFMを指定すべきである%
3916 \footnote{\LuaTeX-jaでは,これらに対するJFMを特に提供することはしない予定である.}.
3917 例えば,次の例では無理やり通常のJFMを使っているために,文字間隔やイタリック補正量が
3918 正しくない:
3919 %</ja>
3920 %<*en>
3921 \paragraph{\texttt{extend} and \texttt{slant}}
3922 The following setting can be specified as OpenType font features:
3923 \begin{cslist}[style=standard]
3924 \item[\texttt{extend=}<extend>] expand the font horizontally by <extend>.
3925 \item[\texttt{slant=}<slant>] slant the font.
3926 \end{cslist}
3927 Note that \LuaTeX-ja doesn't adjust JFMs by these \texttt{extend} and \texttt{slant}
3928 settings; you have to write new JFMs on purpose.
3929 For example, the following example uses the standard JFM \texttt{jfm-ujis.lua}, hence
3930 letter-spacing and the width of italic correction are not correct:
3931 %</en>
3932 \begin{LTXexample}[width=0.3\textwidth]
3933 \jfont\E=KozMinPr6N-Regular:extend=1.5;jfm=ujis;-kern
3934 \E あいうえお
3935
3936 \jfont\S=KozMinPr6N-Regular:slant=1;jfm=ujis;-kern
3937 \S あいう\/ABC
3938 \end{LTXexample}
3939
3940 %<*ja>
3941 \paragraph{\texttt{ltjksp} 指定}
3942 \label{pg:ltjksp}
3943 \LuaTeX-ja標準では,
3944 JFM中における \texttt{kanjiskip\_natural}, \texttt{kanjiskip\_stretch},\
3945 \texttt{kanjiskip\_shrink}キー(\pageref{pg:ksp_nat}ページ)の使用によって,
3946 「JFM由来のグルーの他に,\Param{kanjiskip}の自然長/伸び量/縮み量の一部が
3947 同じ場所に挿入される」という状況が起こりうる.
3948 この機能を無効化し,20150922.0版以前と同じような組版を得るためには
3949 他のOpenType機能と同じように\ \texttt{-ltjksp}\ 指定を行えば良い.
3950 \begin{LTXexample}[width=16\zw]
3951 \leavevmode
3952 \ltjsetparameter{kanjiskip=0pt plus 3\zw}
3953 \vrule\hbox to 15\zw{あ「い」う,えお}\vrule
3954
3955 \jfont\G=file:KozMinPr6N-Regular.otf%
3956   :jfm=ujis;-ltjksp at 9.2487pt
3957 \G\leavevmode%
3958 \vrule\hbox to 15\zw{あ「い」う,えお}\vrule
3959 \end{LTXexample}
3960 なお,
3961 \begin{lstlisting}
3962  \jfont\G=file:KozMinPr6N-Regular.otf:jfm=ujis;-ltjksp;+ltjksp at 9.2487pt
3963 \end{lstlisting}
3964 のように \texttt{+ltjksp} 指定を行った場合は,\texttt{kanjiskip\_natural} など
3965 3キーは再び有効化される.\texttt{-ltjksp}, \texttt{+ltjksp} を複数回指定した場合は,
3966 最後に指定したものが有効となる.
3967 %</ja>
3968
3969
3970 %<en>\subsection{\cs{tfont}}
3971 %<ja>\subsection{\cs{tfont} 命令}
3972
3973
3974 \begin{table}[t]
3975 %<en>\caption{Differences between vertical JFMs shipped with \LuaTeX-ja}
3976 %<ja>\caption{\LuaTeX-ja に同梱されている縦組用 JFM の違い}
3977 %<en>\medskip
3978 \label{tab-difjfm-tate}
3979 \catcode`\<=12\catcode`\>=12
3980 \ltjsetparameter{jacharrange={+3}}
3981 \small
3982 \def\r#1#2{%
3983   \hbox{\tate\Large\vrule
3984   \parbox{7\zw}{%
3985     \addjfontfeatures{TateFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3986     ◆◆◆◆◆◆◆
3987     ある日モモちゃんが「お使い」で迷子になって泣きました。
3988   }\vrule}}
3989 \def\s#1#2{%
3990   \hbox{\tate\Large
3991   \parbox{7\zw}{%
3992     \addjfontfeatures{TateFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3993     ちょっと!何
3994   }}}
3995 \def\t#1#2#3{\hbox to 0pt{\hss%
3996   \setbox0=\hbox{\addjfontfeatures{TateFeatures={JFM=#1}}\huge #3}%
3997   \textcolor{#2}{\transparent{0.5}\vrule width 0.4pt height\ht0 depth\dp0}\kern-.2pt\copy0
3998   \textcolor{#2}{\transparent{0.5}\kern-\wd0\vrule width\wd0height .2pt depth .2pt
3999   \kern-\wd0\raise\ht0\hbox{\vrule width\wd0height .2pt depth .2pt}%
4000   \kern-\wd0\lower\dp0\hbox{\vrule width\wd0height .2pt depth .2pt}%
4001   \kern-.2pt\vrule width 0.4pt height\ht0 depth \dp0}\hss}}
4002
4003 \begin{minipage}{.7\textwidth}
4004 \centering
4005 \leavevmode\hbox to 0pt{\r{ujisv}{blue}\hss}\r{tmin}{red}\quad
4006 \leavevmode\hbox to 0pt{\s{ujisv}{blue}\hss}\s{tmin}{red}\quad
4007 \raise4\zw\hbox{\tate\Large\t{ujisv}{black}{漢}\t{tmin}{red}{漢}\qquad
4008            \t{ujisv}{black}{っ}\t{tmin}{red}{っ}}
4009 \end{minipage}%
4010 \begin{minipage}{.3\textwidth}
4011 \textcolor{blue}{Blue: \texttt{jfm-ujisv.lua}}\\
4012 \textcolor{red}{Red: \texttt{jfm-tmin.lua}}
4013 \end{minipage}
4014 \ltjsetparameter{jacharrange={-3}}
4015 \end{table}
4016
4017 %<*en>
4018 ...
4019 %</en>
4020 %<*ja>
4021 \cs{tfont} はフォントを縦組用の和文フォントとして読み込む命令であり,
4022 \cs{tfont} の文法は \cs{jfont} と同じである.
4023 \cs{tfont} で定義された縦組用和文フォントは,
4024 以下の点が \cs{jfont} による横組用和文フォントとは異なる:
4025 \begin{itemize}
4026  \item 自動的に \texttt{vert}, \texttt{vrt2} の両OpenType featureが有効化される.
4027 但し,以下の例の3行目に示すように,明示的に \texttt{vert}, \texttt{vrt2}(のいずれか)の
4028 有効・無効を指定した場合は別である.
4029 \begin{lstlisting}
4030 \tfont\S=file:KozMinPr6N-Regular.otf:jfm=ujisv
4031     % vert and vrt2 are automatically activated
4032 \tfont\T=file:KozMinPr6N-Regular.otf:jfm=ujisv;-vert % vert and vrt2 are not activated
4033 \end{lstlisting}
4034  \item \ref{ssec-math}節で述べる,数式中の和文フォントには縦組用和文フォントは指定できない.
4035  \item \texttt{jfm=<name>}\ の部分には縦組用JFMを指定する.
4036 以下の縦組用JFMが\LuaTeX-jaには同梱されており,違いを表\ref{tab-difjfm-tate}に示した.
4037 \begin{description}
4038 \item[\tt jfm-ujisv.lua] \LuaTeX-jaの標準縦組用JFMである.このJFMは\upTeX で
4039   用いられるUTF/OTFパッケージ用の和文用TFMである \verb+upnmlminr-v.tfm+ を
4040   元にしている.
4041 \item[\tt jfm-tmin.lua] \pTeX に同梱されているデフォルトの和文用縦組TFM
4042   である \verb+tmin10.tfm+ に相当し,\texttt{min10.tfm} と同様に
4043   「っ」など一部の文字幅が狭められている.
4044 \end{description}
4045 \end{itemize}
4046
4047 なお,\pTeX では,\cs{font},~\cs{jfont},~\cs{tfont}のどれでも欧文フォント・横組用和文フォン
4048 ト・縦組用和文フォントの定義が可能であったが,\LuaTeX-jaではそうでないので注意.
4049 %</ja>
4050
4051 %<en>\subsection{Prefix \texttt{psft}}
4052 %<ja>\subsection{\texttt{psft}プリフィックス}
4053 \label{ssec-psft}
4054 %<*en>
4055 Besides ``\texttt{file:}''\ and ``\texttt{name:}''\ prefixes which
4056 are introduced in the \Pkg{luaotfload} package,
4057 \LuaTeX-ja adds ``\texttt{psft:}''\ prefix in \cs{jfont} (and~\cs{font}),
4058 to specify a ``name-only'' Japanese font which
4059 will not be embedded to PDF.
4060 Note that these non-embedded fonts under current \LuaTeX\ has Identity-H encoding,
4061 and this violates the standard ISO32000-1:2008~(\cite{pdfstd}).
4062
4063 \emph{OpenType font features, such as ``{\tt +jp90}'',
4064 have no meaning in name-only fonts using ``{\tt psft:}''\ prefix,
4065 because we can't expect what fonts are actually used by the PDF reader.}
4066 Note that \texttt{extend}~and~\texttt{slant} settings (see~above) are supported
4067 with \texttt{psft} prefix, because they are only simple linear transformations.
4068 %</en>
4069 %<*ja>
4070 \Pkg{luaotfload}で使用可能になった
4071 \texttt{file:}\ と \texttt{name:}\ のプリフィックスに加えて,
4072 \cs{jfont}(と \cs{font} プリミティブ)では
4073 \texttt{psft:}プリフィックスを用いることができる.
4074 このプリフィックスを用いることで,PDFには埋め込まれない「名前だけの」
4075 和文フォントを指定することができる.
4076 なお,現行の\LuaTeX で非埋め込みフォントを作成するとPDF内でのエンコーディングが
4077 Identity-Hとなり,PDFの標準規格ISO32000-1:2008~(\cite{pdfstd})に非準拠になってしまう
4078 ので注意してほしい.
4079
4080 \emph{\texttt{psft} プリフィックスの下では
4081 \texttt{+jp90} などのOpenType font featureの効力はない.
4082 非埋込フォントをPDFに使用すると,実際にどのようなフォントが
4083 表示に用いられるか予測できないからである.}\
4084 \texttt{extend} と \texttt{slant} 指定は単なる変形のため
4085 \texttt{psft} プリフィックスでも使用可能である.
4086 %</ja>
4087
4088 %<en>\paragraph{\texttt{cid} key}
4089 %<ja>\paragraph{\texttt{cid}キー}
4090 \label{para-cid}
4091
4092 %<*en>
4093 The default font defined by using \texttt{psft:} prefix is for Japanese typesetting;
4094 it is Adobe-Japan1-6 CID-keyed font.
4095 One can specify \texttt{cid} key to use other CID-keyed non-embedded fonts
4096 for Chinese or Korean typesetting.
4097 %</en>
4098 %<*ja>
4099 標準で\texttt{psft:}プリフィックスで定義されるフォントは日本語用のもので
4100 あり,Adobe-Japan1-6のCIDに対応したものとなる.しかし,\LuaTeX-jaは中国語
4101 の組版にも威力を発揮することが分かり,日本語フォントでない非埋込フォント
4102 の対応も必要となった.そのために追加されたのが\texttt{cid}キーである.
4103
4104 \texttt{cid}キーに値を指定すると,そのCIDを持った非埋込フォントを定義することができる:
4105 %</ja>
4106 \begin{lstlisting}[numbers=left]
4107 \jfont\testJ={psft:Ryumin-Light:cid=Adobe-Japan1-6;jfm=jis}     % Japanese
4108 \jfont\testD={psft:Ryumin-Light:jfm=jis}                        % default value is Adobe-Japan1-6
4109 \jfont\testC={psft:AdobeMingStd-Light:cid=Adobe-CNS1-6;jfm=jis} % Traditional Chinese
4110 \jfont\testG={psft:SimSun:cid=Adobe-GB1-5;jfm=jis}              % Simplified Chinese
4111 \jfont\testK={psft:Batang:cid=Adobe-Korea1-2;jfm=jis}           % Korean
4112 \end{lstlisting}
4113 %<*en>
4114 Note that the code above specifies \texttt{jfm-jis.lua}, which is for Japanese fonts,
4115 as JFM for Chinese and Korean fonts.
4116 %</en>
4117 %<*ja>
4118 上のコードでは中国語・韓国語用フォントに対してもJFMに
4119 日本語用の\texttt{jfm-jis.lua}を指定しているので注意されたい.
4120 %</ja>
4121
4122 %<*en>
4123 At present, \LuaTeX-ja supports only 4 values written in the sample code above.
4124 Specifying other values, e.g.,
4125 %</en>
4126 %<*ja>
4127 今のところ,\LuaTeX-jaは上のサンプルコード中に書いた4つの値しかサポートしていない.
4128 %</ja>
4129 \begin{lstlisting}
4130 \jfont\test={psft:Ryumin-Light:cid=Adobe-Japan2;jfm=jis}
4131 \end{lstlisting}
4132 %<*en>
4133 produces the following error:
4134 %</en>
4135 %<*ja>
4136 のようにそれら以外の値を指定すると,エラーが発生する:
4137 %</ja>
4138 \begin{lstlisting}[numbers=left]
4139 ! Package luatexja Error: bad cid key `Adobe-Japan2'.
4140
4141 See the luatexja package documentation for explanation.
4142 Type  H <return>  for immediate help.
4143 <to be read again>
4144                    \par
4145 l.78
4146
4147 ? h
4148 I couldn't find any non-embedded font information for the CID
4149 `Adobe-Japan2'. For now, I'll use `Adobe-Japan1-6'.
4150 Please contact the LuaTeX-ja project team.
4151 ?
4152 \end{lstlisting}
4153
4154 %<en>\subsection{Structure of a JFM file}
4155 %<ja>\subsection{JFMファイルの構造}
4156 \label{ssec-jfm-str}
4157 %<en>A JFM file is a Lua script which has only one function call:
4158 %<ja>JFMファイルはただ一つの関数呼び出しを含むLuaスクリプトである:
4159 \begin{lstlisting}
4160 luatexja.jfont.define_jfm { ... }
4161 \end{lstlisting}
4162 %<*en>
4163 Real data are stored in the table which indicated above by
4164 \verb+{ ... }+.  So, the rest of this subsection are devoted to describe the
4165 structure of this table.  Note that all lengths in a JFM file are
4166 floating-point numbers in design-size unit.
4167 %</en>
4168 %<*ja>
4169 実際のデータは上で \verb+{ ... }+ で示されたテーブルの中に格納されている.
4170 以下ではこのテーブルの構造について記す.
4171 なお,JFMファイル中の長さは全てdesign-sizeを単位とする浮動小数点数であることに
4172 注意する.
4173 %</ja>
4174
4175 \begin{cslist}[style=standard]
4176
4177 \item[version=$1\mathrel{\textrm{or}}2$]
4178 %<en>(optional, default value is~1)
4179 %<ja>(任意,既定値は1)
4180
4181 %<*en>
4182 The version JFM. Currently 1~and~2 are supported
4183 %</en>
4184 %<*ja>
4185 JFMのバージョン.1または2がサポートされる.
4186 %</ja>
4187   
4188 \item[dir=<direction>]
4189 %<en>(required)
4190 %<ja>(必須)
4191
4192 %<*en>
4193 The direction of JFM. \texttt{'yoko'}~(horizontal)
4194 or \texttt{'tate'}~(vertical) are supported.
4195 %</en>
4196 %<*ja>
4197 JFMの書字方向.\texttt{'yoko'}(横組)と \texttt{'tate'}(縦組)がサポートされる.
4198 %</ja>
4199
4200 \item[zw=<length>]
4201 %<en>(required)
4202 %<ja>(必須)
4203
4204 %<en>The amount of the length of the ``full-width''.
4205 %<*ja>
4206 「全角幅」の長さ.この量が \cs{zw} の長さとなる.\pTeX では
4207 「全角幅」\texttt{1zw} は「文字クラス0の文字」の幅と決められていたが,
4208 \LuaTeX-jaではここで指定する.
4209 %</ja>
4210
4211 \item[zh=<length>]
4212 %<en>(required)
4213 %<ja>(必須)
4214
4215 %<en>The amount of the ``full-height'' (height + depth).
4216 %<*ja>
4217 「全角高さ」(height + depth)の長さ.通常は全角幅と同じ長さになるだろう.
4218 \pTeX では 「全角高さ」\texttt{1zh} は「文字クラス0の文字」の高さと深さの和と決められていたが,
4219 \LuaTeX-jaではここで指定する.
4220 %</ja>
4221
4222 \item[kanjiskip=\{<natural>, <stretch>, <shrink>\}]
4223 %<en>(optional)
4224 %<ja>(任意)
4225
4226 %<*en>
4227 This field specifies the ``ideal'' amount of \Param{kanjiskip}. As noted
4228              in Subsection~\ref{subs-kskip}, if the parameter
4229              \Param{kanjiskip} is \cs{maxdimen}, the value specified
4230              in this field is actually used (if this field is not specified in
4231              JFM, it is regarded as 0\,pt). Note that <stretch> and <shrink>
4232              fields are in design-size unit too.
4233 %</en>
4234 %<*ja>
4235 理想的な\Param{kanjiskip}の量を指定する.\ref{subs-kskip}節で述べたように,
4236 もし\Param{kanjiskip}が \cs{maxdimen} の値ならば,このフィールドで指定された
4237 値が実際には用いられる(指定なしは0\,ptとして扱われる).<stretch>と<shrink>のフィールドもdesign-size
4238 が単位であることに注意せよ.
4239 %</ja>
4240
4241 \item[xkanjiskip=\{<natural>, <stretch>, <shrink>\}]
4242 %<en>(optional)
4243 %<ja>(任意)
4244
4245 %<*en>
4246 Like the \texttt{kanjiskip} field, this field specifies the ``ideal''
4247              amount of \Param{xkanjiskip}.
4248 %</en>
4249 %<*ja>
4250 \texttt{kanjiskip}フィールドと同様に,\Param{xkanjiskip}の理想的な量を
4251 指定する.
4252 %</ja>
4253 \end{cslist}
4254
4255 %<*en>
4256 \paragraph{Character classes}
4257 Besides from above fields, a JFM file have several sub-tables those
4258 indices are natural numbers.  The table indexed by~$i\in\omega$ stores
4259 information of \emph{character class}~$i$. At least, the character class~0 is
4260 always present, so each JFM file must have a sub-table whose index is
4261 \texttt{[0]}.  Each sub-table (its numerical index is denoted by $i$) has
4262 the following fields:
4263 %</en>
4264 %<*ja>
4265 \paragraph{文字クラス}
4266 上記のフィールドに加えて,JFMファイルはそのインデックスが自然数であるいくつかの
4267 サブテーブルを持つ.インデックスが$i\in\omega$であるテーブルは\emph{文字クラス}$i$の
4268 情報を格納する.少なくとも,文字クラス0は常に存在するので,JFMファイルはインデックス
4269 が\texttt{[0]}のサブテーブルを持たなければならない.それぞれのサブテーブル
4270 (そのインデックスを$i$で表わす)は以下のフィールドを持つ:
4271 %</ja>
4272
4273 \begin{cslist}[style=standard]
4274 \item[chars=\{<character>, ...\}]
4275 %<en>(required except character class~0)
4276 %<ja>(文字クラス0を除いて必須)
4277
4278 %<*en>
4279 This field is a list of characters which are in this character
4280              type~$i$. This field is optional if $i=0$, since all
4281              \textbf{JAchar} which do not belong  any character classes other
4282              than 0 are in the character class 0
4283              (hence, the character class~0 contains most of
4284              \textbf{JAchar}s). In the list, character(s) can be specified in the following form:
4285 \begin{itemize}
4286 \item a Unicode code point
4287 \item the character itself (as a Lua string, like \hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ'+})
4288 \item a string like \hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ*'+} (the character followed by an asterisk)
4289 \item several ``imaginary'' characters (We will describe these later.)
4290 \end{itemize}
4291 %</en>
4292 %<*ja>
4293 このフィールドは文字クラス$i$に属する文字のリストである.このフィールドは$i=0$の
4294 場合には任意である(文字クラス0には,0以外の文字クラスに属するものを
4295 除いた全ての\textbf{JAchar}が属するから).このリスト中で文字を指定するには,以下の方法がある:
4296 \begin{itemize}
4297 \item Unicode におけるコード番号
4298 \item 「\hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ'+}」のような,文字それ自体
4299 \item 「\hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ*'+}」のような,文字それ自体の後にアスタリスクをつけたもの
4300 \item いくつかの「仮想的な文字」(後に説明する)
4301 \end{itemize}
4302 %</ja>
4303
4304 \item[width=<length>, height=<length>, depth=<length>, italic=<length>]
4305 %<en>(required)
4306 %<ja>(必須)
4307
4308 %<*en>
4309 \begin{table}[t]
4310  \centering
4311 \begin{tabular}{llr}
4312 \toprule
4313 Direction of JFM&\textbf{\texttt{'yoko'} (horizontal)}&\multicolumn{1}{l}{\textbf{\texttt{'tate'} (vertical)}}\\
4314 \midrule
4315 \texttt{width} field&\multicolumn{2}{c}{the width of the ``real'' glyph}\\
4316 \texttt{height} field&the height of the ``real'' glyph&0.0\\
4317 \texttt{depth} field&the depth of the ``real'' glyph&0.0\\
4318 \midrule
4319 \texttt{italic} field&\multicolumn{2}{c}{0.0}\\
4320 \bottomrule
4321 \end{tabular}
4322 \caption{Default values of \texttt{width} field and other fields}
4323 \label{tab-wid}
4324 \end{table}
4325 Specify the width of characters in character class~$i$, the height, the depth and
4326 the amount of italic correction. All characters in character class~$i$ are regarded that its width, height, and depth are
4327 as values of these fields. The default values are shown in Table~\ref{tab-wid}.
4328 %</en>
4329 %<*ja>
4330 \begin{table}[t]
4331  \centering
4332 \begin{tabular}{llr}
4333 \toprule
4334 JFM書字方向&\emph{\texttt{'yoko'}(横組)}&\multicolumn{1}{l}{\emph{\texttt{'tate'}(縦組)}}\\
4335 \midrule
4336 \texttt{width}&\multicolumn{2}{c}{「実際のグリフ」の幅}\\
4337 \texttt{height}&「実際のグリフ」の高さ&0.0\\
4338 \texttt{depth}&「実際のグリフ」の深さ&0.0\\
4339 \midrule
4340 \texttt{italic}&\multicolumn{2}{c}{0.0}\\
4341 \bottomrule
4342 \end{tabular}
4343 \caption{\texttt{width} フィールド等の標準値}
4344 \label{tab-wid}
4345 \end{table}
4346 文字クラス$i$に属する文字の幅,高さ,深さ,イタリック補正の量を指定する.
4347 文字クラス$i$に属する全ての文字は,その幅,高さ,深さがこのフィールドで指定した
4348 値であるものとして扱われる.省略時や,数でない値を指定した時には表\nobreak\ref{tab-wid}に
4349              示されている値を用いる.例えば,横組用JFMで \texttt{width} フィールドには数値以外の値を指
4350              定した場合,文字の幅はその「実際の」グリフの幅となる.OpenTypeの \texttt{prop} featureと併用
4351              すれば,これによってプロポーショナル組を行うことができる.
4352 %</ja>
4353
4354 \item[left=<length>, down=<length>, align=<align>]\
4355
4356 %<*en>
4357 These fields are for adjusting the position of the ``real'' glyph. Legal
4358              values of \texttt{align} field are \texttt{'left'},
4359              \texttt{'middle'}, and \texttt{'right'}. If one of these
4360              3~fields are omitted, \texttt{left} and \texttt{down} are
4361              treated as~0, and \texttt{align} field is treated as
4362              \texttt{'left'}.
4363 The effects of these 3~fields are indicated in
4364 Figures \ref{fig-pos}~and~\ref{fig-pos-tate}.
4365 %</en>
4366 %<*ja>
4367 これらのフィールドは実際のグリフの位置を調整するためにある.
4368 \texttt{align} フィールドに指定できる値は \texttt{'left'}, \texttt{'middle'},
4369 \texttt{'right'} のいずれかである.もしこれら3つのフィールドのうちの1つが省かれた
4370 場合,\texttt{left} と \texttt{down} は0,\texttt{align} フィールドは
4371 \ \texttt{'left'} であるものとして扱われる.
4372 これら3つのフィールドの意味については図\ref{fig-pos}(横組用和文フォント),
4373 図\ref{fig-pos-tate}(縦組用和文フォント)で説明する.
4374 %</ja>
4375
4376 %<*en>
4377 In most cases, \texttt{left} and \texttt{down} fields are~0, while
4378 it is not uncommon that the \texttt{align} field is \texttt{'middle'} or \texttt{'right'}.
4379 For example, setting the \texttt{align} field to \texttt{'right'} is practically needed
4380 when the current character class is the class for opening delimiters'.
4381 %</en>
4382 %<*ja>
4383 多くの場合,\texttt{left}と\texttt{down}は0である一方,
4384 \texttt{align}フィールドが\texttt{'middle'}や\texttt{'right'}であることは
4385 珍しいことではない.
4386 例えば,\texttt{align}フィールドを\texttt{'right'}に指定することは,
4387 文字クラスが開き括弧類であるときに実際必要である.
4388 %</ja>
4389
4390 \begin{figure}[!tb]
4391 \begin{minipage}{0.4\textwidth}%
4392 \begin{center}\unitlength=10pt\small
4393 \begin{picture}(15,12)(-1,-4)
4394 \color{b_gray}% jfm
4395 \put(0,0){\vrule width 12\unitlength height 8\unitlength depth 3\unitlength}
4396
4397 \color{b_pink}% step1
4398 \put(-1,-1.5){\vrule width 6\unitlength height 7\unitlength depth 2.5\unitlength}
4399
4400 \color{red}% real glyph
4401 \thicklines
4402 \put(-1,-1.5){\vector(0,1){7}\vector(0,-1){2.5}\vector(1,0){6}}
4403 \put(5,-1.5){\line(0,1){7}\line(0,-1){2.5}}
4404 \put(-1,5.5){\line(1,0){6}}
4405 \put(-1,-4){\line(1,0){6}}
4406
4407 \color{b_green}% real glyph
4408 \put(3,0){\vrule width 6\unitlength height 7\unitlength depth 2.5\unitlength}
4409
4410 \color{black}% jfm
4411 \thicklines
4412 \put(0,0){\vector(0,1){8}\line(0,-1){3}\vector(1,0){12}}
4413 \put(12,0){\line(0,1){8}\vector(0,-1){3}}
4414 \put(0,8){\line(1,0){12}}
4415 \put(0,-3){\line(1,0){12}}
4416 \put(0.2,4){\makebox(0,0)[l]{\texttt{height}}}
4417 \put(12.2,-1.5){\makebox(0,0)[l]{\texttt{depth}}}
4418 \put(6,0.2){\makebox(0,0)[b]{\texttt{width}}}
4419
4420 \color{green}% step1
4421 \thicklines
4422 \put(3,0){\vector(0,1){7}\vector(0,-1){2.5}\vector(1,0){6}}
4423 \put(9,0){\line(0,1){7}\line(0,-1){2.5}}
4424 \put(3,7){\line(1,0){6}}
4425 \put(3,-2.5){\line(1,0){6}}
4426 \newsavebox{\eqdist}
4427 \savebox{\eqdist}(0,0)[b]{%
4428   \thinlines
4429   \put(-0.08,0.2){\line(0,-1){0.4}}%
4430   \put(0.08,0.2){\line(0,-1){0.4}}}
4431 \put(1.5,0){\usebox{\eqdist}}
4432 \put(10.5,0){\usebox{\eqdist}}
4433
4434 \color{blue}% shifted
4435 \thicklines
4436 \put(3,-1.5){\vector(-1,0){4}}
4437 \put(1,-1.7){\makebox(0,0)[t]{\texttt{left}}}
4438 \put(3,0){\vector(0,-1){1.5}}
4439 \put(3.2,-0.75){\makebox(0,0)[l]{\texttt{down}}}
4440 \end{picture}
4441 \end{center}
4442 \end{minipage}%
4443 \begin{minipage}{0.6\textwidth}%
4444 %<*en>
4445 Consider a  Japanese character node which belongs to
4446 a character class whose the \texttt{align}
4447 field is \texttt{'middle'}.
4448 %</en>
4449 %<*ja>
4450 \texttt{align}フィールドの値が \texttt{'middle'} であるような文字クラスに属する
4451 和文文字ノードを考えよう.
4452 %</ja>
4453 \begin{itemize}
4454 \item
4455 %<*en>
4456 The black rectangle is the imaginary body of the node.
4457 Its width, height, and depth are specified by JFM.
4458 %</en>
4459 %<*ja>
4460 黒色の長方形はノードの枠であり,
4461 その幅,高さ,深さはJFMによって指定されている.
4462 %</ja>
4463 \item
4464 %<*en>
4465 Since the \texttt{align} field is \texttt{'middle'},
4466 the ``real'' glyph is centered horizontally (the green rectangle) first.
4467 %</en>
4468 %<*ja>
4469 \texttt{align}フィールドは \texttt{'middle'} なので,
4470 実際のグリフの位置はまず水平方向に中央揃えしたものとなる(緑色の長方形).
4471 %</ja>
4472 \item
4473 %<*en>
4474 Furthermore, the glyph is shifted according to values of fields
4475       \texttt{left} and \texttt{down}. The ultimate position of the real
4476       glyph is indicated by the red rectangle.
4477 %</en>
4478 %<*ja>
4479 さらに,グリフは \texttt{left} と \texttt{down} の値に従ってシフトされる.
4480 最終的な実際のグリフの位置は赤色の長方形で示された位置になる.
4481 %</ja>
4482 \end{itemize}
4483 \end{minipage}
4484 \medskip
4485
4486 \caption{%
4487 %<en>The position of the real glyph (horizontal Japanese fonts)
4488 %<ja>横組和文フォントにおける「実際の」グリフの位置
4489 }
4490 \label{fig-pos}
4491 \end{figure}
4492 \begin{figure}[!tb]
4493 \begin{minipage}{0.4\textwidth}%
4494 \begin{center}\unitlength=10pt\small
4495 \begin{picture}(15,12)(-6,0)
4496 \color{b_gray}% jfm
4497 \put(-6,0){\vrule width 12\unitlength height 11\unitlength}
4498
4499 \color{b_pink}% real glyph
4500 \put(-6.5,5.5){\vrule width 8\unitlength height 6\unitlength depth 3\unitlength}
4501
4502 \color{red}% real glyph
4503 \thicklines
4504 \put(-6.5,5.5){\vector(0,1){6}\vector(0,-1){3}\vector(1,0){8}}
4505 \put( 1.5,5.5){\line(0,1){6}\line(0,-1){3}}
4506 \put(-6.5,11.5){\line(1,0){8}}
4507 \put(-6.5,2.5){\line(1,0){8}}
4508
4509 \color{b_green}% step1
4510 \put(-4,3){\vrule width 8\unitlength height 6\unitlength depth 3\unitlength}
4511
4512 \color{black}% jfm
4513 \thicklines
4514 \put(0,11){\vector(1,0){6}\vector(-1,0){6}\vector(0,-1){11}}
4515 \put(0,0){\line(1,0){6}\line(-1,0){6}}
4516 \put(-6,0){\line(0,1){11}}
4517 \put( 6,0){\line(0,1){11}}
4518 \put( 3,10.8){\makebox(0,0)[t]{\texttt{height}}}
4519 \put(-3,10.8){\makebox(0,0)[t]{\texttt{depth}}}
4520 \put(0.2,5.5){\makebox(0,0)[l]{\texttt{width}}}
4521
4522 \color{green}% step1
4523 \thicklines
4524 \put(-4,3){\vector(0,1){6}\vector(0,-1){3}\vector(1,0){8}}
4525 \put( 4,3){\line(0,1){6}\line(0,-1){3}}
4526 \put(-4,9){\line(1,0){8}}
4527 \put(-4,0){\line(1,0){8}}
4528 \savebox{\eqdist}(0,0)[b]{%
4529   \thinlines
4530   \put(-0.08,0.2){\line(0,-1){0.4}}%
4531   \put(0.08,0.2){\line(0,-1){0.4}}}
4532 \put(2,9){\usebox{\eqdist}}
4533 \put(-2,9){\usebox{\eqdist}}
4534
4535
4536 \color{blue}% shifted
4537 \thicklines
4538 \put(-4,3){\vector(0,1){2.5}}
4539 \put(-3.8,4.25){\makebox(0,0)[l]{\texttt{left}}}
4540 \put(-4,5.5){\vector(-1,0){2.5}}
4541 \put(-5.,5.7){\makebox(0,0)[b]{\texttt{down}}}
4542 \end{picture}
4543 \end{center}
4544 \end{minipage}%
4545 \begin{minipage}{0.6\textwidth}%
4546 %<*en>
4547 (\dots)
4548 %</en>
4549 %<*ja>
4550 \texttt{align}フィールドの値が \texttt{'right'} であるような文字クラスに属する
4551 和文文字を考えよう.
4552 \begin{itemize}
4553 \item
4554 実際のグリフの「垂直位置」は,まずベースラインが文字の物理的な左右方向の中央を通る
4555 位置となる.
4556 \item
4557 また,この場合 \texttt{align} フィールドは \texttt{'right'} なので,
4558 「水平位置」は字送り方向に「右寄せ」したものとなる(緑色の長方形).
4559 \item
4560 その後さらに \texttt{left} と \texttt{down} の値に従ってシフトされる
4561 のは横組用和文フォントと変わらない.
4562 \end{itemize}
4563 %</ja>
4564 \end{minipage}
4565 \medskip
4566
4567 \caption{%
4568 %<en>The position of the real glyph (vertical Japanese fonts)
4569 %<ja>縦組和文フォントにおける「実際の」グリフの位置
4570 }
4571 \label{fig-pos-tate}
4572 \end{figure}
4573
4574 \item[kern={\{[$j$]=<kern>, [$j'$]=\{<kern>, [ratio=<ratio>]\}, ...\}}]
4575 \nopagebreak
4576 \item[glue={\{[$j$]=\{<width>, <stretch>, <shrink>, [ratio=<ratio>, ...]\}, ...\}}]\leavevmode
4577 %<*ja>
4578
4579 文字クラス$i$の文字と$j$の文字の間に挿入されるカーンやグルーの量を指定する.
4580
4581 <ratio>は,グルーの自然長のうちどれだけの割合が「後の文字」由来かを示す量で,
4582 $0$から$+1$の実数値をとる.省略時の値は$0.5$である.
4583 このフィールドの値は\Param{differentjfm}の値が
4584 \texttt{pleft},~\texttt{pright},~\texttt{paverage}の値のときのみ実際に用いられる.
4585
4586 例えば,\cite{x4051}では,句点と中点の間には,
4587 句点由来の二分空きと中点由来の四分空きが挿入されるが,この場合には
4588 \begin{itemize}
4589 \item <width>には$0.5+0.25=0.75$を指定する.
4590 \item <ratio>には$0.25/(0.5+0.25)=1/3$を指定する.
4591 \end{itemize}
4592 %</ja>
4593 %<*en>
4594 \
4595
4596 Specifies the amount of kern or glue which will be inserted
4597 between characters in character class~$i$ and those in character class~$j$.
4598
4599 <ratio> specifies how much the glue is originated in the ``right'' character.
4600 It is a real number between 0 and 1, and treated as 0.5 if omitted. For example,
4601 The width of a glue between an ideographic full stop ``。''
4602 and a fullwidth middle dot ``・'' is three-fourth of fullwidth,
4603 namely halfwidth from the ideographic full stop, and
4604 quarter-width from the fullwidth middle dot.  In this case,
4605 we specify <ratio> to $0.25/(0.5+0.25)=1/3$.
4606 %</en>
4607
4608 %<*ja>
4609 グルーの指定においては,上記に加えて各 \texttt{[$j$]} の各サブテーブル内に
4610 次のキーを指定できる,
4611 \begin{cslist}[style=standard]
4612 \item[priority=<priority>]
4613              \Pkg{luatexja-adjust}による優先順位付き
4614              行長調整(\ref{ssec-adj}節)において,このグルーの優先度を指定する.許される値は以下の通り:
4615   \begin{description}
4616     \item[バージョン1のとき] $-4$から$+3$の間の整数
4617     \item[バージョン2のとき] $-4$から$+3$の間の整数の2つ組\texttt{\{<stretch>, <shrink>\}}か,
4618     または$-4$から$+3$の間の整数.<stretch>, <shrink>はそれぞれこのグルーが伸びるときの優先度,縮むときの
4619     優先度であり,単に整数$i$が指定された場合は\texttt{\{$i$, $i$\}}であると解釈される.
4620   \end{description}
4621   ここで指定する値は,大きい値ほど「先に伸ばされる」「先に縮ませる」ことを意味しており,省略時の値
4622              は0である.範囲外の値が指定されたときの動作は未定義である.
4623 \item[kanjiskip\_natural=<num>\textrm{, }%
4624   kanjiskip\_stretch=<num>\textrm{, }kanjiskip\_shrink=<num>]\leavevmode
4625   \label{pg:ksp_nat}
4626
4627 JFMによって本来挿入されるグルーの他に
4628 \Param{kanjiskip}分の空白を自然長(\texttt{kanjiskip\_natural}),伸び量(\texttt{kanjiskip\_stretch}),
4629 縮み量(\texttt{kanjiskip\_shrink})ごとに挿入する\footnote{本来\Param{xkanjiskip}が挿入される場所においては
4630              \Param{xkanjiskip}分の空白を自然長・伸び量・縮み量ごとに.追加できる.}%
4631 ための指定である.いずれも省略された場合のデフォルト値は0(追加しない)である.
4632
4633 例えば,\LuaTeX-jaの横組標準JFMの \texttt{jfm-ujis.lua} では,
4634 \begin{itemize}
4635  \item 通常の文字「あ」と開き括弧類の間に入るグルーは,自然長・縮み量半角,伸び量0のグルー
4636 となっているが,さらに\Param{kanjiskip}の伸び量に \texttt{kanjiskip\_stretch}(ここでは1)を掛け
4637        た分だけ伸びることが許される.
4638  \item 同様に,閉じ括弧類(全角コンマ「,」も含む)と通常の文字「う」「え」の間にも
4639 自然長・縮み量半角,伸び量0のグルー
4640 となっているが,さらに\Param{kanjiskip}の伸び量に \texttt{kanjiskip\_stretch}(ここでは1)を掛け
4641        た分だけ伸びることが許される.
4642 \end{itemize}
4643 となっている.従って,以下のような組版結果を得る.
4644
4645 \medskip
4646 \begin{LTXexample}[width=16\zw]
4647 \leavevmode
4648 \ltjsetparameter{kanjiskip=0pt plus 3\zw}
4649 \vrule\hbox to 15\zw{あ「い」う,えお}\vrule
4650 \end{LTXexample}
4651
4652 \end{cslist}
4653 %</ja>
4654 %<*en>
4655 In case of glue, one can specify following additional keys in each \texttt{[$j$]}
4656              subtable:
4657 \begin{cslist}[style=standard]
4658 \item[priority=<priority>]
4659 An integer in $[-4,3]$ (treated as 0 if omitted), or
4660 a pair of these integers \texttt{\{<stretch>, <shrink>\}} (version~2 only).
4661 This is
4662 used only in line adjustment with priority by \Pkg{luatexja-adjust}
4663 (see Subsection~\ref{ssec-adj}). Higher value means the glue is easy to stretch,
4664 and is also easy to shrink. 
4665 \item[kanjiskip\_natural=<num>\textrm{, }%
4666   kanjiskip\_stretch=<num>\textrm{, }kanjiskip\_shrink=<num>]\leavevmode
4667
4668 These keys specifies the amount of the natural width of \Param{kanjiskip}
4669 (the stretch/shrink part, respectively) which will be inserted
4670 in addition to the original JFM glue. Default values of them are all 0.
4671
4672 As an example, in \texttt{jfm-ujis.lua}, the standard JFM in horizontal writing, we have
4673 \begin{itemize}
4674  \item Between an ordinal letter ``あ'' and an ideographic opening bracket, we have
4675 a glue whose natural part and shrink part are both half-width, while its stretch part is
4676        zero. However, this glue also can be stretched
4677        as much as the stretch part of \Param{kanjiskip} times the value of
4678        \texttt{kanjiskip\_stretch} key (1 in this case).
4679  \item Between an ideographic closeing brackets (the ideographic comma ``,''
4680        is included) and an ordinal letter, we have the same glue.
4681        Again, this glue also can be stretched
4682        as much as the stretch part of \Param{kanjiskip} times the value of
4683        \texttt{kanjiskip\_stretch} key (1 in this case).
4684 \end{itemize}
4685 Hence we have the following result:
4686
4687 \medskip
4688 \begin{LTXexample}[width=16\zw]
4689 \leavevmode
4690 \ltjsetparameter{kanjiskip=0pt plus 3\zw}
4691 \vrule\hbox to 15\zw{あ「い」う,えお}\vrule
4692 \end{LTXexample}
4693
4694 \end{cslist}
4695 %</en>
4696
4697 \item[end\_stretch=<kern>, end\_shrink=<kern>]
4698 %<*ja>
4699 (任意,バージョン1のみ)
4700
4701 優先順位付き行長調整が有効であり,かつ現在の文字クラスの文字が行
4702              末に来た時に,行長を詰める調整・伸ばす調整のた
4703              めにこの文字と行末の間に挿入可能なカーンの大きさを指定する.
4704 %</ja>
4705 %<*en>
4706 (optional, version~1 only)
4707 %</en>
4708
4709   \item[end\_adjust=\{<kern>, <kern>, ...\}]
4710 %<*ja>
4711 (任意,バージョン2のみ)
4712
4713 優先順位付き行長調整が有効であり,かつ現在の文字クラスの文字が
4714   行末に来た時に,この文字と行末の間には指定された値のいずれかの大きさのカーンが
4715   挿入される(\autoref{ssec-adj}参照).
4716
4717 バージョン1における
4718 \begin{lstlisting}[escapechar=\$]
4719     end_stretch = $a$, end_shrink = $b$
4720 \end{lstlisting}
4721 という指定は,バージョン2では次の指定と同じになる.
4722 \begin{lstlisting}[escapechar=\$]
4723     end_adjust = {$-b$, 0.0, $a$}
4724 \end{lstlisting}
4725 もし真ん中の \texttt{0.0} がない場合は,$a$か$-b$かいずれかのカーンが常に行末に追加される.
4726 %</ja>
4727 %<*en>
4728 (optional, version~2 only)
4729 %</en>
4730
4731 \end{cslist}
4732
4733 %<*ja>
4734 \paragraph{文字クラスの決定}
4735 文字からその文字の属する文字クラスを算出する過程について,
4736 次の内容を含んだ \texttt{jfm-test.lua} を用いて説明する.
4737 %</ja>
4738 %<*en>
4739 \paragraph{Character to character classes}
4740 We explain how the character class of a character is determined,
4741 using  \texttt{jfm-test.lua} which contains the following:
4742 %</en>
4743 \begin{lstlisting}
4744    [0] = {
4745       chars = { '漢' },
4746       align = 'left', left = 0.0, down = 0.0,
4747       width = 1.0, height = 0.88, depth = 0.12, italic=0.0,
4748    },
4749    [2000] = {
4750       chars = { '。', 'ヒ' },
4751       align = 'left', left = 0.0, down = 0.0,
4752       width = 0.5, height = 0.88, depth = 0.12, italic=0.0,
4753    },
4754 \end{lstlisting}
4755 %<ja>ここで,次のような入力とその実行結果を考える:
4756 %<en>Now consider the following input/output:
4757 \begin{LTXexample}[width=0.3\textwidth]
4758 \jfont\a=file:KozMinPr6N-Regular.otf:jfm=test;+hwid
4759 \setbox0\hbox{\a ヒ漢}
4760 \the\wd0
4761 \end{LTXexample}
4762 %<*en>
4763 Now we look why the above source outputs 15\,pt.
4764 \begin{enumerate}
4765 \item The character ``ヒ'' is converted to its half width  form ``ヒ'' by \verb+hwid+ feature.
4766 \item According to the JFM, the character class of ``ヒ'' is 2000, hence its width is halfwidth.
4767 \item The character class of ``漢'' is zero,  hence its width is fullwidth.
4768 \item Hence the width of \cs{hbox} equals to 15\,pt.
4769 \end{enumerate}
4770 This example shows that the character class of a character is generally determined \emph{after
4771 applying font features by \Pkg{luaotfload}}.
4772 %</en>
4773 %<*ja>
4774 上記の出力結果が,15\,ptとなっているのは理由によるものである:
4775 \begin{enumerate}
4776 \item \verb+hwid+ featureによって「ヒ」が半角幅のグリフ「ヒ」と置き換わる(\Pkg{luaotfload} による処理).
4777 \item JFMによれば,この「ヒ」のグリフの文字クラスは2000である.
4778 \item 以上により文字クラス2000とみなされるため,結果として「ヒ」の幅は半角だと認識される.
4779 \end{enumerate}
4780 この例は,\emph{文字クラスの決定はfont featureの適用によるグリフ置換の結果に基づく}ことを
4781 示している.
4782 %</ja>
4783
4784 %<*en>
4785 However, if the class determined by the glyph after application of features is zero,
4786 \LuaTeX-ja adopts the class determined by the glyph \emph{before} application of features.
4787 The following input is an example.
4788 %</en>
4789 %<*ja>
4790 但し,JFMによって決まる置換後のグリフの文字クラスが0である場合は,置換前の文字クラスを採用する.
4791 %</ja>
4792 \begin{LTXexample}[width=0.3\textwidth]
4793 \jfont\a=file:KozMinPr6N-Regular.otf:jfm=test;+vert
4794 \a 漢。\inhibitglue 漢
4795 \end{LTXexample}
4796 %<*en>
4797 Here, the character class of the ideographic full stop ``。''~(\texttt{U+3002}) is determined
4798 as follows:
4799 \begin{enumerate}
4800 \item As the case of ``ヒ'', the ideographic full stop ``。'' is converted to its vertical
4801       form ``\char"FE12''~(\texttt{U+FE12}) by \verb+vert+ feature.%"
4802 \item The character class of ``\char"FE12'', according to the JFM  is \emph{zero}.
4803 \item However, \LuaTeX-ja remembers that this ``\char"FE12'' is obtained from ``。'' by
4804       font features. The character class of ``。'' is \emph{non-zero value}, namely, 2000.
4805 \item Hence the ideographic full stop ``。'' in above belongs the character class~2000.
4806 \end{enumerate}
4807 %</en>
4808 %<*ja>
4809 ここで,句点「。」(\texttt{U+3002})の文字クラスは,以下のようにして決まる.
4810 \begin{enumerate}
4811 \item \Pkg{luaotfload} によって縦組用句点のグリフに置き換わる.
4812 \item 置換後のグリフは \texttt{U+FE12} であり,JFMに従えば文字クラスは\emph{0}と判定される.
4813 \item この場合,置換前の横組用句点のグリフによって文字クラスを判定する.
4814 \item 結果として,上の出力例中の句点の文字クラスは2000となる.
4815 \end{enumerate}
4816 %</ja>
4817
4818
4819 %<ja>\paragraph{仮想的な文字}
4820 %<en>\paragraph{Imaginary characters}
4821 %<*en>
4822 As described before, you can specify several \emph{imaginary characters} in
4823 \texttt{chars} field. The most of these characters are regarded as the
4824 characters of class 0 in \pTeX.
4825 As a result, \LuaTeX-ja can control typesetting finer than \pTeX.
4826 The following is the list of imaginary characters:
4827 %</en>
4828 %<*ja>
4829 上で説明した通り,\texttt{chars}フィールド中にはいくつかの「特殊文字」も
4830 指定可能である.これらは,大半が\pTeX のJFMグルーの挿入処理ではみな「文字
4831 クラス0の文字」として扱われていた文字であり,その結果として\pTeX より細か
4832 い組版調整ができるようになっている.以下でその一覧を述べる:
4833 %</ja>
4834
4835 \begin{cslist}
4836 %%\item['diffmet']
4837 %%<en>Used at a boundary between two \textbf{JAchar}s whose JFM or size is different.
4838 %%<ja>JFMやサイズが異なる2つの\textbf{JAchar}の間の境界として用いられる.
4839
4840 \item['boxbdd']
4841 %<en>The beginning/ending of a hbox, and the beginning of a noindented (i.e., began by \cs{noindent}) paragraph.
4842 %<ja>hboxの先頭と末尾,及びインデントされていない(\cs{noindent} で開始された)段落の先頭を表す.
4843
4844 \item['parbdd']
4845 %<en>The beginning of an (indented) paragraph.
4846 %<ja>通常の(\cs{noindent} で開始されていない)段落の先頭.
4847
4848 \item['jcharbdd']
4849 %<en>A boundary between \textbf{JAchar} and anything else (such as \textbf{ALchar}, kern, glue,\,\ldots).
4850 %<ja>\textbf{JAchar}と「その他のもの」(欧文文字,glue,kern等)との境界.
4851
4852 \item[$-1$]
4853 %<en>The left/right boundary of an inline math formula.
4854 %<ja>行中数式と地の文との境界.
4855 \end{cslist}
4856
4857 %<en>\paragraph{Porting JFM from \pTeX}
4858 %<ja>\paragraph{\pTeX 用和文用TFMの移植}
4859
4860 % ToDo: English version.
4861
4862 %<*en>
4863 See Japanese version of this manual.
4864 %</en>
4865
4866 %<*ja>
4867 以下に,\pTeX 用に作られた和文用TFMを\LuaTeX-ja用に移植する場合の注意点を挙げておく.
4868 \begin{itemize}
4869 \item 実際に出力される和文フォントのサイズがdesign sizeとなる.
4870 このため,例えば$1\,\textrm{zw}$がdesign sizeの0.962216倍であるJISフォン
4871       トメトリック等を移植する場合は,次のようにするべきである:
4872 \begin{itemize}
4873 \item JFM中の全ての数値を$1/0.962216$倍しておく.
4874 \item \TeX ソース中で使用するところで,サイズ指定を0.962216倍にする.
4875       \LaTeX でのフォント宣言なら,例えば次のように:
4876 \begin{lstlisting}
4877 \DeclareFontShape{JY3}{mc}{m}{n}{<-> s*[0.962216] psft:Ryumin-Light:jfm=jis}{}
4878 \end{lstlisting}
4879 \end{itemize}
4880 \item 上に述べた特殊文字は,\texttt{'boxbdd'}を除き文字クラスを全部0とする
4881       (JFM中に単に書かなければよい).
4882 \item \texttt{'boxbdd'}については,それのみで一つの文字クラスを形成し,その
4883       文字クラスに関してはグルー/カーンの設定はしない.
4884
4885 これは,\pTeX では,
4886       hboxの先頭・末尾とインデントされていない(\cs{noindent} で開始さ
4887       れた)段落の先頭にはJFMグルーは入らないという仕様を実現させるためである.
4888 \item \pTeX の組版を再現させようというのが目的であれば以上の注意を守れば十分である.
4889
4890 ところで,\pTeX では通常の段落の先頭にJFMグルーが残るという仕様があるので,
4891       段落先頭の開き括弧は全角二分下がりになる.全角下がりを実現させるに
4892       は,段落の最初に手動で \cs{inhibitglue} を追加するか,あるいは
4893       \ \cs{everypar} のハックを行い,それを自動化させるしかなかった.
4894
4895 一方,\LuaTeX-jaでは,\texttt{'parbdd'}によって,それがJFM側で調整できるよ
4896 うになった.例えば,\LuaTeX-ja同梱のJFMのように,\texttt{'boxbdd'}と同じ文字クラスに
4897 \texttt{'parbdd'}を入れれば全角下がりとなる.
4898
4899 \begin{LTXexample}[width=0.4\textwidth]
4900 \jfont\g=KozMinPr6N-Regular:jfm=test \g
4901 \parindent1\zw\noindent{}◆◆◆◆◆
4902 \par 「◆◆←二分下がり
4903 \par 【◆◆←全角下がり
4904 \par 〔◆◆←全角二分下がり
4905 \end{LTXexample}
4906 \end{itemize}
4907
4908 但し,\cs{everypar} を利用している場合にはこの仕組みは正しく動かない.
4909 そのような例としては箇条書き中の \cs{item} で始まる段落があり,\Pkg{ltjsclasses}では
4910 人工的に「\texttt{'parbdd'}の意味を持つ」whatsitノードを作ることによって対処している%
4911 \footnote{\texttt{ltjsclasses.dtx} を参照されたい.
4912 JFM側で一部の対処ができることにより,\Pkg{jsclasses}のようにif文の判定はしていない.}.
4913 %</ja>
4914
4915
4916 %<en>\subsection{Math font family}
4917 %<ja>\subsection{数式フォントファミリ}
4918 \label{ssec-math}
4919
4920 %<*en>
4921 \TeX\ handles fonts in math formulas by 16~font families\footnote{Omega,
4922 Aleph, \LuaTeX~and $\varepsilon$-\kern-.125em(u)\pTeX\ can handles 256~families, but
4923 an external package is needed to support this in plain \TeX\ and
4924 \LaTeX.}, and each family has three fonts:
4925 \cs{textfont}, \cs{scriptfont} and \cs{scriptscriptfont}.
4926 %</en>
4927 %<*ja>
4928 \TeX\ は数式フォントを16のファミリ\footnote{Omega, Aleph, \LuaTeX,そして
4929   $\varepsilon$-\kern-.125em(u)\pTeX\ では256の数式ファミリを扱うことができるが,
4930   これをサポートするためにplain \TeX と\LaTeX では外部パッケージを読み込む必要が
4931   ある.}で管理し,それぞれのファミリは3つのフォントを持っている:
4932 \cs{textfont}, \cs{scriptfont} そして \cs{scriptscriptfont} である.
4933 %</ja>
4934
4935 %<*en>
4936 \LuaTeX-ja's handling of Japanese fonts in math formulas is similar;
4937 Table~\ref{tab-math} shows counterparts to \TeX's primitives for math
4938 font families. There is no relation between the value of
4939 \cs{fam} and that of \cs{jfam}; with appropriate settings,
4940 you can set both \cs{fam} and \cs{jfam} to the same value.
4941 Here <jfont\_cs> in the argument of \Param{jatextfont} etc.\ is
4942 a control sequence which is defined by \cs{jfont}, i.e.,
4943 a \emph{horizontal} Japanese font.
4944 %</en>
4945 %<*ja>
4946 \LuaTeX-jaの数式中での和文フォントの扱いも同様である.
4947 表\ref{tab-math}は数式フォントファミリに対する \TeX のプリミティブと対応する
4948 ものを示している.\cs{fam} と \cs{jfam} の値の間には関係はなく,
4949 適切な設定の下では \cs{fam} と \cs{jfam} の両方に同じ値を設定することができる.
4950 \Param{jatextfont} 他の第2引数<jfont\_cs>は,\cs{jfont} で定義された
4951 \emph{横組用}和文フォントである.\cs{tfont} で定義された
4952 \emph{縦組用}和文フォントを指定することは想定していない.
4953 %</ja>
4954
4955 \begin{table}[!tb]
4956 %<en>\caption{Commands for Japanese math fonts}
4957 %<ja>\caption{和文数式フォントに対する命令}
4958 \label{tab-math}
4959 %<en>\medskip
4960 \centering
4961 \def\{{\char`\{}\def\}{\char`\}}\small
4962 \begin{tabular}{ll}
4963 \toprule
4964 %<en>\bf Japanese fonts&\bf alphabetic fonts\\
4965 %<ja>\bf 和文フォント&\bf 欧文フォント\\
4966 \midrule
4967 \cs{jfam}${}\in [0,256)$&\cs{fam}\\
4968 \tt\Param{jatextfont}\,=\{<jfam>,<jfont\_cs>\}&\tt\cs{textfont}<fam>=<font\_cs>\\
4969 \tt\Param{jascriptfont}\,=\{<jfam>,<jfont\_cs>\}&\tt\cs{scriptfont}<fam>=<font\_cs>\\
4970 \tt\Param{jascriptscriptfont}\,=\{<jfam>,<jfont\_cs>\}&\tt\cs{scriptscriptfont}<fam>=<font\_cs>\\
4971 \bottomrule
4972 \end{tabular}
4973 \end{table}
4974
4975 %<en>\subsection{Callbacks}
4976 %<ja>\subsection{コールバック}
4977
4978 %<*en>
4979 \LuaTeX-ja also has several callbacks. These callbacks can
4980 be accessed via \verb+luatexbase.add_to_callback+ function and so on, as other callbacks.
4981 %</en>
4982 %<*ja>
4983 \LuaTeX 自体のものに加えて,\LuaTeX-jaもコールバックを持っている.
4984 これらのコールバックには,他のコールバックと同様に \verb+luatexbase.add_to_callback+
4985 関数などを用いることでアクセスすることができる.
4986 %</ja>
4987 \begin{description}[font=\bfseries, style=nextline]
4988 %<en>\item[\texttt{luatexja.load\_jfm} callback]
4989 %<ja>\item[\texttt{luatexja.load\_jfm}コールバック]
4990 %<*en>
4991 With this callback you can overwrite JFMs.
4992 This callback is called when a new JFM is loaded.
4993 %</en>
4994 %<*ja>
4995 このコールバックを用いることでJFMを上書きすることができる.
4996 このコールバックは新しいJFMが読み込まれるときに呼び出される.
4997 %</ja>
4998
4999 \begin{lstlisting}[numbers=left]
5000 function (<table> jfm_info, <string> jfm_name)
5001   return <table> new_jfm_info
5002 end
5003 \end{lstlisting}
5004
5005 %<*en>
5006 The argument \verb+jfm_info+ contains a table similar to the table in a JFM file, except
5007 this argument has \texttt{chars} field which contains character codes
5008              whose character class is not~0.
5009 %</en>
5010 %<*ja>
5011 引数 \verb+jfm_info+ はJFMファイルのテーブルと似たものが格納されるが,
5012 クラス0を除いた文字のコードを含んだ\texttt{chars}フィールドを持つ点が異なる.
5013 %</ja>
5014
5015 %<*en>
5016 An example of this callback is the \texttt{ltjarticle} class, with
5017              forcefully assigning character class~0 to \texttt{'parbdd'}
5018              in the JFM \texttt{jfm-min.lua}.
5019 %</en>
5020 %<*ja>
5021 このコールバックの使用例は\texttt{ltjarticle}クラスにあり,
5022 \texttt{jfm-min.lua}中の\texttt{'parbdd'}を強制的にクラス0に割り当てている.
5023 %</ja>
5024
5025 %<en>\item[\texttt{luatexja.define\_jfont} callback]
5026 %<ja>\item[\texttt{luatexja.define\_jfont}コールバック]
5027 %<*en>
5028 This callback and the next callback form a pair, and you can assign characters
5029  which do not have fixed code points in Unicode to non-zero character classes.
5030 This \texttt{luatexja.define\_font} callback is called just when new Japanese font is loaded.
5031 %</en>
5032 %<*ja>
5033 このコールバックと次のコールバックは組をなしており,Unicode中に固定された文字コード
5034 番号を持たない文字を非零の文字クラスに割り当てることができる.
5035 このコールバックは新しい和文フォントが読み込まれたときに呼び出される.
5036 %</ja>
5037
5038 \begin{lstlisting}[numbers=left]
5039 function (<table> jfont_info, <number> font_number)
5040   return <table> new_jfont_info
5041 end
5042 \end{lstlisting}
5043 %<*en>
5044 \verb+jfont_info+ has the following fields,
5045 \emph{which may not overwritten by a user}:
5046 \begin{description}
5047 \item[\texttt{size}]
5048 The font size specified at \cs{jfont} in scaled points ($1\,\mathrm{sp}=2^{-16}\,\mathrm{pt}$).
5049 \item[\texttt{zw}, \texttt{zh}, \texttt{kanjiskip}, \texttt{xkanjiskip}]
5050 These are scaled value of those specified by the JFM, by the font size.
5051 \item[\texttt{jfm}]
5052 The internal number of the JFM.
5053 \item[\texttt{var}]
5054 The value of \texttt{jfmvar}~key, which is specified at \cs{jfont}.
5055 The default value is the empty string.
5056 \item[\texttt{chars}]
5057 The mapping table from character codes to its character classes.\\
5058 The specification \texttt{[i].chars=\{<character>, ...\}} in the JFM will be  stored in this
5059            field as \texttt{chars=\{[<character>]=\,$i$, ...\}}.
5060 \item[\texttt{char\_type}]
5061 For $i\in\omega$, \texttt{char\_type[$i$]} is information of characters whose class is
5062            $i$, and has the following fields:
5063 \begin{itemize}
5064  \item \texttt{width},~\texttt{height}, \texttt{depth},
5065   \texttt{italic}, \texttt{down},~\texttt{left}\ are just
5066        scaled value of those specified by the JFM, by the font size.
5067  \item \texttt{align} is a number which is determined from \texttt{align}~field in the JFM:
5068 \[
5069  \begin{cases}
5070   0&\text{\texttt{'left'} (default)}\\0.5&\text{\tt 'middle'}\\1&\text{\tt 'right'}
5071  \end{cases}
5072 \]
5073 \item For $j\in \omega$, \texttt{[$j$]} stores a kern or a glue which will be inserted
5074 between character class~$i$ and class~$j$.
5075
5076 If a kern will be inserted, the value of this field is \texttt{[$j$]=\{false, <kern\_node>, <ratio>\}},
5077 where <kern\_node> is a node\footnote{%
5078  This version of \LuaTeX-ja uses ``direct access
5079       model'' for accessing nodes, if possible. }.
5080 If a glue will be inserted, we have \texttt{[$j$]=\{false, <spec\_node>, <ratio>, <icflag>\}},
5081 where <spec\_node> is also a node, and $\text{<icflag>}=\textit{from\_jfm}+\text{<priority>}$.
5082 \end{itemize}
5083 \end{description}
5084 %</en>
5085 %<*ja>
5086 \verb+jfont_info+ は最低限以下のフィールドを持つが,これらを書き換えてはならない:
5087 \begin{cslist}
5088 \item[size]
5089 実際に使われるフォントサイズ(sp単位).$1\,\mathrm{sp}=2^{-16}\,\mathrm{pt}$.
5090 \item[zw\textrm{, }zh\textrm{, }kanjiskip\textrm{, }xkanjiskip]
5091 JFMファイルで指定されているそれぞれの値をフォントサイズに合わせてスケーリングしたものを
5092 sp単位で格納している.
5093 \item[jfm]
5094 利用されているJFMを識別するための番号.
5095 \item[var]
5096 \cs{jfont},~\cs{tfont} で指定された \texttt{jfmvar} キーの値(未指定のときは空文字列).
5097 \item[chars]
5098 文字コードから文字クラスへの対応が記述されたテーブル.\\
5099 JFM内の \texttt{[i].chars=\{<character>, ...\}} という指定は\
5100 \texttt{chars=\{[<character>]=\,$i$, ...\}} という形式に変換されている.
5101 \item[char\_type]
5102 $i\in\omega$に対して,\texttt{char\_type[$i$]} は文字クラス$i$の文字の寸法を格納しており,
5103 以下のフィールドを持つ.
5104 \begin{itemize}
5105  \item \texttt{width},~\texttt{height}, \texttt{depth},
5106   \texttt{italic}, \texttt{down},~\texttt{left}\ は
5107 JFMで指定されているそれぞれの値をスケーリングしたものである.
5108  \item \texttt{align} はJFMで指定されている値によって,
5109 \[
5110  \begin{cases}
5111   0&\text{\texttt{'left'}や省略時}\\0.5&\text{\tt 'middle'}\\1&\text{\tt 'right'}
5112  \end{cases}
5113 \]
5114 のいずれかの値をとる.
5115 \item $j\in \omega$に対して,\texttt{[$j$]} は文字クラス$i$の文字と$j$の文字の間に挿入されるkern
5116       やglueを格納している.
5117 間に入るものがkernであれば,このフィールドの値は\
5118 \texttt{[$j$]=\{false, <kern\_node>, <ratio>\}} である.
5119 <kern\_node>はkernを表すノードそのものである\footnote{%
5120 本バージョンではノードのアクセス手法にdirect access
5121       modelを用いている.そのため,例えば\LuaTeX\ beta-0.78.2では,単なる自然数のようにし
5122       か見えないことに注意.
5123 }.
5124 glueであれば,\texttt{[$j$]=\{false, <spec\_node>, <ratio>, <icflag>\}} である.
5125 <spec\_node>はglueの長さを表すノードそのものであり,
5126       $\text{<icflag>}=\textit{from\_jfm}+\text{<priority>}$である.
5127 \end{itemize}
5128 \item[ascent\textrm{, }descent]
5129 ……
5130 \item[chars\_cbcache]
5131 ……
5132 \end{cslist}
5133 %</ja>
5134
5135 %<*en>
5136 The returned table \verb+new_jfont_info+ also should include these fields, but
5137 you are free to add more fields (to use them in the \texttt{luatexja.find\_char\_class} callback).
5138 The \verb+font_number+ is a font number.
5139 %</en>
5140 %<*ja>
5141 戻り値の \verb+new_jfont_info+ テーブルも上に述べたフィールドをそのまま含まなければならないが,
5142 それ以外にユーザが勝手にフィールドを付け加えることは自由である.
5143 \verb+font_number+ はフォント番号である.
5144 %</ja>
5145
5146 %<*en>
5147 A good example of this and the next callbacks is the \Pkg{luatexja-otf}
5148              package, supporting \verb+"AJ1-xxx"+ form for Adobe-Japan1
5149              CID characters in a JFM. This callback doesn't replace any
5150              code of \LuaTeX-ja.
5151 %</en>
5152 %<*ja>
5153 これと次のコールバックの良い使用例は\Pkg{luatexja-otf}パッケージであり,
5154 JFM中でAdobe-Japan1 CIDの文字を \verb+"AJ1-xxx"+ の形で指定するために
5155 用いられている.
5156 %</ja>
5157
5158 %<en>\item[\texttt{luatexja.find\_char\_class} callback]
5159 %<ja>\item[\texttt{luatexja.find\_char\_class}コールバック]
5160 %<*en>
5161 This callback is called just when \LuaTeX-ja is trying to determine which
5162              character class a character \verb+chr_code+ belongs.
5163 A function used in this callback should be in the following form:
5164 %</en>
5165 %<*ja>
5166 このコールバックは\LuaTeX-jaが \verb+chr_code+ の文字がどの文字クラスに
5167 属するかを決定しようとする際に呼び出される.
5168 このコールバックで呼び出される関数は次の形をしていなければならない:
5169 %</ja>
5170 \begin{lstlisting}[numbers=left]
5171 function (<number> char_class, <table> jfont_info, <number> chr_code)
5172   if char_class~=0 then return char_class
5173   else
5174     ....
5175     return (<number> new_char_class or 0)
5176   end
5177 end
5178 \end{lstlisting}
5179
5180 %<*en>
5181 The argument \verb+char_class+ is the result of \LuaTeX-ja's default
5182              routine or previous function calls in this callback, hence
5183              this argument may not be 0. Moreover, the returned
5184              \verb+new_char_class+ should be as same as \verb+char_class+ when \verb+char_class+
5185              is not~0, otherwise you will overwrite the \LuaTeX-ja's
5186              default routine.
5187 %</en>
5188 %<*ja>
5189 引数 \verb+char_class+ は\LuaTeX-jaのデフォルトルーチンか,このコールバックの
5190 直前の関数呼び出しの結果を含んでおり,したがってこの値は0ではないかもしれない.
5191 さらに,戻り値の \verb+new_char_class+ は \verb+char_class+ が非零のときには
5192 \verb+char_class+ の値と同じであるべきで,そうでないときは\LuaTeX-jaの
5193 デフォルトルーチンを書き換えることになる.
5194 %</ja>
5195
5196 %<en>\item[\texttt{luatexja.set\_width} callback]
5197 %<ja>\item[\texttt{luatexja.set\_width}コールバック]
5198 %<*en>
5199 This callback is called when \LuaTeX-ja is trying to encapsule a
5200              \textbf{JAchar} \textit{glyph\_node}, to adjust its
5201              dimension and position.
5202 %</en>
5203 %<*ja>
5204 このコールバックは\LuaTeX-jaが\textbf{JAchar}の寸法と位置を調節するために
5205 その\textit{glyph\_node}をカプセル化しようとする際に呼び出される.
5206 %</ja>
5207 \begin{lstlisting}[numbers=left]
5208 function (<table> shift_info, <table> jfont_info, <table> char_type)
5209   return <table> new_shift_info
5210 end
5211 \end{lstlisting}
5212
5213 %<*en>
5214 The argument \verb+shift_info+ and the returned \verb+new_shift_info+ have
5215 \texttt{down} and \texttt{left} fields, which are the amount of shifting
5216              down/left the character in a scaled point.
5217 %</en>
5218 %<*ja>
5219 引数 \verb+shift_info+ と戻り値の \verb+new_shift_info+ は
5220 \texttt{down}と\texttt{left}のフィールドを持ち,これらの値は
5221 文字の下/左へのシフト量(sp単位)である.
5222 %</ja>
5223
5224 %<*en>
5225 A good example is \Pkg{test/valign.lua}.
5226 After loading this file, the vertical position of glyphs is automatically
5227 adjusted; the ratio $(\hbox{height}:\hbox{depth})$ of glyphs is adjusted
5228 to be that of letters in the character class~0. For example, suppose that
5229 \begin{itemize}
5230 \item The setting of the JFM: $(\hbox{height})=88x$, $(\hbox{depth})=12x$
5231   (the standard values of Japanese OpenType fonts);
5232 \item The value of the real font: $(\hbox{height})=28y$, $(\hbox{depth})=5y$
5233   (the standard values of Japanese TrueType fonts).
5234 \end{itemize}
5235 Then, the position of glyphs is shifted up by
5236 %</en>
5237 %<*ja>
5238 良い例が\Pkg{test/valign.lua}である.このファイルが読み込まれた状態では,
5239              JFM内で規定された文字クラス0の文字における$(\hbox{高
5240              さ}):(\hbox{深さ})$の比になるように,実際のフォントの出力上
5241              下位置が自動調整される.例えば,
5242 \begin{itemize}
5243 \item JFM側の設定:$(\hbox{高さ})=88x$, $(\hbox{深さ})=12x$%
5244 (和文OpenTypeフォントの標準値)
5245 \item 実フォント側の数値:$(\hbox{高さ})=28y$, $(\hbox{深さ})=5y$(和文TrueTypeフォントの標準値)
5246 \end{itemize}
5247 となっていたとする.すると,実際の文字の出力位置は,以下の量だけ上にずらされることとなる:
5248 %</ja>
5249 \[
5250  \frac{88x}{88x+12x} (28y+5y) - 28y = \frac{26}{25}y= 1.04y.
5251 \]
5252 \end{description}
5253
5254
5255
5256 %<en>\section{Parameters}
5257 %<ja>\section{パラメータ}
5258 \subsection{\cs{ltjsetparameter}}
5259 \label{ssec-param}
5260
5261 %<*en>
5262 As described before, \cs{ltjsetparameter} and \cs{ltjgetparameter} are
5263 commands for accessing most parameters of \LuaTeX-ja. One of the main
5264 reason that \LuaTeX-ja didn't adopted the syntax similar to that of \pTeX\
5265 (\textit{e.g.},~\verb+\prebreakpenalty`)=10000+)
5266 is the position of \verb+hpack_filter+ callback in the source
5267 of \LuaTeX, see Section~\ref{sec-para}.
5268 %</en>
5269 %<*ja>
5270 先に述べたように,\LuaTeX-jaの内部パラメータにアクセスするには
5271 \cs{ltjsetparameter}(または \cs{ltjglobalsetparameter})と \cs{ltjgetparameter} を用いる.
5272 \LuaTeX-jaが\pTeX のような文法(例えば,\verb+\prebreakpenalty`)=10000+)を
5273 採用しない理由の一つは,\LuaTeX のソースにおける \verb+hpack_filter+
5274 コールバックの位置にある.\ref{sec-para}章を参照.
5275 %</ja>
5276
5277 %<*en>
5278 \cs{ltjsetparameter} and \cs{ltjglobalsetparameter} are commands
5279 for assigning parameters. These take one argument which is a
5280 \texttt{<key>=<value>} list.
5281 The difference between these two commands is the
5282 scope of assignment;
5283 \cs{ltjsetparameter} does a local assignment and
5284 \cs{ltjglobalsetparameter} does a global one.
5285 They also obey the value of \cs{globaldefs}, like other assignments.
5286 %</en>
5287 %<*ja>
5288 \cs{ltjsetparameter} と \cs{ltjglobalsetparameter} はパラメータを
5289 指定するための命令で,\texttt{<key>=<value>}のリストを
5290 引数としてとる.両者の違いはスコープであり,
5291 \cs{ltjsetparameter} はローカルな設定を行うのに対し,
5292 \cs{ltjglobalsetparameter} はグローバルな設定を行う.
5293 また,他のパラメータ指定と同様に \cs{globaldefs} の値にも従う.
5294 %</ja>
5295
5296 %<*en>
5297 The following is the list of parameters which can be specified by the
5298 \cs{ltjsetparameter} command. [\cs{cs}] indicates the counterpart
5299 in \pTeX, and symbols beside each parameter has the following meaning:
5300 %</en>
5301 %<*ja>
5302 以下は \cs{ltjsetparameter} に指定することができるパラメータの一覧である.
5303 [\cs{cs}]は\pTeX における対応物を示す.
5304 また,それぞれのパラメータの右上の記号には次の意味がある:
5305 %</ja>
5306 \begin{itemize}
5307 %<*en>
5308 \item ``$\ast$'' : values at the end of a paragraph or a hbox are
5309 adopted in the whole paragraph or the whole hbox.
5310 %</en>
5311 %<*ja>
5312 \item ``$\ast$'':段落やhboxの終端での値がその段落/hbox全体で用いられる.
5313 %</ja>
5314 %<*en>
5315 \item ``\dagger'': assignments are always global.
5316 %</en>
5317 %<*ja>
5318 \item ``\dagger'':指定は常にグローバルになる.
5319 %</ja>
5320 \end{itemize}
5321
5322 \begin{cslist}[style=standard]
5323 \item[\DParam{jcharwidowpenalty}\,=<penalty>$^\ast$] [\cs{jcharwidowpenalty}]\
5324
5325 %<*en>
5326 Penalty value for suppressing orphans. This penalty is inserted just
5327              after the last \textbf{JAchar} which is not regarded as a
5328              (Japanese) punctuation mark.
5329 %</en>
5330 %<*ja>
5331 パラグラフの最後の字が孤立して改行されるのを防ぐためのペナルティの値.
5332 このペナルティは(日本語の)句読点として扱われない最後の\textbf{JAchar}の直後に
5333 挿入される.
5334 %</ja>
5335
5336 \item[\DParam{kcatcode}\,=\{<chr\_code>,<natural number>\}$^\ast$]\
5337
5338 %<*en>
5339 An additional attributes which each character whose character code is <chr\_code> has.
5340 At the present version, the lowermost bit of <natural number> indicates
5341              whether the character is considered as a punctuation mark
5342              (see the description of \Param{jcharwidowpenalty} above).
5343 %</en>
5344 %<*ja>
5345 文字コードが<chr\_code>の文字が持つ付加的な属性値.
5346 現在のバージョンでは,<natural number>の最下位ビットが,その文字が句読点と
5347 みなされるかどうかを表している(上の\Param{jcharwidowpenalty}の記述を参照).
5348 %</ja>
5349
5350 \item[\DParam{prebreakpenalty}\,=\{<chr\_code>,<penalty>\}$^\ast$] [\cs{prebreakpenalty}]\
5351
5352 %<*ja>
5353 文字コード<chr\_code>の\textbf{JAchar}が行頭にくることを抑止するために,
5354              この文字の前に挿入/追加されるペナルティの量を指定する.
5355
5356 例えば閉じ括弧「〗」は絶対に行頭にきてはならないので,
5357 \begin{lstlisting}
5358 \ltjsetparameter{prebreakpenalty={`〙,10000}}
5359 \end{lstlisting}
5360 と,最大値の10000が標準で指定されている.他にも,小書きのカナなど,絶対禁止とい
5361              うわけではないができれば行頭にはきて欲しくない場合に,0と
5362              10000の間の値を指定するのも有用であろう.
5363
5364 \pTeX では,\cs{prebreakpenalty}, \cs{postbreakpenalty}において,
5365 \begin{itemize}
5366 \item 一つの文字に対して,pre, postどちらか一つしか指定することができない%
5367   \footnote{後から指定した方で上書きされる.}
5368 \item pre, post合わせて256文字分の情報を格納することしかできない
5369 \end{itemize}
5370 という制限があったが,\LuaTeX-jaではこれらの制限は解消されている.
5371 %</ja>
5372 %<*en>
5373 Set a penalty which is inserted automatically before the character <chr\_code>,
5374 to prevent a line starts from this character. For example, a line cannot started
5375 with one of closing brackets ``〗'', so \LuaTeX-ja sets
5376 \begin{lstlisting}
5377 \ltjsetparameter{prebreakpenalty={`〙,10000}}
5378 \end{lstlisting}
5379 by default.
5380
5381 \pTeX\ has following restrictions on \cs{prebreakpenalty} and \cs{postbreakpenalty},
5382 but they don't exist in \LuaTeX-ja:
5383 \begin{itemize}
5384  \item Both \cs{prebreakpenalty} and \cs{postbreakpenalty} cannot be set
5385 for the same character.
5386  \item We can set \cs{prebreakpenalty} and \cs{postbreakpenalty} up to 256~characters.
5387 \end{itemize}
5388 %</en>
5389
5390 \item[\DParam{postbreakpenalty}\,=\{<chr\_code>,<penalty>\}$^\ast$]
5391            [\cs{postbreakpenalty}]\
5392
5393 %<*ja>
5394 文字コード<chr\_code>の\textbf{JAchar}が行末にくることを抑止するために,
5395              この文字の後に挿入/追加されるペナルティの量を指定する.
5396 %</ja>
5397 %<*en>
5398 Set a penalty which is inserted automatically after the character <chr\_code>,
5399 to prevent a line ends with this character.
5400 %</en>
5401
5402 \item[\DParam{jatextfont}\,=\{<jfam>,<jfont\_cs>\}$^\ast$]
5403 %<en>[\cs{textfont} in \TeX]
5404 %<ja>[\TeX の \cs{textfont}]
5405 \item[\DParam{jascriptfont}\,=\{<jfam>,<jfont\_cs>\}$^\ast$]
5406 %<en>[\cs{scriptfont} in \TeX]
5407 %<ja>[\TeX の \cs{scriptfont}]
5408 \item[\DParam{jascriptscriptfont}\,=\{<jfam>,<jfont\_cs>\}$^\ast$]
5409 %<en>[\cs{scriptscriptfont} in \TeX]
5410 %<ja>[\TeX の \cs{scriptscriptfont}]
5411 \item[\DParam{yjabaselineshift}\,=<dimen>]\
5412 \item[\DParam{yalbaselineshift}\,=<dimen>] [\cs{ybaselineshift}]
5413 \item[\DParam{tjabaselineshift}\,=<dimen>]\
5414 \item[\DParam{talbaselineshift}\,=<dimen>] [\cs{tbaselineshift}]
5415
5416 \item[\DParam{jaxspmode}\,=\{<chr\_code>,<mode>\}$^\ast$]\
5417
5418 %<*en>
5419 Set whether inserting \Param{xkanjiskip} is allowed before/after a \textbf{JAchar} whose character code is <chr\_code>.
5420 The followings are allowed for <mode>:
5421 %</en>
5422 %<*ja>
5423 文字コードが<chr\_code>の\textbf{JAchar}の前/後ろに\Param{xkanjiskip}の
5424 挿入を許すかどうかの設定.
5425 以下の<mode>が許される:
5426 %</ja>
5427 \begin{description}
5428 %<en>\item[0, \texttt{inhibit}] Insertion of \Param{xkanjiskip} is inhibited before the character, nor after the character.
5429 %<ja>\item[0, \texttt{inhibit}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも禁止される.
5430 %<en>\item[1, \texttt{preonly}] Insertion of \Param{xkanjiskip} is allowed before the character, but not after.
5431 %<ja>\item[1, \texttt{preonly}] \Param{xkanjiskip}の挿入は文字の前では許されるが,後ろでは許されない.
5432 %<en>\item[2, \texttt{postonly}] Insertion of \Param{xkanjiskip} is allowed after the character, but not before.
5433 %<ja>\item[2, \texttt{postonly}] \Param{xkanjiskip}の挿入は文字の後ろでは許されるが,前では許されない.
5434 %<en>\item[3, \texttt{allow}] Insertion of \Param{xkanjiskip} is allowed both before the character and after the character. This is the default value.
5435 %<ja>\item[3, \texttt{allow}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも許される.これがデフォルトの値である.
5436 \end{description}
5437 %<*en>
5438 This parameter is similar to the \cs{inhibitxspcode} primitive of \pTeX, but not compatible with \cs{inhibitxspcode}.
5439 %</en>
5440 %<*ja>
5441 このパラメータは\pTeX の \cs{inhibitxspcode} プリミティブと似ているが,
5442 互換性はない.
5443 %</ja>
5444 \item[\DParam{alxspmode}\,=\{<chr\_code>,<mode>\}$^\ast$] [\cs{xspcode}]\
5445
5446 %<*en>
5447 Set whether inserting \Param{xkanjiskip} is allowed before/after a
5448              \textbf{ALchar} whose character code is <chr\_code>.
5449              The followings are allowed for <mode>:
5450 %</en>
5451 %<*ja>
5452 文字コードが<chr\_code>の\textbf{ALchar}の前/後ろに\Param{xkanjiskip}の
5453 挿入を許すかどうかの設定.
5454 以下の<mode>が許される:
5455 %</ja>
5456 \begin{description}
5457 %<en>\item[0, \texttt{inhibit}] Insertion of \Param{xkanjiskip} is inhibited before the character, nor after the character.
5458 %<ja>\item[0, \texttt{inhibit}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも禁止される.
5459 %<en>\item[1, \texttt{preonly}] Insertion of \Param{xkanjiskip} is allowed before the character, but not after.
5460 %<ja>\item[1, \texttt{preonly}] \Param{xkanjiskip}の挿入は文字の前では許されるが,後ろでは許されない.
5461 %<en>\item[2, \texttt{postonly}] Insertion of \Param{xkanjiskip} is allowed after the character, but not before.
5462 %<ja>\item[2, \texttt{postonly}] \Param{xkanjiskip}の挿入は文字の後ろでは許されるが,前では許されない.
5463 %<en>\item[3, \texttt{allow}] Insertion of \Param{xkanjiskip} is allowed before the character and after the character. This is the default value.
5464 %<ja>\item[3, \texttt{allow}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも許される.これがデフォルトの値である.
5465 \end{description}
5466 %<*en>
5467 Note that parameters \Param{jaxspmode} and \Param{alxspmode} share a common table, hence these two parameters are synonyms of each other.
5468 %</en>
5469 %<*ja>
5470 \Param{jaxspmode}と\Param{alxspmode}は共通のテーブルを用いているため,
5471 これら2つのパラメータは互いの別名となっていることに注意する.
5472 %</ja>
5473
5474 \item[\DParam{autospacing}\,=<bool>] [\cs{autospacing}]
5475 \item[\DParam{autoxspacing}\,=<bool>] [\cs{autoxspacing}]
5476 \item[\DParam{kanjiskip}\,=<skip>$^\ast$] [\cs{kanjiskip}]\
5477
5478 %<*ja>
5479 デフォルトで2つの\textbf{JAchar}の間に挿入されるグルーである.
5480 通常では,\pTeX と同じようにフォントサイズに比例して変わることはない.
5481 しかし,自然長が \cs{maxdimen} の場合は,例外的に和文フォントのJFM側で指定されている
5482 値を採用(こちらはフォントサイズに比例)することになっている.
5483 %</ja>
5484 %<*en>
5485 The default glue which inserted between two \textbf{JAchar}s.
5486 Changing current Japanese font does not alter this parameter, as \pTeX.
5487
5488 If the natural width of this parameter is \cs{maxdimen}, \LuaTeX-ja uses
5489 the value which is specified in the JFM for current Japanese font (See Subsection~\ref{ssec-jfm-str}).
5490 %</en>
5491
5492 \item[\DParam{xkanjiskip}\,=<skip>$^\ast$] [\cs{xkanjiskip}]\
5493
5494 %<*ja>
5495 デフォルトで\textbf{JAchar}と\textbf{ALchar}の間に挿入されるグルーである.
5496 \Param{kanjiskip}と同じように,通常ではフォントサイズに比例して変わることはないが,
5497 自然長が \cs{maxdimen} の場合が例外である.
5498 %</ja>
5499 %<*en>
5500 The default glue which inserted between a \textbf{JAchar} and an
5501       \textbf{ALchar}.
5502 Changing current font does not alter this parameter, as \pTeX.
5503
5504 As \Param{kanjiskip}, if the natural width of this parameter is \cs{maxdimen}, \LuaTeX-ja uses
5505 the value which is specified in the JFM for current Japanese font (See Subsection~\ref{ssec-jfm-str}).
5506 %</en>
5507
5508
5509 \item[\DParam{differentjfm}\,=<mode>$^\dagger$]\
5510
5511 %<*en>
5512 Specify how glues/kerns between two \textbf{JAchar}s whose JFM (or size) are different.
5513 The allowed arguments are the followings:
5514 %</en>
5515 %<*ja>
5516 JFM(もしくはサイズ)が異なる2つの\textbf{JAchar}の間にグルー/カーンをどのように
5517 入れるかを指定する.
5518 許される値は以下の通り:
5519 %</ja>
5520 \begin{quote}
5521 \texttt{average},
5522 \texttt{both},
5523 \texttt{large},
5524 \texttt{small},
5525 \texttt{pleft},
5526 \texttt{pright},
5527 \texttt{paverage}
5528 \end{quote}
5529 %<*en>
5530 The default value is \texttt{paverage}. \dots
5531 %</en>
5532 %<*ja>
5533 デフォルト値は \texttt{paverage} である.
5534 各々の値による差異の詳細は\ref{ssec-cluster-wa}節の「『右空白』の算出」を参照してほしい.
5535 %</ja>
5536
5537 \item[\DParam{jacharrange}\,=<ranges>]
5538 \item[\DParam{kansujichar}\,=\{<digit>, <chr\_code>\}$^\ast$] [\cs{kansujichar}]
5539
5540 \item[\DParam{direction}\,=<dir>\ \hbox{\rm (always local)}]\
5541
5542 %<*en>
5543 Assigning to this parameter has the same effect as
5544 \cs{yoko}~(if $\hbox{<dir>}=4$), \cs{tate}~(if $\hbox{<dir>}=3$),
5545 \cs{dtou}~(if $\hbox{<dir>}=1$) or \cs{utod}~(if $\hbox{<dir>}=11$).
5546 If the argument <dir> is not one of 4,~3, 1~nor~11,
5547 the behavior of this assignment is undefined.
5548 %</en>
5549 %<*ja>
5550 組方向を変更する \cs{yoko}~(if $\hbox{<dir>}=4$), \cs{tate}~(if $\hbox{<dir>}=3$),
5551 \cs{dtou}~(if $\hbox{<dir>}=1$), \cs{utod}~(if $\hbox{<dir>}=11$) と同じ役割を持つ.
5552 利用可能な状況もこれら4命令と同一である.引数<dir>が4,~3, 1,~11のいずれでも無いときの
5553 動作は未定義である.
5554 %</ja>
5555
5556 \end{cslist}
5557
5558
5559 \subsection{\cs{ltjgetparameter}}
5560 \label{ssec-getpar}
5561 %<*en>
5562 \cs{ltjgetparameter} is a control sequence for acquiring parameters. It
5563 always takes a parameter name as first argument.
5564 %</en>
5565 %<*ja>
5566 \cs{ltjgetparameter} はパラメータの値を取得するための命令であり,
5567 常にパラメータの名前を第一引数にとる.
5568 %</ja>
5569 \begin{LTXexample}
5570 \ltjgetparameter{differentjfm},
5571 \ltjgetparameter{autospacing},
5572 \ltjgetparameter{kanjiskip},
5573 \ltjgetparameter{prebreakpenalty}{`)}.
5574 \end{LTXexample}
5575
5576 %<*en>
5577 \emph{The return value of\/ \cs{ltjgetparameter} is
5578 always a string}, which is outputted by \texttt{tex.write()}.
5579 Hence any character other than space~``\texttt{\char32}''~(\texttt{U+0020}) has the category code
5580 12~(other), while the space has 10~(space).
5581 %</en>
5582 %<*ja>
5583 \emph{\cs{ltjgetparameter} の戻り値は常に文字列である.}
5584 これは\texttt{tex.write()}によって出力しているためで,空白「\texttt{\char32}」
5585 (\texttt{U+0020})を除いた文字のカテゴリーコードは全て12~(other)となる.
5586 一方,空白のカテゴリーコードは10~(space)である.
5587 %</ja>
5588
5589 \begin{itemize}
5590 \item
5591 %<*en>
5592 If first argument is one of the
5593 following, no  additional argument is needed.
5594 %</en>
5595 %<*ja>
5596 第1引数が次のいずれかの場合には,追加の引数は必要ない.
5597 %</ja>
5598 \begin{quote}
5599 \sffamily
5600 jcharwidowpenalty, yjabaselineshift, yalbaselineshift, autospacing, autoxspacing,\\
5601 kanjiskip, xkanjiskip, differentjfm, direction
5602 \end{quote}
5603 %<*en>
5604 Note that \verb+\ltjgetparameter{autospacing}+~and~\verb+\ltjgetparameter{autoxspacing}+
5605 returns 1 or 0, not
5606 \texttt{true}~nor~\texttt{false}.
5607 %</en>
5608 %<*ja>
5609 \verb+\ltjgetparameter{autospacing}+ と \verb+\ltjgetparameter{autoxspacing}+ は,
5610 \texttt{true}や\texttt{false}を返すの\emph{ではなく},
5611 1か0のいずれかを返すことに注意,
5612 %</ja>
5613
5614 \item
5615 %<*en>
5616 If first argument is one of the
5617 following, an additional argument---a character code, for example---is needed.
5618 %</en>
5619 %<*ja>
5620 第1引数が次のいずれかの場合には,さらに文字コードを第2引数としてとる.
5621 %</ja>
5622 \begin{quote}
5623 \sffamily
5624 kcatcode, prebreakpenalty, postbreakpenalty, jaxspmode, alxspmode
5625 \end{quote}
5626 %<*en>
5627 \verb+\ltjgetparameter{jaxspmode}{...}+~and~\verb+\ltjgetparameter{alxspmode}{...}+
5628 returns 0,~1, 2,~or~3, instead of \texttt{preonly} etc.
5629 %</en>
5630 %<*ja>
5631 \verb+\ltjgetparameter{jaxspmode}{...}+ や \verb+\ltjgetparameter{alxspmode}{...}+\
5632 は,\texttt{preonly} などといった文字列ではなく,0から3までの値を返す.
5633 %</ja>
5634
5635 \item
5636 %<*en>
5637 \verb+\ltjgetparameter{jacharrange}{+<range>\verb+}+ returns \texttt{0}
5638 if ``characters which belong to the character range~<range> are \textbf{JAchar}'',
5639 \texttt{1} if ``\dots~are \textbf{ALchar}''.
5640 Although there is no character range~$-1$, specifying $-1$ to <range> does not cause an
5641       error (returns 1).
5642 %</en>
5643 %<*ja>
5644 \verb+\ltjgetparameter{jacharrange}{+<range>\verb+}+ は,<range>が\textbf{JAchar}達の
5645 範囲ならば0を,そうでなければ1を返す.「$-1$番の文字範囲」は存在しないが,<range>に$-1$を
5646 指定してもエラーは発生しない(1を返す).
5647 %</ja>
5648
5649 \item
5650 %<*en>
5651 For an integer~<digit> between 0~and~9,
5652      \verb+\ltjgetparameter{kansujichar}{+<digit>\verb+}+ returns the character code
5653 of the result of \cs{kansuji}<digit>.
5654 %</en>
5655 %<*ja>
5656 0--9の数<digit>に対して,
5657 \verb+\ltjgetparameter{kansujichar}{+<digit>\verb+}+ は,\cs{kansuji}<digit>で出力され
5658      る文字の文字コードを返す.
5659 %</ja>
5660
5661 \item
5662 %<*en>
5663 \verb+\ltjgetparameter{adjustdir}+ returns a integer which represents
5664 the direction of the surrounding vertical list.
5665 As \Param{direction}, the return value 1 means \emph{down-to-up} direction,
5666 3 means \emph{tate} direction (vertical typesetting),
5667 and 4 means \emph{yoko} direction (horizontal typesetting).
5668 %</en>
5669 %<*ja>
5670 \verb+\ltjgetparameter{adjustdir}+ は,周囲のvboxの組方向(言い換えれば,
5671 \cs{vadjust} で用いられる組方向)を表す数値を返す.
5672 \Param{direction}と同様に,1は \cs{dtou} 方向を,
5673 3は縦組みを,4は横組みを表す.
5674 %</ja>
5675
5676 \item
5677 %<*en>
5678 For an integer~<reg\_num> between 0~and~65535,
5679 \verb+\ltjgetparameter{boxdim}{+<reg\_num>\verb+}+ returns the direction of
5680 \cs{box}<reg\_num>. If this box register is void, the returned value is zero.
5681 %</en>
5682 %<*ja>
5683 0--65535の数<reg\_num>に対して,
5684 \verb+\ltjgetparameter{boxdim}{+<reg\_num>\verb+}+ は,\cs{box}<reg\_num>に
5685 格納されているボックスの組方向を表す.もしこのレジスタが空の場合は,0が返される.
5686 %</ja>
5687
5688 \item
5689 %<*en>
5690 The following parameter names \emph{cannot be specified} in \cs{ltjgetparameter}.
5691 %</en>
5692 %<*ja>
5693 次のパラメータ名を \cs{ltjgetparameter} に指定することはできない.
5694 %</ja>
5695 \begin{quote}
5696 \sffamily
5697 jatextfont, jascriptfont, jascriptscriptfont, jacharrange
5698 \end{quote}
5699
5700 \item
5701 %<*en>
5702 \verb+\ltjgetparameter{chartorange}{+<chr\_code>\verb+}+ returns
5703 the range number which <chr\_code> belongs to
5704 (although there is no parameter named ``chartorange'').
5705
5706 If <chr\_code> is between 0 and 127, this <chr\_code> does not belong to
5707 any character range. In this case,
5708       \verb+\ltjgetparameter{chartorange}{+<chr\_code>\verb+}+
5709 returns $-1$.
5710
5711 Hence, one can know whether <chr\_code> is \textbf{JAchar} or not
5712 by the following:
5713 %</en>
5714 %<*ja>
5715 \verb+\ltjgetparameter{chartorange}{+<chr\_code>\verb+}+ によって
5716 <chr\_code>の属する文字範囲の番号を知ることができる.
5717
5718 <chr\_code>に0--127の値を指定した場合(このとき,<chr\_code>が属する
5719 文字範囲は存在しない)は$-1$が返る.
5720
5721 そのため,<chr\_code>が\textbf{JAchar}か\textbf{ALchar}かは
5722 次で知ることができる:
5723 %</ja>
5724 \begin{quote}
5725 \ttfamily \verb+\ltjgetparameter{jacharrange}{\ltjgetparameter{chartorange}{+%
5726   <chr\_code>\verb+}}+\\\null\hfill\verb+% 0 if JAchar, 1 if ALchar+
5727 \end{quote}
5728
5729 %<*en>
5730 \item Because the returned value is string, the following conditionals do not work
5731 if \Param{kanjiskip} (or~\Param{xkanjiskip}) has the stretch part or the shrink part.
5732 \begin{lstlisting}
5733 \ifdim\ltjgetparameter{kanjiskip}>\z@ ... \fi
5734 \ifdim\ltjgetparameter{xkanjiskip}>\z@ ... \fi
5735 \end{lstlisting}
5736 The correct way is using a temporary register.
5737 \begin{lstlisting}
5738 \@tempskipa=\ltjgetparameter{kanjiskip} \ifdim\@tempskipa>\z@ ... \fi
5739 \@tempskipa=\ltjgetparameter{xkanjiskip}\ifdim\@tempskipa>\z@ ... \fi
5740 \end{lstlisting}
5741 %</en>
5742 %<*ja>
5743 \item 返り値が文字列であることから,\Param{kanjiskip}や\Param{xkanjiskip}を直接
5744 \ \cs{ifdim} を使って比較することは望ましくない.伸び量や縮み量を持っている時には,
5745 次はエラーを発生させる:
5746 \begin{lstlisting}
5747 \ifdim\ltjgetparameter{kanjiskip}>\z@ ... \fi
5748 \ifdim\ltjgetparameter{xkanjiskip}>\z@ ... \fi
5749 \end{lstlisting}
5750 レジスタに一旦代入するのが良い:
5751 \begin{lstlisting}
5752 \@tempskipa=\ltjgetparameter{kanjiskip} \ifdim\@tempskipa>\z@ ... \fi
5753 \@tempskipa=\ltjgetparameter{xkanjiskip}\ifdim\@tempskipa>\z@ ... \fi
5754 \end{lstlisting}
5755 %</ja>
5756
5757 \end{itemize}
5758
5759 %<*ja>
5760 \subsection{\cs{ltjsetparameter} の代替}
5761 原則として各種内部パラメータの設定には \cs{ltjsetparameter} もしくは
5762 \ \cs{ltjglobalsetparameter}\ を用いることになるが,
5763 \cs{ltjsetparameter} の実行には時間がかかるという難点があり,
5764 \LuaTeX-ja の内部ではより高速に実行できる別の形式を用いている.
5765 \emph{本節は一般利用者むけの内容ではない.}
5766
5767 \paragraph{\Param{kanjiskip}, \Param{xkanjiskip} の設定}
5768 \pLaTeXe 新ドキュメントクラスでは,
5769 \begin{lstlisting}
5770 \def\@setfontsize#1#2#3{%
5771   ...
5772   \kanjiskip=0zw plus .1zw minus .01zw
5773   \ifdim\xkanjiskip>\z@
5774     \if@slide \xkanjiskip=0.1em \else
5775       \xkanjiskip=0.25em plus 0.15em minus 0.06em
5776     \fi
5777   \fi}
5778 \end{lstlisting}
5779 と,フォントサイズを変更するごとに \cs{kanjiskip}, \cs{xkanjiskip} を変更している.
5780 この \cs{@setfontsize} は文書の中で多数回実行されるので.
5781 \LuaTeX-ja 用に素直に書き換えた
5782 \begin{lstlisting}
5783   \ltjsetparameter{kanjiskip=0\zw plus .1\zw minus .01\zw}
5784   \@tempskipa=\ltjgetparameter{xkanjiskip}
5785   \ifdim\@tempskipa>\z@
5786     \if@slide
5787       \ltjsetparameter{xkanjiskip=0.1em}
5788     \else
5789       \ltjsetparameter{xkanjiskip=0.25em plus 0.15em minus 0.06em}
5790     \fi
5791   \fi
5792 \end{lstlisting}
5793 としたのではタイプセットが遅くなってしまう.
5794 そこで,\cs{ltjsetparameter} の中で
5795 \begin{itemize}
5796 \item \cs{globaldefs} の値を読み取る \cs{ltj@setpar@global}
5797 \item \Param{kanjiskip} の設定を行う \cs{ltjsetkanjiskip}
5798 \item \Param{xkanjiskip} の設定を行う \cs{ltjsetxkanjiskip}
5799 \end{itemize}
5800 を独立させ,\Pkg{ltjsclasses}では,
5801 \begin{lstlisting}
5802   \ltj@setpar@global
5803   \ltjsetkanjiskip{\z@ plus .1\zw minus .01\zw}
5804   \@tempskipa=\ltjgetparameter{xkanjiskip}
5805   \ifdim\@tempskipa>\z@
5806     \if@slide
5807       \ltjsetxkanjiskip.1em
5808     \else
5809       \ltjsetxkanjiskip.25em plus .15em minus .06em
5810     \fi
5811   \fi
5812 \end{lstlisting}
5813 としている.
5814 \cs{ltj@setpar@global}を直前に実行せず,単独で
5815 \cs{ltjsetkanjiskip}, \cs{ltjsetxkanjiskip}を実行することは想定されていないので注意.
5816
5817
5818
5819 \paragraph{ベースライン補正量の設定}
5820 \pLaTeX の\Pkg{ascmac}パッケージでは,縦組の欧文ベースライン補正量の一時待避・復帰処理に
5821 \ \cs{@saveybaselineshift}\ という寸法レジスタを用い
5822 \begin{lstlisting}
5823 \@savetbaselineshift\tbaselineshift\tbaselineshift\z@
5824 ...
5825 \tbaselineshift\@savetbaselineshift
5826 \end{lstlisting}
5827 という処理を行っている.
5828
5829 これを\LuaTeX-ja 用に \cs{ltjsetparameter} を使って書き直すと,
5830 \begin{lstlisting}
5831 \@savetbaselineshift\ltjgetparameter{talbaselineshift}
5832 \ltjsetparameter{talbaselineshift=\z@}
5833 ...
5834 \ltjsetparameter{talbaselineshift=\@savetbaselineshift}
5835 \end{lstlisting}
5836 となる.
5837
5838 さて,縦組の欧文ベースライン補正量\Param{talbaselineshift}は,
5839 実際には \cs{ltj@tablshift} という属性レジスタに格納されている
5840 (\ref{sec-para}\nobreak 節参照).属性レジスタは長さではなく整数値を格納する\footnote{%
5841   従って,\texttt{\textbackslash @savetbaselineshift=\textbackslash ltj@tablshift}\
5842   のように記述することはできない.属性レジスタを \cs{tbaselineshift} という名称にしなかっ
5843   たのはそのためである.
5844 }ものであり,\cs{ltj@tablshift} は補正量を sp 単位で保持することから,
5845 上記のコードと同じ内容をより速い以下のコードで実現することができる.
5846 \begin{lstlisting}
5847 \@savetbaselineshift\ltj@tablshift sp%
5848 \ltj@tablshift\z@
5849 ...
5850 \ltj@tablshift\@savetbaselineshift
5851 \end{lstlisting}
5852 この手法は \Pkg{ascmac} パッケージの\LuaTeX-ja対応パッチ \Pkg{lltjp-tascmac.sty} で
5853 実際に用いられている.\Pkg{lltjp-tascmac.sty} は自動的に読み込まれるので,
5854 ユーザは何も気にせず普通に \Pkg{ascmac} パッケージを \cs{usepackage} で読みこめば良い.
5855 %</ja>
5856
5857
5858 %<en>\section{Other Commands for plain \TeX\ and \LaTeXe}
5859 %<ja>\section{plainでも\LaTeX でも利用可能なその他の命令}
5860 %<en>\subsection{Commands for compatibility with \pTeX}
5861 %<ja>\subsection{\pTeX 互換用命令}
5862
5863 %<*en>
5864 The following commands are implemented for compatibility with \pTeX.
5865 Note that the former five commands don't support JIS~X~0213, but only JIS~X~0208.
5866 The last \cs{kansuji} converts an integer into its Chinese numerals.
5867 %</en>
5868 %<*ja>
5869 以下の命令は\pTeX との互換性のために実装されている.そのため,JIS~X~0213には対応せず,
5870 \pTeX と同じようにJIS~X~0208の範囲しかサポートしていない.
5871 %</ja>
5872 \begin{center}
5873 \cs{kuten}, \cs{jis}, \cs{euc}, \cs{sjis}, \cs{ucs}, \cs{kansuji}
5874 \end{center}
5875 %<*en>
5876 These six commands takes an internal integer, and returns a \emph{string}.
5877 %</en>
5878 %<*ja>
5879 これら6命令は内部整数を引数とするが,実行結果は\textbf{文字列}であることに注意.
5880 %</ja>
5881 \begin{LTXexample}
5882 \newcount\hoge
5883 \hoge="2423 %"
5884 \the\hoge, \kansuji\hoge\\
5885 \jis\hoge, \char\jis\hoge\\
5886 \kansuji1701
5887 \end{LTXexample}
5888
5889 %<*en>
5890 To change characters of Chinese numerals for each digit, set \Param{kansujichar} parameter:
5891 \begin{LTXexample}
5892 \ltjsetparameter{kansujichar={1,`壹}}
5893 \ltjsetparameter{kansujichar={7,`漆}}
5894 \ltjsetparameter{kansujichar={0,`零}}
5895 \kansuji1701
5896 \end{LTXexample}
5897 %</en>
5898
5899
5900 \subsection{\cs{inhibitglue}}
5901 %<*en>
5902 \cs{inhibitglue} suppresses the insertion of \textbf{JAglue}.
5903 The following is an example, using a special JFM that there will be a glue between
5904 the beginning of a box and ``あ'', and also between ``あ''~and~``ウ''.
5905 %</en>
5906 %<*ja>
5907 \cs{inhibitglue} は\textbf{JAglue}の挿入を抑制する.
5908 以下は,ボックスの始めと「あ」の間,「あ」「ウ」の間にグルーが入る特別なJFMを用いた例で
5909 ある.
5910 %</ja>
5911
5912 \begin{LTXexample}[width=0.4\textwidth]
5913 \jfont\g=file:KozMinPr6N-Regular.otf:jfm=test \g
5914 \fbox{\hbox{あウあ\inhibitglue ウ}}
5915 \inhibitglue\par\noindent あ1
5916 \par\inhibitglue\noindent あ2
5917 \par\noindent\inhibitglue あ3
5918 \par\hrule\noindent あoff\inhibitglue ice
5919 \end{LTXexample}
5920
5921 %<*en>
5922 With the help of this example, we remark the specification of \cs{inhibitglue}:
5923 %</en>
5924 %<*ja>
5925 この例を援用して,\cs{inhibitglue} の仕様について述べる.
5926 %</ja>
5927 \begin{itemize}
5928 %<*en>
5929 \item The call of \cs{inhibitglue} in the (internal) vertical mode is
5930       simply ignored.
5931 %</en>
5932 %<*ja>
5933 \item \emph{\cs{inhibitglue} の垂直モード中での呼び出しは意味を持たない}\footnote{%
5934   この点は\TeX~Live~2014での\pTeX における \cs{inhibitglue} の仕様変更と同じである.
5935 }.
5936 4行目の入力で有効にならないのは,\cs{inhibitglue} の時点では垂直モードであり,
5937 \cs{noindent} の時点で水平モードになるからである.
5938 %</ja>
5939
5940 %<*en>
5941 \item The call of \cs{inhibitglue} in the (restricted) horizontal
5942       mode is only effective on the spot; does not get over boundary of
5943       paragraphs. Moreover, \cs{inhibitglue} cancels ligatures and
5944       kernings, as shown in the last line of above example.
5945 %</en>
5946 %<*ja>
5947 \item \cs{inhibitglue} の(制限された)水平モード中での呼び出しはその場でのみ
5948   有効であり,段落の境界を乗り越えない.
5949   さらに,\cs{inhibitglue} は上の例の最終行のように(欧文における)リガチャとカーニングを
5950   打ち消す.これは,\cs{inhibitglue} が内部的には「現在のリスト中にwhatsitノードを
5951   追加する」ことを行なっているからである.
5952 %</ja>
5953
5954 %<*en>
5955 \item The call of \cs{inhibitglue} in math mode is just ignored.
5956 %</en>
5957 %<*ja>
5958 \item \cs{inhibitglue} を数式モード中で呼び出した場合はただ無視される.
5959 %</ja>
5960
5961 %<*ja>
5962 \item \LaTeX で\LuaTeX-ja を使用する場合は,
5963 \cs{inhibitglue} の代わりとして \verb+\<+ を使うことができる.
5964 既に \verb+\<+ が定義されていた場合は,\LuaTeX-ja の読み込みで強制的に上書きされるので
5965 注意すること.
5966 %</ja>
5967 \end{itemize}
5968
5969
5970 \subsection{\cs{ltjdeclarealtfont}}
5971 \label{ssec-altfont}
5972 %<*en>
5973 Using \cs{ltjdeclarealtfont}, one can ``compose'' more than one Japanese fonts.
5974 This \cs{ltjdeclarealtfont} uses in the following form:
5975 \begin{quote}
5976 \ttfamily \textbackslash ltjdeclarealtfont<base\_font\_cs><alt\_font\_cs>\{<range>\}
5977 \end{quote}
5978 where  <base\_font\_cs>~and~<alt\_font\_cs> are defined by \cs{jfont}.
5979 Its meaning is
5980 \begin{quote}
5981 If the current Japanese font is <base\_font\_cs>, characters which belong to <range>
5982 is typeset by another Japanese font <alt\_font\_cs>, instead of <base\_font\_cs>.
5983 \end{quote}
5984 Here <range> is a comma-separated list of character codes, but also accepts negative integers:
5985 $-n$~($n≥1$) means that all characters of character classes~$n$, with respect to JFM used
5986 by <base\_font\_cs>. Note that characters which do not exist in <alt\_font\_cs> are
5987 ignored.
5988
5989 For example, if \cs{hoge} uses \texttt{jfm-ujis.lua}, the standard JFM of \LuaTeX-ja,
5990 then
5991 \begin{lstlisting}
5992 \ltjdeclarealtfont\hoge\piyo{"3000-"30FF, {-1}-{-1}}
5993 \end{lstlisting}
5994 does
5995 \begin{quote}
5996 If the current Japanese font is \cs{hoge}, \texttt{U+3000}--\texttt{U+30FF}
5997 and characters in class~1 (ideographic opening brackets)
5998 are typeset by \cs{piyo}.
5999 \end{quote}
6000 %</en>
6001 %<*ja>
6002 \cs{jfont} の書式を見ればわかるように,基本的には\LuaTeX-jaにおける1つの和文フォントに
6003 使用出来る「実際のフォント」は1つである.
6004 しかし,\cs{ltjdeclarealtfont} を用いると,この原則から外れることができる.
6005
6006 \cs{ltjdeclarealtfont} は以下の書式で使用する:
6007 \begin{quote}
6008 \ttfamily \textbackslash ltjdeclarealtfont<base\_font\_cs><alt\_font\_cs>\{<range>\}
6009 \end{quote}
6010 これは「現在の和文フォント」が<base\_font\_cs>であるとき,
6011 <range>に属する文字は<alt\_font\_cs>を用いて組版される,という意味である.
6012 \begin{itemize}
6013  \item <base\_font\_cs>, <alt\_font\_cs>は
6014 \cs{jfont} によって定義された和文フォントである.
6015  \item <range>は文字コードの範囲を表すコンマ区切りのリストであるが,
6016    例外として負数$-n$は「<base\_font\_cs>のJFMの文字クラス$n$に属する全ての文字」
6017    を意味する.
6018
6019 <range>中に<alt\_font\_cs>中に実際には存在しない文字が指定された場合は,
6020 その文字に対する設定は無視される.
6021 \end{itemize}
6022
6023 例えば,\cs{hoge} のJFMが\LuaTeX-ja標準の
6024 \ \texttt{jfm-ujis.lua} であった場合,
6025 \begin{lstlisting}
6026 \ltjdeclarealtfont\hoge\piyo{"3000-"30FF, {-1}-{-1}}
6027 \end{lstlisting}
6028 は「\cs{hoge} を利用しているとき,
6029 \texttt{U+3000}--\texttt{U+30FF}と
6030 文字クラス1(開き括弧類)中の文字だけは \cs{piyo} を用いる」
6031 ことを設定する.\verb+{-1}-{-1}+ という変わった指定の仕方をしているのは,
6032 普通に \texttt{-1} と指定したのでは正しく$-1$と読み取られないという
6033 マクロの都合による.
6034 %</ja>
6035
6036 %<*ja>
6037 \subsection{\cs{ltjalchar} と \cs{ltjjachar}}
6038 文字コードが$\text{<chr\_code>}~(\geq 128=\mathtt{0x80})$の文字を
6039 \ \cs{char} プリミティブを使い \cs{char}<chr\_code> として出力させると,
6040 その文字の属する文字範囲(\ref{ssec-setrange}節参照)によって
6041 \textbf{ALchar}か\textbf{JAchar}か,つまり欧文フォントで出力されるか和文フォントで出力され
6042 るかが決まる.
6043
6044 文字範囲の設定を無視し,文字コードが$\text{<chr\_code>}~(\geq 128=\mathtt{0x80})$の文字を強制的に
6045 \textbf{ALchar}, \textbf{JAchar}で出力する命令がそれぞれ
6046 \ \cs{ltjalchar},~\cs{ltjjachar} である.使用方法は \cs{char} と同じく
6047 \ \cs{ltjalchar}<chr\_code>, \cs{ltjjachar}<chr\_code>とすればよい.
6048 <chr\_code>が127以下の場合は,\cs{ltjjachar} であっても\textbf{ALchar}として出力されること
6049 に注意.
6050
6051 以下は\ref{ssec-setrange}節に載せた例に,\cs{char} の動作を追加したものである.
6052 \begin{LTXexample}[width=0.25\textwidth]
6053 \gtfamily\large % default, ALchar, JAchar
6054 ¶, \char`¶, \ltjalchar`¶, \ltjjachar`¶\\    % default: ALchar
6055 α, \char`α, \ltjalchar`α, \ltjjachar`α  % default: JAchar
6056 \end{LTXexample}
6057 %</ja>
6058
6059
6060 %<en>\section{Commands for \LaTeXe}
6061 %<ja>\section{\LaTeXe 用の命令}
6062
6063 %<en>\subsection{Patch for NFSS2}
6064 %<ja>\subsection{NFSS2へのパッチ}
6065 \label{ssec-nfsspat}
6066
6067 %<*en>
6068 Japanese patch for NFSS2 in \LuaTeX-ja
6069 is based on \texttt{plfonts.dtx} which plays the same role in \pLaTeXe.
6070 We will describe
6071 commands which are not described in Subsection~\ref{ssec-chgfnt}.
6072 %</en>
6073 %<*ja>
6074 \LuaTeX-jaのNFSS2への日本語パッチは
6075 \pLaTeXe で同様の役割を果たす \texttt{plfonts.dtx} をベースに,
6076 和文エンコーディングの管理等をLuaで書きなおしたものである.
6077 ここでは\ref{ssec-chgfnt}節で述べていなかった命令について
6078 記述しておく.
6079 %</ja>
6080
6081 \begin{cslist}%
6082 \item[\normalfont\bfseries %
6083 %<ja>追加の長さ変数達
6084 %<en>additonal dimensions
6085 ]
6086 %<*en>
6087 Like \pLaTeXe, \LuaTeX-ja defines the following dimensions
6088 for information of current Japanese font:
6089 %</en>
6090 %<*ja>
6091 \pLaTeXe と同様に,\LuaTeX-jaは「現在の和文フォントの情報」を格納する長さ変数
6092 %</ja>
6093 \begin{quote}
6094  \cs{cht}~(height), \cs{cdp}~(depth), \cs{cHT}~(sum of former two),\\
6095  \cs{cwd}~(width), \cs{cvs}~(lineskip), \cs{chs}~(equals to \cs{cwd})
6096 \end{quote}
6097 %<en>and its \cs{normalsize} version:
6098 %<ja>と,その \cs{normalsize} 版である
6099 \begin{quote}
6100  \cs{Cht}~(height), \cs{Cdp}~(depth),
6101  \cs{Cwd}~(width), \\\cs{Cvs}~(equals to \cs{baselineskip}),
6102  \cs{Chs}~(equals to \cs{cwd})%
6103 %<en>.
6104 \end{quote}
6105 %<*ja>
6106 を定義している.なお,\cs{cwd} と \cs{zw},また
6107 \cs{cHT} と \cs{zh} は一致しない可能性がある.なぜなら,
6108 \cs{cwd},~\cs{cHT} は「あ」の寸法から決定されるのに対し,
6109 \cs{zw} と \cs{zh} はJFMに指定された値に過ぎないからである.
6110 %</ja>
6111 %<*en>
6112 Note that \cs{cwd}~and~\cs{cHT} may  differ from \cs{zw}~and~\cs{zh}
6113 respectively.
6114 On the one hand the former dimensions are determined from the character ``あ'',
6115 but on the other hand \cs{zw}~and~\cs{zh} are specified by JFM.
6116 %</en>
6117
6118
6119 \item[\cs{DeclareYokoKanjiEncoding}\{<encoding>\}\{<text-settings>\}\{<math-settings>\}]
6120 %<en>\ \\[\dimexpr-\medskipamount-2\baselineskip\relax]
6121 %<ja>\ \\[\dimexpr-2\baselineskip\relax]
6122 \item[\cs{DeclareTateKanjiEncoding}\{<encoding>\}\{<text-settings>\}\{<math-settings>\}]
6123
6124 %<*en>
6125 In NFSS2 under \LuaTeX-ja, distinction between alphabetic fonts
6126              and Japanese fonts are only made by their
6127              encodings. For example, encodings OT1 and T1 are encodings for
6128              alphabetic fonts, and Japanese fonts cannot
6129              have these encodings. These command define a new encoding
6130              scheme for Japanese font families.
6131 %</en>
6132 %<*ja>
6133 \LuaTeX-jaのNFSS2においては,欧文フォントと和文フォントは
6134 そのエンコーディングによってのみ区別される.
6135 例えば,OT1とT1のエンコーディングは欧文フォントのエンコーディングであり,
6136 和文フォントはこれらのエンコーディングを持つことはできない.
6137 これらコマンドは横組用・縦組用和文フォントのための新しいエンコーディングを
6138 それぞれ定義する.
6139 %</ja>
6140
6141 \item[\cs{DeclareKanjiEncodingDefaults}\{<text-settings>\}\{<math-settings>\}]
6142 %<en>\ \\[\dimexpr-\medskipamount-2\baselineskip\relax]
6143 %<ja>\ \\[\dimexpr-2\baselineskip\relax]
6144 \item[\cs{DeclareKanjiSubstitution}\{<encoding>\}\{<family>\}\{<series>\}\{<shape>\}]
6145 %<en>\ \\[\dimexpr-\medskipamount-2\baselineskip\relax]
6146 %<ja>\ \\[\dimexpr-2\baselineskip\relax]
6147 \item[\cs{DeclareErrorKanjiFont}\{<encoding>\}\{<family>\}\{<series>\}\{<shape>\}\{<size>\}]
6148
6149 %<*en>
6150 The above 3~commands are just the counterparts for \cs{DeclareFontEncodingDefaults} and~others.
6151 %</en>
6152 %<*ja>
6153 上記3つのコマンドはちょうどNFSS2 の \cs{DeclareFontEncodingDefaults} などに対応するものである.
6154 %</ja>
6155
6156 \item[\cs{reDeclareMathAlphabet}\{<unified-cmd>\}\{<al-cmd>\}\{<ja-cmd>\}]
6157
6158 % ToDo: en
6159 %<*ja>
6160 和文・欧文の数式用フォントファミリを一度に変更する命令を作成する.
6161 具体的には,欧文数式用フォントファミリ変更の命令<al-cmd>(\cs{mathrm} 等)と,和文数式用フォ
6162              ントファミリ変更の命令<ja-cmd>(\cs{mathmc} 等)の2つを同時に行う命令として
6163              <unified-cmd>を(再)定義する.実際の使用では<unified-cmd>と
6164              <al-cmd>に同じものを指定する,すなわち,<al-cmd>で和文側も変
6165              更させるようにするのが一般的と思われる.
6166
6167 本命令は
6168 \begin{center}\tt
6169 <unified-cmd>\{<arg>\}\quad$\longrightarrow$\quad
6170 (<al-cmd>の1段展開結果)\{<ja-cmd>の1段展開結果)\{<arg>\}\}
6171 \end{center}
6172 と定義を行うので,使用には注意が必要である:
6173 %<en>\vspace{-\medskipamount}
6174 \begin{itemize}
6175 \item <al-cmd>,~<ja-cmd>は既に定義されていなければならない.
6176       \cs{reDeclareMathAlphabet}\\の後に
6177 両命令の内容を再定義しても,<unified-cmd>の内容にそれは反映されない.
6178 \item <al-cmd>,~<ja-cmd>に\verb+\@mathrm+などと \texttt{@} をつけた命令を指定した時の動作は保証できない.
6179 \end{itemize}
6180 %</ja>
6181
6182 \item[\cs{DeclareRelationFont}\{<ja-encoding>\}\{<ja-family>\}\{<ja-series>\}\{<ja-shape>\}\\*
6183   \null\hfill\{<al-encoding>\}\{<al-family>\}\{<al-series>\}\{<al-shape>\}]
6184 %<*en>
6185 This command sets the ``accompanied'' alphabetic font (given by the latter 4~arguments)
6186 with respect to a Japanese font given by the former 4~arguments.
6187 %</en>
6188 %<*ja>
6189 いわゆる「従属欧文」を設定するための命令である.前半の4引数で表される和文フォントに対して,
6190 そのフォントに対応する「従属欧文」のフォントを後半の4引数により与える.
6191 %</ja>
6192 \item[\cs{SetRelationFont}]
6193 %<*en>
6194 This command is almost same as \cs{DeclareRelationFont}, except that this command does a local
6195 assignment, where \cs{DeclareRelationFont} does a global assignment.
6196 %</en>
6197 %<*ja>
6198 このコマンドは \cs{DeclareRelationFont} とローカルな指定であることを除いて
6199 ほとんど同じである(\cs{DeclareRelationFont} はグローバル).
6200 %</ja>
6201
6202 \item[\cs{userelfont}]
6203 %<*en>
6204 Change current alphabetic font encoding/family/\dots\ to the `accompanied' alphabetic
6205              font family with respect to current Japanese font family,
6206              which was set by
6207              \cs{DeclareRelationFont} or \cs{SetRelationFont}.
6208 Like \cs{fontfamily}, \cs{selectfont} is required to take an effect.
6209 %</en>
6210 %<*ja>
6211 現在の欧文フォントのエンコーディング/ファミリ/…… を,
6212 \cs{DeclareRelationFont} か \cs{SetRelationFont} で指定された
6213 現在の和文フォントに対応する「従属欧文」フォントに変更する.
6214 \cs{fontfamily} のように,有効にするためには \cs{selectfont} が必要である.
6215 %</ja>
6216
6217 \item[\cs{adjustbaseline}]
6218 %<*en>
6219 In \pLaTeXe, \cs{adjustbaseline} sets \cs{tbaselineshift}
6220 to match the vertical center of ``M'' and that of ``あ''  in vertical typesetting:
6221 \[
6222 \text{\cs{tbaselineshift}} \leftarrow
6223 \frac{(h_{\text{M}}+d_{\text{M}}) - (h_{\text{あ}}+d_{\text{あ}})}2
6224   + d_{\text{あ}} - d_{\text{M}},
6225 \]
6226 where $h_{a}$~and~$d_{a}$ denote the height of ``$a$'' and the depth, respectively.
6227 In \LuaTeX-ja, this \cs{adjustbaseline} does similar task, namely setting the
6228              \Param{talbaselineshift} parameter.
6229 If the \LaTeX\ is 2015/10/01 release or later, \LuaTeX-ja use a Japanese
6230 character whose character class is zero,  instead of `あ'.
6231 %</en>
6232 %<*ja>
6233 \pLaTeXe では,\cs{adjustbaseline} は縦組時に「M」と「あ」の中心線を一致させるために,
6234 \cs{tbaselineshift} を設定する役割を持っていた:
6235 \[
6236 \text{\cs{tbaselineshift}} \leftarrow
6237 \frac{(h_{\text{M}}+d_{\text{M}}) - (h_{\text{あ}}+d_{\text{あ}})}2
6238   + d_{\text{あ}} - d_{\text{M}},
6239 \]
6240 ここで,$h_{a}$,~$d_{a}$はそれぞれ「$a$」の高さ・深さを表す.
6241 \LuaTeX-jaにおいても\cs{adjustbaseline} は同様に\Param{talbaselineshift}パラメータの調整処
6242              理を行っている.
6243
6244 同時に,これも\pLaTeXe の \cs{adjustbaseline} で同様の処理が行われていたが,
6245 「漢」の寸法を元に(本節の最初に述べた,小文字で始まる)\cs{cht}, \cs{cwd}
6246 といった長さ変数を設定する.
6247
6248 なお,\LaTeX が2015/10/01 版以降の場合は,「あ」「漢」の代わりに
6249 「文字クラス0の和文文字」を用いる.
6250 %</ja>
6251
6252 \item[\cs{fontfamily}\{<family>\}]
6253 %<*en>
6254 As in \LaTeXe, this command changes current font family (alphabetic, Japanese,~\emph{or both})
6255 to <family>. See Subsection~\ref{ssec-fontfamilycmd} for detail.
6256 %</en>
6257 %<*ja>
6258 元々の\LaTeXe におけるものと同様に,このコマンドは現在のフォントファミリ(欧文,
6259 和文,\emph{もしくは両方})を<family>に変更する.詳細は\ref{ssec-fontfamilycmd}節を参照すること.
6260 %</ja>
6261
6262
6263 \begin{figure}[!tb]
6264 \begin{LTXexample}[pos=b]
6265 \DeclareKanjiFamily{JY3}{edm}{}
6266 \DeclareFontShape{JY3}{edm}{m}{n}    {<-> s*KozMinPr6N-Regular:jfm=ujis;}{}
6267 \DeclareFontShape{JY3}{edm}{m}{green}{<-> s*KozMinPr6N-Regular:jfm=ujis;color=007F00}{}
6268 \DeclareFontShape{JY3}{edm}{m}{blue} {<-> s*KozMinPr6N-Regular:jfm=ujis;color=0000FF}{}
6269 \DeclareAlternateKanjiFont{JY3}{edm}{m}{n}{JY3}{edm}{m}{green}{"4E00-"67FF,{-2}-{-2}}
6270 \DeclareAlternateKanjiFont{JY3}{edm}{m}{n}{JY3}{edm}{m}{blue}{ "6800-"9FFF}
6271 {\kanjifamily{edm}\selectfont
6272 日本国民は、正当に選挙された国会における代表者を通じて行動し、……}
6273 \end{LTXexample}
6274 %<ja>\caption{\cs{DeclareAlternateKanjiFont} の使用例}
6275 %<en>\caption{An example of \cs{DeclareAlternateKanjiFont}}
6276 \label{fig:altkanji}
6277 \end{figure}
6278
6279 \item[\cs{DeclareAlternateKanjiFont}\{<base-encoding>\}\{<base-family>\}\{<base-series>\}\{<base-shape>\}\\
6280   \null\hfill\{<alt-encoding>\}\{<alt-family>\}\{<alt-series>\}\{<alt-shape>\}\{<range>\}]
6281 %<*ja>
6282 \ref{ssec-altfont}節の\
6283 \cs{ltjdeclarealtfont} と同様に,前半の4引数の
6284 和文フォント(基底フォント)のうち<range>中の文字を
6285 第5から第8引数の和文フォントを使って組むように指示する.
6286 使用例を図\nobreak\ref{fig:altkanji}に載せた.
6287
6288 \begin{itemize}
6289  \item
6290 \cs{ltjdeclarealtfont} では基底フォント・置き換え先和文フォントはあらかじめ定義されてい
6291              ないといけない(その代わり即時発効)であったが,
6292 \cs{DeclareAlternateKanjiFont} の設定が
6293 実際に効力が発揮するのは,書体変更やサイズ変更を行った時,
6294 あるいは(これらを含むが)\cs{selectfont} が実行された時である.
6295  \item
6296 段落やhboxの最後での設定値が段落/hbox全体にわたって通用する点や,
6297 <range>に負数$-n$を指定した場合,それが「基底フォントの文字クラス$n$に属する文字全体」
6298 と解釈されるのは \cs{ltjdeclarealtfont} と同じである.
6299 \end{itemize}%
6300 %</ja>
6301 %<*en>
6302 As \cs{ltjdeclarealtfont}~(Subsection~\ref{ssec-altfont}),
6303 characters in <range> of the Japanese font (we say the \emph{base font})
6304 which specified by first 4 arguments are typeset
6305 by the Japanese font which specified by fifth to eighth arguments
6306 (we say the \emph{alternate font}).
6307 An example is shown in Figure~\ref{fig:altkanji}.
6308
6309 \begin{itemize}
6310  \item
6311 In \cs{ltjdeclarealtfont}, the base font and the alternate font must be already defined.
6312 But this \cs{DeclareAlternateKanjiFont} is not so.
6313 In other words, \cs{DeclareAlternateKanjiFont} is effective only after
6314 current Japanese font is changed, or only after \cs{selectfont} is executed.
6315  \item \dots
6316 \end{itemize}%
6317 \vspace{-\medskipamount}
6318 %</en>
6319 \end{cslist}
6320
6321 %<*en>
6322 As closing this subsection, we shall introduce an example of
6323 \cs{SetRelationFont} and \cs{userelfont}:
6324 %</en>
6325 %<*ja>
6326 この節の終わりに,\cs{SetRelationFont} と \cs{userelfont} の例を
6327 紹介しておこう.\cs{userelfont} の使用によって,「abc」の部分のフォントが
6328 Avant Garde (OT1/pag/m/n) に変わっていることがわかる.
6329 %</ja>
6330 \begin{LTXexample}[width=0.3\textwidth]
6331 \makeatletter
6332 \SetRelationFont{JY3}{\k@family}{m}{n}{OT1}{pag}{m}{n}
6333   % \k@family: current Japanese font family
6334 \userelfont\selectfont あいうabc
6335 \end{LTXexample}
6336
6337 %<en>\subsection{Detail of \cs{fontfamily} command}
6338 %<ja>\subsection{\cs{fontfamily}コマンドの詳細}
6339 \label{ssec-fontfamilycmd}
6340 %<*en>
6341 In this subsection, we describe when \cs{fontfamily}<family> changes current
6342 Japanese/alphabetic font family. Basically, current Japanese fotn family is changed to
6343 <family> if it is recognized as a Japanese font family, and similar with alphabetic font
6344 family. There is a case that current Japanese/alphabetic font family are both changed to
6345 <family>, and another case that <family> isn't recognized as a Japanese/alphabetic font
6346 family either.
6347
6348 \paragraph{Recognition as Japanese font family}
6349 First, Whether Japanese font family will be changed is determined in following order.
6350 This order is very similar to \cs{fontfamily} in \pLaTeXe, but we re-implemented in Lua.
6351 We use an auxiliary list~$N_{\mathrm{J}}$.
6352 %</en>
6353 %<*ja>
6354 本節では,\cs{fontfamily}<family> がいつ和文/欧文フォントファミリを変更するかについて解説
6355 する.基本的には,<family>が和文フォントファミリだと認識されれば和文側が,欧文フォントファ
6356 ミリだと認識されれば欧文側が変更される.どちらとも認識されれば和文・欧文の両方が変わるこ
6357 とになるし,当然どちらとも認識されないこともある.
6358
6359 \paragraph{和文フォントファミリとしての認識}
6360 まず,<family>が和文フォントファミリとして認識されるかは以下の順序で決定される.
6361 これは\pLaTeXe の \cs{fontfamily} にとても似ているが,ここではLuaによって実装している.
6362 補助的に「和文フォントファミリではないと認識された」ファミリを格納したリスト$N_{\mathrm{J}}$を用いる.
6363 %</ja>
6364 \begin{enumerate}
6365 %<*en>
6366 \item If the family~<family> has been defined already by \cs{DeclareKanjiFamily},
6367       <family> is recognized as a  Japanese font family.
6368       Note that <family> need not be defined under \emph{current} Japanese font encoding.
6369 %</en>
6370 %<*ja>
6371 \item ファミリ<family>が既に \cs{DeclareKanjiFamily} によって定義されている場合,
6372       <family>は和文フォントファミリであると認識される.
6373       ここで,<family>は現在の和文フォントエンコーディングで定義されていなくてもよい.
6374 %</ja>
6375 %<*en>
6376 \item If the family~<family> has been listed in a list~$N_{\mathrm{J}}$, this means
6377       that <family> is not a Japanese font family.
6378 %</en>
6379 %<*ja>
6380 \item ファミリ<family>がリスト$N_{\mathrm{J}}$に既に含まれていれば,それは
6381       <family>が和文フォントファミリではないことを意味する.
6382 %</ja>
6383 %<*en>
6384 \item If the \Pkg{luatexja-fontspec} package is loaded, we stop here, and <family> is not
6385       recognized as a Japanese font family.
6386
6387       If the \Pkg{luatexja-fontspec} package is \emph{not} loaded,
6388 now \LuaTeX-ja looks whether there exists a Japanese font encoding~<enc> such that
6389       a font definition named \texttt{<enc><family>.fd} (the file name is
6390       all lowercase) exists. If so, <family> is recognized as a  Japanese font family (the font definition file won't be loaded here).
6391       If not, <family> is not a Japanese font family, and
6392       <family> is appended to the list~$N_{\mathrm{J}}$.
6393 %</en>
6394 %<*ja>
6395 \item もし\Pkg{luatexja-fontspec}パッケージが読み込まれていれば,ここで終了であり,
6396 <family>は和文フォントファミリとして認識されないことになる.
6397
6398 もし\Pkg{luatexja-fontspec}パッケージが読み込まれていなければ,和文エンコーディング<enc>で
6399 フォント定義ファイル\texttt{<enc><family>.fd}(ファイル名は全て小文字)が存在するようなも
6400       のがあるかどうかを調べる.
6401 存在すれば,<family>は和文フォントファミリと認識される(フォント定義ファイルは読み込まれな
6402       い).
6403 存在しなければ,<family>は和文フォントファミリでないと認識され,リスト$N_{\mathrm{J}}$に<family>を追加することでそれを記憶する.
6404
6405 %</ja>
6406 \end{enumerate}
6407
6408 %<*en>
6409 \paragraph{Recognition as alphabetic font family}
6410 Next, whether alphabetic font family will be changed is determined in following order.
6411 We use auxiliary lists $F_{\mathrm{A}}$~and~$N_{\mathrm{A}}$,
6412 %</en>
6413 %<*ja>
6414 \paragraph{欧文フォントファミリとしての認識}
6415 同様に,<family>が和文フォントファミリとして認識されるかは以下の順序で決定される.
6416 補助的に「欧文フォントファミリと既に認識された」ファミリのリスト$F_{\textrm{A}}$と,
6417 「欧文フォントファミリではないと認識された」ファミリを格納したリスト$N_{\mathrm{A}}$を用いる.
6418 %</ja>
6419
6420 \begin{enumerate}
6421 %<*en>
6422 \item If the family~<family> has been listed in a list~$F_{\mathrm{A}}$,
6423       <family> is recognized as an alphabetic font family.
6424 %</en>
6425 %<*ja>
6426 \item ファミリ<family>がリスト$F_{\mathrm{A}}$に既に含まれていれば,
6427       <family>は欧文フォントファミリと認識される.
6428 %</ja>
6429 %<*en>
6430 \item If the family~<family> has been listed in a list~$N_{\mathrm{A}}$, this means
6431       that <family> is not  an alphabetic font family.
6432 %</en>
6433 %<*ja>
6434 \item ファミリ<family>がリスト$N_{\mathrm{A}}$に既に含まれていれば,それは
6435       <family>が欧文フォントファミリではないことを意味する.
6436 %</ja>
6437 %<*en>
6438 \item If there exists an alphabetic font encoding such that the family~<family> has been
6439       defined under it, <family> is recognized as an alphabetic font family, and
6440       to memorize this, <family> is appended to the list~$F_{\mathrm{A}}$.
6441 %</en>
6442 %<*ja>
6443 \item ある欧文フォントエンコーディング下でファミリ<family>が定義されていれば,
6444       <family>は欧文フォントファミリと認識され,リスト$F_{\mathrm{A}}$に<family>を追加することでこのことを記憶する.
6445 %</ja>
6446 %<*en>
6447 \item Now \LuaTeX-ja looks whether there exists an alphabetic font encoding~<enc> such that
6448       a font definition named \texttt{<enc><family>.fd} (the file name is
6449       all lowercase) exists. If so, current alphabetic font family will be changed to
6450       <family>~(the font definition file won't be loaded here).
6451       If not, current alphabetic font family won't be changed, and
6452       <family> is appended to the list~$N_{\mathrm{A}}$.
6453 %</en>
6454 %<*ja>
6455 \item 最終段階では,欧文エンコーディング<enc>で
6456 フォント定義ファイル\texttt{<enc><family>.fd}(ファイル名は全て小文字)が存在するようなも
6457       のがあるかどうかを調べる.
6458 存在すれば,<family>は欧文フォントファミリと認識される(フォント定義ファイルは読み込まれない).
6459 存在しなければ,<family>は欧文フォントファミリと認識されないので,リスト$N_{\mathrm{A}}$に
6460       <family>を追加してそのことを記憶する.
6461 %</ja>
6462 \end{enumerate}
6463
6464 %<*en>
6465 Also, each call of \cs{DeclareFontFamily} \emph{after} loading of \LuaTeX-ja makes
6466 the second argument (family) is appended to the list~$F_{\mathrm{A}}$.
6467 %</en>
6468 %<*ja>
6469 また,\cs{DeclareFontFamily}が\LuaTeX-jaの読み込み後に実行された場合は,
6470 第2引数(ファミリ名)が自動的に$F_{\mathrm{A}}$に追加される.
6471 %</ja>
6472
6473 %<*en>
6474 The above order is very similar to \cs{fontfamily} in \pLaTeXe, but more complicated (clause~3.).
6475 This is because  \pLaTeXe\ is a \emph{format} however \LuaTeX-ja is not,
6476 hence \LuaTeX-ja does not know calls of \cs{DeclareFontFamily} \emph{before} itself is
6477 loaded.
6478 %</en>
6479 %<*ja>
6480 以上の方針は\pLaTeXe における \cs{fontfamily} にやはり類似しているが,3.が加わり若干複雑になっている.
6481 それは\pLaTeXe がフォーマットであるのに対し\LuaTeX-jaはそうでないため,
6482 \LuaTeX-jaは自身が読み込まれる前にどういう\cs{DeclareFontFamily}の呼び出しがあったか
6483 把握できないからである.
6484 %</ja>
6485
6486 %<en>\paragraph{Remarks}
6487 %<ja>\paragraph{注意}
6488 %<*en>
6489 Of course, there is a case that <family> is not recognized as a Japanese font family,  nor
6490 an alphabetic font family.
6491 In this case, \LuaTeX-ja treats ``the argument <family> is wrong'', so
6492 set both current alphabetic and Japanese font family to <family>,
6493 to use the default family for font substitution.
6494 %</en>
6495 %<*ja>
6496 さて,引数によっては,「和文フォントファミリとも欧文フォントファミリも認識されなかった」
6497 という事態もあり得る.
6498   この場合,引数<family>は不正だった,ということになるので,
6499 和文・欧文の両方のフォントファミリを<family>に設定し,代用フォントが使われるに任せることにする.
6500 %</ja>
6501
6502
6503 %<*en>
6504 \section{Addon packages}
6505 \LuaTeX-ja has several addon packages.
6506 These addons are written as \LaTeX\ packages, but
6507 \Pkg{luatexja-otf} and~\Pkg{luatexja-adjust} can be loaded in plain \LuaTeX\
6508 by \cs{input}.
6509 %</en>
6510 %<*ja>
6511 \section{拡張パッケージ}
6512 \LuaTeX-jaには(動作には必須ではないが)自由に読み込める拡張が付属している.
6513 これらは\LaTeX のパッケージとして制作しているが,
6514 \Pkg{luatexja-otf}と\Pkg{luatexja-adjust}についてはplain \LuaTeX でも\
6515 \cs{input} で読み込み可能である.
6516 %</ja>
6517 \subsection{\Pkg{luatexja-fontspec}}
6518 \label{ssec-fontspec2}
6519 %<*en>
6520 As described in Subsection~\ref{ssec-fontspec}, this optional package
6521 provides the counterparts for several commands defined in the
6522 \Pkg{fontspec} package (requires \Pkg{fontspec}~v2.4).
6523 In addition to OpenType font features in the original \Pkg{fontspec},
6524 the following ``font features'' specifications are allowed for
6525 the commands of Japanese version:
6526 %</en>
6527 %<*ja>
6528 \ref{ssec-fontspec}節で述べたように,この追加パッケージは\Pkg{fontspec}%
6529 パッケージで定義されているコマンドに対応する和文フォント用のコマンドを提供する.
6530
6531 \Pkg{fontspec}パッケージで指定可能な各種OpenType機能に加えて,和文版のコマンドには
6532 以下の「フォント機能」を指定することができる:
6533 %</ja>
6534
6535
6536 \begin{cslist}
6537 \item[CID=<name>\textrm{, }JFM=<name>\textrm{, }JFM-var=<name>]
6538
6539 %<*en>
6540 These 3 keys correspond to \texttt{cid}, \texttt{jfm} and
6541 \texttt{jfmvar} keys for \cs{jfont}~and~\cs{tfont} respectively.
6542 See Subsections~\ref{ssec-jfont} and \ref{ssec-psft} for details
6543  of \texttt{cid}, \texttt{jfm} and
6544 \texttt{jfmvar} keys.
6545
6546 The \texttt{CID} key is effective only when with \texttt{NoEmbed}
6547 described below. The same JFM cannot be used in both horizontal Japanese fonts and
6548              vertical Japanese fonts, hence the \texttt{JFM} key
6549 will be actually used in \texttt{YokoFeatures}~and~\texttt{TateFeatures} keys.
6550 %</en>
6551 %<*ja>
6552 これら3つのキーはそれぞれ \cs{jfont},~\cs{tfont}に対する
6553 \texttt{cid}, \texttt{jfm}, \texttt{jfmvar}キーとそれぞれ対応する.
6554 \texttt{cid}, \texttt{jfm}, \texttt{jfmvar}キーの詳細は\ref{ssec-jfont}節
6555              と\ref{ssec-psft}節を参照.
6556
6557 \texttt{CID} キーは下の \texttt{NoEmbed} と合わせて用いられたときのみ有効である.
6558 また,横組用JFMと縦組用JFMは共用できないため,実際に \texttt{JFM} キーを用いる際は
6559 後に述べる\ \texttt{YokoFeatures} キーや \texttt{TateFeatures}\ の中で用いる
6560 ことになる.
6561 %</ja>
6562
6563 \item[NoEmbed]
6564 %<*en>
6565 By specifying this key, one can use ``name-only'' Japanese font which
6566 will not be embedded in the output PDF file. See Subsection~\ref{ssec-psft}.
6567 %</en>
6568 %<*ja>
6569 これを指定することで,PDFに埋め込まれない「名前だけ」のフォントを指定することが
6570 できる.\ref{ssec-psft}節を参照.
6571 %</ja>
6572
6573 \begin{figure}[!tb]
6574 \begin{LTXexample}[width=0.25\textwidth]
6575 \jfontspec[
6576   YokoFeatures={Color=007F00}, TateFeatures={Color=00007F},
6577   TateFont=KozGoPr6N-Regular
6578 ]{KozMinPr6N-Regular}
6579 \hbox{\yoko 横組のテスト}\hbox{\tate 縦組のテスト}
6580 \addjfontfeatures{Color=FF0000}
6581 \hbox{\yoko 横組}\hbox{\tate 縦組}
6582 \end{LTXexample}
6583 %<ja>\caption{\texttt{TateFeatures} 等の使用例}
6584 %<en>\caption{An example of \texttt{TateFeatures} etc.}
6585 \label{fig:yokotate-fontspec}
6586 \end{figure}
6587
6588 \item[Kanjiskip=<bool>]
6589 %<*ja>
6590 \pageref{pg:ltjksp}ページで説明した \verb+\jfont+ 中での \texttt{ltjksp} 指定と
6591 同一の効力を持ち,
6592 JFM中における \texttt{kanjiskip\_natural}, \texttt{kanjiskip\_stretch},\
6593 \texttt{kanjiskip\_shrink}キー(\pageref{pg:ksp_nat}ページ)の有効/無効を切り替える.
6594 標準値は \texttt{true} である.
6595 %</ja>
6596
6597 \item[TateFeatures=\{<features>\}\textrm{, }TateFont=<font>]
6598 %<*en>
6599 The \texttt{TateFeatures} key specifies font features which are only turned~on in
6600 vertical writing, such as \texttt{Style=VerticalKana}~(\texttt{vkna} feature).
6601 Similarly, the \texttt{TateFont} key specifies the Japanese font which will be used only
6602              in vertical writing.
6603 A demonstrarion is shown in Figure~\ref{fig:yokotate-fontspec}.
6604 %</en>
6605 %<*ja>
6606 縦組において使用されるフォントや,縦組においてのみ適用されるフォント機能達を
6607 指定する.使用例は図\ref{fig:yokotate-fontspec}参照.
6608 %</ja>
6609
6610 \item[YokoFeatures=\{<features>\}]
6611 %<*en>
6612 The \texttt{YokoFeatures} key specifies font features which are only turned~on in
6613 horizontal writing,.
6614 A demonstrarion is shown in Figure~\ref{fig:yokotate-fontspec}.
6615 %</en>
6616 %<*ja>
6617 同様に,横組においてのみ適用されるフォント機能達を
6618 指定する.使用例は図\ref{fig:yokotate-fontspec}参照.
6619 %</ja>
6620
6621
6622 \begin{figure}[!tb]
6623 \begin{LTXexample}[pos=b]
6624 \jfontspec[
6625   AltFont={
6626     {Range="4E00-"67FF, Color=007F00},
6627     {Range="6800-"9EFF, Color=0000FF},
6628     {Range="3040-"306F, Font=KozGoPr6N-Regular},
6629   }
6630 ]{KozMinPr6N-Regular}
6631 日本国民は、正当に選挙された国会における代表者を通じて行動し、われらとわれらの子孫のために、
6632 諸国民との協和による成果と、わが国全土にわたつて自由のもたらす恵沢を確保し、……
6633 \end{LTXexample}
6634 %<ja>\caption{\texttt{AltFont} の使用例}
6635 %<en>\caption{An example of \texttt{AltFont}}
6636 \label{fig:altkanji-fontspec}
6637 \end{figure}
6638
6639 \item[AltFont]
6640
6641 %<*en>
6642 As \cs{ltjdeclarealtfont}~(Subsection~\ref{ssec-altfont}) and
6643 \cs{DeclareAlternateKanjiFont}~(Subsection~\ref{ssec-nfsspat}),
6644 with this key, one can typeset some Japanese characters
6645 by a different font and/or using different features.
6646 The \texttt{AltFont} feature takes a comma-separated list of comma-separated lists,
6647 as the following:
6648 %</en>
6649 %<*ja>
6650 \ref{ssec-altfont}節の \cs{ltjdeclarealtfont} や,
6651 \ref{ssec-nfsspat}節の \cs{DeclareAlternateKanjiFont} と同様に,
6652 このキーを用いると一部の文字を異なったフォントや機能たちを使って組むことができる.
6653 \texttt{AltFont} キーに指定する値は,次のように二重のコンマ区切りリストである:
6654 %</ja>
6655 \begin{lstlisting}[escapechar=\#]
6656 AltFont = {
6657   ...
6658   { Range=#\LARG range>#, #\LARG features>#},
6659   { Range=#\LARG range>#, Font=#\LARG font~name>#, #\LARG features># },
6660   { Range=#\LARG range>#, Font=#\LARG font~name># },
6661   ...
6662 }
6663 \end{lstlisting}
6664 %<*en>
6665 Each sublist should have the \texttt{Range} key
6666 (sublist which does not contain \texttt{Range} key is simply ignored).
6667 A demonstrarion is shown in Figure~\ref{fig:altkanji-fontspec}.
6668 %</en>
6669 %<*ja>
6670 各部分リストには \texttt{Range} キーが必須である(含まれない部分リストは
6671 単純に無視される).指定例は図\ref{fig:altkanji-fontspec}に示した.
6672 %</ja>
6673 \end{cslist}
6674
6675 %<*ja>
6676 なお,\Pkg{luatexja-fontspec} 読み込み時には和文フォント定義ファイル%
6677 \texttt{<ja-enc><family>.fd}は全く参照されなくなる.
6678 %</ja>
6679
6680
6681 %<*en>
6682 \paragraph{Remark on \texttt{AltFont}, \texttt{YokoFeatures}, \texttt{TateFeatures} keys}
6683 In \texttt{AltFont},~\texttt{YokoFeatures},~\texttt{TateFeatures} keys,
6684 one cannot specify per-shape settings such as \texttt{BoldFeatures}.
6685 For example,
6686 \begin{lstlisting}
6687 AltFont = {
6688   { Font=HogeraMin-Light, BoldFont=HogeraMin-Bold,
6689     Range="3000-"30FF, BoldFeatures={Color=007F00} }
6690 }
6691 \end{lstlisting}
6692 does \emph{not} work. Instead, one have to write
6693 \begin{lstlisting}
6694 UprightFeatures = {
6695   AltFont = { { Font=HogeraMin-Light, Range="3000-"30FF, } },
6696 },
6697 BoldFeatures = {
6698   AltFont =  { { Font=HogeraMin-Bold, Range="3000-"30FF, Color=007F00 } },
6699 }
6700 \end{lstlisting}
6701
6702 On the other hand, \texttt{YokoFeatures}, \texttt{TateFeatures} and  \texttt{TateFont}
6703 keys can be specified in each list in the \texttt{AltFont} key. Also,
6704 one can specify \texttt{AltFont} inside \texttt{YokoFeatures},~\texttt{TateFeatures}.
6705
6706 Note that features which are specified in \texttt{YokoFeatures}~and~\texttt{TateFeatures}
6707 are always interpreted \emph{after} other ``direction-independent'' features.
6708 This explains why \cs{addjfontfeatures} at~line~6 in~Figure~\ref{fig:yokotate-fontspec}
6709 has no effect, because a color specification is already done in
6710 \texttt{YokoFeatures}~and~\texttt{TateFeatures} keys.
6711 %</en>
6712 %<*ja>
6713 \paragraph{\texttt{AltFont}, \texttt{YokoFeatures}, \texttt{TateFeatures} 等の制限}
6714 \texttt{AltFont},~\texttt{YokoFeatures},~\texttt{TateFeatures}の各キーは
6715 シェイプ別に指定されるべきものであり,
6716 内部では \texttt{BoldFeatures} などのシェイプ別の指定は行うことが出来ない.
6717 例えば.
6718 \begin{lstlisting}
6719 AltFont = {
6720   { Font=HogeraMin-Light, BoldFont=HogeraMin-Bold,
6721     Range="3000-"30FF, BoldFeatures={Color=007F00} }
6722 }
6723 \end{lstlisting}
6724 のように指定することは出来ず,
6725 \begin{lstlisting}
6726 UprightFeatures = {
6727   AltFont = { { Font=HogeraMin-Light, Range="3000-"30FF, } },
6728 },
6729 BoldFeatures = {
6730   AltFont =  { { Font=HogeraMin-Bold, Range="3000-"30FF, Color=007F00 } },
6731 }
6732 \end{lstlisting}
6733 のように指定しなければならない.
6734
6735 一方,\texttt{AltFont} キー内の各リストでは
6736 \ \texttt{YokoFeatures},~\texttt{TateFeatures} 及び \texttt{TateFont} キーを
6737 指定することは可能であり.また\ \texttt{YokoFeatures},~\texttt{TateFeatures} キーの
6738 中身に \texttt{AltFont} を指定することができる.
6739
6740 また,図\ref{fig:yokotate-fontspec}後半部では6行目の色の指定が効かず,
6741 2行目で指定した\ \texttt{YokoFeatures},~\texttt{TateFeatures}\ による色の指定が有効になっ
6742 たままである.これは\emph{\ \texttt{YokoFeatures},~\texttt{TateFeatures}\ による
6743 OpenType機能指定は
6744 組方向に依存しないOpenType機能の指定より後に解釈される}からである.
6745
6746 %</ja>
6747
6748
6749 \subsection{\Pkg{luatexja-otf}}
6750 \label{ssec-ltjotf}
6751 %<*en>
6752 This optional package supports typesetting characters in
6753 Adobe-Japan1 character collection
6754 (or other CID character collection, if the font is supported).
6755 The package \Pkg{luatexja-otf} offers the following 2~low-level
6756 commands:
6757 %</en>
6758 %<*ja>
6759 この追加パッケージはAdobe-Japan1(フォント自身が持っていれば,
6760 別のCID文字セットでも可)の文字の出力をサポートする.
6761 \Pkg{luatexja-otf}は以下の2つの低レベルコマンドを提供する:
6762 %</ja>
6763 \begin{cslist}
6764 \item[\cs{CID}\{<number>\}]
6765 %<*en>
6766 Typeset a character whose CID number is <number>.
6767 %</en>
6768 %<*ja>
6769 CID番号が<number>の文字を出力する.
6770 %</ja>
6771
6772 \item[\cs{UTF}\{<hex\_number>\}]
6773 %<*en>
6774 Typeset a character whose character code is <hex\_number> (in hexadecimal).
6775 This command is similar to \verb+\char"+<hex\_number>,\ %"
6776 but please remind remarks below.
6777 %</en>
6778 %<*ja>
6779 文字コードが(16進で)<hex\_number>の文字を出力する.
6780 このコマンドは \verb+\char"+<hex\_number>と似ているが,下の注意を参照すること.%"
6781 %</ja>
6782 \end{cslist}
6783
6784 %<*ja>
6785 このパッケージは,マクロ集 \texttt{luatexja-ajmacros.sty}\footnote{\Pkg{otf}パッケージ付属の井上浩一氏によるマクロ集
6786 \texttt{ajmacros.sty} に対して
6787 漢字コードをUTF-8にしたり,plain \LuaTeX でも利用可能にするという
6788 修正を加えたものである.}\ も自動的に読み込む.
6789 \texttt{luatexja-ajmacros.sty} は,
6790 そのため,\Pkg{luatexja-otf} を読みこめば \texttt{ajmacros.sty} マクロ集にある \cs{aj半角} などのマクロもそのまま使うことができる.
6791 %</ja>
6792 %<*en>
6793 This package automatically loads \texttt{luatexja-ajmacros.sty}, which is slightly
6794 modified version of \texttt{ajmacros.sty}\footnote{Useful macros by iNOUE Koich!, for the
6795 \Pkg{japanese-otf} package.}.
6796 Hence one can use macros which sre defined in \texttt{ajmacros.sty}, such as~\cs{aj半角}.
6797 %</en>
6798
6799 %<en>\paragraph{Remarks}
6800 %<ja>\paragraph{注意}
6801 %<*en>
6802 Characters by \cs{CID} and \cs{UTF} commands are different from
6803 ordinary characters in the following points:
6804 %</en>
6805 %<*ja>
6806 \cs{CID} と \cs{UTF} コマンドによって出力される文字は
6807 以下の点で通常の文字と異なる:
6808 %</ja>
6809 \begin{itemize}
6810 %<*en>
6811 \item Always treated as \textbf{JAchar}s.
6812 %</en>
6813 %<*ja>
6814 \item 常に\textbf{JAchar}として扱われる.
6815 %</ja>
6816 %<*en>
6817 \item Processing codes for supporting OpenType features (\textit{e.g.},
6818       glyph replacement and kerning) by the \Pkg{luaotfload} package
6819       is not performed to these characters.
6820 %</en>
6821 %<*ja>
6822 \item OpenType機能(例えばグリフ置換やカーニング)をサポートするための
6823   \Pkg{luaotfload}パッケージのコードはこれらの文字には働かない.
6824 %</ja>
6825 \end{itemize}
6826
6827 %<en>\paragraph{Additional syntax of JFM}
6828 %<ja>\paragraph{JFMへの記法の追加}
6829
6830 %<*en>
6831 The package \Pkg{luatexja-otf} extends the syntax of JFM; the entries of \texttt{
6832 chars} table in JFM now allows a string in the form
6833 \verb+'AJ1-xxx'+, which stands for the character
6834 whose CID number in Adobe-Japan1 is \verb+xxx+.
6835
6836 This extended notation is used in the standard JFM \texttt{jfm-ujis.lua}
6837 to typeset halfwidth Hiragana glyphs (CID~516--598) in halfwidth.
6838 %</en>
6839 %<*ja>
6840 \Pkg{luatexja-otf}パッケージを読み込むと,
6841 JFMの\texttt{chars}テーブルのエントリとして \verb+'AJ1-xxx'+ の形の文字列が
6842 使えるようになる.これはAdobe-Japan1におけるCID番号が \verb+xxx+ の文字を表す.
6843
6844 この拡張記法は,標準JFM~\texttt{jfm-ujis.lua}で,半角ひらがなのグリフ(CID~516--598)を
6845 正しく半角幅で組むために利用されている.
6846 %</ja>
6847
6848 %<*en>
6849 \paragraph{IVS support}
6850 Recent fonts support Ideographic Variation Selector (IVS).
6851 \Pkg{luaotfload} and \Pkg{fontspec} packages used to be not supported IVS,
6852 so we implemented experimental IVS support in \Pkg{luatexja-otf},
6853 which is activated by
6854 \begin{lstlisting}
6855 \directlua{luatexja.otf.enable_ivs()}
6856 \end{lstlisting}
6857 However, recent \Pkg{luaotfload} and \Pkg{fontspec} packages seem to support IVS,
6858 so we don't execute above command anymore.
6859 %</en>
6860 %<*ja>
6861 \paragraph{IVSサポート}
6862 最近のOpenTypeフォントやTrueTypeフォントには,
6863 \texttt{U+E0100}--\texttt{U+E01EF}の範囲の「文字」
6864 (漢字用異体字セレクタ)を後置することによって
6865 字形を指定する仕組み(IVS)が含まれている.
6866 執筆時点の2013年12月では,\Pkg{luaotfload}や\Pkg{fontspec}パッケージ類は
6867 IVSに対応してはいないようであったため,
6868 \Pkg{luatexja-otf}パッケージ内に試験的なIVS対応を実装した.これは以下の命令の実行で有効になる:
6869 \begin{lstlisting}
6870 \directlua{luatexja.otf.enable_ivs()}
6871 \end{lstlisting}
6872 しかし,現在の\Pkg{luaotfload}や\Pkg{fontspec}パッケージは
6873 IVSに対応しているようであるので,もはや上の命令を実行する必要はない.
6874 %</ja>
6875
6876 \subsection{\Pkg{luatexja-adjust}}
6877 \label{ssec-adj}
6878 \begin{figure}[t]
6879 \def\sq{%
6880   \hbox to 1\zw{\hss\fboxsep=-.5\fboxrule\fbox{%
6881    \hskip\dimexpr-.5\zw-.2pt\vrule width.4pt height.08\zw depth.12\zw%
6882   \hskip\dimexpr.5\zw-.2pt\relax}\hss}}
6883 \def\sb{\hbox to 1\zw{\hss\fboxsep=-.5\fboxrule\fbox{%
6884   ■\hskip\dimexpr-.5\zw-.2pt\vrule width.4pt height.08\zw depth.12\zw%
6885   \hskip\dimexpr.5\zw-.2pt\relax}\hss}}
6886 \newbox\gridbox
6887 \def\outbox#1{{\Large%
6888   \ltjsetparameter{kanjiskip=0pt plus .2\zw minus .2\zw}%
6889   \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}%
6890   \hbox{\textcolor{cyan}{\copy\gridbox}\hskip-20\zw%
6891   \vbox{\hsize=20\zw\noindent\leftskip0pt\rightskip0pt\parfillskip0pt#1}\vrule}%
6892 }}
6893
6894 {\centering
6895 \begin{tabular}{lc}
6896 \toprule
6897 no adjustment&\outbox{以上の原理は,「包除原理」とよく呼ばれるが\hskip-.5\zw\null}\\
6898 without priority&%
6899 \ltjdisableadjust
6900 \outbox{以上の原理は,「包除原理」とよく呼ばれるが}%
6901 \ltjenableadjust\\
6902 with priority&%
6903 \outbox{以上の原理は,「包除原理」とよく呼ばれるが}
6904 %<en>\ltjdisableadjust
6905 \\
6906 \bottomrule
6907 \end{tabular}\par}
6908 \smallskip
6909
6910 Note: the value of
6911 \Param{kanjiskip} is 0\,pt${}^{+1/5\,\mathrm{em}}_{-1/5\,\mathrm{em}}$ in this figure,
6912 for making the difference obvious.
6913 %<ja>\caption{行長調整}\label{fig-adj}
6914 %<en>\caption{Line adjustment}\label{fig-adj}
6915 \end{figure}
6916
6917
6918 %<*en>
6919 (see Japanese version of this manual)
6920 %</en>
6921 %<*ja>
6922 この追加パッケージは以下の機能を提供する.詳細な仕様については\ref{sec-adjspec}章を参照してほしい.
6923 \begin{description}
6924 \item[行末文字の位置調整]
6925   \pTeX では,(是非はともかく)「行末の読点はぶら下げか二分取りか全角取りのいずれかに」のように
6926   行末文字と実際の行末の位置関係を2通り以上にすることは面倒であった.
6927   和文フォントメトリックだけでは「常に行末の読点はぶら下げ」といったことしかできず,
6928   前の文に書いたことを実現するには
6929 \begin{lstlisting}
6930 \def\。{%
6931   \penalty10000 % 禁則ペナルティ
6932   \hbox to0pt{。\hss}\penalty0 % ぶら下げの場合
6933   \kern.5\zw\penalty0 % 二分取りの場合
6934   \kern.5\zw\penalty0 % 全角取りの場合
6935 }
6936 \end{lstlisting}
6937   のような命令を定義し,文中の全ての句点を \lstinline+\。+ で書くことが必要だった.
6938
6939 \Pkg{luatexja-adjust}パッケージは,上で述べた行末文字と実際の行末との位置関係を
6940 2通り以上から自動的に選択する機能を提供する.
6941 \pdfTeX と同じように,「\TeX による行分割の後で行末文字の位置を補正する」方法と
6942   「行分割の過程で行末文字の位置を考慮に入れる」方法を選べるようにした(
6943 \Pkg{luatexja-adjust}パッケージの既定では前者).
6944   
6945 \item[優先順位付きの行長調整]
6946 \pTeX では,行長調整において優先度の概念が存在しなかったため,図
6947 \ref{fig-adj}上段における半角分の半端は,図\ref{fig-adj}中段のように,鍵
6948 括弧周辺の空白と和文間空白(\Param{kanjiskip})の両方によって負担される.し
6949 かし,「日本語組版処理の要件」\cite{jlreq}やJIS~X~4051~\cite{x4051}におい
6950 ては,このような状況では半端は鍵括弧周辺の空白のみで負担し,その他の和文
6951 文字はベタ組で組まれる(図\ref{fig-adj}下段)ことになっている.
6952 \Pkg{luatexja-adjust}パッケージの提供する第2の機能は,
6953 \cite{jlreq}や\cite{x4051}における規定のような,優先順位付き
6954 の行長調整である.
6955 \begin{itemize}
6956  \item 優先度付き行長調整は,段落を行分割した後に個々の行について行われるものである.
6957 そのため,行分割の位置は変化することはない.
6958
6959 \verb+\hbox{...}+ といった「途中で改行できない水平ボックス」では(たとえ幅が指定されていても)無効である.
6960  \item 優先度付き行長調整を行うと,和文処理グルーの自然長は変化しないが,伸び量や縮み量は
6961 一般に変化する.そのため,既に組まれた段落を \cs{unhbox} などを利用して組み直す処理を
6962 行う場合には注意が必要である.
6963 \end{itemize}
6964 \end{description}
6965
6966 \Pkg{luatexja-adjust}パッケージは,上記で述べた2機能を有効化/無効化するための
6967 以下の命令を提供する.これらはすべてグローバルに効力を発揮する.
6968
6969 \begin{cslist}
6970 \item[\cs{ltjenableadjust[...]}]
6971 \verb+...+ に指定したkey-valueリストに従い,「行末文字の位置調整」「優先順位付きの行長調整」を有効化/無効化する.
6972 指定できるキーは以下の通り.
6973 \begin{description}
6974   \item[\texttt{lineend=[false,true,extended]}]
6975   行末文字の位置調整の機能を無効化(\texttt{false}),「行分割後に調整」の形で有効化(\texttt{true}),
6976   「行分割の仮定で考慮」(\texttt{extended})する.
6977   \item[\texttt{priority=[false,true]}]
6978   優先順位付きの行長調整を無効化(\texttt{false}),または有効化(\texttt{true})する.
6979 \end{description}
6980 両キーともキー名のみを指定した場合は値として\texttt{true}が指定されたものと扱われる.
6981
6982 互換性の為,オプション無しでただ\cs{ltjenableadjust}が呼び出された場合は,
6983 \begin{lstlisting}
6984 \ltjenableadjust[lineend=true,priority=true]
6985 \end{lstlisting}
6986 と扱われる.
6987   
6988 \item[\cs{ltjdisableadjust}]
6989 \Pkg{luatexja-adjust}パッケージの機能を無効化する.
6990 \begin{lstlisting}
6991 \ltjenableadjust[lineend=false,priority=false]
6992 \end{lstlisting}
6993 と同義.
6994 \end{cslist}
6995
6996 また,優先順位付きの行長調整のために,次の2パラメータが\cs{ltjsetparameter}内で
6997 追加される.両パラメータともグローバルに効力を発揮する.
6998 \begin{cslist}[style=standard]
6999 \item[\DParam{stretch\_priority}\,=\{<list>\}]
7000 \Param{kanjiskip}, \Param{xkanjiskip},および「\textbf{JAglue}以外のグルー」を,
7001 「行を自然長より伸ばす」場合の調整に用いる優先度を指定する.
7002
7003 指定方法は,<list>の中にkey-value listの形で
7004 \begin{lstlisting}
7005 stretch_priority={kanjiskip=-35,xkanjiskip=-25,others=50}
7006 \end{lstlisting}
7007 のようにして行う.キー名\texttt{kanjiskip},~\texttt{xkanjiskip}については
7008 そのままの意味であり,
7009 \texttt{others}キーが「\textbf{JAglue}以外のグルー」を表す.
7010 各キーの値は,JFMグルーにおける「優先度$i$」を$10i$に対応させた整数値であり,
7011   大きい方が先に伸ばされることを意味している.
7012
7013 \item[\DParam{shrink\_priority}\,=\{<list>\}]
7014 同様に,「行を自然長より縮める」場合の調整に用いる優先度を指定する.
7015 それ以外は\Param{stretch\_priority}と指定の形式は変わらない.
7016 \end{cslist}
7017 初期値は\Param{stretch\_priority}, \Param{shrink\_priority}とも
7018 \begin{lstlisting}
7019 {kanjiskip=-35,xkanjiskip=-25,others=50}
7020 \end{lstlisting}
7021 であり,「優先度$-4$」と指定されているJFMグルーが最も伸び(縮み)にくいようになっている.
7022 %</ja>
7023
7024 \subsection{\Pkg{luatexja-ruby}}
7025 %<*en>
7026 This addon package provides functionality of ``ruby'' (\emph{furigana}) annotations
7027 using callbacks of \LuaTeX-ja.
7028 There is no detailed manual of \Pkg{luatexja-ruby.sty} in English.
7029 (Japanese manual is another PDF file, \url{luatexja-ruby.pdf}.)
7030 %</en>
7031 %<*ja>
7032 この追加パッケージは,\LuaTeX-jaの機能を利用したルビ(振り仮名)の組版機能を提供する.
7033 前後の文字種に応じた前後への自動進入や,
7034 行頭形・行中形・行末形の自動的な使い分けが特徴である.
7035
7036 ルビ組版に設定可能な項目や注意事項が多いため,本追加パッケージの詳細な説明は
7037 使用例と共に \url{luatexja-ruby.pdf}\ という別ファイルに載せている.
7038 この節では簡単な使用方法のみ述べる.
7039 %</ja>
7040
7041 \begin{description}
7042 %<*en>
7043  \item[Group-ruby]
7044 By default, ruby characters (the second argument of \cs{ruby})
7045 are attached to base characters (the first argument), as one object.
7046 This type of ruby is called \emph{group-ruby}.
7047 %</en>
7048 %<*ja>
7049  \item[グループルビ] 標準ではグループルビの形で組まれる.第1引数に親文字,
7050 第2引数にルビを記述する.
7051 %</ja>
7052 \begin{LTXexample}[width=0.3\textwidth]
7053 東西線\ruby{妙典}{みようでん}駅は……\\
7054 東西線の\ruby{妙典}{みようでん}駅は……\\
7055 東西線の\ruby{妙典}{みようでん}という駅……\\
7056 東西線\ruby{葛西}{かさい}駅は……
7057 \end{LTXexample}
7058 %<*en>
7059 As the above example, ruby hangover is allowed on the Hiragana before/after
7060 its base characters.
7061 %</en>
7062 %<ja> この例のように,標準では前後の平仮名にルビ全角までかかるようになっている.
7063
7064 %<*en>
7065 \item[Mono-ruby]
7066 To attach ruby characters to each base characters (\emph{mono-ruby}),
7067 one should use \cs{ruby} multiple times:
7068 %</en>
7069 %<*ja>
7070  \item[モノルビ] 親文字を1文字にするとモノルビとなる.
7071 2文字以上の熟語をモノルビの形で組みたい場合は,面倒でも
7072 その数だけ \cs{ruby} を書く必要がある.
7073 %</ja>
7074 \begin{LTXexample}[width=0.3\textwidth]
7075 東西線の\ruby{妙}{みよう}\ruby{典}{でん}駅は……
7076 \end{LTXexample}
7077
7078 %<*en>
7079  \item[Jukugo-ruby]
7080 Vertical bar~\verb+|+ denotes a boundary of \emph{groups}.
7081 %</en>
7082 %<*ja>
7083  \item[熟語ルビ] 引数内の縦棒 \verb+|+ はグループの区切りを表し,
7084 複数グループのルビは熟語ルビとして組まれる.
7085 \cite{x4051}にあるように,
7086 どのグループでも「親文字」が対応するルビ以上の長さの場合は
7087 各グループごとに,そうでないときは全体をまとめて1つのグループルビとして組まれる.
7088 \cite{jlreq}で規定されている組み方とは異なるので注意.
7089 %</ja>
7090 \begin{LTXexample}
7091 \ruby{妙|典}{みよう|でん}\
7092 \ruby{葛|西}{か|さい}\
7093 \ruby{神楽|坂}{かぐら|ざか}
7094 \end{LTXexample}
7095 %<*en>
7096 If there are multiple groups in one \cs{ruby} call,
7097 A linebreak between two groups is allowed.
7098 %</en>
7099 %<ja> 複数ルビではグループとグループの間で改行が可能である.
7100 \begin{LTXexample}[width=0.3\textwidth]
7101 \vbox{\hsize=6\zw\noindent
7102   \hbox to 2.5\zw{}\ruby{京|急|蒲|田}{けい|きゆう|かま|た}
7103   \hbox to 2.5\zw{}\ruby{京|急|蒲|田}{けい|きゆう|かま|た}
7104   \hbox to   3\zw{}\ruby{京|急|蒲|田}{けい|きゆう|かま|た}
7105 }
7106 \end{LTXexample}
7107 \end{description}
7108
7109 %<*en>
7110 If the width of ruby characters are longer than that of base characters,
7111 \cs{ruby} automatically selects the appropriate form
7112 among the line-head form, the line-middle form, and the line-end form.
7113 %</en>
7114 %<*ja>
7115 また,ルビ文字のほうが親文字よりも長い場合は,自動的に
7116 行頭形・行中形・行末形のいずれか適切なものを選択する.
7117 %</ja>
7118 \begin{LTXexample}[width=0.3\textwidth]
7119 \vbox{\hsize=8\zw\noindent
7120 \null\kern3\zw ……を\ruby{承}{うけたまわ}る
7121      \kern1\zw ……を\ruby{承}{うけたまわ}る\\
7122 \null\kern5\zw ……を\ruby{承}{うけたまわ}る
7123 }
7124 \end{LTXexample}
7125
7126
7127 %<*ja>
7128 \subsection{\Pkg{lltjext}}
7129 \pLaTeX では縦組用の拡張として \Pkg{plext} パッケージが用意されていたが,
7130 それを\LuaTeX-ja用に書きなおしたものが本追加パッケージ \Pkg{lltjext} である.
7131
7132 従来の \Pkg{plext} パッケージとの違いは,
7133 {\catcode`\<=12
7134 \begin{itemize}
7135  \item 組方向オプション \texttt{<y>}(横組),\texttt{<t>}(縦組),
7136 \texttt{<z>}\ の他に\ \texttt{<d>}(dtou方向),\texttt{<u>}(utod方向)を追加した.
7137 \texttt{<z>} と \texttt{<u>} の違いは,\texttt{<z>} が(\Pkg{plext} パッケージと同様に)
7138 周囲の組方向が縦組のときにしか意味を持たない
7139        のに対し,\texttt{<u>} にはそのような制限がないことである.
7140
7141  \item \Pkg{plext} パッケージでは,表組(\texttt{tabular} 環境,\texttt{align} 環境等)や
7142 \texttt{minipage} 環境,\cs{parbox} 命令において,
7143 垂直位置指定 \texttt{[t]},~\texttt{[b]} の挙動が非読み込み時と微妙に変わることがあった.
7144
7145 \Pkg{lltjext} パッケージでは,垂直位置指定が\LaTeXe と同様の挙動(以下に示す)に
7146 なるように修正した.
7147 \begin{itemize}
7148  \item \texttt{[t]} オプション指定時は,ボックスのベースラインが中身の1行目のベースライン
7149        (1行目の上に罫線などが来た時は,ボックスの上端)に一致するように配置する.
7150  \item \texttt{[b]} オプション指定時は,ボックスのベースラインが中身の最終行のベースライン
7151        (中身の最後が罫線などの時は,ボックスの下端)に一致するように配置する.
7152  \item それ以外のときは,ボックスの中央が「数式の軸」に一致するように配置する.
7153 \end{itemize}
7154
7155  \item 連数字用命令 \cs{rensuji} における位置合わせオプション \texttt{[l]}, \texttt{[c]},
7156        \texttt{[r]} の挙動を若干変更した.
7157
7158 \end{itemize}
7159 }
7160 %</ja>
7161 %<*en>
7162 \subsection{\texttt{lltjext.sty}}
7163 \pLaTeX\ supplies additional macros for vertical writing in the \Pkg{plext} package.
7164 The \Pkg{lltjext} package which we want to describe here is the \LuaTeX-ja
7165 counterpart of the \Pkg{plext} package.
7166 %</en>
7167
7168 %<*ja>
7169 念の為,本 \Pkg{lltjext} パッケージで追加・変更している命令の一覧を載せておく.
7170 \begin{cslist}
7171 \item[tabular\textrm{, }array\textrm{, }minipage環境]
7172 これらの環境は,
7173 \begin{lstlisting}
7174 \begin{tabular}<dir>[pos]{table spec} ... \end{tabular}
7175 \begin{array}<dir>[pos]{table spec}   ... \end{array}
7176 \begin{minipage}<dir>[pos]{width}     ... \end{minipage}
7177 \end{lstlisting}
7178 のように,組方向オプション \texttt{\<dir\>} が拡張されている.
7179 既に述べたように,組方向オプションに指定できる値は以下の5つであり,
7180 それ以外を指定した時や無指定時は周囲の組方向と同じ組方向になる.
7181 \begin{description}
7182  \item[y] 横組(\cs{yoko})
7183  \item[t] 縦組(\cs{tate})
7184  \item[z] 周囲が縦組の時はutod方向,それ以外はそのまま
7185  \item[d] dtou方向
7186  \item[u] utod方向
7187 \end{description}
7188 \item[\cs{parbox}\<<dir>\>{[<pos>]}\{<width>\}\{<contents>\}]
7189 \cs{parbox} 命令も同様に,組方向の指定ができるように拡張されている.
7190
7191 \item[\cs{pbox}\<<dir>\>{[<width>][<pos>]}\{<contents>\}]
7192 組方向<dir>で<contents>の中身をLRモードで組む命令である.
7193 <width>が正の値であるときは,ボックス全体の幅がその値となる.
7194 その際,中身は<pos>の値に従い,左寄せ(\texttt{l}),右揃え(\texttt{r}),
7195 中央揃え(それ以外)される.
7196 \item[picture環境]
7197 図表作成に用いる \texttt{picture} 環境も,
7198 \begin{lstlisting}
7199 \begin{picture}<dir>(x_size, y_size)(x_offset,y_offset)
7200   ...
7201 \end{picture}
7202 \end{lstlisting}
7203 と組方向が指定できるように拡張されている.
7204 $x$成分の増加方向は字送り方向,$y$成分の増加方向は行送り方向の\emph{反対方向}となる.
7205 \Pkg{plext} パッケージと同様に
7206 内部ではベースライン補正(\Param{yalbaselineshift}パラメータなど)の影響を受けないように,
7207 \cs{put},~\cs{line}, \cs{vector}, \cs{dashbox}, \cs{oval},~\cs{circle}も
7208 ベースライン補正を受けないように再定義されている.
7209
7210 \item[\cs{rensuji}{[<pos>]}\{<contents>\}\textrm{, }\cs{rensujiskip}]
7211
7212 \item[\cs{Kanji}\{<counter\_name>\}]
7213
7214 \item[\cs{kasen}\{<contents>\}\textrm{, }\cs{bou}\{<contents>\}\textrm{,
7215                      }\cs{boutenchar}]
7216
7217 \item[参照番号]
7218 \end{cslist}
7219 %</ja>
7220 %<*en>
7221 \begin{cslist}
7222 \item[tabular\textrm{, }array\textrm{, }minipage\textrm{ environments}]
7223 These environments are extended by \texttt{\<dir\>}, which specifies the direction,
7224 as follows:
7225 \begin{lstlisting}
7226 \begin{tabular}<dir>[pos]{table spec} ... \end{tabular}
7227 \begin{array}<dir>[pos]{table spec}   ... \end{array}
7228 \begin{minipage}<dir>[pos]{width}     ... \end{minipage}
7229 \end{lstlisting}
7230 This option permits one of the following five values. If none of them is specified,
7231 the direction inside the environment is same as that outside the enviromnent.
7232 \begin{description}
7233  \item[y] \emph{yoko} direction (horizontal writing)
7234  \item[t] \emph{tate} direction (vertical writing)
7235  \item[z] \emph{utod} direction if direction outside the env.\ is \emph{tate}.
7236  \item[d] \emph{dtou} direction
7237  \item[u] \emph{utod} direction
7238 \end{description}
7239 \item[\cs{parbox}\<<dir>\>{[<pos>]}\{<width>\}\{<contents>\}]
7240 \cs{parbox} command is also extended by \texttt{\<dir\>}.
7241
7242 \item[\cs{pbox}\<<dir>\>{[<width>][<pos>]}\{<contents>\}]
7243 This commands typeset <contents> in LR-mode, in <dir> direction.
7244 If <width> is positive, the width of the box becomes this <width>.
7245 In this case, <contents> will be aligned \dots
7246
7247 \item[picture\textrm{\ environment}]
7248
7249 \item[\cs{rensuji}{[<pos>]}\{<contents>\}\textrm{, }\cs{rensujiskip}]
7250
7251 \item[\cs{Kanji}\{<counter\_name>\}]
7252
7253 \item[\cs{kasen}\{<contents>\}\textrm{, }\cs{bou}\{<contents>\}\textrm{,
7254                      }\cs{boutenchar}]
7255
7256 \item[参照番号]
7257 \end{cslist}
7258 %</en>
7259
7260
7261
7262 %<en>\part{Implementations}
7263 %<ja>\part{実装}
7264 \label{part-imp}
7265 %<en>\section{Storing Parameters}
7266 %<ja>\section{パラメータの保持}
7267 \label{sec-para}
7268 %<en>\subsection{Used dimensions, attributes and whatsit nodes}
7269 %<ja>\subsection{\LuaTeX-jaで用いられるレジスタとwhatsitノード}
7270
7271 %<*en>
7272 Here the following is the list of dimensions and attributes which are used in \LuaTeX-ja.
7273 %</en>
7274 %<*ja>
7275 以下は\LuaTeX-jaで用いられる寸法レジスタ(dimension),属性レジスタ(attribute)の
7276 リストである.
7277 %</ja>
7278 \begin{list}{}{%
7279 \def\makelabel{\ttfamily}\advance\leftmargin1\zw
7280 \def\dim#1{\item[\textbackslash #1\ \textrm{(dimension)}]}
7281 \def\cnt#1{\item[\textbackslash #1\ \textrm{(counter)}]}
7282 \def\attr#1{\item[\textbackslash #1\ \textrm{(attribute)}]}
7283 }
7284
7285 \dim{jQ}
7286 %<*en>
7287 \cs{jQ} is equal to
7288                         $1\,\textrm{Q}=0.25\,\textrm{mm}$, where ``Q''~(also called ``級'') is
7289                         a unit used in Japanese phototypesetting.
7290 So one should not change the value of this dimension.
7291 %</en>
7292 %<*ja>
7293 \cs{jQ} は写植で用いられた$1\,\textrm{Q}=0.25\,\textrm{mm}$%
7294 (「級」とも書かれる)に等しい.したがって,
7295 この寸法レジスタの値を変更してはならない.
7296 %</ja>
7297
7298 \dim{jH}
7299 %<*en>
7300 There is also a unit called ``歯'' which equals to $0.25\,\textrm{mm}$ and
7301                          used in Japanese phototypesetting.
7302 This \cs{jH} is the same \cs{dimen} register as \cs{jQ}.
7303 %</en>
7304 %<*ja>
7305 同じく写植で用いられていた単位として「歯」があり,これも$0.25\,\textrm{mm}$と
7306 等しい.この \cs{jH} は \cs{jQ} と同じ寸法レジスタを指す.
7307 %</ja>
7308
7309 \dim{ltj@zw}
7310 %<*en>
7311 A temporal register for the ``full-width'' of current Japanese font.
7312 The command \cs{zw} sets this register to the correct value, and
7313 ``return'' this register itself.
7314 %</en>
7315 %<*ja>
7316 現在の和文フォントの「全角幅」を保持する一時レジスタ.
7317 \cs{zw} 命令は,このレジスタを適切な値に設定した後,
7318 「このレジスタ自体を返す」.
7319 %</ja>
7320
7321 \dim{ltj@zh}
7322 %<*en>
7323 A temporal register for the ``full-height'' (usually the sum of height of imaginary body and its depth) of current Japanese font.
7324 The command \cs{zh} sets this register to the correct value, and
7325 ``return'' this register itself.
7326 %</en>
7327 %<*ja>
7328 現在の和文フォントの「全角高さ」(通常,高さと深さの和)を保持する一時レジスタ.
7329 \cs{zh} 命令は,このレジスタを適切な値に設定した後,
7330 「このレジスタ自体を返す」.
7331 %</ja>
7332
7333 \attr{jfam}
7334 %<*en>
7335 Current number of Japanese font family for math formulas.
7336 %</en>
7337 %<*ja>
7338 数式用の和文フォントファミリの現在の番号.
7339 %</ja>
7340
7341 \attr{ltj@curjfnt}
7342 %<*en>
7343 The font index of current Japanese font for horizontal direction.
7344 %</en>
7345 %<*ja>
7346 現在の横組用和文フォントのフォント番号.
7347 %</ja>
7348
7349 \attr{ltj@curtfnt}
7350 %<*en>
7351 The font index of current Japanese font for vertical direction.
7352 %</en>
7353 %<*ja>
7354 現在の縦組用和文フォントのフォント番号.
7355 %</ja>
7356
7357 \attr{ltj@charclass}
7358 %<*en>
7359 The character class of a \textbf{JAchar}. This attribute is only set on a
7360                          \textit{glyph\_node} which contains a \textbf{JAchar}.
7361 %</en>
7362 %<*ja>
7363 \textbf{JAchar}の文字クラス.\textbf{JAchar}が格納された\textit{glyph\_node}でのみ使われる.
7364 %</ja>
7365
7366 \attr{ltj@yablshift}
7367 %<*en>
7368 The amount of shifting the baseline of alphabetic fonts in scaled point ($2^{-16}\,\textrm{pt}$).
7369 %</en>
7370 %<*ja>
7371 スケールド・ポイント($2^{-16}\,\textrm{pt}$)を単位とした欧文フォントのベースラインの移動量.
7372 %</ja>
7373
7374 \attr{ltj@ykblshift}
7375 %<*en>
7376 The amount of shifting the baseline of Japanese fonts in scaled point ($2^{-16}\,\textrm{pt}$).
7377 %</en>
7378 %<*ja>
7379 スケールド・ポイント($2^{-16}\,\textrm{pt}$)を単位とした和文フォントのベースラインの移動量.
7380 %</ja>
7381
7382 \attr{ltj@tablshift}
7383 \attr{ltj@tkblshift}
7384
7385 \attr{ltj@autospc}
7386 %<*en>
7387 Whether the auto insertion of \Param{kanjiskip} is allowed at the node.
7388 %</en>
7389 %<*ja>
7390 そのノードで\Param{kanjiskip}の自動挿入が許されるかどうか.
7391 %</ja>
7392
7393 \attr{ltj@autoxspc}
7394 %<*en>
7395 Whether the auto insertion of \Param{xkanjiskip} is allowed at the node.
7396 %</en>
7397 %<*ja>
7398 そのノードで\Param{xkanjiskip}の自動挿入が許されるかどうか.
7399 %</ja>
7400
7401 \attr{ltj@icflag}
7402 %<*en>
7403 An attribute for distinguishing ``kinds'' of a node. One of the following value is
7404 assigned to this attribute:
7405 %</en>
7406 %<*ja>
7407 ノードの「種類」を区別するための属性.以下のうちのひとつが値として割り当てられる:
7408 %</ja>
7409 \begin{description}
7410 \item[\textit{italic} (1)]
7411 %<*en>
7412 Kerns from italic correction (\verb+\/+), or from kerning information of a Japanese font.
7413 These kerns are ``ignored'' in the insertion process of \textbf{JAglue},
7414 unlike explicit \cs{kern}.
7415 %</en>
7416 %<*ja>
7417 イタリック補正(\verb+\/+)によるカーン,
7418 または \Pkg{luaotfload} によって挿入されたフォントのカーニング情報由来のカーン.
7419 これらのカーンは通常の \cs{kern} とは異なり,
7420 \textbf{JAglue}の挿入処理においては透過する.
7421 %</ja>
7422
7423 \item[\textit{packed} (2)]
7424
7425 \item[\textit{kinsoku} (3)]
7426 %<*en>
7427 Penalties inserted for the word-wrapping process (\emph{kinsoku shori}) of Japanese characters.
7428 %</en>
7429 %<ja>禁則処理のために挿入されたペナルティ.
7430 \item[\mathversion{bold}$(\textit{from\_jfm}-2)$--$(\textit{from\_jfm}+2)$~(4--8)]
7431 %<en>Glues/kerns from JFM.
7432 %<ja>JFM由来のグルー/カーン.
7433 \item[\textit{kanji\_skip}~(9), \textit{kanji\_skip\_jfm}~(10)]
7434 %<en>Glues from \Param{kanjiskip}.
7435 %<ja>和文間空白\Param{kanjiskip}を表すグルー.
7436 \item[\textit{xkanji\_skip}~(11), \textit{xkanji\_skip\_jfm}~(12)]
7437 %<en>Glues from \Param{xkanjiskip}.
7438 %<ja>和欧文間空白\Param{xkanjiskip}を表すグルー.
7439 \item[\textit{processed} (13)]
7440 %<en>Nodes which is already processed by \ldots.
7441 %<ja>\LuaTeX-ja の内部処理によって既に処理されたノード.
7442 \item[\textit{ic\_processed} (14)]
7443 %<*en>
7444 Glues from an italic correction, but already processed in the insertion process of \textbf{JAglue}s.
7445 %</en>
7446 %<ja>イタリック補正に由来するグルーであって,既に \textbf{JAglue} 挿入処理にかかったもの.
7447 \item[\textit{boxbdd} (15)]
7448 %<en>Glues/kerns that inserted just the beginning or the ending of an hbox or a paragraph.
7449 %<ja>hboxか段落の最初か最後に挿入されたグルー/カーン.
7450 \end{description}
7451
7452 %<*ja>
7453 また,挿入処理の結果であるリストの最初のノードでは,\verb+\ltj@icflag+ の値に
7454 \textit{processed\_begin\_flag}~(128)が追加される.これによって,\cs{unhbox} が
7455 連続した場合でも「ボックスの境界」が識別できるようになっている.
7456 %</ja>
7457
7458 \attr{ltj@kcat\,$i$}
7459 %<*en>
7460 Where $i$~is a natural number which is less than~7.
7461 These 7~attributes store bit~vectors indicating which character block is regarded as a block of \textbf{JAchar}s.
7462 %</en>
7463 %<*ja>
7464 $i$は7より小さい自然数.
7465 これら7つの属性レジスタは,どの文字ブロックが\textbf{JAchar}のブロックとして
7466 扱われるかを示すビットベクトルを格納する.
7467 %</ja>
7468
7469 \attr{ltj@dir}
7470 %<*ja>
7471 \textit{direction}~whatsit(後述)において組方向を示すために,あるいは\textit{dir\_box}の
7472                          組方向を用いる.\textit{direction}~whatsitにおいては値は
7473 \begin{quote}
7474  \textit{dir\_dtou} (1), \textit{dir\_tate} (3),
7475  \textit{dir\_yoko} (4), \textit{dir\_utod} (11)
7476 \end{quote}
7477 のいずれかであり,\textit{dir\_box}ではこれらに次を加えた値をとる(\ref{sec-dir-imp}章参照).
7478 %</ja>
7479 \begin{description}
7480 \item[\textit{dir\_node\_auto} (128)]
7481 %<ja> 異なる組方向に配置するために自動的に作られたボックス.
7482 \item[\textit{dir\_node\_manual} (256)]
7483 %<ja> \cs{ltjsetwd} によって「ボックスの本来の組方向とは異なる組方向での寸法」を
7484 %<ja> 設定したときに,それを記録するためのボックス.
7485 \end{description}
7486 %<ja> \TeX 側から見える値,つまり \verb+\the\ltj@dir+ の値は常に0である.
7487
7488 \cnt{ltjlineendcomment}
7489 %<*ja>
7490   \LuaTeX-jaは\textbf{JAchar}で入力行が終了した場合,その直後にコメント文字を
7491   おくことで余計な空白が挿入されることを防いでいる.
7492   \cs{ltjlineendcomment}はその際のコメント文字のUnicodeにおける符号位置を指定する
7493   (詳細は\ref{ssec:lineend}節を参照).
7494
7495   \LuaTeX-jaにおける既定値は$\texttt{"FFFFF}=1048575$であり,
7496   ユーザは内部動作を熟知していない限りこのカウンタの値を変更してはならない.
7497   \cs{ltjlineendcomment}の値がUnicodeの範囲外(負や,$\texttt{"10FFFF}=1114111$を超えた場合)
7498   にくることは想定されていない.
7499 %</ja>
7500 \end{list}
7501
7502 %<*en>
7503 Furthermore, \LuaTeX-ja uses several user-defined whatsit nodes for
7504 internal processing. All those nodes except \emph{direction} whatsits
7505 store a natural number (hence its \texttt{type} is 100).
7506 \emph{direction} whatsits store a node list, hence its \texttt{type} is 110.
7507 Their \texttt{user\_id} (used for distinguish user-defined whatsits)
7508 are allocated by \texttt{luatexbase.newuserwhatsitid}.
7509 %</en>
7510 %<*ja>
7511 さらに,\LuaTeX-jaはいくつかのuser-defined whatsit nodeを内部処理に用いる.
7512 \textit{direction} whatsitはノードリストを格納するが,
7513 それ以外のwhatsitノードの \texttt{type} は100であり,ノードは自然数を格納している.
7514 user-defined whatsitを識別するための \texttt{user\_id} は\
7515 \texttt{luatexbase.newuserwhatsitid} により確保されており,
7516 下の見出しは単なる識別用でしかない.
7517 %</ja>
7518 \begin{description}
7519 \item[\textit{inhibitglue}]
7520 %<*en>
7521 Nodes for indicating that \cs{inhibitglue} is
7522            specified. The \texttt{value} field of these nodes doesn't matter.
7523 %</en>
7524 %<*ja>
7525 \cs{inhibitglue} が指定されたことを示すノード.これらのノードの\
7526 \texttt{value} フィールドは意味を持たない.
7527 %</ja>
7528
7529 \item[\textit{stack\_marker}]
7530 %<*en>
7531 Nodes for \LuaTeX-ja's stack system (see the next
7532            subsection). The \texttt{value} field of these nodes is
7533            current group level.
7534 %</en>
7535 %<*ja>
7536 \LuaTeX-jaのスタックシステム(次の節を参照)のためのノード.
7537 これらのノードの \texttt{value} フィールドは現在のグループネストレベルを表す.
7538 %</ja>
7539
7540 \item[\textit{char\_by\_cid}]
7541 %<*en>
7542 Nodes for \textbf{JAchar} which the callback process of
7543            \Pkg{luaotfload} won't be applied, and the character code is
7544            stored in the \texttt{value} field. Each node of this type are
7545            converted to a \textit{glyph\_node} \emph{after}
7546            the callback process of luaotfload.
7547 Nodes of this type is used in \cs{CID}, \cs{UTF} and IVS support.
7548 %</en>
7549 %<*ja>
7550 \Pkg{luaotfload}のコールバックによる処理が適用されない\textbf{JAchar}のためのノードで,
7551 \texttt{value} フィールドに文字コードが格納されている.
7552 この種類のノードはそれぞれが\Pkg{luaotfload}のコールバックの処理の
7553 \emph{後で}\textit{glyph\_node}に変換される.
7554 \cs{CID}, \cs{UTF}やIVS対応処理でこの種類のノードが利用されている.
7555 %</ja>
7556
7557 \item[\textit{replace\_vs}]
7558 %<*en>
7559 Similar to \textit{char\_by\_cid} whatsits above.
7560 These nodes are for \textbf{ALchar} which the callback process of
7561            \Pkg{luaotfload} won't be applied.
7562 %</en>
7563 %<*ja>
7564 上の\textit{char\_by\_cid}と同様に,
7565 これらのノードは\Pkg{luaotfload}のコールバックによる処理が適用されない\textbf{ALchar}のた
7566            めものである.
7567 %</ja>
7568
7569 \item[\textit{begin\_par}]
7570 %<*en>
7571 Nodes for indicating beginning of a paragraph.
7572 A paragraph which is started by \cs{item} in list-like environments has a horizontal box
7573 for its label before the actual contents. So \dots
7574 %</en>
7575 %<*ja>
7576 「段落の開始」を意味するノード.
7577 list環境,itemize環境などにおいて,\cs{item} で始まる各項目は……
7578 %</ja>
7579
7580 \item[\textit{direction}]
7581
7582 \end{description}
7583
7584 %<*en>
7585 These whatsits will be removed during the process of inserting \textbf{JAglue}s.
7586 %</en>
7587 %<*ja>
7588 これらのwhatsitノードは\textbf{JAglue}の挿入処理の間に取り除かれる.
7589 %</ja>
7590
7591 %<en>\subsection{Stack system of \LuaTeX-ja}
7592 %<ja>\subsection{\LuaTeX-jaのスタックシステム}
7593 \label{ssec-stack}
7594
7595 %<en>\paragraph{Background}
7596 %<ja>\paragraph{背景}
7597 %<*en>
7598 \LuaTeX-ja has its own stack system, and most parameters of \LuaTeX-ja
7599 are stored in it. To clarify the reason, imagine the parameter
7600 \Param{kanjiskip} is stored by a skip, and consider the following
7601 source:
7602 %</en>
7603 %<*ja>
7604 \LuaTeX-jaは独自のスタックシステムを持ち,\LuaTeX-jaのほとんどのパラメータは
7605 これを用いて保持されている.その理由を明らかにするために,
7606 \Param{kanjiskip}パラメータがスキップレジスタで保持されているとし,
7607 以下のコードを考えてみよう:
7608 %</ja>
7609 \begin{LTXexample}
7610 \ltjsetparameter{kanjiskip=0pt}ふがふが.%
7611 \setbox0=\hbox{%
7612   \ltjsetparameter{kanjiskip=5pt}ほげほげ}
7613 \box0.ぴよぴよ\par
7614 \end{LTXexample}
7615
7616 %<*en>
7617 As described in Subsection~\ref{ssec-param}, the only effective value of
7618 \Param{kanjiskip} in an hbox is the latest value, so the value of
7619 \Param{kanjiskip} which applied in the entire hbox should be 5\,pt.
7620 However, by the implementation method of \LuaTeX, this ``5\,pt'' cannot be
7621 known from any callbacks.  In the \texttt{tex/packaging.w}, which is a
7622 file in the source of \LuaTeX, there are the following codes:
7623 %</en>
7624 %<*ja>
7625 \ref{ssec-param}節で述べたように,あるhboxの中で効力を持つ
7626 \Param{kanjiskip}の値は最後に現れた値のみであり,したがってボックス全体に適用される
7627 \Param{kanjiskip}は5\,ptであるべきである.しかし,\LuaTeX の実
7628 装を観察すると,この5\,ptという長さはどのコールバックからも知ることはできないことがわかる.
7629 \LuaTeX のソースファイルの1つ \texttt{tex/packaging.w} の中に,
7630 以下のコードがある:
7631 %</ja>
7632 \begin{lstlisting}[numbers=left,firstnumber=1226]
7633 void package(int c)
7634 {
7635     scaled h;                   /* height of box */
7636     halfword p;                 /* first node in a box */
7637     scaled d;                   /* max depth */
7638     int grp;
7639     grp = cur_group;
7640     d = box_max_depth;
7641     unsave();
7642     save_ptr -= 4;
7643     if (cur_list.mode_field == -hmode) {
7644         cur_box = filtered_hpack(cur_list.head_field,
7645                                  cur_list.tail_field, saved_value(1),
7646                                  saved_level(1), grp, saved_level(2));
7647         subtype(cur_box) = HLIST_SUBTYPE_HBOX;
7648 \end{lstlisting}
7649 %<*en>
7650 Notice that \texttt{unsave()} is executed \emph{before}
7651 \texttt{filtered\_hpack()}, where \texttt{hpack\_filter} callback is
7652 executed) here. So ``5\,pt'' in the above source is orphaned at
7653 \texttt{unsave()}, and hence it can't be accessed from \texttt{hpack\_filter}
7654 callback.
7655 %</en>
7656 %<*ja>
7657 \texttt{unsave()} が \texttt{filtered\_hpack()}(これは \texttt{hpack\_filter} コールバックが
7658 実行されるところである)の\emph{前に}実行されていることに注意する.
7659 したがって,上記ソース中で5\,ptは \texttt{unsave()} のところで捨てられ,
7660 \texttt{hpack\_filter} コールバックからはアクセスすることができない.
7661 %</ja>
7662
7663 %<en>\paragraph{Implementation}
7664 %<ja>\paragraph{解決法}
7665
7666 %<*en>
7667 The code of stack system is based on that in a post of Dev-luatex mailing list\footnote{%
7668 \texttt{[Dev-luatex] tex.currentgrouplevel}, a post at 2008/8/19 by Jonathan Sauer.}.
7669 %</en>
7670 %<*ja>
7671 スタックシステムのコードはDev-luatexメーリングリストのある投稿\footnote{%
7672 \texttt{[Dev-luatex] tex.currentgrouplevel}: Jonathan Sauerによる2008/8/19の投稿.}を
7673 ベースにしている.
7674 %</ja>
7675
7676 %<*en>
7677 These are two \TeX\ count registers for maintaining information:
7678 \verb+\ltj@@stack+ for the stack level, and \verb+\ltj@@group@level+ for
7679 the \TeX's group level when the last assignment was done.  Parameters
7680 are stored in one big table named \texttt{charprop\_stack\_table}, where
7681 \texttt{charprop\_stack\_table[$i$]} stores data of stack level~$i$. If
7682 a new stack level is created by \cs{ltjsetparameter}, all data of the
7683 previous level is copied.
7684 %</en>
7685 %<*ja>
7686 情報を保持するために,2つの\TeX の整数レジスタを用いている:
7687 \verb+\ltj@@stack+ にスタックレベル,\verb+\ltj@@group@level+ に最後の代入が
7688 なされた時点での\TeX のグループレベルを保持している.
7689 パラメータは\texttt{charprop\_stack\_table}という名前のひとつの大きなテーブルに
7690 格納される.ここで,\texttt{charprop\_stack\_table[$i$]}はスタックレベル$i$の
7691 データを格納している.もし新しいスタックレベルが \cs{ltjsetparameter} によって
7692 生成されたら,前のレベルの全てのデータがコピーされる.
7693 %</ja>
7694
7695 %<*en>
7696 To resolve the problem mentioned in above paragraph ``Background'', \LuaTeX-ja uses
7697 another trick. When the stack level is about to be increased, a whatsit
7698 node whose type, subtype and value are 44~(\textit{user\_defined}),
7699 \textit{stack\_marker} and the current group level respectively is appended to the current
7700 list (we refer this node by \textit{stack\_flag}). This enables us to
7701 know whether assignment is done just inside a hbox. Suppose that the
7702 stack level is~$s$ and the \TeX's group level is~$t$ just after the hbox
7703 group, then:
7704 %</en>
7705 %<*ja>
7706 上の「背景」で述べた問題を解決するために,\LuaTeX-jaでは次の手法を用いる:
7707 スタックレベルが増加するするとき,type, subtype, valueがそれぞれ
7708 44~(\textit{user\_defined}), \textit{stack\_marker},そして現在のグループレベルであるwhatsitノード
7709 を現在のリストに付け加える(このノードを\textit{stack\_flag}とする).
7710 これにより,あるhboxの中で代入がなされたかどうかを知ることが可能
7711 となる.スタックレベルを$s$,そのhbox groupの直後の\TeX のグループレベルを
7712 $t$とすると:
7713 %</ja>
7714 \begin{itemize}
7715 %<*en>
7716 \item If there is no \textit{stack\_flag} node in the list of the contents of the hbox, then
7717       no assignment was occurred inside the hbox. Hence values of
7718       parameters at the end of the hbox are stored in the stack
7719       level~$s$.
7720 %</en>
7721 %<*ja>
7722 \item もしそのhboxの中身を表すリストの中に\textit{stack\_flag}ノードがなければ,
7723   hboxの中では代入は起こらなかったということになる.
7724   したがって,そのhboxの終わりにおけるパラメータの値はスタックレベル$s$に
7725   格納されている.
7726 %</ja>
7727
7728 %<*en>
7729 \item If there is a \textit{stack\_flag} node whose value is~$t+1$, then
7730       an assignment was occurred just inside the hbox group. Hence
7731       values of parameters at the end of the hbox are stored in the
7732       stack level~$s+1$.
7733 %</en>
7734 %<*ja>
7735 \item もし値が$t+1$の\textit{stack\_flag}ノードがあれば,その
7736   hboxの中で代入が起こったことになる.
7737   したがって,hboxの終わりにおけるパラメータの値はスタックレベル$s+1$に
7738   格納されている.
7739 %</ja>
7740
7741 %<*en>
7742 \item If there are \textit{stack\_flag} nodes but all of their values
7743       are more than~$t+1$, then an assignment was occurred in the box,
7744       but it is done in more internal group. Hence values of
7745       parameters at the end of the hbox are stored in the stack
7746       level~$s$.
7747 %</en>
7748 %<*ja>
7749 \item もし\textit{stack\_flag}ノードがあるがそれらの値が全て$t+1$より大きい
7750   場合,そのボックスの中で代入が起こったが,それは「より内部の」グループで
7751   起こったということになる.したがって,hboxの終わりでのパラメータの
7752   値はスタックレベル$s$に格納されている.
7753 %</ja>
7754 \end{itemize}
7755
7756 %<*en>
7757 Note that to work this trick correctly, assignments to
7758 \verb+\ltj@@stack+ and \verb+\ltj@@group@level+ have to be local always,
7759 regardless the value of \cs{globaldefs}.
7760 To solve this problem, we use another trick: the assignment
7761 \hbox{\verb+\directlua{tex.globaldefs=0}+} is always local.
7762 %</en>
7763 %<*ja>
7764 このトリックを正しく働かせるためには,\verb+\ltj@@stack+ と \verb+\ltj@@group@level+ への
7765 代入は \cs{globaldefs} の値によらず常にローカルでなければならないことに注意する.
7766 この問題は \hbox{\verb+\directlua{tex.globaldefs=0}+}(この代入は常にローカル)を
7767 用いることで解決している.
7768 %</ja>
7769
7770 %<*en>
7771 \subsection{Lua functions of the stack system}
7772 In this subsection, we will see how a user use \LuaTeX-ja's stack system to
7773 store some data which obeys the grouping of \TeX.
7774 %</en>
7775 %<*ja>
7776 \subsection{スタックシステムで使用される関数}
7777 本節では,ユーザが\LuaTeX-jaのスタックシステムを使用して,
7778 \TeX のグルーピングに従うような
7779 独自のデータを取り扱う方法を述べる.
7780 %</ja>
7781
7782 %<*en>
7783 The following function can be used to store data into a stack:
7784 \begin{lstlisting}
7785 luatexja.stack.set_stack_table(index, <any> data)
7786 \end{lstlisting}
7787 Any values which except \texttt{nil}~and~NaN are usable as \textit{index}.
7788 However, a user should use only negative integers or strings as \textit{index},
7789 since natural numbers are used by \LuaTeX-ja itself.
7790 Also, whether \textit{data} is stored locally or globally
7791 is determined by \texttt{luatexja.isglobal}
7792 (stored globally if and only if \texttt{luatexja.isglobal == 'global'}).
7793 %</en>
7794 %<*ja>
7795 スタックに値を設定するには,以下のLua関数を呼び出せば良い:
7796 \begin{lstlisting}
7797 luatexja.stack.set_stack_table(<any> index, <any> data)
7798 \end{lstlisting}
7799 直感的には,スタックテーブル中のインデックス\textit{index}の値を\textit{data}にする,という意味である.
7800 \textit{index}の値としては \texttt{nil} とNaN以外の任意の値を使えるが,
7801 自然数は\LuaTeX-jaが使用する(将来の拡張用も含む)ので,
7802 ユーザが使用する場合は負の整数値か文字列の値にすることが望ましい.
7803 また,ローカルに設定されるかグローバルに設定されるかは,\texttt{luatexja.isglobal} の値に依存する
7804 (グローバルに設定されるのは,\texttt{luatexja.isglobal == 'global'} であるちょうどその時).
7805 %</ja>
7806
7807 %<*en>
7808 Stored data can be obtained as the return value of
7809 \begin{lstlisting}
7810 luatexja.stack.get_stack_table(index, <any> default, <number> level)
7811 \end{lstlisting}
7812 where \textit{level} is the stack level, which is usually the value of \verb+\ltj@@stack+,
7813 and \textit{default} is the default value which will be returned if no values are stored
7814 in the stack table whose level is \textit{level}.
7815 %</en>
7816 %<*ja>
7817 スタックの値は,
7818 \begin{lstlisting}
7819 luatexja.stack.get_stack_table(<any> index, <any> default, <number> level)
7820 \end{lstlisting}
7821 の戻り値で取得できる.\textit{level}はスタックレベルであり,
7822 通常は \verb+\ltj@@stack+ の値を指定することになるだろう.
7823 \textit{default}はレベル\textit{level}のスタックに値が設定されていなかった場合に
7824 返すデフォルト値である.
7825 %</ja>
7826
7827 \begin{figure}[tb]
7828 \begin{lstlisting}[numbers=left, firstnumber=380]
7829 \protected\def\ltj@setpar@global{%
7830   \relax\ifnum\globaldefs>0\directlua{luatexja.isglobal='global'}%
7831     \else\directlua{luatexja.isglobal=''}\fi
7832 }
7833 \protected\def\ltjsetparameter#1{%
7834   \ltj@setpar@global\setkeys[ltj]{japaram}{#1}\ignorespaces}
7835 \protected\def\ltjglobalsetparameter#1{%
7836   \relax\ifnum\globaldefs<0\directlua{luatexja.isglobal=''}%
7837     \else\directlua{luatexja.isglobal='global'}\fi%
7838   \setkeys[ltj]{japaram}{#1}\ignorespaces}
7839 \end{lstlisting}
7840 %<ja>\caption{パラメータ設定命令の定義}
7841 %<en>\caption{Definiton of parameter setting commands}
7842 \label{fig:setpar-def}
7843 \end{figure}
7844
7845 %<*en>
7846 \subsection{Extending Parameters}
7847 Keys for \cs{ltjsetparameter}~and~\cs{ltjgetparameter} can be extended,
7848 as in \Pkg{luatexja-adjust}.
7849 %</en>
7850 %<*ja>
7851 \subsection{パラメータの拡張}
7852 ここでは,\Pkg{luatexja-adjust}で行なっているように,
7853 \cs{ltjsetparameter},~\cs{ltjgetparameter}に指定可能なキーを追加する方法
7854 を述べる.
7855 %</ja>
7856
7857 %<*en>
7858 \paragraph{Setting parameters}
7859 Figure~\ref{fig:setpar-def} shows the \emph{most outer} definition of
7860 two commands,
7861 \cs{ltjsetparameter} and \cs{ltjglobalsetparameter}.
7862 Most important part is the last \cs{setkeys},
7863 which is offered by the \Pkg{xkeyval} package.
7864
7865 Hence, to add a key in \cs{ltjsetparameter}, one only have to add a key
7866 whose prefix is \texttt{ltj} and whose family is \texttt{japaram}, as the following.
7867 \begin{lstlisting}
7868 \define@key[ltj]{japaram}{...}{...}
7869 \end{lstlisting}
7870
7871 \cs{ltjsetparameter}~and~\cs{ltjglobalsetparameter} automatically sets
7872 \texttt{luatexja.isglobal}. Its meaning is the following.
7873 \begin{align}
7874  \texttt{luatexja.isglobal} =
7875 \begin{cases}
7876  \texttt{'global'}&\text{global}\\
7877  \texttt{''}&\text{local}
7878 \end{cases}
7879 \end{align}
7880 This is determined not only by command name
7881 (\cs{ltjsetparameter}~or~\cs{ltjglobalsetparameter}),
7882 but also by the value of \cs{globaldefs}.
7883 %</en>
7884 %<*ja>
7885 \paragraph{パラメータの設定}
7886 \cs{ltjsetparameter} と,\cs{ltjglobalsetparameter} の定義は図\ref{fig:setpar-def}の
7887 のようになっている.
7888 本質的なのは最後の \cs{setkeys} で,これは\Pkg{xkeyval}パッケージの提供する命令である.
7889
7890 このため,\cs{ltjsetparameter} に指定可能なパラメータを追加するには,
7891 <prefix>を \texttt{ltj},<family>を \texttt{japaram} としたキーを
7892 \begin{lstlisting}
7893 \define@key[ltj]{japaram}{...}{...}
7894 \end{lstlisting}
7895 のように定義すれば良いだけである.
7896 なお,パラメータ指定がグローバルかローカルかどうかを示す \texttt{luatexja.isglobal} が,
7897 \begin{align}
7898  \texttt{luatexja.isglobal} =
7899 \begin{cases}
7900  \texttt{'global'}&\text{パラメータ設定はグローバル}\\
7901  \texttt{''}&\text{パラメータ設定はローカル}
7902 \end{cases}
7903 \end{align}
7904 として自動的にセットされる\footnote{命令が \cs{ltjglobalsetparameter} かどうかだけでは
7905 なく,実行時の \cs{globaldefs} の値にも依存して定まる.}.
7906 %</ja>
7907
7908 %<*en>
7909 \paragraph{Getting parameters}
7910 \cs{ltjgetparameter} is implemented by a Lua script.
7911
7912 For parameters that do not need additional arguments, one only have to
7913 define a function in the table \verb+luatexja.unary_pars+.
7914 For example, with the following function,
7915 \verb+\ltjgetparameter{hoge}+ returns a \emph{string} \texttt{42}.
7916 \begin{lstlisting}[numbers=left]
7917 function luatexja.unary_pars.hoge (t)
7918   return 42
7919 end
7920 \end{lstlisting}
7921 Here the argument of \verb+luatexja.unary_pars.hoge+ is
7922 the stack level of \LuaTeX-ja's stack system (see Subsection~\ref{ssec-stack}).
7923
7924 On the other hand, for parameters that need an additional argument
7925 (this must be an integer), one have to define a function in
7926 \verb+luatexja.binary_pars+ first. For example,
7927 \begin{lstlisting}[numbers=left]
7928 function luatexja.binary_pars.fuga (c, t)
7929   return tostring(c) .. ', ' .. tostring(42)
7930 end
7931 \end{lstlisting}
7932 Here the first argument $t$ is the stack level, as before.
7933 The second argument $c$ is just the second argument of \cs{ltjgetparameter}.
7934
7935 For parameters that need an additional argument, one also have to
7936 execute the \TeX\ code like
7937 \begin{lstlisting}
7938 \ltj@@decl@array@param{fuga}
7939 \end{lstlisting}
7940 to indicate that ``the parameter \texttt{fuga} needs an additional argument''.
7941 %</en>
7942 %<*ja>
7943 \paragraph{パラメータの取得}
7944 一方,\cs{ltjgetparameter} はLuaスクリプトによって実装されている.
7945 値を取得するのに追加引数の要らないパラメータについては,\verb+luatexja.unary_pars+\
7946 内に処理内容を記述した関数を定義すれば良い.例えば,Luaスクリプトで
7947 \begin{lstlisting}[numbers=left]
7948 function luatexja.unary_pars.hoge (t)
7949   return 42
7950 end
7951 \end{lstlisting}
7952 を実行すると,\verb+\ltjgetparameter{hoge}+ は \texttt{42} という\emph{文字列}を返す.
7953 関数 \verb+luatexja.unary_pars.hoge+ の引数$t$は,\ref{ssec-stack}節で述べた
7954 \LuaTeX-jaのスタックシステムにおけるスタックレベルである.
7955 戻り値はいかなる値であっても,最終的には文字列として出力されることに注意.
7956
7957 一方,追加引数(\emph{数値しか許容しない})が必要なパラメータについては,
7958 まずLuaスクリプトで処理内容の本体を記述しておく:
7959 \begin{lstlisting}[numbers=left]
7960 function luatexja.binary_pars.fuga (c, t)
7961   return tostring(c) .. ', ' .. tostring(42)
7962 end
7963 \end{lstlisting}
7964 引数$t$は,先に述べた通りのスタックレベルである.一方,引数$c$は\
7965 \cs{ltjgetparameter} の第2引数を表す数値である.
7966 しかしこれだけでは駄目で,
7967 \begin{lstlisting}
7968 \ltj@@decl@array@param{fuga}
7969 \end{lstlisting}
7970 を実行し,\TeX インターフェース側に
7971 「\verb+\ltjgetparameter{fuga}+ は追加引数が必要」ということを通知する必要がある.
7972 %</ja>
7973
7974 %<en>\section{Linebreak after a Japanese Character}
7975 %<ja>\section{和文文字直後の改行}
7976 \label{sec-lbreak}
7977 %<en>\subsection{Reference: behavior in \pTeX}
7978 %<ja>\subsection{参考:\pTeX の動作}
7979 %<*en>
7980 In~\pTeX, a line break after a Japanese character doesn't emit a space,
7981 since words are not separated by spaces in Japanese writings. However,
7982 this feature isn't fully implemented in \LuaTeX-ja due to the
7983 specification of callbacks in~\LuaTeX. To clarify the difference between
7984 \pTeX~and~\LuaTeX, We briefly describe the handling of a line break in~\pTeX, in
7985 this subsection.
7986
7987 \pTeX's input processor can be described in terms of a finite state
7988 automaton, as that of~\TeX\ in~Section~2.5 of~\cite{texbytopic}. The
7989 internal states are as follows:
7990 \begin{itemize}
7991 \item State~$N$: new line
7992 \item State~$S$: skipping spaces
7993 \item State~$M$: middle of line
7994 \item State~$K$: after a Japanese character
7995 \end{itemize}
7996 The first three states---$N$,~$S$, and~$M$---are as same as \TeX's input
7997 processor.  State~$K$ is similar to state~$M$, and is entered after
7998 Japanese characters.  The diagram of state transitions are indicated in
7999 Figure~\ref{fig-ptexipro}.  Note that \pTeX\ doesn't leave state~$K$
8000 after ``beginning/ending of a group'' characters.
8001 %</en>
8002
8003 %<*ja>
8004 欧文では文章の改行は単語間でしか行わない.そのため,\TeX では,(文字の直後の)改行は
8005 空白文字と同じ扱いとして扱われる.一方,和文ではほとんどどこでも改行が可能なため,
8006 \pTeX では和文文字の直後の改行は単純に無視されるようになっている.
8007
8008 このような動作は,\pTeX が\TeX からエンジンとして拡張されたことによって可能になったことである.
8009 \pTeX の入力処理部は,\TeX におけるそれと同じように,有限オートマトンとして記述することができ,
8010 以下に述べるような4状態を持っている.
8011
8012 \begin{itemize}
8013 \item State~$N$: 行の開始.
8014 \item State~$S$: 空白読み飛ばし.
8015 \item State~$M$: 行中.
8016 \item State~$K$: 行中(和文文字の後).
8017 \end{itemize}
8018 また,状態遷移は,図\ref{fig-ptexipro}のようになっており,図中の数字は
8019 カテゴリーコードを表している.最初の3状態は\TeX の入力処理部と同じであり,
8020 図中から状態$K$と「$j$」と書かれた矢印を取り除けば,\TeX の入力処理部と同
8021 じものになる.
8022
8023 この図から分かることは,
8024 \begin{quote}
8025 行が和文文字(とグループ境界文字)で終わっていれば,改行は無視される
8026 \end{quote}
8027 ということである.
8028 %</ja>
8029
8030 \begin{figure}[!tb]
8031 \let\sp\textvisiblespace\small
8032 \begin{minipage}{.6\textwidth}%
8033 \begin{center}
8034 \unitlength=6.5mm\sf\mathversion{bold}
8035 \begin{tikzpicture}[
8036   ->, auto, shorten >=1pt
8037 ]
8038 \node [shape=rectangle, font=\scriptsize] (init) at (2,7) {start};
8039 \node [shape=circle,draw, fill=b_cyan] (newline) at (4,7) {$N$};
8040 \node [shape=circle,draw, fill=b_cyan] (midline) at (4,4) {$M$};
8041 \node [shape=circle,draw, fill=b_cyan] (skipspc) at (8,7) {$S$};
8042 \node [shape=circle,draw, fill=b_pink]  (kanji) at (8,4) {$K$};
8043 \node [shape=rectangle,draw, fill=b_green] (scanacs) at (6,8) {scan a c.s.};
8044 \node (endk) at (8,2.5) {} ;
8045 \node (endm) at (4,2.5) {} ;
8046 \node (ends) at (8,8.5) {} ;
8047 \node (endn) at (4,8.5) {} ;
8048 \begin{scope}[font=\scriptsize]
8049 \path (newline) edge [bend right]    node [left]{G, O} (midline)
8050       (init)    edge                 node {} (newline)
8051       (midline) edge [bend right=10] node {10} (skipspc)
8052       (skipspc) edge [bend right]    node [left,right=10,above=7]{G, O} (midline)
8053       (skipspc) edge [loop right]    node {10} (skipspc)
8054       (newline) edge [loop right]    node {10} (newline)
8055       (scanacs) edge [bend left]     node [left=3,below]{$(*)$} (skipspc)
8056       (scanacs) edge [bend right]    node [right=30,above=20]{$(*)$} (midline)
8057       (midline) edge                 node {5\ [\sp]} (endm)
8058       (midline) edge [loop left]     node {G, O} (midline)
8059       (skipspc) edge                 node [right] {5} (ends)
8060       (newline) edge                 node {5 [\cs{par}]} (endn);
8061 \begin{scope}[red]
8062 \path (newline) edge [bend right]    node [right=25,below=3]{J} (kanji)
8063       (midline) edge                 node [below]{J} (kanji)
8064       (kanji)   edge [bend left]     node {O} (midline)
8065       (kanji)   edge                 node {10} (skipspc)
8066       (kanji)   edge [loop right]    node {G, J} (kanji)
8067       (skipspc) edge [bend left]     node {J} (kanji)
8068       (kanji)   edge                 node {5} (endk)
8069 ;
8070 \end{scope}
8071 \end{scope}
8072 \end{tikzpicture}
8073 \end{center}
8074 \end{minipage}%
8075 \begin{minipage}{.4\textwidth}
8076 \begin{description}
8077 \item[\textsf{G}] Beginning of group (usually \verb+{+)\\
8078  and ending of group (usually \verb+}+).
8079 \item[\textsf{J}] Japanese characters.
8080 \item[\textsf{5}] \textit{end-of-line} (usually \verb+^+\verb+^J+).
8081 \item[\textsf{10}] space (usually \sp).
8082 \item[\textsf{O}] other characters, whose category code is in $\{3,4,6,7,8,11,12,13\}$.
8083 \item[\textsf{[\sp]}, \textsf{[\cs{par}]}]
8084 emits a space, or~\cs{par}.
8085 \end{description}
8086 \end{minipage}
8087 \begin{itemize}
8088 \item We omitted about category codes
8089 9~(\textit{ignored}), 14~(\textit{comment}), and~15~(\textit{invalid})
8090 from the above diagram. We also ignored the input like ``\verb+^+\verb+^A+'' or ``\verb+^+\verb+^df+''.
8091 \item When a character whose category code is 0 (\textit{escape character}) is seen by \TeX,
8092 the input processor scans a control sequence (\textsf{scan a c.s.}).
8093 These paths are not shown in the above diagram.
8094
8095 After that, the state is changed to State~$S$ (skipping blanks) in most cases, but
8096 to State~$M$ (middle of line) sometimes.
8097 \end{itemize}
8098 %<en>\caption{State transitions of \pTeX's input processor}
8099 %<ja>\caption{\pTeX の入力処理部の状態遷移}
8100 \label{fig-ptexipro}
8101 \end{figure}
8102
8103
8104 %<en>\subsection{Behavior in \LuaTeX-ja}
8105 %<ja>\subsection{\LuaTeX-jaの動作}
8106   \label{ssec:lineend}
8107 %<*en>
8108 States in the input processor of \LuaTeX\ is the same as that of \TeX,
8109 and they can't be customized by any callbacks. Hence, we can only use
8110 \verb+process_input_buffer+ and \verb+token_filter+ callbacks for to
8111 suppress a space by a line break which is after Japanese characters.
8112
8113 However, \verb+token_filter+ callback cannot be used either, since a
8114 character in category code 5~(\textit{end-of-line}) is converted into an space
8115 token \emph{in the input processor}.  So we can use only the
8116 \verb+process_input_buffer+ callback.  This means that suppressing a
8117 space must be done \emph{just before} an input line is read.
8118
8119 Considering these situations, handling of an end-of-line in \LuaTeX-ja are as follows:
8120 \begin{quote}
8121 A character whose character code is \cs{ltjlineendcomment}%
8122 \footnote{Its default value is \texttt{"FFFFF}, so  \texttt{U+FFFFF} is used.
8123 The category code of \texttt{U+FFFFF} is set to 14~(\textit{comment}) by
8124 \LuaTeX-ja.} is appended to an input line, \emph{before \LuaTeX\ actually
8125 process it}, if and only if the following three conditions are satisfied:
8126 \begin{enumerate}
8127 \item The category code of \cs{endlinechar}%
8128 \footnote{Usually, it is $\langle$\textit{return}$\rangle$
8129       (whose character code is 13).} is 5~(\textit{end-of-line}).
8130 \item The category code of \cs{ltjlineendcomment} itself is 14~(\textit{comment}).
8131 \item The input line matches the following ``regular expression'':
8132 \[
8133   (\text{any char})^*(\textbf{JAchar})
8134   \bigl(\{\text{catcode}=1\}\cup\{\text{catcode}=2\}\bigr)^*
8135 \]
8136 \end{enumerate}
8137 \end{quote}
8138
8139 \paragraph{Remark}
8140 The following example shows the major difference from the behavior of \pTeX.
8141 \begin{LTXexample}
8142 \fontspec[Ligatures=TeX]{Linux Libertine O}
8143 \ltjsetparameter{autoxspacing=false}
8144 \ltjsetparameter{jacharrange={-6}}xあ
8145 y\ltjsetparameter{jacharrange={+6}}zい
8146 u
8147 \end{LTXexample}
8148 It is not strange that ``あ'' does not printed in the above output.
8149 This is because \TeX\ Gyre\ Termes does not contain ``あ'', and because
8150 ``あ'' in line~3 is considered as an \textbf{ALchar}.
8151
8152 Note that there is no space before ``y'' in the output, but
8153 there is a space before ``u''. This follows from following reasons:
8154 \begin{itemize}
8155 \item When line~3 is processed by \texttt{process\_input\_buffer} callback,
8156 ``あ'' is considered as an \textbf{JAchar}.
8157 Since  line~3 ends with an \textbf{JAchar},
8158 the comment character (whose character code is \cs{ltjlineendcomment}) is appended to this line,
8159 and hence the linebreak immediately after this line is ignored.
8160 \item When line~4 is processed by \texttt{process\_input\_buffer} callback,
8161 ``い'' is considered as an \textbf{ALchar}.
8162 Since  line~4 ends with an \textbf{ALchar}, the linebreak immediately after this line
8163 emits a space.
8164 \end{itemize}
8165 %</en>
8166
8167 %<*ja>
8168 \LuaTeX の入力処理部は\TeX のそれと全く同じであり,コールバックによりユーザが
8169 カスタマイズすることはできない.このため,改行抑制の目的でユーザが利用で
8170 きそうなコールバックとしては,\verb+process_input_buffer+や
8171 \verb+token_filter+に限られてしまう.しかし,\TeX の入力処理部をよく見る
8172 と,後者も役には経たないことが分かる:改行文字は,入力処理部によってトー
8173 クン化される時に,カテゴリーコード10の32番文字へと置き換えられてしまうた
8174 め,\verb+token_filter+で非標準なトークン読み出しを行おうとしても,空白文
8175 字由来のトークンと,改行文字由来のトークンは区別できないのだ.
8176
8177 すると,我々のとれる道は,\verb+process_input_buffer+を用いて
8178 \LuaTeX の入力処理部に引き渡される前に入力文字列を編集するというものしかない.
8179 以上を踏まえ,\LuaTeX-jaにおける「和文文字直後の改行抑制」の処理は,次のようになっている:
8180
8181 \begin{quote}
8182 各入力行に対し,\emph{その入力行が読まれる前の内部状態で}
8183 以下の3条件が満たされている場合,\LuaTeX-jaは\cs{ltjlineendcomment}番の文字
8184 \footnote{\cs{ltjlineendcomment}の既定値は\texttt{"FFFFF}であるので,
8185   既定では\texttt{U+FFFFF}が使われることになる.この文字はコメント文字として扱われるように
8186   \LuaTeX-ja内部で設定をしている.}%
8187 を末尾に追加する.よって,その場合に改行は空白とは見做されないこととなる.
8188 \begin{enumerate}
8189 \item \cs{endlinechar}の文字\footnote{普通は,改行文字(文字コード13番)である.}
8190 のカテゴリーコードが5~(\textit{end-of-line})である.
8191 \item \cs{ltjlineendcomment}のカテゴリーコードが14~(\textit{comment})である.
8192 \item 入力行は次の「正規表現」にマッチしている:
8193 \[
8194   (\text{any char})^*(\textbf{JAchar})
8195   \bigl(\{\text{catcode}=1\}\cup\{\text{catcode}=2\}\bigr)^*
8196 \]
8197 \end{enumerate}
8198 \end{quote}
8199
8200 この仕様は,前節で述べた\pTeX の仕様にできるだけ近づけたものとなっている.条件1.は,
8201 \texttt{lstlisting}系環境などの日本語対応マクロを書かなくてすませるためのものである.
8202
8203 しかしながら,\pTeX と完全に同じ挙動が実現できたわけではない.
8204 次のように,\textbf{JAchar}の範囲を変更したちょうどその行においては挙動が異なる:
8205 \begin{LTXexample}
8206 \fontspec[Ligatures=TeX]{TeX Gyre Termes}
8207 \ltjsetparameter{autoxspacing=false}
8208 \ltjsetparameter{jacharrange={-6}}xあ
8209 y\ltjsetparameter{jacharrange={+6}}zい
8210 u
8211 \end{LTXexample}
8212 上ソース中の「あ」は\textbf{ALchar}(欧文扱い)であり.
8213 ここで使用している欧文フォント\TeX\ Gyre Termesは「あ」を含まない.
8214 よって,出力に「あ」は現れないことは不思議ではない.
8215 それでも,\pTeX とまったく同じ挙動を示すならば,出力は
8216 「\hbox{\ltjsetparameter{autoxspacing=false}x yzいu}」となるはずである.しかし,実際には
8217 上のように異なる挙動となっているが,それは以下の理由による:
8218 \begin{itemize}
8219 \item 3行目を \texttt{process\_input\_buffer} で処理する時点では,
8220       「あ」は\textbf{JAchar}(和文扱い)である.よって3行目は\textbf{JAchar}で終わることになり,
8221       \cs{ltjlineendcomment}番のコメント文字が追加される.
8222       よって,直後の改行文字は無視されることになり,空白は入らない.
8223 \item 4行目を \texttt{process\_input\_buffer} で処理する時点では,
8224       「い」は\textbf{ALchar}である.よって4行目は\textbf{ALchar}で終わることになり,
8225       直後の改行文字は空白に置き換わる.
8226 \end{itemize}
8227 このため,トラブルを避けるために,\textbf{JAchar}の範囲を\cs{ltjsetparameter}で編集した場合,
8228 その行はそこで改行するようにした方がいいだろう.
8229 %</ja>
8230
8231 %<*ja>
8232
8233 %<en>\section{Insertion of JFM glues, \Param{kanjiskip} and \Param{xkanjiskip}}
8234 %<ja>\section{JFMグルーの挿入,\Param{kanjiskip}と\Param{xkanjiskip}}
8235 \label{sec-jfmglue}
8236 %<en>\subsection{Overview}
8237 %<ja>\subsection{概要}
8238
8239 \LuaTeX-jaにおける \textbf{JAglue} の挿入方法は,\pTeX のそれとは全く異なる.
8240 \pTeX では次のような仕様であった:
8241 \begin{itemize}
8242 \item JFMグルーの挿入は,和文文字を表すトークンを元に水平リストに(文字を表す)<char\_node>を
8243 追加する過程で行われる.
8244 \item \Param{xkanjiskip}の挿入は,hboxへのパッケージングや行分割前に行われる.
8245 \item \Param{kanjiskip}はノードとしては挿入されない.パッケージングや行分割の計算時に
8246 「和文文字を表す2つの<char\_node>の間には\Param{kanjiskip}がある」ものとみなされる.
8247 \end{itemize}
8248 しかし,\LuaTeX-jaでは,hboxへのパッケージングや行分割前に全ての
8249 \textbf{JAglue},即ちJFMグルー・\Param{xkanjiskip}・\Param{kanjiskip}の
8250 3種類を一度に挿入することになっている.これは,\LuaTeX において欧文の合字・
8251 カーニング処理がノードベースになったことに対応する変更である.
8252
8253 \LuaTeX-jaにおける\textbf{JAglue}挿入処理では,次節で定義する
8254 「クラスタ」を単位にして行われる.大雑把にいうと,「クラスタ」は文字とそれに付随す
8255 るノード達(アクセント位置補正用のカーンや,イタリック補正)をまとめたもの
8256 であり,2つのクラスタの間には,ペナルティ,\cs{vadjust},whatsitなど,行組版
8257 には関係しないものがある.
8258
8259
8260 %<en>\subsection{Definition of a Cluster}
8261 %<ja>\subsection{「クラスタ」の定義}
8262
8263 \def\OA{$\text{\sf O}_{\text{\sf A}}$}
8264 \def\OB{$\text{\sf O}_{\text{\sf B}}$}
8265 \begin{defn}
8266 %<*en>
8267 A \emph{cluster} is consecutive nodes in one of the following forms,
8268 with the \textit{id} of it:
8269 %</en>
8270 %<*ja>
8271 \emph{クラスタ}は以下の形のうちのどれかひとつをとるノードのリストである:
8272 %</ja>
8273 \begin{enumerate}
8274 %<*en>
8275 \item Nodes whose value of\ \verb+\ltj@icflag+ is in $[3,15)$.  These
8276       nodes come from a hbox which is already packaged, by unpackaging
8277       (\cs{unhbox}).
8278       The \textit{id} of the cluster is \textit{id\_pbox}.
8279 %</en>
8280 %<*ja>
8281 \item その \verb+\ltj@icflag+ の値が$[3,15)$に入るノードのリスト.
8282   これらのノードはある既にパッケージングされたhboxから \cs{unhbox} で
8283   アンパックされたものである.
8284   この場合,クラスタの\textit{id}は\textit{id\_pbox}である.
8285 %</ja>
8286
8287 %<*en>
8288 \item A inline math formula, including two \textit{math\_node}s at the boundary of it.
8289       The \textit{id} of the cluster is \textit{id\_math}.
8290 %</en>
8291 %<*ja>
8292 \item インライン数式でその境界に2つの\textit{math\_node}を含むもの.
8293   この場合,クラスタの\textit{id}は\textit{id\_math}である.
8294 %</ja>
8295
8296 %<*en>
8297 \item A \textit{glyph\_node}~$p$, which represents a \textbf{JAchar}, with nodes which relate with it:
8298 %</en>
8299 %<*ja>
8300 \item \textbf{JAchar}を表す\textit{glyph\_node}~$p$とそれに関係するノード:
8301 %</ja>
8302 \begin{enumerate}
8303 %<*en>
8304 \item[(a)] A kern for the italic correction of~$p$.
8305 %</en>
8306 %<*ja>
8307 \item[(a)] $p$のイタリック補正のためのカーン.
8308 %</ja>
8309
8310 %<*en>
8311 \item[(b)] An accent attached to $p$ by \cs{accent}.
8312 %</en>
8313 %<*ja>
8314 \item[(b)] \cs{accent} による$p$に付随したアクセント.
8315 %</ja>
8316 \end{enumerate}
8317 \[
8318 \overbrace{%
8319  \Node{kern}{$\mathit{subtype}=2$}\longrightarrow
8320 \left\{\begin{array}{c}
8321 \Node{glyph}{accent}\\\noalign{\medskip}
8322 \Node{hbox}{accent (shifted vert.)}
8323 \end{array}\right\}\longrightarrow
8324 \Node{kern}{$\mathit{subtype}=2$}}^{\text{(b)}}
8325 \longrightarrow
8326 \Node{glyph}{$p$}\longrightarrow
8327 \overbrace{%
8328 \Node{kern}{italic corr.}}^{\text{(a)}}
8329 \]
8330
8331 %<*en>
8332 In this case, the \textit{id} is \textit{id\_jglyph}.
8333 %</en>
8334 %<*ja>
8335 この場合の\textit{id}は\textit{id\_jglyph}である.
8336 %</ja>
8337
8338 %<*en>
8339 \item A list which begins from a \textit{glyph\_node} which represents a \textbf{ALchar},
8340       and consists of \textbf{ALchar} \textit{glyph\_node}s,
8341       kerns for adjusting accents~(its subtype is 2), kerns for italic corrections and
8342       kerns which are automatically inserted by \LuaTeX~or~luaotfload.
8343       In this case, the \textit{id} is \textit{id\_glyph}.
8344 %</en>
8345 %<*ja>
8346 \item \textbf{ALchar}を表す\textit{glyph\_node},\cs{accent} によるアクセント位置補正用の
8347       カーン(subtypeが2),そしてイタリック補正・カーニングによって挿入されたカーン達が連続
8348       したもの.この場合の\textit{id}は\textit{id\_glyph}である.
8349 %</ja>
8350
8351 %<*en>
8352 \item An box-like node, that is, an hbox, a vbox, a rule (\cs{vrule}) and an \textit{unset\_node}.
8353 The \textit{id} of the cluster is \textit{id\_hlist} if the node is an
8354       hbox which is not shifted vertically, or \textit{id\_box\_like}
8355       otherwise.
8356 %</en>
8357 %<*ja>
8358 \item 水平ボックス(hbox),垂直ボックス,罫線 (\cs{vrule}),
8359   そして\textit{unset\_node}.
8360   クラスタの\textit{id}は垂直に移動していないhboxならば\textit{id\_hlist},
8361   そうでなければ\textit{id\_box\_like}となる.
8362 %</ja>
8363
8364 %<*en>
8365 \item A glue, a kern whose subtype is not 2~(\textit{accent}), and a discretionary break.
8366 The \textit{id} of the cluster is \textit{id\_glue}, \textit{id\_kern}
8367       and \textit{id\_disc}, respectively.
8368 %</en>
8369 %<*ja>
8370 \item グルー,subtypeが 2~(\textit{accent})ではないカーン,そしてdiscretionary break.
8371   その\textit{id} of the clusterはそれぞれ\textit{id\_glue}, \textit{id\_kern},そして
8372   \textit{id\_disc}である.
8373 %</ja>
8374 \end{enumerate}
8375 %<*en>
8376 We use \textit{Np}, \textit{Nq} and \textit{Nr} to denote a cluster.
8377 %</en>
8378 %<*ja>
8379 以下では\textit{Np}, \textit{Nq}, \textit{Nr}でクラスタを表す.
8380 %</ja>
8381 \end{defn}
8382
8383 \paragraph{\textit{id}の意味}
8384 $\mathit{Np}.\mathit{id}$の意味を述べるとともに,
8385 「先頭の文字」を表す\textit{glyph\_node}~$\mathit{Np}.\mathit{head}$と,
8386 「最後の文字」を表す\textit{glyph\_node}~$\mathit{Np}.\mathit{tail}$を次のように定義する.
8387 直感的に言うと,\textit{Np}は$\mathit{Np}.\mathit{head}$で始まり$\mathit{Np}.\mathit{tail}$で終わるような単語,
8388 と見做すことができる.これら$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$は
8389 説明用に準備した概念であって,実際のLuaコード中にそのように書かれているわけではないことに注意.
8390
8391 \begin{description}
8392 \item[\textit{id\_jglyph}] \textbf{JAchar}(和文文字).\\
8393 $\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$は,その\textbf{JAchar}を表している
8394 \textit{glyph\_node}そのものである.
8395 \item[\textit{id\_glyph}] \textbf{JAchar}(和文文字)以外のものを表す\textit{glyph\_node}~$p$.\\
8396 多くの場合,$p$は\textbf{ALchar}(欧文文字)を格納しているが,「ffi」などの合字によって作られた
8397 \textit{glyph\_node}である可能性もある.
8398 前者の場合,$\mathit{Np}.\mathit{head}$,~$\mathit{Np}.\mathit{tail} = p$である.
8399 一方,後者の場合,
8400 \begin{itemize}
8401 \item $\mathit{Np}.\mathit{head}$は,
8402 合字の構成要素の先頭→(その\textit{glyph\_node}における)合字の構成要素の先頭→……
8403 と再帰的に検索していってたどり着いた\textit{glyph\_node}である.
8404 \item $\mathit{Np}.\mathit{last}$は,同様に末尾→末尾→と検索してたどり着いた\textit{glyph\_node}である.
8405 \end{itemize}
8406 \item[\textit{id\_math}] インライン数式.\\
8407 便宜的に,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$ともに
8408 「文字コード$-1$の欧文文字」とおく.
8409 \item[\textit{id\_hlist}] 縦方向にシフトされていないhbox.\\
8410 この場合,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$はそれぞれ$p$の内容を表すリストの,
8411 先頭・末尾のノードである.
8412 \medskip
8413 \begin{itemize}
8414 \item 状況によっては,\TeX ソースで言うと
8415 \begin{lstlisting}
8416 \hbox{\hbox{abc}...\hbox{\lower1pt\hbox{xyz}}}
8417 \end{lstlisting}
8418 のように,$p$の内容が別のhboxで開始・終了している可能性も十分あり得る.そのような場合,
8419 $\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$の算出は,
8420 \emph{垂直方向にシフトされていない}hboxの
8421 場合だけ内部を再帰的に探索する.例えば上の例では,$\mathit{Np}.\mathit{head}$は文字「a」を表すノードであり,
8422 一方$\mathit{Np}.\mathit{tail}$は垂直方向にシフトされたhbox,
8423 \verb+\lower1pt\hbox{xyz}+ に対応するノードである.
8424 \item また,先頭にアクセント付きの文字がきたり,末尾にイタリック補正用のカーンが
8425 来ることもあり得る.この場合は,クラスタの定義のところにもあったように,それらは無視して算出を行う.
8426 \item 最初・最後のノードが合字によって作られた\textit{glyph\_node}のときは,それぞれに対して\textit{id\_glyph}%
8427 と同様に再帰的に構成要素をたどっていく.
8428 \end{itemize}
8429 \item[\textit{id\_pbox}] 「既に処理された」ノードのリストであり,これらのノードが二度処理を受けないために
8430 まとめて1つのクラスタとして取り扱うだけである.
8431 \textit{id\_hlist}と同じ方法で$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$を算出する,
8432 \item[\textit{id\_disc}] discretionary break (\verb+\discretionary{pre}{post}{nobreak}+).\\
8433 \textit{id\_hlist}と同じ方法で$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$を算出するが,
8434 第3引数の \texttt{nobreak}(行分割が行われない時の内容)を使う.言い換えれば,ここで行分割が発生した時の状況は
8435 全く考慮に入れない.
8436 \item[\textit{id\_box\_like}] \textit{id\_hlist}とならないboxや,rule.\\
8437 この場合は,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$のデータは利用されないので,2つの算出は無意味である.
8438 敢えて明示するならば,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$は共にnil値である.
8439 \item[他] 以上にない\textit{id}に対しても,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$の算出は無意味.
8440 \end{description}
8441
8442 \paragraph{クラスタの別の分類}
8443 さらに,JFMグルー挿入処理の実際の説明により便利なように,\textit{id}とは別のクラスタの分類を行っておく.
8444 挿入処理では2つの隣り合ったクラスタの間に
8445 空白等の実際の挿入を行うことは前に書いたが,ここでの説明では,問題にしているクラスタ\textit{Np}は「後ろ側」のクラスタである
8446 とする.「前側」のクラスタについては,以下の説明で\textit{head}が\textit{last}に置き換わることに注意すること.
8447 \begin{description}
8448 \item[和文A] リスト中に直接出現している\textbf{JAchar}.
8449 \textit{id}が\textit{id\_jglyph}であるか,\\
8450 \textit{id}が\textit{id\_pbox}であって$\mathit{Np}.\mathit{head}$が\textbf{JAchar}であるとき.
8451
8452 \item[和文B] リスト中のhboxの中身の先頭として出現した\textbf{JAchar}.和文Aとの違いは,これの前に
8453 JFMグルーの挿入が行われない(\Param{xkanjiskip},~\Param{kanjiskip}は入り得る)ことである.\\
8454 \textit{id}が\textit{id\_hlist}か\textit{id\_disc}であって$\mathit{Np}.\mathit{head}$が\textbf{JAchar}であるとき.
8455
8456 \item[欧文] リスト中に直接/hboxの中身として出現している「\textbf{JAchar}以外の文字」.次の3つの場合が該当:
8457 \begin{itemize}
8458 \item \textit{id}が\textit{id\_glyph}である.
8459 \item \textit{id}が\textit{id\_math}である.
8460 \item \textit{id}が\textit{id\_pbox}か\textit{id\_hlist}か\textit{id\_disc}であって,$\mathit{Np}.\mathit{head}$が\textbf{ALchar}.
8461 \end{itemize}
8462 \item[箱] box,またはそれに類似するもの.次の2つが該当:
8463 \begin{itemize}
8464 \item \textit{id}が\textit{id\_pbox}か\textit{id\_hlist}か\textit{id\_disc}であって,$\mathit{Np}.\mathit{head}$が\textit{glyph\_node}でない.
8465 \item \textit{id}が\textit{id\_box\_like}である.
8466 \end{itemize}
8467
8468 \end{description}
8469
8470 \subsection{段落/hboxの先頭や末尾}
8471 \paragraph{先頭部の処理}
8472 まず,段落/hboxの一番最初にあるクラスタ\textit{Np}を探索する.
8473 hboxの場合は何の問題もないが,段落の場合では以下のノード達を事前に読み飛ばしておく:
8474 \begin{itemize}
8475 \item \cs{parindent} 由来のhbox($\mathit{subtype}=3$)
8476 \item \textit{subtype}が44~(\textit{user\_defined})でないようなwhatsit
8477 \end{itemize}
8478 これは,\cs{parindent}由来のhboxがクラスタを構成しないようにするためである.
8479
8480 次に,\textit{Np}の直前に空白$g$を必要なら挿入する:
8481 \begin{enumerate}
8482 \item この処理が働くような\textit{Np}は\textsf{和文A}である.
8483 \item 問題のリストが字下げありの段落(\cs{parindent} 由来のhboxあり)の場合は,
8484 この空白$g$は「文字コード \texttt{'parbdd'} の文字」と\textit{Np}の間に入るグルー/カーンである.
8485 \item そうでないとき(\verb+noindent+ で開始された段落やhbox)は,
8486 $g$は「文字コード \texttt{'boxbdd'} の文字」と\textit{Np}の間に入るグルー/カーンである.
8487 \end{enumerate}
8488 ただし,もし$g$がglueであった場合,この挿入によって\textit{Np}による行分割が新たに可能になるべきではない.
8489 そこで,以下の場合には,$g$の直前に \cs{penalty10000} を挿入する:
8490 \begin{itemize}
8491 \item 問題にしているリストが段落であり,かつ
8492 \item \textit{Np}の前には予めペナルティがなく,$g$はglue.
8493 \end{itemize}
8494
8495 \paragraph{末尾の処理}
8496 末尾の処理は,問題のリストが段落のものかhboxのものかによって異なる.
8497 後者の場合は容易い:最後のクラスタを\textit{Nq}とおくと,\textit{Nq}と「文字コード\
8498 \texttt{'boxbdd'} の文字」の間に入るグルー/カーンを,
8499 \textit{Nq}の直後に挿入するのみである.
8500
8501 一方.前者(段落)の場合は,リストの末尾は常に \cs{penalty10000} と,
8502 \cs{parfillskip} 由来のグルーが存在する.%よって,最後のクラスタ\textit{Np}は
8503 %この \cs{parfillskip} 由来のグルーとなり,実質的な中身の最後はその1つ前のクラスタ\textit{Nq}となる.
8504 段落の最後の「通常の\textbf{JAchar}${}+{}$句点」が独立した行となるのを防ぐために,
8505 \Param{jcharwidowpenalty}の値の分だけ適切な場所のペナルティを増やす.
8506
8507 ペナルティ量を増やす場所は,\textit{head}が\textbf{JAchar}であり,
8508 かつその文字の\Param{kcatcode}が偶数であるような
8509 最後のクラスタの直前にあるものたちである%
8510 \footnote{大雑把に言えば,\Param{kcatcode}が奇数であるような\textbf{JAchar}%
8511 を約物として考えていることになる.
8512 \Param{kcatcode}の最下位ビットはこの\Param{jcharwidowpenalty}用にのみ利用される.}.
8513
8514 \subsection{概観と典型例:2つの「和文A」の場合}
8515 \label{ssec-cluster-wa}
8516 先に述べたように,2つの隣り合ったクラスタ,\textit{Nq}と\textit{Np}の間には,
8517 ペナルティ,\cs{vadjust},whatsitなど,行組版には関係しないものがある.模式的に表すと,
8518 \[
8519  \Node{cluster}{\textit{Nq}}\longrightarrow
8520 \overbrace{
8521 \Node{penalty}{$p$}\longrightarrow \cdots\longrightarrow \Node{whatsit}{}}^{\textrm{(a)}}
8522 \longrightarrow \Node{cluster}{\textit{Np}}
8523 \]
8524 のようになっている.間の(a)に相当する部分には,何のノードもない場合ももちろんあり得る.
8525 そうして,JFMグルー挿入後には,この2クラスタ間は次のようになる:
8526 \[
8527  \Node{cluster}{\textit{Nq}}\longrightarrow%\Node{kern}{左空白}\longrightarrow
8528 \overbrace{
8529 \Node{penalty}{$p+x$}\longrightarrow \cdots\longrightarrow
8530 \Node{whatsit}{}}^{\textrm{(a)}}\longrightarrow
8531 \Node{glue or kern}{\raisebox{-.2\zw}{右空白}}\longrightarrow
8532 \Node{cluster}{\textit{Np}}
8533 \]
8534
8535 以後,\emph{典型的な例として,クラスタ\textit{Nq}と\textit{Np}が共に\textsf{\textmd{和文A}}である場合を見ていこう,}
8536 この場合が全ての場合の基本となる.
8537
8538 \paragraph{「右空白」の算出}
8539 まず,「右空白」にあたる量を算出する.通常はこれが,隣り合った2つの\textbf{JAchar}間に入る空白量となる.
8540 \begin{description}
8541 \item[JFM由来{[M]}] JFMの文字クラス指定によって入る空白を以下によって求める.この段階で空白量が未定義(未指定)だった場合,
8542       デフォルト値\Param{kanjiskip}を採用することとなるので,次へ.
8543 \begin{enumerate}
8544 \item もし両クラスタの間で \cs{inhibitglue} が実行されていた場合(証としてwhatsitノードが自動挿入される),
8545       代わりに\Param{kanjiskip}が挿入されることとなる.次へ.
8546 \item \textit{Nq}と\textit{Np}が同じJFM・同じ\texttt{jfmvar}キー・同じサイズの和文フォントであったならば,
8547       共通に使っているJFM内で挿入される空白(グルーかカーン)が決まっているか調べ,決まっていればそれを採用.
8548 \item 1.でも2.でもない場合は,JFM・\texttt{jfmvar}・サイズの3つ組は\textit{Nq}と\textit{Np}で異なる.
8549 この場合,まず
8550 \[
8551 \vcenter{\halign{\hfil$#:={}$&\inhibitglue#\inhibitglue\cr
8552 gb&(\textit{Nq}と「使用フォントが\textit{Nq}のそれと同じで,\hfil\cr
8553 \omit&\quad 文字コードが\textit{Np}のそれの文字」との間に入るグルー/カーン)\hfil\cr
8554 ga&(\inhibitglue 「使用フォントが\textit{Np}のそれと同じで,\hfil\cr
8555 \omit&\quad 文字コードが\textit{Nq}のそれの文字」と\textit{Np}との間に入るグルー/カーン)\hfil\cr
8556 }}
8557 \]
8558 として,前側の文字のJFMを使った時の空白(グルー/カーン)と,後側の文字のJFMを使った時のそれを求める.
8559
8560 $\mathit{gb}$,~$\mathit{ga}$それぞれに対する<ratio>の値を$d_b$,~$d_a$とする.
8561 \begin{itemize}
8562 \item
8563 $\mathit{ga}$と$\mathit{gb}$の両方が未定義であるならば,JFM由来のグルーは挿入されず,
8564 \Param{kanjiskip}を採用することとなる.
8565 どちらか片方のみが未定義であるならば,次のステップでその未定義の方は長さ0のkernで,<ratio>の値は0であるかのように扱われる.
8566 \item
8567 \Param{diffrentjfm}の値が \texttt{pleft}, \texttt{pright},
8568       \texttt{paverage} のとき,
8569 <ratio>の指定に従って比例配分を行う.
8570 JFM由来のグルー/カーンは以下の値となる:
8571 \[
8572  f\left(\frac{1-d_b}2\textit{gb} + \frac{1+d_b}2\textit{ga},
8573 \frac{1-d_a}2\textit{gb} + \frac{1+d_a}2\textit{ga}\right)
8574 \]
8575 ここで.$f(x,y)$は
8576 \[
8577  f(x,y)=\begin{cases}
8578 x&\text{if\ }\Param{diffrentjfm}=\texttt{pleft};\\
8579 y&\text{if\ }\Param{diffrentjfm}=\texttt{pright};\\
8580 (x+y)/2&\text{if\ }\Param{diffrentjfm}=\texttt{paverage};
8581 \end{cases}.
8582 \]
8583 \item
8584 \Param{differentjfm}がそれ以外の値の時は,<ratio>の値は無視され,JFM由来のグルー/カーンは以下の値となる:
8585 \[
8586  f(\textit{gb},\textit{ga})
8587 \]
8588 ここで.$f(x,y)$は
8589 \[
8590  f(x,y)=\begin{cases}
8591 \min(x,y)&\text{if\ }\Param{diffrentjfm}=\texttt{small};\\
8592 \max(x,y)&\text{if\ }\Param{diffrentjfm}=\texttt{large};\\
8593 (x+y)/2&\text{if\ }\Param{diffrentjfm}=\texttt{average};\\
8594 x+y&\text{if\ }\Param{diffrentjfm}=\texttt{both};
8595 \end{cases}.
8596 \]
8597 \end{itemize}
8598 \end{enumerate}
8599
8600 例えば,
8601 \begin{lstlisting}
8602 \jfont\foo=psft:Ryumin-Light:jfm=ujis;-kern
8603 \jfont\bar=psft:GothicBBB-Medium:jfm=ujis;-kern
8604 \jfont\baz=psft:GothicBBB-Medium:jfm=ujis;jfmvar=piyo;-kern
8605 \end{lstlisting}
8606 という3フォントを考え,
8607 \[
8608  \overbrace{\Node{glyph}{\cs{ foo}, `あ'}}^{p}
8609 \longrightarrow \overbrace{\Node{glyph}{\cs{bar}, `い'}}^{q}
8610 \longrightarrow \overbrace{\Node{glyph}{\cs{baz}, `う'}}^{r}
8611 \]
8612 という3ノードを考える(それぞれ単独でクラスタをなす).
8613 この場合,$p$と$q$の間は,実フォントが異なるにもかかわらず2.の状況となる一方で,
8614 $q$と$r$の間は(実フォントが同じなのに)\texttt{jfmvar} キーの内容が異なるので3.の状況となる.
8615 \item[\Param{kanjiskip}~{[K]}] 上の[M]において空白が定まらなかった場合,
8616 以下で定めた量「右空白」として採用する.
8617 この段階においては,\cs{inhibitglue} は効力を持たないため,
8618 結果として,2つの\textbf{JAchar}間には常に何らかのグルー/カーンが挿入されることとなる.
8619 \begin{enumerate}
8620 \item 両クラスタ(厳密には$\mathit{Nq}.\mathit{tail}$,$\mathit{Np}.\mathit{head}$)の中身の文字コードに対する
8621 \Param{autospacing}パラメタが両方ともfalseだった場合は,長さ0のglueとする.
8622 \item ユーザ側から見た\Param{kanjiskip}パラメタの自然長が$\cs{maxdimen}=(2^{30}-1)\,{\rm sp}$で
8623 なければ,\Param{kanjiskip}パラメタの値を持つglueを採用する.
8624 \item 2.でない場合は,\textit{Nq}, \textit{Np}で使われているJFMに指定されている\Param{kanjiskip}の値を用いる.
8625 どちらか片方のクラスタだけが\textbf{JAchar}(\textsf{和文A}・\textsf{和文B})のときは,そちらのクラスタで使われている
8626 JFM由来の値だけを用いる.もし両者で使われているJFMが異なった場合は,上の[M]~3.と同様の方法を用いて調整する.
8627 \end{enumerate}
8628 \end{description}
8629 %\paragraph{「左空白」の算出とそれに伴う補正}
8630 %「左空白」は過去のバージョンでは定義していたが,このバージョンでは
8631 %挿入は一切行われない(機能自体削除している).
8632 %しかし,仕様は流動的であり,将来復活する可能性もあるため,マニュアル中の記述は今のところ極力変更しない.
8633 \paragraph{禁則用ペナルティの挿入}
8634 まず,
8635 \[
8636  a:=(\text{\textit{Nq}{\footnotemark}の文字に対する\Param{postbreakpenalty}の値})
8637 +(\text{\textit{Np}{\footnotemark}の文字に対する\Param{prebreakpenalty}の値})
8638 \]
8639 とおく\footnotetext{厳密にはそれぞれ$\mathit{Nq}.\mathit{tail}$,$\mathit{Np}.\mathit{head}$.}.
8640 ペナルティは通常$[-10000,10000]$の整数値をとり,また$\pm 10000$は正負の無限大を意味することになっているが,この$a$の
8641 算出では単純な整数の加減算を行う.
8642
8643 $a$は禁則処理用に\textit{Nq}と\textit{Np}の間に加えられるべきペナルティ量である.
8644 \begin{description}
8645 \item[P-normal~{[PN]}]
8646 \textit{Nq}と\textit{Np}の間の(a)部分にペナルティ(\textit{penalty\_node})があれば処理は簡単である:
8647 それらの各ノードにおいて,ペナルティ値を($\pm 10000$を無限大として扱いつつ)$a$だけ増加させればよい.
8648 また,$10000 + (-10000) = 0$としている.
8649
8650 少々困るのは,(a)部分にペナルティが存在していない場合である.
8651 直感的に,補正すべき量$a$が0でないとき,その値をもつ\textit{penalty\_node}を作って
8652 「右空白」の(もし未定義なら\textit{Np}の)直前に挿入……
8653 ということになるが,実際には僅かにこれより複雑である.
8654 \begin{itemize}
8655 \item 「右空白」がカーンであるとき,
8656 それは「\textit{Nq}と\textit{Np}の間で改行は許されない」ことを意図している.そのため,
8657 この場合は$a\neq 0$であってもペナルティの挿入はしない.
8658 \item そうでないないときは,$a\neq 0$ならば\textit{penalty\_node}を作って挿入する.
8659 %\item 「左空白」がカーンとしてきっちり定義されている時(このとき,「右空白」はカーンでない),
8660 %この「左空白」の直後での行分割を許容しないといけないので,$a=0$であっても
8661 %\textit{penalty\_node}を作って挿入する.
8662 %\item 以上のどれでもないときは,$a\neq 0$ならば\textit{penalty\_node}を作って挿入する.
8663 \end{itemize}
8664 \end{description}
8665
8666 \def\gkf#1#2#3{\sf$\displaystyle\vphantom{\Bigg(}%
8667   \frac{\hbox to 4\zw{\hss#2\hss}}{\hbox{#3}}$}
8668 \begin{table}[t]
8669 %<en>\caption{Summary of JFM glues}
8670 %<ja>\caption{JFM グルーの概要}
8671 \label{tab-jfmglue}
8672 %<en>\medskip
8673 \begin{center}
8674 \small
8675 \begin{tabular}{c|cccccc}
8676 \toprule
8677 {\bf\textit{Np}}↓&\sf 和文A&\sf 和文B&\sf 欧文&\sf 箱&\sf glue&\sf kern\\\midrule
8678 \sf 和文A&
8679 \gkf{E}{M→K}{PN}&
8680 \gkf{---}{\OA →K}{PN}&
8681 \gkf{---}{\OA →X}{PN}&
8682 \gkf{---}{\OA}{PA}&
8683 \gkf{---}{\OA}{PN}&
8684 \gkf{---}{\OA}{PS}\\
8685 \sf 和文B&
8686 \gkf{E}{\OB→K}{PA}&
8687 \gkf{---}{K}{PS}&
8688 \gkf{---}{X}{PS}\\
8689 \sf 欧文&
8690 \gkf{E}{\OB →X}{PA}&
8691 \gkf{---}{X}{PS}\cr
8692 \sf 箱&\gkf{E}{\OB}{PA}\\
8693 \sf glue&\gkf{E}{\OB}{PN}\\
8694 \sf kern&\gkf{E}{\OB}{PS}\\
8695 \bottomrule
8696 \end{tabular}
8697 \end{center}
8698 \begin{quote}
8699 %<*en>
8700 In the table above, {\small\gkf{E}{M→K}{PN}} means that
8701 %</en>
8702 %<*ja>
8703 上の表において,{\small\gkf{E}{M→K}{PN}}は次の意味である:
8704 %</ja>
8705 \begin{enumerate}
8706 %<*en>
8707 \item To determine the ``right-space'', \LuaTeX-ja first attempts by the method ``\textsf{JFM-origin~[M]}''.
8708 If this attempt fails, \LuaTeX-ja use the method ``\textsf{\Param{kanjiskip}~[K]}''.
8709 %</en>
8710 %<*ja>
8711 \item 「右空白」を決めるために,\LuaTeX-ja はまず「JFM由来{[M]}」の方法を試みる.
8712   これが失敗したら,\LuaTeX-ja は「\Param{kanjiskip}~{[K]}」の方法を試みる.
8713 %</ja>
8714
8715 % %<*en>
8716 % \item The ``left space'' between \textit{Nq}~and~\textit{Np} is
8717 %   determined by the method ``\textsf{line-end~[E]}''.
8718 % %</en>
8719 % %<*ja>
8720 % \item \textit{Nq} と \textit{Np} の間の「左空白」は「\textsf{line-end~[E]}」の
8721 %   方法で決定される.
8722 % %</ja>
8723
8724 %<*en>
8725 \item \LuaTeX-ja adopts the method ``\textsf{P-normal~[PN]}'' to adjust the penalty
8726   between two clusters for \emph{kinsoku shori}.
8727 %</en>
8728 %<*ja>
8729 \item \LuaTeX-jaは2つのクラスタの間の禁則処理用のペナルティを設定するために「\textsf{P-normal~[PN]}」の方法を採用する.
8730 %</ja>
8731 \end{enumerate}
8732 \end{quote}
8733 \end{table}
8734
8735 \subsection{その他の場合}
8736 本節の内容は表\ref{tab-jfmglue}にまとめてある.
8737
8738 \paragraph{和文Aと欧文の間}
8739 \textit{Nq}が\textsf{和文A}で,\textit{Np}が\textsf{欧文}の場合,JFMグルー挿入処理は次のようにして行われる.
8740 \begin{itemize}
8741 \item 「右空白」については,まず以下に述べる\textsf{Boundary-B~[\OB]}により空白を決定しようと試みる.
8742 それが失敗した場合は,\textsf{\Param{xkanjiskip}~[X]}によって定める.
8743 %\item 「左空白」については,既に述べた\textsf{line-end~[E]}をそのまま採用する.それに伴う「右空白」の補正も%同じ.
8744 \item 禁則用ペナルティも,以前述べた\textsf{P-normal~[PN]}と同じである.
8745 \end{itemize}
8746 \begin{description}
8747 \item[Boundary-B~{[\OB]}] \textbf{JAchar}と「\textbf{JAchar}でないもの」との間に入る空白を以下によって求め,
8748 未定義でなければそれを「右空白」として採用する.
8749 \textsf{JFM-origin~[M]}の変種と考えて良い.
8750 これによって定まる空白の典型例は,和文の閉じ括弧と欧文文字の間に入る半角アキである.
8751 \begin{enumerate}
8752 \item もし両クラスタの間で \cs{inhibitglue} が実行されていた場合%
8753 (証としてwhatsitノードが自動挿入される),「右空白」は未定義.
8754 \item そうでなければ,
8755 \textit{Nq}と「文字コードが {\tt'jcharbdd'} の文字」との間に入るグルー/カーンとして定まる.
8756 \end{enumerate}
8757 \item[\Param{xkanjiskip}~{[X]}]
8758 この段階では,\textsf{\Param{kanjiskip}~[K]}のときと同じように,
8759 以下で定めた量を「右空白」として採用する.
8760 \cs{inhibitglue} は効力を持たない.
8761 \begin{enumerate}
8762 \item 以下のいずれかの場合は,\Param{xkanjiskip}の挿入は抑止される.しかし,実際には行分割を許容するために,長さ0のglueを採用する:
8763 \begin{itemize}
8764 \item 両クラスタにおいて,それらの中身の文字コードに対する\Param{autoxspacing}パラメタが共にfalseである.
8765 \item \textit{Nq}の中身の文字コードについて,「直後への\Param{xkanjiskip}の挿入」が禁止されている
8766 (つまり,\Param{jaxspmode}~(or \Param{alxspmode})パラメタが2以上).
8767 \item \textit{Np}の中身の文字コードについて,「直前への\Param{xkanjiskip}の挿入」が禁止されている
8768 (つまり,\Param{jaxspmode}~(or \Param{alxspmode})パラメタが偶数).
8769 \end{itemize}
8770 \item ユーザ側から見た\Param{xkanjiskip}パラメタの自然長が$\cs{maxdimen}=(2^{30}-1)\,{\rm sp}$で
8771 なければ,\Param{xkanjiskip}パラメタの値を持つglueを採用する.
8772 \item 2.でない場合は,\textit{Nq}, \textit{Np}(\textsf{和文A}/\textsf{和文B}なのは片方だけ)
8773 で使われているJFMに指定されている\Param{xkanjiskip}の値を用いる.
8774 \end{enumerate}
8775 \end{description}
8776
8777 \paragraph{欧文と和文Aの間}
8778 \textit{Nq}が\textsf{欧文}で,\textit{Np}が\textsf{和文A}の場合,JFMグルー挿入処理は上の場合とほぼ同じである.
8779 \textsf{和文A}のクラスタが逆になるので,\textsf{Boundary-A~[\OA]}の部分が変わるだけ.
8780 \begin{itemize}
8781 \item 「右空白」については,まず以下に述べる\textsf{Boundary-A~[\OA]}により空白を決定しようと試みる.
8782 それが失敗した場合は,\textsf{\Param{xkanjiskip}~[X]}によって定める.
8783 %\item \textit{Nq}が和文でないので,「左空白」は算出されない.
8784 \item 禁則用ペナルティは,以前述べた\textsf{P-normal~[PN]}と同じである.
8785 \end{itemize}
8786 \begin{description}
8787 \item[Boundary-A~{[\OA]}] 「\textbf{JAchar}でないもの」と\textbf{JAchar}との間に入る空白を以下によって求め,
8788 未定義でなければそれを「右空白」として採用する.
8789 \textsf{JFM-origin~[M]}の変種と考えて良い.
8790 これによって定まる空白の典型例は,欧文文字と和文の開き括弧との間に入る半角アキである.
8791 \begin{enumerate}
8792 \item もし両クラスタの間で \cs{inhibitglue} が実行されていた場合(証としてwhatsitノードが自動挿入される),次へ.
8793 \item そうでなければ,
8794 「文字コードが {\tt'jcharbdd'} の文字」と\textit{Np}との間に入るグルー/カーンとして定まる.
8795 \end{enumerate}
8796 \end{description}
8797
8798 \paragraph{和文Aと箱・グルー・カーンの間}
8799 \textit{Nq}が\textsf{和文A}で,\textit{Np}が\textsf{箱}・グルー・カーンのいずれかであった場合,
8800 両者の間に挿入されるJFMグルーについては同じ処理である.しかし,そこでの行分割に対する仕様が異なるので,
8801 ペナルティの挿入処理は若干異なったものとなっている.
8802
8803 \begin{itemize}
8804 \item 「右空白」については,既に述べた\textsf{Boundary-B~[\OB]}により空白を決定しようと試みる.
8805 それが失敗した場合は,「右空白」は挿入されない.
8806 %\item 「左空白」については,既に述べた\textsf{line-end~[E]}の算出方法をそのまま採用する.それに伴う「右空白」の補正も同じ.
8807 \item 禁則用ペナルティの処理は,後ろのクラスタ\textit{Np}の種類によって異なる.
8808 なお,$\mathit{Np}.\mathit{head}$は無意味であるから,
8809 「$\mathit{Np}.\mathit{head}$に対する\Param{prebreakpenalty}の値」は0とみなされる.言い換えれば,
8810 \[
8811  a:=(\text{\textit{Nq}の文字に対する\Param{postbreakpenalty}の値}).
8812 \]
8813 \begin{description}
8814 \item[箱] \textit{Np}が\textsf{箱}であった場合は,両クラスタの間での行分割は
8815 (明示的に両クラスタの間に \cs{penalty10000} があった場合を除き)いつも許容される.そのため,
8816 ペナルティ処理は,後に述べる\textsf{P-allow~[PA]}が\textsf{P-normal~[PN]}の代わりに用いられる.
8817 \item[グルー] \textit{Np}がグルーの場合,ペナルティ処理は\textsf{P-normal~[PN]}を用いる.
8818 \item[カーン] \textit{Np}がカーンであった場合は,両クラスタの間での行分割は
8819 (明示的に両クラスタの間にペナルティがあった場合を除き)許容されない.
8820 ペナルティ処理は,後に述べる\textsf{P-suppress~[PS]}を使う.
8821 \end{description}
8822 これらの\textsf{P-normal~[PN]},\textsf{P-allow~[PA]},\textsf{P-suppress~[PS]}の違いは,
8823 \textit{Nq}と\textit{Np}の間(以前の図だと(a)の部分)にペナルティが存在しない場合にのみ存在する.
8824 \end{itemize}
8825
8826 \begin{description}
8827 \item[P-allow~{[PA]}]
8828 \textit{Nq}と\textit{Np}の間の(a)部分にペナルティがあれば,\textsf{P-normal~[PN]}と同様に,
8829 それらの各ノードにおいてペナルティ値を$a$だけ増加させる.
8830
8831 (a)部分にペナルティが存在していない場合,
8832 \LuaTeX-ja は\textit{Nq}と\textit{Np}の間の行分割を可能にしようとする.
8833 そのために,以下のいずれかの場合に$a$をもつ\textit{penalty\_node}を作って
8834 「右空白」の(もし未定義なら\textit{Np}の)直前に挿入する:
8835 \begin{itemize}
8836 \item 「右空白」がグルーでない(カーンか未定義)であるとき.
8837 \item $a\neq 0$のときは,「右空白」がグルーであっても\textit{penalty\_node}を作る.
8838 \end{itemize}
8839
8840 \item[P-suppress~{[PS]}]
8841 \textit{Nq}と\textit{Np}の間の(a)部分にペナルティがあれば,\textsf{P-normal~[PN]}と同様に,
8842 それらの各ノードにおいてペナルティ値を$a$だけ増加させる.
8843
8844 (a)部分にペナルティが存在していない場合,
8845 \textit{Nq}と\textit{Np}の間の行分割は元々不可能のはずだったのであるが,
8846 \LuaTeX-ja はそれをわざわざ行分割可能にはしない.
8847 そのため,「右空白」がglueであれば,その直前に \cs{penalty10000} を挿入する.
8848 \end{description}
8849
8850 \paragraph{箱・グルー・カーンと和文Aの間}
8851 \textit{Np}が\textsf{箱}・グルー・カーンのいずれかで,\textit{Np}が\textsf{和文A}であった場合は,
8852 すぐ上の(\textit{Nq}と\textit{Np}の順序が逆になっている)場合と同じである.
8853 %が,「左空白」がなくなることにのみ注意.
8854 \begin{itemize}
8855 \item 「右空白」については,既に述べた\textsf{Boundary-A~[\OA]}により空白を決定しようと試みる.
8856 それが失敗した場合は,「右空白」は挿入されない.
8857 %\item \textit{Nq}が和文でないので,「左空白」は算出されない.
8858 \item 禁則用ペナルティの処理は,\textit{Nq}の種類によって異なる.
8859 $\mathit{Nq}.\mathit{tail}$は無意味なので,
8860 \[
8861  a:=(\text{\textit{Np}の文字に対する\Param{prebreakpenalty}の値}).
8862 \]
8863 \begin{description}
8864 \item[箱] \textit{Nq}が\textsf{箱}の場合は,\textsf{P-allow~[PA]}を用いる.
8865 \item[グルー] \textit{Nq}がグルーの場合は,\textsf{P-normal~[PN]}を用いる.
8866 \item[カーン] \textit{Nq}がカーンの場合は,\textsf{P-suppress~[PS]}を用いる.
8867 \end{description}
8868 \end{itemize}
8869
8870 \paragraph{和文Aと和文Bの違い}
8871 先に述べたように,\textsf{和文B}はhboxの中身の先頭(or 末尾)として出現している
8872 \textbf{JAchar}である.リスト内に直接ノードとして現れている\textbf{JAchar}(\textsf{和文A})との違いは,
8873 \begin{itemize}
8874 \item \textsf{和文B}に対しては,JFMの文字クラス指定から定まる空白
8875 \textsf{JFM-origin~[M]},\textsf{Boundary-A~[\OA]},\textsf{Boundary-B~[\OB]})の挿入は行われない.
8876 %「左空白」の算出も行われない.
8877 例えば,
8878 \begin{itemize}
8879 \item 片方が\textsf{和文A},もう片方が\textsf{和文B}のクラスタの場合,
8880 \textsf{Boundary-A~[\OA]}または\textsf{Boundary-B~[\OB]}の挿入を試み,それがダメなら
8881 \Param{kanjiskip}~\textsf{[K]}の挿入を行う.
8882 \item \textsf{和文B}の2つのクラスタの間には,\Param{kanjiskip}~\textsf{[K]}が自動的に入る.
8883 \end{itemize}
8884 \item \textsf{和文B}と箱・グルー・カーンが隣接したとき(どちらが前かは関係ない),間にJFMグルー・ペナルティの挿入は一切しない.
8885 \item \textsf{和文B}と\textsf{和文B},また\textsf{和文B}と\textsf{欧文}とが隣接した時は,禁則用ペナルティ挿入処理は
8886 \textsf{P-suppress~[PS]}が用いられる.
8887 \item \textsf{和文B}の文字に対する\Param{prebreakpenalty},~\Param{postbreakpenalty}の値は使われず,0として計算される.
8888 \end{itemize}
8889
8890
8891 次が具体例である:
8892 \begin{LTXexample}
8893 あ.\inhibitglue A\\
8894 \hbox{あ.}A\\
8895 あ.A
8896 \end{LTXexample}
8897 \begin{itemize}
8898 \item 1行目の\cs{inhibitglue}は\textsf{Boundary-B~[\OB]}の処理のみを抑止するので,ピリオドと「A」の間には
8899 \Param{xkanjiskip}(四分アキ)が入ることに注意.
8900 \item 2行目のピリオドと「A」の間においては,前者が\textsf{和文B}となる(hboxの中身の末尾として登場しているから)ので,
8901 そもそも\textsf{Boundary-B~[\OB]}の処理は行われない.よって,\Param{xkanjiskip}が入ることとなる.
8902 \item 3行目では,ピリオドの属するクラスタは\textsf{和文A}である.これによって,
8903 ピリオドと「A」の間には\textsf{Boundary-B~[\OB]}由来の半角アキが入ることになる.
8904 \end{itemize}
8905 %</ja>
8906
8907 %<*ja>
8908 \section{ベースライン補正の方法}
8909 \subsection{\texttt{yoffset} フィールド}
8910 \Param{yalbaselineshift}等のベースライン補正は,基本的には対象となっている
8911 \textit{glyph\_node}の \texttt{yoffset} フィールドの値を増減することによって
8912 実装されている.なお,\texttt{yoffset} の値は上方向への移動量であるのに対し,
8913 \Param{yalbaselineshift}などは下方向への移動量である.
8914
8915 さて,\texttt{yoffset} の増減によって見かけのグリフ位置は上下に移動するが,
8916 仮想ボディの高さ$h$,深さ$d$については
8917 \begin{description}
8918 \catcode`\<=12\catcode`\>=12
8919  \item[$\texttt{yoffset}\geq 0$のとき]
8920 $h = \max(\texttt{height} + \texttt{yoffset}, 0)$,
8921 $d = \max(\texttt{depth} - \texttt{yoffset}, 0)$,
8922  \item[$\texttt{yoffset}<0$のとき]
8923 $h = \max(\texttt{height} + \texttt{yoffset}, 0)$, $d=\texttt{depth}$.
8924 \end{description}
8925 という仕様になっている.つまり,\texttt{yoffset} が負(グリフを下ける)の場合に深さは増加しな
8926 い(表\ref{tab:yoffset_and_im}参照).
8927
8928 \begin{table}[t]
8929 \caption{\texttt{yoffset} and imaginary body}
8930 \label{tab:yoffset_and_im}
8931 \centering\small
8932 \fboxsep0pt
8933 \def\T#1#2{\fcolorbox{blue}{white}{%
8934   \setbox0=\hbox{\LARGE #1%
8935     \directlua{
8936       local p = tex.nest[tex.nest.ptr].tail
8937       p.yoffset = #2 * 65536
8938     }%
8939   }%
8940   \copy0\kern-\wd0\smash{\color{red}\vrule width \wd0 height 0.2pt depth 0.2pt}%
8941 }}
8942 \begin{tabular}{>{\bfseries}lccccc}
8943 \toprule
8944 \texttt{yoffset}&10\,pt&5\,pt&0&$-5$\,pt&$-10$\,pt\\
8945 \midrule
8946 仮想ボディ&\T{y}{10}, \T{H}{10}&\T{y}{5}, \T{H}{5}&\T{y}{0}, \T{H}{0}%
8947 &\T{y}{-5}, \T{H}{-5}&\T{y}{-10}, \T{H}{-10}\\[10pt]
8948 \bottomrule
8949 \end{tabular}
8950 \end{table}
8951
8952 \subsection{\textbf{ALchar}の補正}
8953 上記の問題について,\textbf{ALchar}のベースライン補正では
8954 「正しい深さ」を持った罫線(rule)を補うという対応策をとった.
8955 この罫線による補正は,\textit{id}が\textit{id\_glyph}であるクラスタ単位,
8956 大雑把に言えば音節単位で行われる.
8957 文字列``Typeset''を
8958 \begin{itemize}
8959  \item フォントはLatin Modern Roman (\texttt{lmroman10-regular.otf}) 10\,pt
8960  \item \Param{yalbaselineshift}は5\,pt
8961 \end{itemize}
8962 という状況で組んだ場合を例にとって説明しよう.
8963
8964 \LuaTeX・\Pkg{luaotfload}によるカーニング・ハイフネーションが終わった段階では,……
8965
8966
8967
8968 %</ja>
8969
8970 %<en>\section{Patch for the \Pkg{listings} Package}
8971 %<ja>\section{\Pkg{listings} パッケージへの対応}
8972
8973 %<*en>
8974 It is well-known that the \Pkg{listings} package outputs weird results
8975 for Japanese input.
8976 The \Pkg{listings} package makes most of letters active and assigns
8977 output command for each letter~(\cite{listings}).
8978 But Japanese characters are not included in these activated letters.
8979 For \pTeX{} series, there is no method to make Japanese characters active;
8980 a patch \Pkg{jlisting.sty}~(\cite{jlisting}) resolves the problem forcibly.
8981 %</en>
8982 %<*ja>
8983 \Pkg{listings} パッケージが,そのままでは日本語をまともに出力できないこと
8984 はよく知られている.きちんと整形して出力するために,\Pkg{listings}パッケー
8985 ジは内部で「ほとんどの文字」をアクティブにし,各文字に対してその文字の出
8986 力命令を割り当てている(\cite{listings}).
8987 しかし,そこでアクティブにする文字の中に,和文文
8988 字がないためである.\pTeX 系列では,和文文字をアクティブにする手法がなく,
8989 \Pkg{jlisting.sty} というパッチ(\cite{jlisting})を用いることで無理やり解決していた.
8990 %</ja>
8991
8992 %<*en>
8993 In \LuaTeX-ja, the problem is resolved by using the \verb+process_input_buffer+ callback.
8994 The callback function inserts the output command (active character \cs{ltjlineendcomment})
8995 before each letter above \texttt{U+0080}.
8996 This method can omits the process to make all Japanese characters active
8997 (most of the activated characters are not used in many cases).
8998 %</en>
8999 %<*ja>
9000 \LuaTeX-jaでは,\verb+process_input_buffer+ コールバックを利用することで,
9001 「各行に出現する\texttt{U+0080}以降の文字に対して,それらの出力命令を前置する」
9002 という方法をとっている.出力命令としては,アクティブ文字化した\cs{ltjlineendcomment}を用いている.
9003 これにより,(入力には使用されていないかもしれない)和文文字をもすべてアクティブ化する手間もなく,
9004 見通しが良い実装になっている.
9005 %</ja>
9006
9007
9008 %<*en>
9009 If the \Pkg{listings} package  and \LuaTeX-ja were loaded,
9010 then the patch \Pkg{lltjp-listings} is loaded automatically at \verb+\begin{document}+.
9011 %</en>
9012 %<*ja>
9013 \LuaTeX-ja で利用される \Pkg{listings} パッケージへのパッチ \Pkg{lltjp-listings} は,
9014 \Pkg{listings} と\LuaTeX-jaを読み込んでおけば,
9015 \verb+\begin{document}+ の箇所において自動的に読み込まれるので,通常はあまり
9016 意識する必要はない.
9017 %</ja>
9018
9019 %<en>\subsection{Notes and additional keys}
9020 %<ja>\subsection{注意}
9021 % %<*en>
9022 % \paragraph{Escaping to \LaTeX}
9023 % We used the \verb+process_input_buffer+ callback to output \textbf{JAchar}s.
9024 % But it has a drawback; any commands whose name contains a \textbf{JAchar}
9025 % cannot be used in any ``escape to \LaTeX''.
9026
9027 % Consider the following input:
9028 % %</en>
9029 % %<*ja>
9030 % \paragraph{\LaTeX へのエスケープ}
9031 % 日本語対応を行うために \verb+process_input_buffer+ を使用したことで,
9032 % \texttt{texcl},~\texttt{escapeinside}といった\emph{「\LaTeX へのエスケープ」中では,
9033 % \textbf{JAchar}を名称の一部に含む制御綴は使用不可能}である.
9034 % 例えば次のような入力を考えよう:
9035 % %</ja>
9036 % \begin{verbatim*}
9037 % \begin{lstlisting}[escapechar=\#]
9038 % #\ほげ xぴよ#
9039 % \end{lstlisting}
9040 % \end{verbatim*}
9041 % %<en>The line~2 is transformed by the callback to
9042 % %<ja>ここで,2行目は \verb+process_input_buffer+ の作用により,
9043 % \begin{lstlisting}[showspaces, escapechar=\!]
9044 % #\!\IVSA FFFFF!ほ!\IVSA FFFFF!げ x!\IVSA FFFFF!ぴ!\IVSA FFFFF!よ#
9045 % \end{lstlisting}
9046 % %<*en>
9047 % before the line is actually processed.
9048 % In the escape (between the character ``\verb+#+''),
9049 % the category code of \texttt{U+FFFFF} is set to 9~(\emph{ignored}).
9050 % Hence the control symbol ``\cs{}\IVSA FFFFF'' will be executed,
9051 % instead of ``\verb+\ほげ+''.
9052 % %</en>
9053 % %<*ja>
9054 % と変換されてから,実際の処理に回される.
9055 % 「\verb+#+」で挟まれた「\LaTeX へのエスケープ」中では\
9056 % \texttt{U+FFFFF} のカテゴリーコードは9~(\textit{ignored})となるので,
9057 % 結局「\verb+\ほげ+」の代わりに
9058 % 「\cs{}\IVSA FFFFF」というcontrol symbolが実行されることになる.
9059 % %</ja>
9060
9061 %<*en>
9062 \paragraph{Variation selectors}
9063 \Pkg{lltjp-listings} add two keys, namely \texttt{vsraw}~and~\texttt{vscmd},
9064 which specify how variation selectors are treated in
9065 \texttt{lstlisting} or other enviroments.
9066 Note that these additional keys are not usable in the preamble,
9067 since \Pkg{lltjp-listings} is loaded at \verb+\begin{document}+.
9068
9069 \texttt{vsraw} is a key which takes a boolean value, and its default value is
9070 false.
9071 \begin{itemize}
9072  \item If the \texttt{vsraw} key is true, then
9073 variation selectors are ``combined'' with the previous character.
9074 %</en>
9075 %<*ja>
9076 \paragraph{異体字セレクタの扱い}
9077 \texttt{lstlisting} 環境などの内部にある異体字セレクタを扱うため,
9078 \Pkg{lltjp-listings} では \texttt{vsraw} と \texttt{vscmd} という2つのキーを追加した.
9079 しかし,\Pkg{lltjp-listings} が実際に読み込まれるのは \verb+\begin{document}+\
9080 のところであるので,プリアンブル内ではこれらの追加キーは使用できない.
9081
9082 \texttt{vsraw}は,ブール値の値をとるキーであり,標準ではfalseである.
9083 \begin{itemize}
9084  \item trueの場合は,異体字セレクタは「直前の文字に続けて」出力される.
9085 もしもIVSサポート(\ref{ssec-ltjotf}節)が有効になっていた場合は,
9086 以下の例(左側は入力,右側はその出力)のようになる.
9087 %</ja>
9088 \begin{LTXexample}
9089 \begin{lstlisting}[vsraw=true]
9090 葛󠄀城市,葛󠄁飾区,葛西
9091 \end{lstlisting}
9092 \end{LTXexample}
9093 %<*en>
9094 \item If the \texttt{vsraw} key is false, then
9095 variation selectors are typeset by an appropriate command, which is specified by
9096       the \texttt{vscmd} key.
9097 The default setting of the \texttt{vscmd} key produces the following.
9098 %</en>
9099 %<*ja>
9100 \item falseの場合は,異体字セレクタは適当な命令によって「見える形で」出力される.
9101 どのような形で出力されるかを規定するのが \texttt{vscmd} キーであり,
9102 \Pkg{lltjp-listings} の標準設定では以下の例の右側のように出力される.
9103 %</ja>
9104 \begin{LTXexample}
9105 \begin{lstlisting}[vsraw=false,
9106    vscmd=\ltjlistingsvsstdcmd]
9107 葛󠄀城市,葛󠄁飾区,葛西
9108 \end{lstlisting}
9109 \end{LTXexample}
9110 %<ja> ちなみに,本ドキュメントでは次のようにしている:
9111 %<en> For example, the following code is the setting of the \texttt{vscmd} key in this document.
9112 \begin{lstlisting}[numbers=left]
9113 \def\IVSA#1#2#3#4#5{%
9114   \textcolor{blue}{\raisebox{3.5pt}{\tt%
9115     \fboxsep=0.5pt\fbox{\tiny \oalign{0#1#2\crcr#3#4#5\crcr}}}}%
9116 }
9117 {\catcode`\%=11
9118   \gdef\IVSB#1{\expandafter\IVSA\directlua{
9119     local cat_str = luatexbase.catcodetables['string']
9120     tex.sprint(cat_str, string.format('%X', 0xE00EF+#1))
9121 }}}
9122 \lstset{vscmd=\IVSB}
9123 \end{lstlisting}
9124 \end{itemize}
9125 %<*en>
9126 The default output command of variation selectors is stored in \verb+\ltjlistingsvsstdcmd+.
9127 %</en>
9128 %<*ja>
9129 既定の出力命令を復活させたい場合は\ \verb+vscmd=\ltjlistingsvsstdcmd+\
9130 とすれば良い.
9131 %</ja>
9132
9133 %<*en>
9134 \paragraph{The \texttt{doubleletterspace} key}
9135 Even the column format is \texttt{[c]fixed}, sometimes characters are not vertically aligned.
9136 The following example  is typeset with \texttt{basewidth=2em}, and
9137 you'll see the leftmost ``\texttt{H}'' are not vertically aligned.
9138 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left]
9139 :H:
9140 :HHHH:
9141 \end{lstlisting}
9142
9143 \Pkg{lltjp-listing} adds the \texttt{doubleletterspace} key (not activated by default, for
9144 compatibility) to
9145 improve the situation, namely doubles inter-character space in each output unit.
9146 With this key, the above input now produces better output.
9147 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left, doubleletterspace]
9148 :H:
9149 :HHHH:
9150 \end{lstlisting}
9151 %</en>
9152 %<*ja>
9153 \paragraph{\texttt{doubleletterspace}キー}
9154 \Pkg{listings}パッケージで列揃えが \texttt{[c]fixed} となっている場合でも,
9155 場合によっては文字が縦に揃わない場合もある.
9156 例を以下に示そう.これは強調するために \texttt{basewidth=2em} を設定している.
9157 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left]
9158 :H:
9159 :HHHH:
9160 \end{lstlisting}
9161 1行目と2行目の「\texttt{H}」の位置が揃っていないが,
9162 これは出力単位ごとに,先頭・末尾・各文字間に同じ量の空白を挿入することによる.
9163
9164 \Pkg{lltjp-listing}では,このような症状を改善させるために \texttt{doubleletterspace} キー
9165 を追加した(標準では互換性のために無効になっている).このキーを有効にすると,
9166 出力単位中の各文字間の空白を2倍にすることで文字を揃いやすくしている.
9167 上と同じものを \texttt{doubleletterspace} キーを有効にして組んだものが以下であり,
9168 きちんと「\texttt{H}」の位置が揃っていることが分かる.
9169 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left, doubleletterspace]
9170 :H:
9171 :HHHH:
9172 \end{lstlisting}
9173 %</ja>
9174
9175 %<en>\subsection{Class of characters}
9176 %<ja>\subsection{文字種}
9177
9178 %<en>Roughly speaking, the \Pkg{listings} package processes input as follows:
9179 %<ja>\Pkg{listings} パッケージの内部では,大雑把に言うと
9180 \begin{enumerate}
9181 %<en>\item Collects \textit{letters} and \textit{digits}, which can be used for the name of identifiers.
9182 %<ja>\item 識別子として使える文字 (``letter'',~``digit'') たちを集める.
9183 %<en>\item When reading an \textit{other}, outputs the collected character string (with modification, if needed).
9184 %<ja>\item letterでもdigitでもない文字が現れた時に,収集した文字列を(必要なら修飾して)出力する.
9185 %<en>\item Collects \textit{others}.
9186 %<ja>\item 今度は逆に,letterでない文字たちをletterが現れるまで集める.
9187 %<en>\item When reading a \textit{letter} or a \textit{digit}, outputs the collected character string.
9188 %<ja>\item letterが出現したら集めた文字列を出力する.
9189 %<en>\item Turns back to 1.
9190 %<ja>\item 1.に戻る.
9191 \end{enumerate}
9192 %<*en>
9193 By the above process, line breaks inside of an identifier are blocked.
9194 A flag \verb+\lst@ifletter+ indicates whether the previous character can be used
9195 for the name of identifiers or not.
9196 %</en>
9197 %<*ja>
9198 という処理が行われている.これにより,識別子の途中では行分割が行われないようになっている.
9199 直前の文字が識別子として使えるか否かは \verb+\lst@ifletter+ というフラグに格納されている.
9200 %</ja>
9201
9202 %<*en>
9203 For Japanese characters, line breaks are permitted on both sides
9204 except for brackets, dashes, etc.
9205 Hence the patch \Pkg{lltjp-listings} introduces
9206 a new flag \verb+\lst@ifkanji+, which indicates
9207 whether the previous character is a Japanese character or not.
9208 For illustration, we introduce following classes of characters:
9209 %</en>
9210 %<*ja>
9211 さて,日本語の処理である.殆どの和文文字の前後では行分割が可能であるが,その一方で
9212 括弧類や音引きなどでは禁則処理が必要なことから,\Pkg{lltjp-listings} では,
9213 直前が和文文字であるかを示すフラグ \verb+\lst@ifkanji+ を新たに導入した.
9214 以降,説明のために以下のように文字を分類する:
9215 %</ja>
9216 \begin{center}
9217 \small
9218 \begin{tabular}{lccccc}
9219 \toprule
9220 &Letter&Other&Kanji&Open&Close\\\midrule
9221 \verb+\lst@ifletter+&T&F&T&F&T\\
9222 \verb+\lst@ifkanji+&F&F&T&T&F\\
9223 %<en>Meaning&char in an identifier&other alphabet&%
9224 %<en>most of Japanese char&opening brackets&closing brackets\\
9225 %<ja>意図&識別子中の文字&その他欧文文字&殆どの和文文字&開き括弧類&閉じ括弧類\\
9226 \bottomrule
9227 \end{tabular}
9228 \end{center}
9229 %<*en>
9230 Note that \textit{digits} in the \Pkg{listings} package can be Letter or
9231 Other according to circumstances.
9232 %</en>
9233 %<*ja>
9234 なお,本来の\Pkg{listings} パッケージでの分類``digit''は,
9235 出現状況によって,上の表のLetterとOtherのどちらにもなりうる.
9236 また,KanjiとCloseは \verb+\lst@ifletter+ と \verb+\lst@ifkanji+ の値が一致しているが,
9237 これは間違いではない.
9238 %</ja>
9239
9240 %<*en>
9241 For example, let us consider the case an Open comes after a Letter.
9242 Since an Open represents Japanese open brackets,
9243 it is preferred to be permitted to insert line break after the Letter.
9244 Therefore, the collected character string is output in this case.
9245 %</en>
9246 %<*ja>
9247 例えば,Letterの直後にOpenが来た場合を考える.
9248 文字種Openは和文開き括弧類を想定しているので,Letterの直後では行分割が可能であることが望ましい.
9249 そのため,この場合では,すでに収集されている文字列を出力することで行分割を許容するようにした.
9250 %</ja>
9251
9252 %<*en>
9253 The following table summarizes $5\times 5=25$ cases:
9254 %</en>
9255 %<*ja>
9256 同じように,$5\times 5=25$通り全てについて書くと,次のようになる:
9257 %</ja>
9258 \begin{center}
9259 \small
9260 \begin{tabular}{llccccc}
9261 \toprule
9262 %<*en>
9263 &&\multicolumn{4}{c}{Next}\\\cmidrule(lr){3-7}
9264 &&\hbox to 4em{\hss Letter\hss}&\hbox to 4em{\hss Other\hss}
9265 &\hbox to 4em{\hss Kanji\hss}&\hbox to 4em{\hss Open\hss}&Close\\\midrule
9266 &Letter&collects&\multicolumn{3}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
9267 &Other&outputs&collects&\multicolumn{2}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
9268 Prev&Kanji&\multicolumn{4}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
9269 &Open&\multicolumn{5}{c}{\hrulefill \ collects\ \hrulefill}\\
9270 &Close&\multicolumn{4}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
9271 %</en>
9272 %<*ja>
9273 &&\multicolumn{4}{c}{後ろ側の文字}\\\cmidrule(lr){3-7}
9274 &&\hbox to 4em{\hss Letter\hss}&\hbox to 4em{\hss Other\hss}
9275 &\hbox to 4em{\hss Kanji\hss}&\hbox to 4em{\hss Open\hss}&Close\\\midrule
9276 直&Letter&収集&\multicolumn{3}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
9277 前&Other&出力&収集&\multicolumn{2}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
9278 文&Kanji&\multicolumn{4}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
9279 字&Open&\multicolumn{5}{c}{\hrulefill \ 収集\ \hrulefill}\\
9280 種&Close&\multicolumn{4}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
9281 %</ja>
9282 \bottomrule
9283 \end{tabular}
9284 \end{center}
9285 %<en>In the above table,
9286 %<ja>上の表において,
9287 \begin{itemize}
9288 %<en>\item ``outputs'' means to output the collected character string (i.e., line breaking is permitted there).
9289 %<ja>\item 「出力」は,それまでに集めた文字列を出力(≒ここで行分割可能)を意味する.
9290
9291 %<en>\item ``collects'' means to append the next character to the collected character string (i.e., line breaking is prohibited there).
9292 %<ja>\item 「収集」は,後側の文字を,現在収集された文字列に追加(行分割不可)を意味する.
9293 \end{itemize}
9294
9295 %<*en>
9296 Characters above or equal to~\texttt{U+0080} \emph{except Variation Selectors}
9297 are classified into above 5~classes by the following rules:
9298 %</en>
9299 %<*ja>
9300 \texttt{U+0080}以降の\emph{異体字セレクタ以外の}各文字が
9301 Letter, Other, Kanji, Open, Closeのどれに属するかは次によって決まる:
9302 %</ja>
9303 \begin{itemize}
9304 %<en>\item \textbf{ALchar}s above or equal to~\texttt{U+0080} are classified as Letter.
9305 %<ja>\item \<(\texttt{U+0080}以降の)\textbf{ALchar}は,すべてLetter扱いである.
9306
9307 %<en>\item \textbf{JAchar}s are classified in the order as follows:
9308 %<ja>\item \textbf{JAchar}については,以下の順序に従って文字種を決める:
9309 \begin{enumerate}
9310 %<en>\item Characters whose \Param{prebreakpenalty} is greater than or equal to 0 are classified as Open.
9311 %<ja>\item \Param{prebreakpenalty}が0以上の文字はOpen扱いである.
9312
9313 %<en>\item Characters whose \Param{postbreakpenalty} is greater than or equal to 0 are classified as Close.
9314 %<ja>\item \Param{postbreakpenalty}が0以上の文字はClose扱いである.
9315
9316 %<en>\item Characters that don't satisfy the above two conditions are classified as Kanji.
9317 %<ja>\item 上の3条件のどちらにも当てはまらなかった文字は,Kanji扱いである.
9318 \end{enumerate}
9319 \end{itemize}
9320
9321 %<*en>
9322 The width of halfwidth kana (\texttt{U+FF61}--\texttt{U+FF9F})
9323 is same as the width of \textbf{ALchar};
9324 the width of the other \textbf{JAchar}s is double the width of \textbf{ALchar}.
9325 %</en>
9326 %<*ja>
9327 なお,半角カナ(U+FF61--U+FF9F)以外の\textbf{JAchar}は欧文文字2文字分の幅をとるものとみなされる.
9328 半角カナは欧文文字1文字分の幅となる.
9329 %</ja>
9330
9331 %<*en>
9332 This classification process is executed every time a character appears in
9333 the \texttt{lstlisting} environment or other environments/commands.
9334 %</en>
9335 %<*ja>
9336 これらの文字種決定は,実際に \texttt{lstlisting} 環境などの内部で文字が出てくるたびに行われる.
9337 %</ja>
9338
9339 %<*ja>
9340 \section{和文の行長補正方法}
9341 \label{sec-adjspec}
9342 \Pkg{luatexja-adjust}で提供される優先順位付きの行長調整の詳細を大まかに述べると,次のようになる.
9343 \begin{itemize}
9344 \item (\texttt{lineend=extended}の場合)\textbf{JAglue}の挿入処理のところで,
9345   ……
9346 \item 通常の\TeX の行分割方法に従って,段落を行分割する.この段階では,行
9347       長に半端が出た場合,その半端分は\textbf{JAglue}(\Param{xkanjiskip},
9348       \Param{kanjiskip},JFMグルー)と
9349       それ以外のグルーの全てで(優先順位なく)負担される.
9350 \item その後,\texttt{post\_linebreak\_filter} callbackを使い,\emph{段
9351       落中の各行ごとに},行末文字の位置を調整(\texttt{lineend=true}の場合)したり,優先度付きの行長調整
9352       を実現するためにグルーの伸縮度を調整する.
9353       その処理においては,グルーの自然長と\textbf{JAglue}以外の
9354       グルーの伸び量・縮み量は変更せず,必要に応じて\textbf{JAglue}の伸び量・縮み量のみを
9355       変更する設計とした.
9356 \end{itemize}
9357 この章の残りでは各処理について解説する.
9358
9359 \paragraph{準備:合計伸縮量の計算}
9360 グルーの伸縮度(\texttt{plus} や \texttt{minus} で指定されている値)には,
9361 有限値の他に,\texttt{fi},\texttt{fil},\texttt{fill},\texttt{filll}と
9362 いう4つの無限大レベル(後ろの方ほど大きい)がある.行の調整に
9363 \texttt{fi} などの\emph{無限大レベルの伸縮度が用いられている行では,
9364 「行末文字の位置調整」のみ行い,「グルーの調整」は行わない.}
9365
9366 まず,段落中の行中のグルーを
9367 \begin{itemize}
9368 \item \textbf{JAglue}ではないグルー
9369 \item JFMグルー(優先度\footnote{%
9370   \ref{ssec-jfm-str}節にあるように,
9371   各JFMグルーには$-4$から3までの優先度がついている.場合によっては
9372   伸びと縮みで異なる優先度が付いているかもしれない.}%
9373 別にまとめられる)
9374 \item 和欧文間空白(\Param{xkanjiskip})
9375 \item 和文間空白(\Param{kanjiskip})
9376 \end{itemize}
9377 の$1+1+8+1=10$つに類別する.
9378 そして許容されている伸び量(\texttt{stretch}の値)の合計を
9379 無限のレベルごとに
9380 \begin{align*}
9381  T^{+}_{l}&:= \sum_{\text{$\texttt{stretch\_order}(p) = l$}} \texttt{stretch}(p),&
9382  l\in \{\text{(finite)}, \texttt{fi}, \texttt{fil}, \texttt{fill}, \texttt{filll}\}
9383 \end{align*}
9384 と計算する.さらに,
9385 \begin{align*}
9386 T^{+}&:=T^{+}_{L^+},&L^{+} = \max \{l\in
9387  \{\text{(finite)}, \texttt{fi}, \texttt{fil}, \texttt{fill}, \texttt{filll}\}:
9388  T^{+}_l\neq 0\}
9389 \end{align*}
9390 とおく.有限の伸び量については,上記の8種類の類別ごとにも合計を計算する.
9391 さらに縮み量(\texttt{shrink}の値)についても同様の処理を行い,$T^{-}$を計算する.
9392
9393 また,行長から自然長を引いた値を\textit{total}とおく.
9394
9395 \subsection{行末文字の位置調整(行分割後の場合)}
9396 行末が\textbf{JAchar}であり,この文字の属する文字クラスでは
9397 \begin{quote}
9398   \texttt{end\_adjust = \{$a_{1}$, $a_{2}$, ..., $a_{n}$\}}
9399 \end{quote}
9400 であったとする.
9401 このとき,以下の条件を満たした場合,
9402 この文字クラスに対する\texttt{end\_adjust}の値のいずれかだけこの文字の位置を移動させる.
9403 \begin{description}
9404   \item[最終行以外] 行長調整に無限大の伸縮度が用いられていない.
9405   すなわち,$\textit{total}>0$ならば$L^{+}=(\text{finite})$であり,
9406   $\textit{total}>0$ならば$L^{-}=(\text{finite})$である.
9407   \item[最終行] 行長調整に無限大に伸び縮みするグルーが用いられたなら,それは\cs{parfillskip}のみであり,
9408     かつ,次の不等式が成立する:
9409   \[
9410    \min\{0,a_{1}\}\text{\cs{zw}}\leq (\text{\cs{parfillskip}の実際の長さ}) \leq \max\{0,a_{n}\}\text{\cs{zw}}
9411   \]
9412 \end{description}
9413
9414 各$1\leq i\leq n$に対して,
9415 「行末に$a_{i}$全角だけのカーンを追加した時の,\textit{glue\_set}の値」を
9416 $b_{i}$とおく.式で書くと,
9417 \[
9418 \catcode`\<=12
9419 b_{i} = \begin{cases}
9420   |\textit{total}-a_{i}\text{\cs{zw}}|/T^{+}
9421           &(\textit{total}-a_{i}\text{\cs{zw}}\geq 0)\\
9422   |\textit{total}-a_{i}\text{\cs{zw}}|/T^{-}
9423           &(\textit{total}-a_{i}\text{\cs{zw}}<0)
9424 \end{cases}.
9425 \]
9426 $b_{i}$達の最小値を与えるような$i$を$j$としたとき\footnote{%
9427   そのような$i$が2つ以上あるときは,$|\textit{total}-a_{i}\cdot \text{\cs{zw}}|$,
9428   $|a_{i}|$, $a_i$の順で比較して一番小さくなるものが選ばれる.
9429 },
9430 行末に大きさ$a_{j}$のカーンを追加する.
9431 \textit{total}から$a_{j}$全角の大きさだけ引いておく.
9432
9433 \subsection{行末文字の位置調整(行分割での考慮)}
9434 \texttt{lineend=extended}が指定されている場合,\TeX による行分割が行われる前に
9435 各\textbf{JAchar}の直後に,その文字が行末に来たときの位置補正用のノードを挿入していく.
9436
9437 \ref{sec-jfmglue}章の用語を使って述べる.
9438 前側のクラスタ\textit{Nq}が「和文A」「和文B」であり,
9439 JFMによって\texttt{end\_adjust}の値が
9440 \begin{quote}
9441   \texttt{end\_adjust = \{$a_{1}$, $a_{2}$, ..., $a_{n}$\}}
9442 \end{quote}
9443 であったとする.このとき,次のクラスタ\textit{Np}の直前に以下のノード列を挿入する.
9444 \textbf{JAglue}の挿入過程で禁則処理のために「\textit{Nq}と\textit{Np}の間のペナルティ値を増やす」ことが
9445 行われることがあるが,以下で述べられている$(n+1)$個のペナルティはみなその処理対象になっている.
9446 \begin{align*}
9447   \Node{kern}{$a_{1}\text{\cs{zw}}$}
9448   &\longrightarrow \Node{penalty}{$0$} \longrightarrow\Node{kern}{$(a_{2}-a_{1})\text{\cs{zw}}$}
9449   \longrightarrow \Node{penalty}{$0$} \longrightarrow\Node{kern}{$(a_{3}-a_{2})\text{\cs{zw}}$}\\
9450   &\longrightarrow
9451   \cdots \longrightarrow\Node{penalty}{$0$} \longrightarrow
9452   \Node{kern}{$(a_{n}-a_{n-1})\text{\cs{zw}}$}
9453   \longrightarrow \Node{penalty}{$0$} \longrightarrow
9454   \Node{kern}{$-a_{n}\text{\cs{zw}}$} \longrightarrow \Node{penalty}{$10000$}
9455 \end{align*}
9456 $n$個あるペナルティの箇所が改行可能箇所である.いずれかで改行された場合は,
9457 その前にあるカーン($n$箇所のうちどこで改行しても,合計の長さは$a_{i}$の形)は行末に残るが,
9458 後ろのペナルティ・カーンは除去される.なお,$a_1=0$のときは最初の幅が$a_{1}\text{\cs{zw}}$のカーンは不要なので挿入されず,
9459 さらにかつ$n=1$であった場合は後ろのペナルティも挿入されない.
9460
9461 なお,段落の末尾には\cs{penalty10000}と\cs{parfillskip}由来のグルーが自動的に入るが,
9462 これらとの兼ね合いのため\emph{最後のクラスタについては上記のノード挿入処理は行われない}.
9463 段落最終行の行末文字の位置調整は,すでに述べた「行分割後の場合」における最終行の処理をそのまま用いている.
9464
9465 \subsection{グルーの調整}
9466 $|\textit{total}|$の分だけが,行中のグルーの伸び量,あるいは縮み量に応じて負担されることになる.
9467 以下,$\textit{total}\geq 0$であると仮定して話を進めるが,負のときも同様である.
9468 \Pkg{luatexja-adjust}の初期値では以下の順に伸び量を負担するようになっており,
9469 (優先度$-4$のJFMグルーは例外として)できるだけ\Param{kanjiskip}を自然長のままにすることを
9470 試みている.この順番は\Param{stretch\_priority}(縮み量については\Param{shrink\_priority})
9471 パラメータで変更可能である.
9472 \begin{enumerate}\def\labelenumi{(\Alph{enumi})}
9473  \item \textbf{JAglue}以外のグルー
9474  \item 優先度3のJFMグルー
9475  \item 優先度2のJFMグルー
9476  \item 優先度1のJFMグルー
9477  \item 優先度0のJFMグルー
9478  \item 優先度$-1$のJFMグルー
9479  \item 優先度$-2$のJFMグルー
9480  \item \Param{xkanjiskip}
9481  \item 優先度$-3$のJFMグルー
9482  \item \Param{kanjiskip}
9483  \item 優先度$-4$のJFMグルー
9484 \end{enumerate}
9485 \begin{enumerate}
9486  \item 行末の\textbf{JAchar}を移動したことで$\textit{total}=0$となれば,
9487 調整の必要はなく,行が格納されているhboxの
9488 \texttt{glue\_set}, \texttt{glue\_sign}, \texttt{glue\_order}を再計算すればよい.
9489 以降,$\textit{total}\neq 0$と仮定する.
9490  \item \textit{total}が「\textbf{JAglue}以外のグルーの伸び量の合計」(以下,(A)の伸び量の
9491        合計,と称す)よりも小さければ,
9492 それらのグルーに\textit{total}を負担させ,\textbf{JAglue}達自身は自然長で組むことができる.
9493 よって,以下の処理を行う:
9494 \begin{enumerate}
9495 \item 各\textbf{JAglue}の伸び量を0とする.
9496 \item 行が格納されているhboxの
9497 \texttt{glue\_set}, \texttt{glue\_sign}, \texttt{glue\_order}を再計算する.
9498 これによって,\textit{total}は\textbf{JAglue}以外のグルーによって負担される.
9499 \end{enumerate}
9500 \item \textit{total}が「(A)の伸び量の合計」以上ならば,(A)--(K)のどこまで負担すれば
9501 \textit{total}以上になるかを計算する.
9502 例えば,
9503 \[\catcode`\<=12
9504  \textit{total} = (\text{(A)--(B)の伸び量の合計}) + p\cdot (\text{(C)の伸び量の合計}),
9505  \qquad 0\le p<1
9506 \]
9507 であった場合,各グルーは次のように組まれる:
9508 \begin{itemize}
9509  \item (A),~(B)に属するグルーは各グルーで許された伸び量まで伸ばす.
9510  \item (C)に属するグルーはそれぞれ$p\times (\text{伸び量})$だけ伸びる.
9511  \item (D)--(K)に属するグルーは自然長のまま.
9512 \end{itemize}
9513 実際には,前に述べた「設計」に従い,次のように処理している:
9514 \begin{enumerate}
9515 \item (C)に属するグルーの伸び量を$p$倍する.
9516 \item (D)--(K)に属するグルーの伸び量を0とする.
9517 \item 行が格納されているhboxの
9518 \texttt{glue\_set}, \texttt{glue\_sign}, \texttt{glue\_order}を再計算する.
9519 これによって,\textit{total}は\textbf{JAglue}以外のグルーによって負担される.
9520 \end{enumerate}
9521 \item \textit{total}が(A)--(K)の伸び量の合計よりも大きい場合,どうしようもないので
9522       \verb+^^;+何もしない.
9523 \end{enumerate}
9524
9525 %</ja>
9526
9527 %<*ja>
9528 \section{IVS対応}
9529 \verb+luatexja.otf.enable_ivs()+ を実行し,IVS対応を有効にした状態では,
9530 \verb+pre_linebreak_filter+ や \verb+hpack_filter+ コールバックには
9531 次の4つが順に実行される状態となっている:
9532 \begin{description}
9533 \item[\tt ltj.do\_ivs] \textit{glyph\_node}~$p$の直後に,異体字セレクタ(を表す\textit{glyph\_node})
9534 が連続した場合に,$p$のフォントに対応したが持つ「異体字情報」に従って出力するグリフを変える.
9535
9536 しかし,単に$p.\textit{char}$を変更するだけでは,後から
9537 OpenType機能の適用(すぐ下)により置換される可能性がある.そのため,
9538 \cs{CID} や \cs{UTF} と同じように,\textit{glyph\_node}~$p$の代わりに
9539 \texttt{user\_id} が\textit{char\_by\_cid}であるようなuser-defined whatsitを用いている.
9540 \item[(\Pkg{luaotfload} によるfont featureの適用)]
9541 \item[\tt ltj.otf] \texttt{user\_id} が\textit{char\_by\_cid}であるようなuser-defined whatsitを
9542 きちんと\textit{glyph\_node}に変換する.この処理は,\cs{CID}, \cs{UTF}やIVSによる置換が,
9543 OpenType機能の適用で上書きされてしまうのを防止するためである.
9544 \item[\tt ltj.main\_process] \textbf{JAglue}の挿入処理(\ref{sec-jfmglue}章)と,
9545 JFMの指定に従って各\textbf{JAchar}の「寸法を補正」することを行う.
9546 \end{description}
9547
9548 問題は各フォントの持っているIVS情報をどのように取得するか,である.
9549 \Pkg{luaotfload} はフォント番号<font\_number>の情報を\
9550 \texttt{fonts.hashes.identifiers[<font\_number>]} 以下に格納している.
9551 しかし,OpenTypeフォントのIVS情報は格納されていないようである%
9552 \footnote{TrueTypeフォントに関しては,
9553 \begin{center}
9554 \texttt{fonts.hashes.idenfiers[<font\_number>]%
9555   .resources.variants[<selector>][<base\_char>]}
9556 \end{center}
9557 に,<base\_char>番の文字の後に異体字セレクタ<selector>が続いた場合に
9558 出力すべきグリフが書かれてある.}.
9559 %例えば,小塚明朝Pr6N~Rでは,
9560
9561 一方,\LuaTeX 内部の \texttt{fontloader} の返すテーブルには
9562 OpenTypeフォントでもTrueTypeフォントでもIVS情報が格納されている.
9563 具体的には……
9564
9565 そのため,\LuaTeX-jaのIVS対応においては,\LuaTeX 内部の\
9566 \texttt{fontloader} を直接用いることで,フォントのIVS情報を取得している.
9567 20140114.0以降でキャッシュを用いるようにした要因はここにあり,
9568 \texttt{fontloader} の呼び出しでかなり時間を消費することから,
9569 %%% to_table を使わなくしたことで,メモリ使用量は減った
9570 IVS情報をキャッシュに保存することで2回目以降の実行時間を節約している.
9571 %</ja>
9572
9573
9574 %<*ja>
9575 \section{複数フォントの「合成」(未完)}
9576 \section{\LuaTeX-jaにおけるキャッシュ}
9577 \Pkg{luaotfload}パッケージが,各TrueType・OpenTypeフォントの情報を
9578 キャッシュとして保存しているのと同様の方法で,
9579 \LuaTeX-jaもいくつかのキャッシュファイルを作成するようになった.
9580 \begin{itemize}
9581  \item 通常,キャッシュは\texttt{\$TEXMFVAR/luatexja/}以下に保存され,
9582 そこから読み込みが行われる.
9583  \item 「通常の」テキスト形式のキャッシュ(拡張子は \texttt{.lua})以外にも,
9584 それをバイナリ形式(バイトコード)に変換したものもサポートしている.
9585 \begin{itemize}
9586  \item \LuaTeX とLuaJIT\TeX ではバイトコードの形式が異なるため,バイナリ形式の
9587 キャッシュは共有できない.\LuaTeX 用のバイナリキャッシュは \texttt{.luc},
9588 LuaJIT\TeX 用のは \texttt{.lub} と拡張子を変えることで対応している.
9589  \item キャッシュを読み込む時,同名のバイナリキャッシュがあれば,
9590 テキスト形式のものよりそちらを優先して読み込む.
9591  \item テキスト形式のキャッシュが更新/作成される際は,そのバイナリ版も
9592 同時に更新される.
9593 また,(バイナリ版が見つからず)テキスト形式のキャッシュ側が読み込まれたときは,
9594 \LuaTeX-jaはバイナリキャッシュを作成する.
9595 \end{itemize}
9596 \end{itemize}
9597 %</ja>
9598 %<*en>
9599 \section{Cache Management of \LuaTeX-ja}
9600 \LuaTeX-ja creates some cache files to reduce the loading time.
9601 in a similar way to the \Pkg{luaotfload} package:
9602 \begin{itemize}
9603  \item Cache files are usually stored in (and loaded from)
9604 \texttt{\$TEXMFVAR/luatexja/}.
9605  \item In addition to caches of the text form (the extension is ``\texttt{.lua}''),
9606 caches of the \emph{binary}, precompiled form are supported.
9607 \begin{itemize}
9608  \item We cannot share same binary cache for \LuaTeX\ and LuaJIT\TeX.
9609 Hence we distinguish them by their extension, ``\texttt{.luc}'' for \LuaTeX\
9610 and ``\texttt{.lub}'' for LuaJIT\TeX.
9611  \item In loading a cache, the binary cache precedes
9612 the text form.
9613  \item When \LuaTeX-ja updates a cache \texttt{hoge.lua},
9614 its binary version is also updated.
9615 \end{itemize}
9616 \end{itemize}
9617 %</en>
9618
9619 %<*ja>
9620 \subsection{キャッシュの使用箇所}
9621
9622 \LuaTeX-ja では以下の3種類のキャッシュを使用している:
9623 \begin{cslist}
9624 \item[ltj-cid-auto-adobe-japan1.lua]
9625 Ryumin-Lightのような非埋め込みフォントの情報を格納しており,
9626 (それらが\LuaTeX-jaの標準和文フォントなので)\LuaTeX-jaの読み込み時に自動で読まれる.
9627 生成には\texttt{UniJIS2004-UTF32-\{H, V\}}, \texttt{Adobe-Japan1-UCS2}という3つの
9628 CMapが必要である.
9629
9630 \pageref{para-cid}ページで述べたように,\texttt{cid}キーを使って
9631 非埋め込みの中国語・韓国語フォントを定義する場合,同様のキャッシュが生成される.
9632 キャッシュの名称,必要となるCMapについては表\ref{tab:cid-cache}を参照して欲しい.
9633
9634 \item[extra\_***.lua]
9635 フォント``\texttt{***}''における異体字セレクタの情報,縦組用字形への変換テーブル,そして
9636 縦組時における幅を格納している.構造は以下の通り:
9637 %</ja>
9638 %<*en>
9639 \subsection{Use of cache}
9640
9641 \LuaTeX-ja uses the following cache:
9642 \begin{cslist}
9643 \item[ltj-cid-auto-adobe-japan1.lua]
9644 The font table of a CID-keyed non-embedded Japanese font.
9645 This is loaded in every run.
9646 It is created from three CMaps, \texttt{UniJIS2004-UTF32-\{H,V\}} and
9647              \texttt{Adobe-Japan1-UCS2},
9648 and this is why these two CMaps are needed in the first run of \LuaTeX-ja.
9649
9650 Similar caches are created as Table~\ref{tab:cid-cache},
9651 if you specified \texttt{cid} key in \cs{jfont}
9652 to use other CID-keyed non-embedded fonts for Chinese or Korean,
9653 as in Page~\pageref{para-cid}.
9654
9655 \item[extra\_***.lua]
9656 This file stores the table which stores the following.
9657 \begin{itemize}
9658  \item unicode variants in a font ``\texttt{***}''
9659  \item vertical width of glyphs, if it is not equal to the sum of
9660 the height of ascender and the depth of descender
9661  \item vertical variants
9662 \end{itemize}
9663 The following is the structure of the that table.
9664 %</en>
9665
9666 \begin{table}[!tb]
9667  \centering\small
9668 \caption{\texttt{cid} key and corresponding files}
9669 \label{tab:cid-cache}
9670 \vspace*{\medskipamount}
9671 \begin{tabular}{>{\tt}l>{\tt}l>{\tt}l>{\tt}l}
9672 \toprule
9673 \bf \texttt{cid} key&\bf name of the cache &
9674 \multicolumn{2}{c}{\bf used CMaps}\\
9675 \midrule
9676 Adobe-Japan1-*&ltj-cid-auto-adobe-japan1.lua&UniJIS2004-UTF32-*&Adobe-Japan1-UCS2\\
9677 Adobe-Korea1-*&ltj-cid-auto-adobe-korea1.lua&UniKS-UTF32-*&Adobe-Korea1-UCS2\\
9678 Adobe-GB1-*&ltj-cid-auto-adobe-gb1.lua&UniGB-UTF32-*&Adobe-GB1-UCS2\\
9679 Adobe-CNS1-*&ltj-cid-auto-adobe-cns1.lua&UniCNS-UTF32-*&Adobe-CNS1-UCS2\\
9680 \bottomrule
9681 \end{tabular}
9682 \end{table}
9683
9684 \begin{lstlisting}
9685 return {
9686  {
9687   [10955]={    -- U+2ACB "Subset Of Above Not Equal To"
9688    [65024]=983879, -- <2ACB FE00>
9689    ["vwidth"]=0.98, -- vertical width
9690   },
9691   [37001]={    -- U+9089 "邉"
9692    [0]=37001,  --   <9089 E0100>
9693    991049,     --   <9089 E0101>
9694    ...
9695    ["vform"]=995025, -- vertical variant
9696   },
9697   ...
9698   ["unicodes"]={
9699     ["aj102.pe.vert"]=984163, -- glyph name to unicode
9700     ...
9701   }
9702  },
9703  ["chksum"]="FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", -- checksum of the fontfile
9704  ["version"]=11, -- version of the cache
9705 }
9706 \end{lstlisting}
9707 %<*ja>
9708 \item[ltj-jisx0208.\{luc|lub\}]
9709 \LuaTeX-ja配布中の\texttt{ltj-jisx0208.lua}をバイナリ化したものである.
9710 これはJIS~X~0208とUnicodeとの変換テーブルであり,
9711 \pTeX との互換目的の文字コード変換命令で用いられる.
9712 %</ja>
9713 %<*en>
9714 \item[ltj-jisx0208.\{luc|lub\}]
9715 The binary version of \texttt{ltj-jisx0208.lua}.
9716 This is the conversion table between JIS~X~0208 and Unicode
9717 which is used in Kanji-code conversion commands for compatibility with \pTeX.
9718 %</en>
9719 \end{cslist}
9720
9721 %<*en>
9722 \subsection{Internal}
9723 Cache management system of \LuaTeX-ja is stored in \texttt{luatexja.base}
9724 (\texttt{ltj-base.lua}).
9725 There are three public functions for cache management in \texttt{luatexja.base},
9726 where <filename> stands for the file name \emph{without suffix}:
9727 \begin{cslist}
9728 \item[save\_cache(<filename>, <data>)]
9729 Save a non-nil table <data> into a cache <filename>.
9730 Both the text form <filename>\texttt{.lua} and its binary version
9731 are created or updated.
9732
9733 \item[save\_cache\_luc(<filename>, <data>{[, <serialized\_data>]})]
9734
9735 Same as \texttt{save\_cache}, except that only the binary cache is updated.
9736 The third argument <serialized\_data> is not usually given.
9737 But if this is given, it is treated as a string representation of <data>.
9738
9739 \item[load\_cache(<filename>, <outdate>)]
9740 Load the cache <filename>.
9741 <outdate> is a function which takes one argument (the contents of the cache),
9742 and its return value is whether the cache is outdated.
9743
9744 \texttt{load\_cache} first tries to
9745 read the binary cache <filename>\texttt{.\{luc|lub\}}.
9746 If its contents is up-to-date, \texttt{load\_cache} returns the contents.
9747 If the binary cache is not found or
9748 its contents is outdated, \texttt{load\_cache} tries to
9749 read the text form <filename>\texttt{.lua}.
9750 Hence, the return value of \texttt{load\_cache} is non-nil,
9751 if and only if the updated cache is found.
9752 \end{cslist}
9753 %</en>
9754 %<*ja>
9755 \subsection{内部命令}
9756 \LuaTeX-jaにおけるキャッシュ管理は,\texttt{luatexja.base}~(\texttt{ltj-base.lua})に
9757 実装しており,以下の3関数が公開されている.
9758 ここで,<filename>は保存するキャッシュのファイル名を\emph{拡張子なしで}指定する.
9759 \begin{cslist}
9760 \item[save\_cache(<filename>, <data>)]
9761 nilでない<data>をキャッシュ<filename>に保存する.
9762 テキスト形式の<filename>\texttt{.lua}のみならず,
9763 そのバイナリ版も作成/更新される.
9764
9765 \item[save\_cache\_luc(<filename>, <data>{[, <serialized\_data>]})]
9766
9767 \texttt{save\_cache}と同様だが,バイナリキャッシュのみが更新される.
9768 第3引数<serialized\_data>が与えられた場合,それを
9769 <data>の文字列化表現として使用する.
9770 そのため,<serialized\_data>は普通は指定しないことになるだろう.
9771
9772 \item[load\_cache(<filename>, <outdate>)]
9773 キャッシュ<filename>を読み込む.
9774 <outdate>は1引数(キャッシュの中身)をとる関数であり,
9775 その戻り値は「キャッシュの更新が必要」かどうかを示すブール値でないといけない.
9776
9777 \texttt{load\_cache}は,まずバイナリキャッシュ<filename>\texttt{.\{luc|lub\}}を
9778 読みこむ.もしその内容が「新しい」,つまり<outdate>の評価結果が \texttt{false} なら
9779 \texttt{load\_cache}はこのバイナリキャッシュの中身を返す.
9780 もしバイナリキャッシュが見つからなかったか,「古すぎる」ならばテキスト版
9781              <filename>\texttt{.lua}を読み込み,その値を返す.
9782
9783 以上より,\texttt{load\_cache}自体がnilでない値を返すのは,ちょうど「新しい」キャッシュが
9784 見つかった場合である.
9785 \end{cslist}
9786 %</ja>
9787
9788
9789 %<*ja>
9790 \section{縦組の実装}
9791 \label{sec-dir-imp}
9792 \ref{sec-direction}章の最初でも述べたように,
9793 \LuaTeX-jaは横組(\texttt{TLT})で組んだボックスを回転させる方式で
9794 縦組を実装している.
9795
9796 \LuaTeX-jaにおける縦組の実装は
9797 \pTeX における実装(\cite{ptexdoc,ptextug})をベースにしている.
9798
9799 \subsection{direction~whatsit}
9800 \textit{direction}~whatsitとは,\textit{direction}という特定の \verb+user_id+ を持つ
9801 whatsitのことであり,以下のタイミングで作られる.
9802 \begin{itemize}
9803  \item 組方向を \cs{tate} 等で変更したとき.
9804  \item \cs{hbox}, \cs{vbox}, \cs{vtop} による明示的なボックスの開始時.\\
9805 \verb+\hbox{}+, \verb+\vbox{}+ といった,
9806 \begin{itemize}
9807  \item \cs{tate} 等によりボックス内部の組方向を変更していない
9808  \item ボックスの中身のリストが空である
9809 \end{itemize}
9810 場合は,\LuaTeX の \verb+hpack_filter+, \verb+vpack_filter+ といった
9811 callbackに処理が回らない.そこで,\LuaTeX-ja では,\cs{everyhbox}, \cs{everyvbox} を利用す
9812        ることで各ボックスの先頭に確実に追加するようにしている\footnote{%
9813   問題は \cs{hbox to 25pt\{\}} という状況である.実際のこのボックスの中身は空でない(少な
9814        くともdirection whatsitがある)ため,何も対策をしなければhpack時にUnderfill警告が発
9815        生してしまうことになる.\LuaTeX-jaではそうならないように「\cs{hbadness},
9816        \cs{vbadness} を一時的に10000に変更し,hpack, vpack後に元の値に戻す」処理を行ってい
9817        る.
9818 }.
9819  \item \cs{vsplit}によってvboxを分割した時の「残り」の先頭.
9820  \item \LuaTeX-ja読み込み前に作成したボックスの寸法を \cs{ltjsetwd} 等によって変更した時.
9821  \item \cs{insert} によるinsertionでは,中身の先頭に\textit{direction}~whatsitは作られず,
9822 その代わりに中身の各ボックス・罫線の直前に作られる\footnote{%
9823  これは,ページ分割の過程でinsertionが分割される時,「現在のページで出力される部分」が空と
9824        なることがあることによる.先頭にwhatsitを置くと,最悪でも「現在のページにwhatsitが
9825        残る」ことになってしまう.}.
9826 \end{itemize}
9827 なお,\verb+\vtop{...}+ の場合は,先頭にdirection whatsitを置くと
9828 ボックスの高さが常に0\,ptになるという問題が発生する.そのため,この場合に限っては
9829 vpack時にdirection whatsitをリストの2番目に移動させている.
9830
9831 direction whatsitはあくまでも組方向処理のための補助的なノードであるので,
9832 \cs{unhbox}, \cs{unhcopy} によってボックスの中身が展開される時には展開直前に削除される.
9833 これは
9834 \begin{lstlisting}
9835  % yoko direction
9836 \setbox0=\hbox{\tate B}
9837 \noindent % 水平モードに入る.この時点でのリストの中身は空
9838 \unhbox0 A
9839 \end{lstlisting}
9840 といった場合に,段落が縦組で組まれたり,あるいは
9841 \begin{lstlisting}
9842 \setbox0=\hbox{}
9843 \leavevmode \hbox{A}\unhbox0
9844 \setbox1=\lastbox % \box1 はどうなる?
9845 \end{lstlisting}
9846 で \cs{box1} が \cs{hbox\{A\}} でなく空になってしまうことを防ぐためである.
9847
9848
9849 \subsection{\textit{dir\_box}}
9850 縦中横など異方向のボックスを配置する場合に,周囲の組方向と大きさを整合させるため,
9851 \LuaTeX-jaでは \verb+\ltj@dir+ が128以降の\textit{hlist\_node}, \textit{vlist\_node}を
9852 用いる.これらは\pTeX における\textit{dir\_node}の役割と同じ果たしており,
9853 この文章中では\textit{dir\_box}と呼称する.
9854
9855 \subsubsection{異方向のボックスの整合}
9856 \textit{dir\_box}の第一の使用目的は,異方向のボックスの大きさを整合させることである.
9857 例えば,
9858 \begin{lstlisting}
9859  % yoko direction
9860 平成\hbox{\tate 26}年
9861 \end{lstlisting}
9862 は段落中で
9863 \[
9864  \xymatrix{
9865    {}\Node{glyph}{`平'}\ar[r]&{}\Node{glyph}{`成'}\ar[r]&
9866    {}\HNode{hbox}{10.00003}{3.02779}{0.0}\ar[r]\ar[d]^{\text{中身}}&{}\Node{glyph}{`年'}\\
9867    &&{}\Node{whatsit}{\cs{tate}}\ar[r]&{}\Node{glyph}{`2'}\ar[r]&{}\Node{glyph}{`6'}
9868  }
9869 \]
9870 というリストを作る.その後,この段落が終了したときに,
9871 \LuaTeX-jaの\textbf{JAglue}挿入処理が行われ
9872 \[
9873  \xymatrix{
9874    {}\Node{glyph}{`平'}\ar[r]
9875   &{}\textcolor{blue}{\Node{glue}{\Param{xkanjiskip}}}\ar[r]
9876   &{}\Node{glyph}{`成'}\ar[r]
9877   &{}\textcolor{blue}{\Node{penalty}{0}}
9878     \ar`r[d] `[l] `[ddll] `[dl] [dl]
9879   \\
9880   &&{}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{yoko})}{3.02779}{10.00003}{0.0}}\ar[r]\ar[d]^{\text{中身}}
9881   &{}\textcolor{blue}{\Node{penalty}{0}}\ar[r]
9882   &{}\Node{glyph}{`年'}\\
9883   &&{}\HNode{hbox}{10.00003}{3.02779}{0.0}\ar[d]^{\text{中身}}\\
9884   &&{}\Node{whatsit}{\cs{tate}}\ar[r]&{}\Node{glyph}{`2'}\ar[r]&{}\Node{glyph}{`6'}
9885  }
9886 \]
9887 のようになる(青字は\textbf{JAglue},赤字が整合処理のための\textit{dir\_box}である).
9888 \TeX の \cs{showbox} 形式で書けば
9889
9890 \medskip{\narrowbaselines\ttfamily\obeylines\parindent0pt
9891 \catcode`\@=0 @catcode`@\=12
9892 .\tenmin 平
9893 @textcolor{blue}{.\glue 0.0 plus 0.4 minus 0.4}
9894 .\tenmin 成
9895 @textcolor{blue}{.\penalty 0}
9896 @textcolor{red}{.\hbox(10.00003+0.0)x3.02779, direction TLT}
9897 ..\hbox(3.02779+0.0)x10.00003, direction TLT
9898 ...\whatsit4=[]
9899 ...\tenrm 2
9900 ...\tenrm 6
9901 @textcolor{blue}{.\penalty 0}
9902 .\tenmin 年
9903 }\medskip
9904
9905 \noindent である.
9906
9907 なお,\cs{raise},~\cs{lower}, \cs{moveleft},~\cs{moveright} といったボックス移動命令では.
9908 移動を正しく表現するために段落やボックスの途中でも異方向のボックスは\textit{dir\_box}にカ
9909 プセル化している.
9910 例えば
9911 \begin{lstlisting}
9912  % yoko direction
9913 平成\raise1pt\hbox{\tate 26}年\showlists
9914 \end{lstlisting}
9915 は以下のような結果を得る.
9916
9917 \medskip{\narrowbaselines\ttfamily\obeylines\parindent0pt
9918 \catcode`\@=0 @catcode`@\=12
9919 (前略)
9920 \tenrm 平
9921 \tenrm 成
9922 @textcolor{red}{\hbox(10.00003+0.0)x3.02779, shifted -1.0, direction TLT}
9923 .\hbox(3.02779+0.0)x10.00003, direction TLT
9924 ..\whatsit4=[]
9925 ..\tenrm 2
9926 ..\tenrm 6
9927 \tenrm 年
9928 }\medskip
9929
9930 また,メインの垂直リストに異方向のボックスが追加される場合にも同様に即座に
9931 \textit{dir\_box}にカプセル化している.ページ分割のタイミングを正
9932 しく\TeX が判断するためである.
9933 \cs{lastbox} によるボックスの取得では,\textit{dir\_box}は削除される.
9934
9935 \subsubsection{異方向のボックス寸法の格納}
9936 第二の使用目的は,現在の組方向がボックス本来の組方向とは異なる状況で,
9937 \cs{ltjsetwd} によってボックス寸法を設定されたことを記録することである.
9938
9939 例えば
9940 \begin{lstlisting}[numbers=left]
9941 \setbox0=\hbox{\vrule width 10pt height 5pt depth 2pt}
9942 \setbox1=\hbox{\tate\ltjsetwd0=20pt}
9943 \wd0=9pt
9944 \setbox1=\hbox{\dtou\ltjsetwd0=20pt}
9945 \setbox0=\hbox{\dtou a\box0}
9946 \end{lstlisting}
9947 というコードを考える.1行目で \cs{box0} には横組の
9948 幅10\,pt,高さ5\,pt,深さ2\,ptのボックスが代入される.
9949 よって,
9950 \begin{itemize}
9951  \item 縦組下では \cs{box0} は幅7\,pt,高さ・深さ5\,ptのボックスとして扱われる.
9952  \item \cs{dtou} 下では \cs{box0} は幅7\,pt,高さ10\,pt,深さ0\,ptのボックスとして扱われる.
9953 \end{itemize}
9954 このとき,\cs{box0} の\emph{中身}は
9955 \[
9956  \xymatrix{
9957    {}\Node{whatsit}{\cs{yoko}}\ar[r]&{}\Node{rule}{}
9958  }
9959 \]
9960 である.
9961
9962 さて,2行目で縦組時の \cs{box0} の幅が20\,ptに設定される.この情報が
9963 direction~whatsit内部のノードリストに,\textit{dir\_box}として格納される:
9964 \[
9965  \xymatrix{
9966    {}\Node{whatsit}{\cs{yoko}}\ar[r]\ar[d]_{\text{中身}}&{}\Node{rule}{}\\
9967    {}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{tate})}{20.0}{5.0}{5.0}}
9968  }
9969 \]
9970
9971 次に,3行目では横組時の,つまり \cs{box0} 本来の組方向での深さが9\,ptに変更される.
9972 このとき,\cs{box0} は
9973 \begin{itemize}
9974  \item 縦組下では寸法代入が既に行われているので,2行目で作成された\textit{dir\_box}の通り
9975        に幅20\,pt,高さ・深さ5\,ptのボックスとして扱われる.
9976  \item \cs{dtou} 下ではまだ寸法代入が行われていないので,
9977 \cs{box0} の寸法変更に追従し,幅7\,pt,高さ9\,pt,深さ0\,ptのボックスとして扱われる.
9978 \end{itemize}
9979
9980 4行目では \cs{dtou} 下での\cs{box0} の幅が20\,ptに設定されるので,2行目と同じように
9981 \[
9982  \xymatrix{
9983    {}\Node{whatsit}{\cs{yoko}}\ar[r]\ar[d]_{\text{中身}}&{}\Node{rule}{}\\
9984    {}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{dtou})}{20.0}{9.0}{0.0}}\ar[r]&
9985    {}\HNode{\textit{dir\_box} (\cs{tate})}{20.0}{5.0}{5.0}
9986  }
9987 \]
9988 と\textit{dir\_box}が作成される.
9989
9990 このように寸法代入によってつくられた\textit{dir\_box}は,前節の整合過程のときに再利用され
9991 る.上記の例でいえば,5行目を実行した後の \cs{box0} の内容は
9992 \[
9993  \xymatrix{
9994    {}\Node{whatsit}{\cs{dtou}}\ar[r]&
9995    {}\Node{glyph}{`a'}\ar[r]&
9996    {}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{dtou})}{20.0}{9.0}{0.0}}\ar[d]_{\text{中身}}\\
9997    &&{}\HNode{hbox}{9.0}{5.0}{2.0}\ar[d]_{\text{中身}}\\
9998    &&{}\Node{whatsit}{\cs{yoko}}\ar[r]&{}\Node{rule}{}
9999  }
10000 \]
10001 のようになる.
10002 %</ja>
10003
10004 \newpage
10005 \begin{thebibliography}{99}
10006   \addcontentsline{toc}{section}{\refname}
10007 \bibitem{texbytopic}
10008 Victor Eijkhout. \newblock \textit{\TeX\ by Topic, A \TeX nician's Reference}, Addison-Wesley, 1992.
10009 \bibitem{listings} C.\ Heinz, B.\ Moses. \newblock The \textsf{Listings} Package.
10010 \bibitem{uptex} Takuji Tanaka. \newblock
10011 upTeX---Unicode version of pTeX with CJK extensions,
10012 TUG 2013, October 2013.
10013 %<ja>\newblock
10014 %<en>\\\null\hfill
10015 \url{http://tug.org/tug2013/slides/TUG2013_upTeX.pdf}
10016 \bibitem{jlisting} Thor Watanabe. \newblock Listings\ -\ MyTeXpert.
10017 %<en>\newblock
10018 %<ja>\\\null\hfill
10019 \url{http://mytexpert.osdn.jp/index.php?Listings}
10020 \bibitem{jlreq}  W3C Japanese Layout Task Force~(ed). \newblock
10021 Requirements for Japanese Text Layout (W3C Working Group Note), 2011, 2012. \newblock
10022 \url{http://www.w3.org/TR/jlreq/}%
10023 %<ja> \\日本語訳の書籍版:W3C日本語組版タスクフォース(編),『W3C技術ノート 日本語組版処理の要件』,東京電機大学出版局,2012.
10024 \bibitem{min10} 乙部厳己.min10フォントについて.\\\null\hfill
10025 \url{http://argent.shinshu-u.ac.jp/~otobe/tex/files/min10.pdf}
10026 \bibitem{x4051} 日本工業規格(Japanese Industrial Standard). JIS~X~4051,
10027 日本語文書の組版方法(Formatting rules for Japanese documents), 1993, 1995, 2004.
10028 \bibitem{ptexdoc} 濱野尚人,田村明史,倉沢良一.\TeX の出版への応用—縦組み機能の組み込み—.
10029 \\\null\hfill\texttt{.../texmf-dist/doc/ptex/base/ptexdoc.pdf}
10030 \bibitem{ptextug} Hisato Hamano. \newblock
10031 \textit{Vertical Typesetting with \TeX}, TUGBoat~\textbf{11}(3), 346--352, 1990.
10032 \bibitem{pdfstd} International Organization for Standardization. \newblock
10033 ISO 32000-1:2008, \textit{Document management -- Portable document format -- Part 1: PDF
10034       1.7}, 2008. \newblock
10035 \\\null\hfill
10036 \url{http://www.iso.org/iso/iso\_catalogue/catalogue_tc/catalogue\_detail.htm?csnumber=51502}
10037 \end{thebibliography}
10038
10039 \end{document}
10040 %</!showexpl>
10041 %<*showexpl>
10042 %%
10043 %% config file for showexpl.sty
10044 %%
10045 %% Copyright The LuaTeX-ja project team, 2012
10046 %%
10047 \ProvidesFile{showexpl.cfg}
10048   [2012/05/20 v0.01 Definitions for the showexpl package (luatexja)]
10049 \lstset{}
10050 \def\SX@Info{}
10051 \endinput
10052 %</*showexpl>