OSDN Git Service

2014 -> 2015
[luatex-ja/luatexja.git] / doc / luatexja.dtx
1 %<*!showexpl>
2 %#! lualatex -shell-escape
3
4 % To typeset this manual, you need following two fonts:
5 %  - KozMinPr6N-Regular.otf
6 %  - KozGoPr6N-Medium.otf
7 %  - KozGoPr6N-Regular.otf
8
9 %%%%% section ==> 章
10 %%%%% subsection => 節
11
12 %<en>\documentclass[a4paper,titlepage]{article}
13 %<ja>\documentclass[a4paper,titlepage]{ltjsarticle}
14
15 %%%%%%%%
16 \makeatletter
17 %%%%%%%%
18 \directlua{if jit then jit.on() end}
19
20 \usepackage{amsmath,array,tikz,pict2e,multienum,float}
21 \usepackage{booktabs,multicol,luatexja-ruby}
22 \usepackage[all]{xy}
23 \usepackage{lltjext,alltt}
24
25 %%%%%%%% fonts
26 \usepackage{luatexja-otf}
27 \directlua{luatexja.otf.enable_ivs()}
28 \usepackage[match]{luatexja-fontspec}
29 \usepackage[kozuka-pr6n]{luatexja-preset}
30 \usepackage{unicode-math}
31 \setmainfont[Ligatures=TeX]{Linux Libertine O}
32 \setmonofont[Scale=MatchLowercase, ItalicFont=lmmono10-italic.otf,
33   BoldFont=lmmonolt10-bold.otf, BoldItalicFont=lmmonolt10-boldoblique.otf
34 ]{lmmono10-regular.otf}
35 \setmonojfont{KozGoPr6N-Regular.otf}
36 \setmathfont[Scale=MatchLowercase]{xits-math.otf}
37 \setsansfont[Scale=MatchLowercase,Ligatures=TeX]{Linux Biolinum O}
38 %<*ja>
39 \def\emph#1{\textbf{\textgt{#1}}}
40 \def\headfont{\normalfont\bfseries\gtfamily}\normalsize
41 %</ja>
42 %<*en>
43 \frenchspacing
44 \usepackage[margin=25mm,lmargin=30mm,rmargin=30mm,footskip=6mm]{geometry}
45 \usepackage{luatexja-adjust}\ltjdisableadjust
46 \parskip=\smallskipamount
47 \renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
48     {3.25ex \@plus1ex \@minus.2ex}%
49     {-1em}%
50     {\normalfont\normalsize\bfseries\raisebox{.2ex}{$\mdlgblksquare\mkern1mu$}}}
51 %</en>
52 %<*ja>
53 \usepackage[textwidth=45\zw, lines=45, footskip=6mm]{geometry}
54 \usepackage{luatexja-adjust}%\ltjdisableadjust
55 \advance\leftmargini-1\zw\advance\leftmarginii-1\zw
56 %</ja>
57
58 %%%%%%%% listings
59
60 %%%%%%%% IVS
61
62 \def\IVS#1{\char\numexpr "E0100+#1\relax}%"
63 \def\IVSA#1#2#3#4#5{%
64   \textcolor{blue}{\raisebox{3.5pt}{\tt%
65     \fboxsep=0.5pt\fbox{\tiny \oalign{0#1#2\crcr#3#4#5\crcr}}}}%
66 }
67 {\catcode`\%=11
68   \gdef\IVSB#1{\expandafter\IVSA\directlua{
69     local cat_str = luatexbase.catcodetables['string']
70     tex.sprint(cat_str, string.format('%X', 0xE00EF+#1))
71 }}}
72
73 \usepackage{listings,showexpl,enumitem}
74 \lstset{
75   basicstyle=\ttfamily\small, pos=r, breaklines=true,
76   numbers=none, rframe={}, basewidth=0.5em, numberstyle=\tiny, numbersep=0.5em,
77   explpreset={numberstyle=\tiny, numbers=left, numbersep=1em, columns=fixed}
78 }
79 % Suppress output from showexpl to stdout.
80 \let\SX@Info\relax
81
82 %%%%%%%% colors
83 %% modified from http://jfly.iam.u-tokyo.ac.jp/colorset/
84 \usepackage{transparent}
85 \definecolor{red}{rgb}{1, 0.16, 0}
86 \definecolor{blue}{rgb}{0, 0.25, 1}
87 \definecolor{gray}{rgb}{.50, .53, .56}
88 \definecolor{green}{rgb}{.21, .63, .42}
89 \definecolor{cyan}{rgb}{0.40, .80, 1}
90 \definecolor{b_gray}{rgb}{0.78, 0.78, 0.80}
91 \definecolor{b_pink}{rgb}{1, 0.82, 0.82}
92 \definecolor{b_green}{rgb}{.53, .91, .69}
93 \definecolor{b_cyan}{rgb}{0.70, .92, 98}
94
95 %%%%%%%% hyperref
96 \usepackage{hyperref,bookmark}
97 %<*en>
98 \title{The \LuaTeX-ja package}
99 \author{The \LuaTeX-ja project team}
100 %</en>
101 %<*ja>
102 \title{\LuaTeX-jaパッケージ}
103 \author{\LuaTeX-jaプロジェクトチーム}
104 %</ja>
105 \hypersetup{%
106         unicode,
107         colorlinks,
108         allbordercolors=1 1 1,
109         allcolors=blue,
110 %<*en>
111         pdfauthor={The LuaTeX-ja project team},
112         pdftitle={The LuaTeX-ja package}
113 %</en>
114 %<*ja>
115         pdfauthor={LuaTeX-jaプロジェクトチーム},
116         pdftitle={LuaTeX-jaパッケージ}
117 %</ja>
118 }
119
120 %%%%%%%% definition env.
121 \usepackage{amsthm}
122 \theoremstyle{definition}
123 %<en>\newtheorem{defn}{Definition}
124 %<ja>\newtheorem{defn}{定義}
125
126 %%%%%%%% logo
127 \usepackage{metalogo}
128 \DeclareRobustCommand\eTeX{\ensuremath{\varepsilon}-\kern-.125em\TeX}
129 \DeclareRobustCommand\LuaTeX{Lua\TeX}
130 \DeclareRobustCommand\pdfTeX{pdf\TeX}
131 \DeclareRobustCommand\pTeX{p\kern-.15em\TeX}
132 \DeclareRobustCommand\upTeX{up\kern-.15em\TeX}
133 \DeclareRobustCommand\pLaTeX{p\kern-.05em\LaTeX}
134 \DeclareRobustCommand\pLaTeXe{p\kern-.05em\LaTeXe}
135 \DeclareRobustCommand\epTeX{\ensuremath{\varepsilon}-\pTeX}
136
137 %%%%%%%% other macros
138 \newlist{cslist}{description}{1}
139 \setlist[cslist]{%
140     style=nextline,font=\mdseries\ttfamily,
141     before*=\def\<{\char`\<}\def\>{\char`\>}\def\{{\char`\{}\def\}{\char`\}},
142 %<ja> leftmargin=2\zw,
143 %<en> leftmargin=2em,
144 }
145
146 \def\labelenumii{(\arabic{enumii})}
147 \long\def\@makecaption#1#2{%
148   \vskip\abovecaptionskip
149   \sbox\@tempboxa{{\small #1. #2}}%
150   \ifdim \wd\@tempboxa >\hsize
151     {\small #1. #2}\par
152   \else
153     \global \@minipagefalse
154     \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
155   \fi
156   \vskip\belowcaptionskip}
157
158 \def\_{\leavevmode \kern .06em\vbox {\hrule \@width .333em}}
159 \def\cs#1{\texttt{\upshape\textbackslash\ltjsetparameter{autoxspacing=false}#1}}
160
161 %%%%%%%%
162 \makeatother
163 %%%%%%%%
164
165 \def\Node#1#2{\,\vcenter{\hbox{\fboxsep=1pt\fbox{\vbox{\small\halign{\hfil##\hfil\cr
166   #1\mathstrut\cr\noalign{\vskip1pt\hrule height.4pt\vskip1pt}\strut#2\cr}}}}}\,}
167 \def\HNode#1#2#3#4{\,\vcenter{\hbox{\fboxsep=1pt\fbox{\vbox{\small\halign{\hfil##\hfil\cr
168   #1\mathstrut\cr\noalign{\vskip1pt\hrule height.4pt\vskip1pt}%
169   width:\hfill\ #2\cr height:\hfill\ #3\cr depth:\hfill\ #4\cr
170   }}}}}\,}
171
172 \protected\def\Param#1{\hyperlink{fld:#1}{\textsf{#1}}} % parameter name
173 \protected\def\DParam#1{\hypertarget{fld:#1}{\textsf{#1}}} % parameter name (definition)
174 \protected\def\Pkg#1{\underline{\smash{\texttt{#1}}}} % packages/classes
175
176
177 \begin{document}
178 \lstset{
179   vscmd=\IVSB
180 }
181
182 \catcode`\<=13
183 \def<#1>{{\normalfont\rm\itshape$\langle$#1\/$\rangle$}}
184 \let\LARG=<
185 \maketitle
186
187 \tableofcontents
188 \bigskip
189
190 %<*en>
191 \textbf{This documentation is far from complete. It may have many
192 grammatical (and contextual) errors.} Also, several parts
193 are written in Japanese only.
194 %</en>
195 %<*ja>
196 \emph{\large 本ドキュメントはまだまだ未完成です.}
197 %</ja>
198
199 \clearpage
200 %<en>\part{User's manual}
201 %<ja>\part{ユーザーズマニュアル}
202
203 %<en>\section{Introduction}
204 %<ja>\section{はじめに}
205
206
207 %<*en>
208 The \LuaTeX-ja package is a macro package for typesetting high-quality
209 Japanese documents when using \LuaTeX.
210 %</en>
211 %<*ja>
212 \LuaTeX-jaパッケージは,次世代標準\TeX である\LuaTeX の上で,\pTeX と同等
213 /それ以上の品質の日本語組版を実現させようとするマクロパッケージである.
214 %</ja>
215 %<en>\subsection{Backgrounds}
216 %<ja>\subsection{背景}
217
218 %<*en>
219 Traditionally, ASCII \pTeX, an extension of \TeX, and its derivatives
220 are used to typeset Japanese documents in \TeX. \pTeX\ is an engine
221 extension of \TeX: so it can produce high-quality Japanese documents
222 without using very complicated macros. But this point is a mixed
223 blessing: \pTeX\ is left behind from other extensions of \TeX,
224 especially \eTeX\ and \pdfTeX, and from changes about
225 Japanese processing in computers (\textit{e.g.}, the UTF-8 encoding).
226 %</en>
227 %<*ja>
228 従来,「\TeX を用いて日本語組版を行う」といったとき,エンジンとしては
229 ASCII \pTeX やそれの拡張物が用いられることが一般的であった.\pTeX は\TeX
230 のエンジン拡張であり,(少々仕様上不便な点はあるものの)商業印刷の分野に
231 も用いられるほどの高品質な日本語組版を可能としている.だが,それは弱点に
232 もなってしまった.\pTeX という(組版的に)満足なものがあったため,海外で
233 行われている数々の\TeX の拡張――例えば\eTeX や\pdfTeX ――や,TrueType,
234 OpenType, Unicodeといった計算機で日本語を扱う際の状況の変化に追従すること
235 を怠ってしまったのだ.
236 %</ja>
237
238 %<*en>
239 Recently extensions of \pTeX, namely \upTeX\ (Unicode-implementation
240 of \pTeX) and \epTeX\ (merging of \pTeX\ and
241 \eTeX\ extension), have developed to fill those gaps to some
242 extent, but gaps still exist.
243 %</en>
244 %<*ja>
245 ここ数年,若干状況は改善されてきた.現在手に入る大半の\pTeX バイナリでは
246 外部UTF-8入力が利用可能となり,さらにUnicode化を推進し,\pTeX の内部処理
247 までUnicode化した\upTeX も開発されている.また,\pTeX に\eTeX 拡張をマー
248 ジした\epTeX も登場し,\TeX\ Live\ 2011では\pLaTeX が\epTeX の上で動作す
249 るようになった.だが,\pdfTeX 拡張(PDF直接出力やmicro-typesetting)を
250 \pTeX に対応させようという動きはなく,海外とのgapは未だにあるのが現状であ
251 る.
252 %</ja>
253
254 %<*en>
255 However, the appearance of \LuaTeX\ changed the whole situation. With
256 using Lua ``callbacks'', users can customize the internal processing of
257 \LuaTeX. So there is no need to modify sources of engines to
258 support Japanese typesetting: to do this, we only have to write Lua
259 scripts for appropriate callbacks.
260 %</en>
261 %<*ja>
262 しかし,\LuaTeX の登場で,状況は大きく変わることになった.Luaコードで
263 ``callback''を書くことにより,\LuaTeX の内部処理に割り込みをかけることが可
264 能となった.これは,エンジン拡張という真似をしなくても,Luaコードとそれに
265 関する\TeX マクロを書けば,エンジン拡張とほぼ同程度のことができるようになっ
266 たということを意味する.\LuaTeX-jaは,このアプローチによってLuaコード・
267 \TeX マクロによって日本語組版を\LuaTeX の上で実現させようという目的で開発
268 が始まったパッケージである.
269 %</ja>
270
271 %<en>\subsection{Major Changes from \pTeX}
272 %<ja>\subsection{\pTeX からの主な変更点}
273 \label{ssec:chgptex}
274
275 %<*en>
276 The \LuaTeX-ja package is under much influence of \pTeX\ engine. The initial
277 target of development was to implement features of \pTeX. However, 
278 implementing all feature of \pTeX\ is impossible, 
279 since all process of \LuaTeX-ja must be implemented only by Lua and \TeX\ macros.
280 Hence \emph{\LuaTeX-ja is not a just porting of \pTeX; unnatural
281 specifications/behaviors of \pTeX\ were not adopted}.
282 %</en>
283 %<*ja>
284 \LuaTeX-jaは,\pTeX に多大な影響を受けている.初期の開発目標は,\pTeX の機
285 能をLuaコードにより実装することであった.しかし,(\pTeX はエンジン拡張であったのに対し)
286 \LuaTeX-jaはLuaコードと\TeX マクロを用いて全てを実装していなければならないため,\pTeX
287 の完全な移植は不可能であり,また\pTeX における実装がいささか不可解になっ
288 ているような状況も発見された.そのため,\emph{\LuaTeX-jaは,もはや
289 \pTeX の完全な移植は目標とはしない.\pTeX における不自然な仕様・挙動があ
290 れば,そこは積極的に改める.}
291 %</ja>
292
293 %<*en>
294 The followings are major changes from \pTeX.
295 For more detailed information, see Part~\ref{part-imp} or other sections of this manual.
296 %</en>
297 %<*ja>
298 以下は \pTeX からの主な変更点である.
299 より詳細については第\ref{part-imp}部など本文書の残りを参照.
300 %</ja>
301
302 %<*en>
303 \paragraph{Command names} \pTeX\ addes several primitives, such as \cs{kanjiskip}, 
304 \cs{prebreakpenalty},~and,~\cs{ifydir}. They can be used as follows:
305 %</en>
306 %<*ja>
307 \paragraph{命令の名称} 例えば\pTeX で追加された次のようなプリミティブ
308 %</ja>
309 \begin{verbatim}
310 \kanjiskip=10pt  \dimen0=kanjiskip
311 \tbaselineshift=0.1zw
312 \dimen0=\tbaselineshift
313 \prebreakpenalty`ぁ=100
314 \ifydir ... \fi
315 \end{verbatim}
316 %<en> However, we cannot use them under \LuaTeX-ja. 
317 %<en> Instead of them, we have to write as the following.
318 %<ja> は\LuaTeX-jaには存在しない.\LuaTeX-jaでは以下のように記述することになる.
319 \begin{verbatim}
320 \ltjsetparameter{kanjiskip=10pt}  \dimen0=\ltjgetparameter{kanjiskip}
321 \ltjsetparameter{talbaselineshift=0.1\zw}
322 \dimen0=\ltjgetparameter{talbaselineshift}
323 \ltjsetparameter{prebreakpenalty={`ぁ,100}}
324 \ifnum\ltjgetparemeter{direction}=4 ... \fi
325 \end{verbatim}
326 %<*en> 
327 Note that \pTeX\ adds new two useful units, namely \texttt{zw}~and~\texttt{zh}.
328 As shown above, they are changed by \cs{zw}~and~\cs{zh} respectively, in \LuaTeX-ja.
329 %</en>
330 %<*ja>
331 特に注意してほしいのは,\pTeX で追加された \texttt{zw} と \texttt{zh} という単位を
332 \LuaTeX-ja で扱うには,\cs{zw}, \cs{zh} と制御綴の形にしないといけないという点である.
333 %</ja>
334
335 %<*en>
336 \paragraph{Linebreak after a Japanese character}
337 In \pTeX, a line break after Japanese character is ignored (and
338       doesn't yield a space), since line breaks (in source files) are
339       permitted almost everywhere in Japanese texts. However, \LuaTeX-ja
340       doesn't have this feature completely, because of a specification
341       of \LuaTeX. For the detail, see Section~\ref{sec-lbreak}.
342 %</en>
343 %<*ja>
344 \paragraph{和文文字直後の改行}
345 日本語の文書中では改行はほとんどどこでも許されるので,\pTeX では和文文字
346       直後の改行は無視される(スペースが入らない)ようになっていた.しかし,
347       \LuaTeX-ja では \LuaTeX の仕様のためにこの機能は完全には実装されていない.
348       詳しくは\ref{sec-lbreak}章を参照.
349 %</ja>
350
351 %<*en>
352
353 \paragraph{Spaces related to Japanese characters}
354 The insertion process of glues/kerns between two Japanese
355       characters and between a Japanese character and other characters
356       (we refer glues/kerns of both kinds as \textbf{JAglue}) is rewritten from
357       scratch.
358 %</en>
359 %<*ja>
360 \paragraph{和文関連の空白}
361 2つの和文文字の間や,和文文字と欧文文字の間に入るグルー/カーン
362       (両者をあわせて\textbf{JAglue}と呼ぶ)の挿入処理が0から書き直されている.
363 %</ja>
364
365 \begin{itemize}
366 %<*en>
367 \item As \LuaTeX's internal ligature handling is \emph{node-based}
368       (\textit{e.g.}, \verb+of{}fice+ doesn't prevent ligatures), the
369       insertion process of \textbf{JAglue} is now \emph{node-based}.
370 %</en>
371 %<*ja>
372 \item \LuaTeX の内部での合字の扱いは「ノード」を単位として行われるようになっている(例えば,
373       \verb+of{}fice+ で合字は抑制されない).それに合わせ,\textbf{JAglue}の挿入処理も
374       ノード単位で実行される.
375 %</ja>
376
377 %<*en>
378 \item Furthermore, nodes between two characters which have no effects in
379       line break (\textit{e.g.}, \cs{special} node) and kerns from
380       italic correction are ignored in the insertion process.
381 %</en>
382 %<*ja>
383 \item さらに,2つの文字の間にある行末では効果を持たないノード(例えば \cs{special} ノード)や,
384   イタリック補正に伴い挿入されるカーンは挿入処理中では無視される.
385 %</ja>
386
387 %<*en>
388 \item \emph{Caution: due to above two points, many methods which did for the
389       dividing the process of the insertion of \textbf{JAglue} in \pTeX\ are not
390       effective anymore.} In concrete terms, the following two methods are not effective anymore:
391 %</en>
392 %<*ja>
393 \item \emph{注意:上の2つの変更により,従来\textbf{JAglue}の挿入処理を分断するのに
394       使われていたいくつかの方法は用いることができない.具体的には,次の方法はもはや無効である:}
395 %</ja>
396 \begin{lstlisting}
397 ちょ{}っと    ちょ\/っと
398 \end{lstlisting}
399 %<*en>
400       If you want to do so, please put an empty horizontal box (hbox) between it instead:
401 %</en>
402 %<*ja>
403       もし同じことをやりたければ,空の水平ボックス(hbox)を間に挟めばよい:
404 %</ja>
405 \begin{lstlisting}
406 ちょ\hbox{}っと
407 \end{lstlisting}
408
409 %<*en>
410 \item In the process, two Japanese fonts which only differ in their ``real''
411       fonts are identified.
412 %</en>
413 %<*ja>
414 \item 処理中では,2つの和文フォントは,実フォントが異なるだけの場合には同一視
415       される.
416 %</ja>
417 \end{itemize}
418
419 %<*en>
420 \paragraph{Directions}
421 From this version, \LuaTeX-ja supports vertical writing;
422 but this feature must \emph{not} be confused with $\Omega$-style direction support of \LuaTeX\
423 itself. ...
424 %</en>
425 %<*ja>
426 \paragraph{組方向}
427 本版からは,不安定ながらも\LuaTeX-ja における縦組みをサポートしている.
428 なお,\LuaTeX 本体も,$\Omega$流の組方向をサポートしているが,それとは全くの別物であること
429 に注意してほしい.
430 \LuaTeX のコールバックや実装により,特に異なった組方向のボックスを扱う場合には
431 \cs{wd}, \cs{ht}, \cs{dp}等の仕様が異なるので注意.詳細は第\ref{sec-direction}章を参照.
432 %</ja>
433
434 %<*en>
435 \paragraph{\cs{discretionary}}
436 Japanese characters in discretionary break (\cs{discretionary}) is not supported.
437 %</en>
438 %<*ja>
439 \paragraph{\cs{discretionary}}
440  \cs{discretionary} 内に直接和文文字を記述することは,\pTeX においても想定されていなかった
441  感があるが.\LuaTeX-jaにおいても想定していない.和文文字をどう
442       しても使いたい場合は \cs{hbox} で括ること.
443 %</ja>
444
445
446
447 %<en>\subsection{Notations}
448 %<ja>\subsection{用語と記法}
449
450 %<*en>
451 In this document, the following terms and notations are used:
452 %</en>
453 %<*ja>
454 本ドキュメントでは,以下の用語と記法を用いる:
455 %</ja>
456 \begin{itemize}
457 %<*en>
458 \item Characters are classified into following two types.
459       Note that the classification can be customized by a user
460       (see Subsection~\ref{ssec-setrange}).
461 %</en>
462 %<*ja>
463 \item 文字は次の2種類に分けられる.この類別は固定されているものではなく,ユーザが後から変更可能である
464       (\ref{ssec-setrange}節を参照).
465 %</ja>
466 \begin{itemize}
467 %<*en>
468 \item \textbf{JAchar}: standing for characters which is used in Japanese typesetting,
469       such as Hiragana,~Katakana, Kanji, and~other Japanese punctuation marks.
470 %</en>
471 %<*ja>
472 \item \textbf{JAchar}: ひらがな,カタカナ,漢字,和文用の約物といった
473       日本語組版に使われる文字のことを指す.
474 %</ja>
475
476 %<en>\item \textbf{ALchar}: standing for all other characters like latin alphabets.
477 %<ja>\item \textbf{ALchar}: ラテンアルファベットを始めとする,その他全ての文字を指す.
478 \end{itemize}
479
480 %<*en>
481 We say \emph{alphabetic fonts} for fonts used in \textbf{ALchar},
482 and \emph{Japanese fonts} for fonts used in \textbf{JAchar}.
483 %</en>
484 %<*ja>
485 そして,\textbf{ALchar}の出力に用いられるフォントを\emph{欧文フォント}と呼び,
486 \textbf{JAchar}の出力に用いられるフォントを\emph{和文フォント}と呼ぶ.
487 %</ja>
488 %<*en>
489 \item A word in a sans-serif font (like \Param{prebreakpenalty})
490       means an internal parameter for Japanese typesetting, and it
491       is used as a key in \cs{ltjsetparameter} command.
492 %</en>
493 %<*ja>
494 \item サンセリフ体で書かれた語(例:\Param{prebreakpenalty})は日本語組版用の
495       パラメータを表し,これらは \cs{ltjsetparameter} 命令のキーとして
496       用いられる.
497 %</ja>
498 %<*en>
499 \item A word in typewriter font with underline (like \Pkg{fontspec})
500       means a package or a class of \LaTeX.
501 %</en>
502 %<*ja>
503 \item 下線付きタイプライタ体の語(例:\Pkg{fontspec})は\LaTeX の
504       パッケージやクラスを表す.
505 %</ja>
506 %<*en>
507 \item In this document, natural numbers start from~zero.
508   $\omega$ denotes the set of all natural numbers.
509 %</en>
510 %<*ja>
511 \item 本ドキュメントでは,自然数は0から始まる.自然数全体の集合は$\omega$と表記する.
512 %</ja>
513 \end{itemize}
514
515 %<en>\subsection{About the Project}
516 %<ja>\subsection{プロジェクトについて}
517
518 %<en>\paragraph{Project Wiki} Project Wiki is under construction.
519 %<ja>\paragraph{プロジェクトWiki} プロジェクトWikiは構築中である.
520 %<*en>
521 \begin{itemize}
522 \item \url{http://sourceforge.jp/projects/luatex-ja/wiki/FrontPage%28en%29} (English)
523 \item \url{http://sourceforge.jp/projects/luatex-ja/wiki/FrontPage} (Japanese)
524 \item \url{http://sourceforge.jp/projects/luatex-ja/wiki/FrontPage%28zh%29} (Chinese)
525 \end{itemize}
526 %</en>
527 %<*ja>
528 \begin{itemize}
529 \item \url{http://sourceforge.jp/projects/luatex-ja/wiki/FrontPage}(日本語)
530 \item \url{http://sourceforge.jp/projects/luatex-ja/wiki/FrontPage%28en%29}(英語)
531 \item \url{http://sourceforge.jp/projects/luatex-ja/wiki/FrontPage%28zh%29}(中国語)
532 \end{itemize}
533 %</ja>
534
535 %<en>This project is hosted by SourceForge.JP.
536 %<ja>本プロジェクトはSourceForge.JPのサービスを用いて運営されている.
537
538 %<en>\paragraph{Members}\
539 %<ja>\paragraph{開発メンバー}\
540
541 %<*en>
542 \begin{multienumerate}
543 \def\labelenumi{$\bullet$}
544 \mitemxxx{Hironori KITAGAWA}{Kazuki MAEDA}{Takayuki YATO}
545 \mitemxxx{Yusuke KUROKI}{Noriyuki ABE}{Munehiro YAMAMOTO}
546 \mitemxxx{Tomoaki HONDA}{Shuzaburo SAITO}{MA Qiyuan}
547 \end{multienumerate}
548 %</en>
549 %<*ja>
550 \begin{multienumerate}
551 \def\labelenumi{$\bullet$}
552 \mitemxxx{北川 弘典}{前田 一貴}{八登 崇之}
553 \mitemxxx{黒木 裕介}{阿部 紀行}{山本 宗宏}
554 \mitemxxx{本田 知亮}{齋藤 修三郎}{馬 起園}
555 \end{multienumerate}
556 %</ja>
557
558 % \paragraph{Acknowledgments} -- 挿入するならここ
559
560 \clearpage
561 %<en>\section{Getting Started}
562 %<ja>\section{使い方}
563 %<en>\subsection{Installation}
564 %<ja>\subsection{インストール}
565
566 %<en>The following packages are needed for the \LuaTeX-ja\ package.
567 %*ja>\LuaTeX-jaパッケージの動作には次のパッケージ類が必要である.
568 \begin{itemize}
569 \item \LuaTeX\ beta-0.80.0 (or later)
570 \item \Pkg{luaotfload} v2.5 (or later)
571 \item \Pkg{adobemapping} (Adobe cmap and pdfmapping files)
572 \item \Pkg{everysel} (if you want to use \LuaTeX-ja with \LaTeXe)
573 %<en>\item \emph{IPAex fonts} (\url{http://ipafont.ipa.go.jp/})
574 %<ja>\item \emph{IPAexフォント(\url{http://ipafont.ipa.go.jp/})}
575 \end{itemize}
576 %<en>In summary, this version of \LuaTeX-ja no longer supports \TeX~Live~2014 (or older version).
577 %<*ja>
578 要約すると,本バージョンの\LuaTeX-jaは\TeX~Live~2014以前では動作しない\footnote{%
579   もっとも,自分で\LuaTeX のバイナリをSubversionリポジトリからビルドしていれば話は別である.
580 }.
581 %</ja>
582
583 %<*en>
584 Now \LuaTeX-ja is available from
585 CTAN (in the \texttt{macros/luatex/generic/luatexja} directory), and
586 the following distributions:
587   \begin{itemize}
588   \item MiK\TeX\ (in \texttt{luatexja.tar.lzma}); see the next subsection
589   \item \TeX\ Live (in \texttt{texmf-dist/tex/luatex/luatexja})
590   \item W32\TeX\ (in \texttt{luatexja.tar.xz})
591   \end{itemize}
592 IPAex fonts are also available in these distributions.
593 %</en>
594 %<*ja>
595 現在,\LuaTeX-jaはCTAN (\texttt{macros/luatex/generic/luatexja})に収録されている他,
596 以下のディストリビューションにも収録されている:
597   \begin{itemize}
598   \item MiK\TeX\ (\texttt{luatexja.tar.lzma})
599   \item \TeX\ Live (\texttt{texmf-dist/tex/luatex/luatexja})
600   \item W32\TeX\ (\texttt{luatexja.tar.xz})
601   \end{itemize}
602 これらのディストリビューションはIPAexフォントも収録している.
603 W32\TeX においてはIPAexフォントは \texttt{luatexja.tar.xz} 内にある.
604 %</ja>
605
606 % %<*ja>
607 % 例えば\TeX~Live~2015を利用しているなら,\LuaTeX-jaは\TeX~Live manager (\texttt{tlmgr})を
608 % 使ってインストールすることができる.
609 % \begin{lstlisting}
610 % $ tlmgr install luatexja
611 % \end{lstlisting}
612 % %</ja>
613 % %<*en>
614 % If you are using \TeX~Live~2015, you can install \LuaTeX-ja
615 % from \TeX~Live manager (\texttt{tlmgr}):
616 % \begin{lstlisting}
617 % $ tlmgr install luatexja
618 % \end{lstlisting}
619 % %</en>
620
621 %<en>\paragraph{Manual installation}
622 %<ja>\paragraph{手動インストール方法}
623
624 \begin{enumerate}
625 %<*en>
626 \item Download the source, by one of the following method.
627       At the present, \LuaTeX-ja has no \emph{stable} release.
628
629 \begin{itemize}
630 \item Clone the Git repository:
631 \begin{lstlisting}
632 $ git clone git://git.sourceforge.jp/gitroot/luatex-ja/luatexja.git
633 \end{lstlisting}
634 \item Download the \texttt{tar.gz} archive of HEAD in the \texttt{master} branch from
635 \begin{flushleft}
636 \url{http://git.sourceforge.jp/view?p=luatex-ja/luatexja.git;a=snapshot;h=HEAD;sf=tgz}.
637 \end{flushleft}
638 \end{itemize}
639
640 Note that the \texttt{master} branch, and hence the archive in CTAN, are not updated frequently;
641 the forefront of development is not the \texttt{master} branch.
642 %</en>
643 %<*ja>
644 \item ソースを以下のいずれかの方法で取得する.現在公開されているのはあくまでも
645       開発版であって,安定版でないことに注意.
646
647 \begin{itemize}
648 \item Gitリポジトリをクローンする:
649 \begin{lstlisting}
650 $ git clone git://git.sourceforge.jp/gitroot/luatex-ja/luatexja.git
651 \end{lstlisting}
652 \item \texttt{master}ブランチのスナップショット(\texttt{tar.gz}形式)をダウンロードする.
653 \begin{flushleft}
654 \url{http://git.sourceforge.jp/view?p=luatex-ja/luatexja.git;a=snapshot;h=HEAD;sf=tgz}.
655 \end{flushleft}
656 \end{itemize}
657 \texttt{master}ブランチ(従って,CTAN内のアーカイブも)はたまにしか更新されないことに注意.
658 主な開発は\texttt{master}の外で行われ,比較的まとまってきたらそれを\texttt{master}に
659 反映させることにしている.
660 %</ja>
661
662 %<*en>
663 \item Extract the archive. You will see \texttt{src/} and several other sub-directories.
664 But only the contents in \texttt{src/} are needed to work \LuaTeX-ja.
665 %</en>
666 %<*ja>
667 \item 「Gitリポジトリをクローン」以外の方法でアーカイブを取得したならば,それを展開する.
668       \texttt{src/}をはじめとしたいくつかのディレクトリができるが,
669       動作には\texttt{src/}以下の内容だけで十分.
670 %</ja>
671
672 %<*en>
673 \item If you downloaded this package from CTAN, you have to run following commands
674     to generate classes
675     and \texttt{ltj-kinsoku.lua} (the file which stores default ``\textit{kinsoku}'' parameters):
676 %</en>
677 %<*ja>
678 \item もしCTANから本パッケージを取得したのであれば,日本語用クラスファイルや
679 標準の禁則処理用パラメータを
680 格納した \texttt{ltj-kinsoku.lua} を生成するために,
681 以下を実行する必要がある:
682 %</ja>
683 \begin{lstlisting}
684 $ cd src
685 $ lualatex ltjclasses.ins
686 $ lualatex ltjsclasses.ins
687 $ lualatex ltjltxdoc.ins
688 $ luatex   ltj-kinsoku_make.tex
689 \end{lstlisting}
690 %<*en>
691 \emph{Do not forget The last line (processing \texttt{ltj-kinsoku\_make.tex})}.
692 \texttt{*.\{dtx,ins\}} and \texttt{ltj-kinsoku\_make.tex} used here are not needed in regular use.
693 %</en>
694 %<*ja>
695 \emph{最後の \texttt{ltj-kinsoku\_make.tex} の実行を忘れないように注意}.
696 ここで使用した \texttt{*.\{dtx,ins\}} と \texttt{ltj-kinsoku\_make.tex} は
697 通常の使用にあたっては必要ない.
698 %</ja>
699
700
701
702 %<*en>
703 \item Copy all the contents of \texttt{src/} into one of your \texttt{TEXMF} tree.
704       \texttt{TEXMF/tex/luatex/luatexja/} is an example location.
705       If you cloned entire Git repository, making a symbolic link of \texttt{src/}
706       instead copying is also good.
707 %</en>
708 %<*ja>
709 \item \texttt{src}の中身を自分の\texttt{TEXMF}ツリーにコピーする.
710       場所の例としては,例えば
711 \begin{quote}
712  \texttt{TEXMF/tex/luatex/luatexja/}
713 \end{quote}
714       がある.
715       シンボリックリンクが利用できる環境で,かつリポジトリを直接取得したのであれば,
716       (更新を容易にするために)コピーではなくリンクを貼ることを勧める.
717 %</ja>
718 %<*en>
719 \item If \texttt{mktexlsr} is needed to update the file name database, make it so.
720 %</en>
721 %<*ja>
722 \item 必要があれば,\texttt{mktexlsr} を実行する.
723 %</ja>
724 \end{enumerate}
725
726 %<*en>
727 \subsection{Cautions}
728 For changes from \pTeX, see Subsection~\ref{ssec:chgptex}.
729 %</en>
730 %<*ja>
731 \subsection{注意点}
732 \pTeX からの変更点として,\ref{ssec:chgptex}節も熟読するのが望ましい.
733 ここでは一般的な注意点を述べる.
734 %</ja>
735 \begin{itemize}
736 %<*en>
737 \item The encoding of your source file must be UTF-8. No other
738       encodings, such as EUC-JP or Shift-JIS, are not supported.
739 %</en>
740 %<*ja>
741 \item 原稿のソースファイルの文字コードはUTF-8固定である.
742       従来日本語の文字コードとして用いられてきたEUC-JPやShift-JISは使用できない.
743 %</ja>
744 %<*en>
745 \item \LuaTeX-ja is very slower than \pTeX.
746 Generally speaking, LuaJIT\TeX\ processes \LuaTeX-ja
747 about 30\% faster than \LuaTeX, but not always.
748 %</en>
749 %<*ja>
750 \item \LuaTeX-jaは動作が\pTeX に比べて非常に遅い.
751 コードを調整して徐々に速くしているが,まだ満足できる速度ではない.
752 LuaJIT\TeX を用いると\LuaTeX のだいたい1.3倍の速度で動くようであるが,
753 IPA mj明朝などの大きいフォントを用いた場合には\LuaTeX よりも遅くなることもある.
754 %</ja>
755 \item%
756 %<*en>
757 \textbf{Outdated note for MiK\TeX\ users}\quad
758 \LuaTeX-ja requires that several CMap files%
759 \footnote{\texttt{UniJIS2004-UTF32-\{H,V\}} and \texttt{Adobe-Japan1-UCS2}.}
760 must be found from \LuaTeX.
761 Strictly speaking, those CMaps are needed
762 only in the first run of \LuaTeX-ja after installing or updating.
763 But it seems that MiK\TeX\ does not satisfy this condition,
764 so you will encounter an error like the following:
765 %</en>
766 %<*ja>
767 \LuaTeX-jaが動作するためには,\emph{導入・更新後の初回起動時に}
768 \texttt{UniJIS2004-UTF32-\{H,V\}}, \texttt{Adobe-Japan1-UCS2}という3つのCMapが
769 \LuaTeX によって見つけられることが必要である.
770 しかしやや古いMiK\TeX ではそのようになっていないので,次のエラーが発生するだろう:
771 %</ja>
772 \begin{lstlisting}
773 ! LuaTeX error ...iles (x86)/MiKTeX 2.9/tex/luatex/luatexja/ltj-rmlgbm.lua
774 bad argument #1 to 'open' (string expected, got nil)
775 \end{lstlisting}
776
777 %<*en>
778 If so, please execute a batch file which is written on
779 \href{http://sourceforge.jp/projects/luatex-ja/wiki/FrontPage%28en%29}{ the Project Wiki (English)}.
780 This batch file creates a temporary directory, copy CMaps in it,
781 run \LuaTeX-ja in this directory, and finally delete the temporary directory.
782 %</en>
783 %<*ja>
784 そのような場合には,
785 \href{http://sourceforge.jp/projects/luatex-ja/wiki/FrontPage%28en%29}{%
786   プロジェクトWiki英語版トップページ}中に書かれているバッチファイルを
787 実行して欲しい.このバッチファイルは,作業用ディレクトリにCMap達を
788 コピーし,その中で\LuaTeX-ja の初回起動を行い,作業用ディレクトリを消す作業をしている.
789 %</ja>
790
791 \end{itemize}
792
793 %<en>\subsection{Using in plain \TeX}
794 %<ja>\subsection{plain \TeX で使う}
795 \label{ssec-plain}
796
797 %<en>To use \LuaTeX-ja in plain \TeX, simply put the following at the beginning of the document:
798 %<ja>\LuaTeX-jaを plain \TeX で使うためには,単に次の行をソースファイルの冒頭に追加すればよい:
799 \begin{lstlisting}
800 \input luatexja.sty
801 \end{lstlisting}
802 %<en>This does minimal settings (like \texttt{ptex.tex}) for typesetting Japanese documents:
803 %<ja>これで(\texttt{ptex.tex}のように)日本語組版のための最低限の設定がなされる:
804
805 \begin{itemize}
806 %<*en>
807 \item The following 12~Japanese fonts are preloaded:
808 \begin{center}\small
809 \begin{tabular}{cccccc}
810 \toprule
811 \textbf{direction}&
812 \textbf{classification}&\textbf{font name}&\bf ``10\,pt''&\bf``7\,pt''&\bf``5\,pt''\\\midrule
813 \smash{\raisebox{-1ex}{\emph{yoko} (horizontal)}}&
814 \emph{mincho}&IPAex Mincho&\cs{tenmin}&\cs{sevenmin}&\cs{fivemin}\\
815 &\emph{gothic}&IPAex Gothic&\cs{tengt} &\cs{sevengt} &\cs{fivegt}\\
816 \midrule
817 \smash{\raisebox{-1ex}{\emph{tate} (vertical)}}&
818 \emph{mincho}&IPAex Mincho&\cs{tentmin}&\cs{seventmin}&\cs{fivetmin}\\
819 &\emph{gothic}&IPAex Gothic&\cs{tentgt} &\cs{seventgt} &\cs{fivetgt}\\
820 \bottomrule
821 \end{tabular}
822 \end{center}
823 %</en>
824 %<*ja>
825 \item 以下の12個の和文フォントが定義される:
826 \begin{center}\small
827 \begin{tabular}{cccccc}
828 \toprule
829 \emph{組方向}&\emph{字体}&\emph{フォント名}&\bf ``10\,pt''&\bf``7\,pt''&\bf``5\,pt''\\\midrule
830 \smash{\raisebox{-1ex}{横組}}&
831 明朝体&IPAex明朝&\cs{tenmin}&\cs{sevenmin}&\cs{fivemin}\\
832 &ゴシック体&IPAexゴシック&\cs{tengt} &\cs{sevengt} &\cs{fivegt}\\
833 \midrule
834 \smash{\raisebox{-1ex}{縦組}}&
835 明朝体&IPAex明朝&\cs{tentmin}&\cs{seventmin}&\cs{fivetmin}\\
836 &ゴシック体&IPAexゴシック&\cs{tentgt} &\cs{seventgt} &\cs{fivetgt}\\
837 \bottomrule
838 \end{tabular}
839 \end{center}
840 %</ja>
841 \begin{itemize}
842 %<*en>
843 \item With \texttt{luatexja.cfg}, one can use other fonts
844 as ``default'' Japanese fonts (Subsection~\ref{ssec-cfg}).
845 %</en>
846 %<*ja>
847 \item \texttt{luatexja.cfg} を用いることによって,標準和文フォントを
848 IPAexフォントから別のフォントに置き換えることができる.\ref{ssec-cfg}節を参照.
849 %</ja>
850
851 %<*en>
852 \item A character in an alphabetic font is generally smaller than a
853       Japanese font in the same size. So actual size specification of
854       these Japanese fonts is in fact smaller than that of alphabetic
855       fonts, namely scaled by 0.962216.
856 %</en>
857 %<*ja>
858 \item 欧文フォントの文字は和文フォントの文字よりも,同じ文字サイズでも
859       一般に小さくデザインされている.そこで,標準ではこれらの和文フォントの実際のサイズは指定された値よりも
860       小さくなるように設定されており,具体的には指定の0.962216倍にスケールされる.
861       この0.962216という数値も,\pTeX におけるスケーリングを踏襲した値である.
862 %</ja>
863 \end{itemize}
864
865 %<*en>
866 \item The amount of glue that are inserted between a \textbf{JAchar} and
867       an \textbf{ALchar} (the parameter \Param{xkanjiskip}) is set to
868 %</en>
869 %<*ja>
870 \item \textbf{JAchar}と\textbf{ALchar}の間に入るグルー(\Param{xkanjiskip})の
871       量は次のように設定されている:
872 %</ja>
873 \[
874  (0.25\cdot 0.962216\cdot 10\,\mathrm{pt})^{+1\,\text{pt}}_{-1\,\text{pt}}
875  = 2.40554\,\mathrm{pt}^{+1\,\text{pt}}_{-1\,\text{pt}}.
876 \]
877 \end{itemize}
878
879 %<en>\subsection{Using in \LaTeX}
880 %<ja>\subsection{\LaTeX で使う}
881 \label{ssec-ltx}
882
883 %<*en>
884 Using in \LaTeXe\ is basically same. To set up the minimal environment
885 for Japanese, you only have to load \texttt{luatexja.sty}:
886 %</en>
887 %<*ja>
888 \LaTeXe を用いる場合も基本的には同じである.日本語組版のための最低限の環境を
889 設定するためには,\texttt{luatexja.sty}を読み込むだけでよい:
890 %</ja>
891 \begin{lstlisting}
892 \usepackage{luatexja}
893 \end{lstlisting}
894 %<*en>
895 It also does minimal settings (counterparts in \pLaTeX\ are \texttt{%
896 plfonts.dtx} and \texttt{pldefs.ltx}):
897 %</en>
898 %<*ja>
899 これで\pLaTeX の\texttt{plfonts.dtx}と\texttt{pldefs.ltx}に相当する最低限の設定が
900 なされる:
901 %</ja>
902
903 \begin{itemize}
904 %<*en>
905 \item Font encodings for Japanese fonts is \texttt{JY3}~(for horizontal direction) and
906 \texttt{JT3}~(for vertical direction).
907 %</en>
908 %<*ja>
909 \item 和文フォントのエンコーディングとしては,横組用には \texttt{JY3},縦組用には\
910 \texttt{JT3}が用いられる.
911 %</ja>
912
913 %<*en>
914 \item Traditionally, Japanese documents use two typeface categories: \emph{mincho}~(明朝体) and
915  \emph{gothic}~(\textgt{ゴシック体}). \emph{mincho} is used in the main text, while \emph{gothic}
916       is used in the headings or for emphasis.
917 \begin{center}\small
918 \begin{tabular}{lllc}
919 \toprule
920 \textbf{classification}&&&\textbf{family name}\\\midrule
921 \emph{mincho} (明朝体)&\verb+\textmc{...}+&\verb+{\mcfamily ...}+&\cs{mcdefault}\\
922 \emph{gothic} (\textgt{ゴシック体})&\verb+\textgt{...}+&\verb+{\gtfamily ...}+&\cs{gtdefault}\\
923 \bottomrule
924 \end{tabular}
925 \end{center}
926 \item
927 By default, the following fonts are used for \emph{mincho} and \emph{gothic}:
928 \begin{center}\small
929 \begin{tabular}{ccccc}
930 \toprule
931 \textbf{classification}&\textbf{family}&\cs{mdseries}&\cs{bfseries}&\textbf{scale}\\\midrule
932 \emph{mincho} (明朝体)&\tt mc&IPAex Mincho&IPAex Gothic&0.962216\\
933 \emph{gothic} (\textgt{ゴシック体})&\tt gt&IPAex Gothic&IPAex Gothic&0.962216\\
934 \bottomrule
935 \end{tabular}
936 \end{center}
937 Note that the bold series in both family are same as the medium series of \emph{gothic}
938      family. There is no italic nor slanted shape for
939       these \texttt{mc}~and~\texttt{gt}.
940 %</en>
941 %<*ja>
942 \item \pLaTeX と同様に,標準では「明朝体」「ゴシック体」の2種類を用いる:
943 \begin{center}\small
944 \begin{tabular}{cllc}
945 \toprule
946 \emph{字体}&&&\emph{ファミリ名}\\\midrule
947 明朝体&\verb+\textmc{...}+&\verb+{\mcfamily ...}+&\cs{mcdefault}\\
948 \textgt{ゴシック体}&\verb+\textgt{...}+&\verb+{\gtfamily ...}+&\cs{gtdefault}\\
949 \bottomrule
950 \end{tabular}
951 \end{center}
952 \item 標準では,次のフォントファミリが用いられる:
953 \begin{center}\small
954 \begin{tabular}{ccccc}
955 \toprule
956 \emph{字体}&\emph{ファミリ}&\cs{mdseries}&\cs{bfseries}&\emph{スケール}\\\midrule
957 明朝体&\tt mc&IPAex明朝&IPAexゴシック&0.962216\\
958 ゴシック体&\tt gt&IPAexゴシック&IPAexゴシック&0.962216\\
959 \bottomrule
960 \end{tabular}
961 \end{center}
962 どちらのファミリにおいても,そのboldシリーズで使われるフォントは
963 ゴシック体のmediumシリーズで使われるフォントと同じであることに注意.
964 また,どちらのファミリでもイタリック体・スラント体は定義されない.
965 %</ja>
966
967 %<en>\item Japanese characters in math mode are typeset by the font family \texttt{mc}.
968 %<ja>\item 数式モード中の和文文字は明朝体(\texttt{mc})で出力される.
969
970 %<*en>
971 \item If you use the \Pkg{beamer} class with the default font theme (which uses sans serif
972       fonts) and with \LuaTeX-ja, you might want to change default Japanese fonts to
973       \emph{gothic} family. The following line  changes  the default Japanese font family
974       to \emph{gothic}:
975 %</en>
976 %<*ja>
977 \item \Pkg{beamer}クラスを既定のフォント設定で使う場合,既定欧文フォントがサンセリフなの
978       で,既定和文フォントもゴシック体にしたいと思うかもしれない.その場合はプリアンブルに
979 次を書けばよい:
980 %</ja>
981 \begin{lstlisting}
982  \renewcommand{\kanjifamilydefault}{\gtdefault}
983 \end{lstlisting}
984
985
986 \end{itemize}
987
988 %<*en>
989 However, above settings are not sufficient for Japanese-based
990 documents. To typeset Japanese-based documents, you are better to use
991 class files other than \texttt{article.cls}, \texttt{book.cls}, and so on.  At
992 the present, we have the counterparts of \Pkg{jclasses} (standard
993 classes in \pLaTeX) and \Pkg{jsclasses} (classes by Haruhiko
994 Okumura), namely, \Pkg{ltjclasses}\footnote{%
995   \texttt{ltjarticle.cls},~\texttt{ltjbook.cls}, \texttt{ltjreport.cls},
996   \texttt{ltjtarticle.cls}, \texttt{ltjtbook.cls}, \texttt{ltjtreport.cls}.
997   The latter \texttt{ltjt*.cls} are for vertically writtened Japanese documents.
998 } and \Pkg{ltjsclasses}\footnote{%
999   \texttt{ltjsarticle.cls},~\texttt{ltjsbook.cls},~\texttt{ltjskiyou.cls}.}.
1000 %</en>
1001 %<*ja>
1002 しかしながら,上記の設定は日本語の文書にとって十分とは言えない.
1003 日本語文書を組版するためには,\texttt{article.cls}, \texttt{book.cls}といった
1004 欧文用のクラスファイルではなく,和文用のクラスファイルを用いた方がよい.
1005 現時点では,\Pkg{jclasses}(\pLaTeX の標準クラス)と\Pkg{jsclasses}
1006 (奥村晴彦氏による「\pLaTeXe 新ドキュメントクラス」)に対応するものとして,
1007 \Pkg{ltjclasses}\footnote{%
1008   横組用は \texttt{ltjarticle.cls},~\texttt{ltjbook.cls}, \texttt{ltjreport.cls} であり,
1009   縦組用は \texttt{ltjtarticle.cls}, \texttt{ltjtbook.cls}, \texttt{ltjtreport.cls} である.
1010 },
1011 \Pkg{ltjsclasses}\footnote{%
1012   \texttt{ltjsarticle.cls},~\texttt{ltjsbook.cls},~\texttt{ltjskiyou.cls}.}%
1013 がそれぞれ用意されている.
1014 %</ja>
1015
1016 %<*ja>
1017 \paragraph{脚注とボトムフロートの出力順序}
1018 オリジナルの\LaTeX では脚注がボトムフロートの上に来るようになっており,
1019 \pLaTeX では脚注がボトムフロートの下に来るように変更されている.
1020
1021 \LuaTeX-jaでは「欧文クラスの中にちょっとだけ日本語を入れる」という利用も考慮し,
1022 脚注とボトムフロートの順序は\LaTeX 通りとした.もし\pLaTeX の出力順序が好みならば,
1023 \Pkg{stfloats}パッケージを利用して
1024 \begin{lstlisting}
1025  \usepackage{stfloats}\fnbelowfloat
1026 \end{lstlisting}
1027 のようにすればよい.\Pkg{footmisc}パッケージを \texttt{bottom}\ オプションを指定して
1028 読み込むという方法もあるが,それだとボトムフロートと脚注の間が開いてしまう.
1029 %</ja>
1030 %%% ↑は英訳しない
1031
1032 %<*en>
1033 \paragraph{\Pkg{geometry} package and classes for vertical writing}
1034 It is well-known that the \Pkg{geometry} package produces the following error, when classes for
1035 vertical writing is used:
1036 %</en>
1037 %<*ja>
1038 \paragraph{縦組での\Pkg{geometry}パッケージ}
1039 \pLaTeX の縦組用標準クラスファイルでは\Pkg{geometry}パッケージを利用することは出来ず,
1040 %</ja>
1041 \begin{lstlisting}
1042 ! Incompatible direction list can't be unboxed.
1043 \@begindvi ->\unvbox \@begindvibox 
1044                                    \global \let \@begindvi \@empty 
1045 \end{lstlisting}
1046 %<*en>
1047 Now, \LuaTeX-ja automatically applies the patch \Pkg{lltjp-geometry} to the
1048 \Pkg{geometry} package, when the direction of the document is \emph{tate} (vertical
1049 writing).
1050 This patch \Pkg{lltjp-geometry} also can be used in \pLaTeX; for the detail, please refer 
1051 \url{lltjp-geometry.pdf}~(Japanese).
1052 %</en>
1053 %<*ja>
1054 というようなエラーが発生することが知られている.
1055 \LuaTeX-jaでは, \texttt{ltjtarticle.cls} といった縦組クラスの下でも
1056 \Pkg{geometry}パッケージが利用できるようにパッチ\Pkg{lltjp-geometry}パッケージを自動的に当てている.
1057
1058 なお,\Pkg{lltjp-geometry}パッケージは\pTeX 系列でも明示的に読み込むことによって
1059 使用可能である.詳細や注意事項は \url{lltjp-geometry.pdf} を参照のこと.
1060 %</ja>
1061
1062
1063 %<en>\section{Changing Fonts}
1064 %<ja>\section{フォントの変更}
1065
1066 \subsection{plain \TeX~and~\LaTeXe}
1067 \label{ssec-chgfnt}
1068
1069 \paragraph{plain \TeX}
1070 %<*en>
1071 To change Japanese fonts in plain \TeX, you must use the command
1072 \cs{jfont}~and~\cs{tfont}. So please see Subsection~\ref{ssec-jfont}.
1073 %</en>
1074 %<*ja>
1075 plain \TeX で和文フォントを変更するためには,
1076 \pTeX のように \cs{jfont} 命令や \cs{tfont} 命令を直接用いる.
1077 \ref{ssec-jfont}節を参照.
1078 %</ja>
1079
1080 \paragraph{\LaTeXe\ (NFSS2)}
1081 %<*en>
1082 For \LaTeXe, \LuaTeX-ja adopted most of the font selection system of \pLaTeXe\ (in \texttt{plfonts.dtx}).
1083 %</en>
1084 %<*ja>
1085 \LaTeX で用いる際には,\pLaTeXe\ (\texttt{plfonts.dtx})用のフォント選択機構の大部分を流用している.
1086 %</ja>
1087 \begin{itemize}
1088 %<*en>
1089 \item Commands \cs{fontfamily}, \cs{fontseries},
1090       \cs{fontshape}, and \cs{selectfont} can be used to change
1091       attributes of Japanese fonts.
1092 %</en>
1093 %<*ja>
1094 \item 和文フォントの属性を変更するには,\cs{fontfamily}, \cs{fontseries}, \cs{fontshape},
1095       そしてそれらを反映させるために \cs{selectfont} を用いればよい.
1096 %</ja>
1097
1098 %<*en>
1099 \begin{center}\small
1100 \begin{tabular}{cccccc}
1101 \toprule
1102 &\textbf{encoding}&\textbf{family}&\textbf{series}&\textbf{shape}&\textbf{selection}\\\midrule
1103 alphabetic fonts
1104 &\cs{romanencoding}&\cs{romanfamily}&\cs{romanseries}&\cs{romanshape}
1105 &\cs{useroman}\\
1106 Japanese fonts
1107 &\cs{kanjiencoding}&\cs{kanjifamily}&\cs{kanjiseries}&\cs{kanjishape}
1108 &\cs{usekanji}\\
1109 both&---&--&\cs{fontseries}&\cs{fontshape}&---\\
1110 auto select&\cs{fontencoding}&\cs{fontfamily}&---&---&\cs{usefont}\\
1111 \bottomrule
1112 \end{tabular}
1113 \end{center}
1114 %</en>
1115 %<*ja>
1116 \begin{center}\small
1117 \begin{tabular}{cccccc}
1118 \toprule
1119 &\emph{エンコーディング}&\emph{ファミリ}&\emph{シリーズ}&\emph{シェープ}&\emph{選択}\\\midrule
1120 欧文
1121 &\cs{romanencoding}&\cs{romanfamily}&\cs{romanseries}&\cs{romanshape}
1122 &\cs{useroman}\\
1123 和文
1124 &\cs{kanjiencoding}&\cs{kanjifamily}&\cs{kanjiseries}&\cs{kanjishape}
1125 &\cs{usekanji}\\
1126 両方&---&--&\cs{fontseries}&\cs{fontshape}&---\\
1127 自動選択&\cs{fontencoding}&\cs{fontfamily}&---&---&\cs{usefont}\\
1128 \bottomrule
1129 \end{tabular}
1130 \end{center}
1131 %</ja>
1132
1133 %<*en>
1134       \verb+\fontencoding{+<encoding>\verb+}+ changes the encoding of alphabetic fonts
1135       or Japanese fonts depending on the argument. For example,
1136       \verb+\fontencoding{JY3}+ changes the encoding of Japanese fonts to
1137       \texttt{JY3},and \verb+\fontencoding{T1}+ changes the encoding of
1138       alphabetic fonts to \texttt{T1}.
1139       \cs{fontfamily} also changes the current Japanese font family,
1140       the current alphabetic font family, \emph{or both}.
1141       For the detail, see Subsection~\ref{ssec-nfsspat}.
1142 %</en>
1143 %<*ja>
1144       ここで,\verb+\fontencoding{+<encoding>\verb+}+ は,引数により和文側か欧文
1145       側かのどちらかのエンコーディングを変更する.例えば,
1146       \verb+\fontencoding{JY3}+ は和文フォントのエンコーディングを
1147       \texttt{JY3}に変更し,\verb+\fontencoding{T1}+ は欧文フォント側を
1148       \texttt{T1}へと変更する.\cs{fontfamily} も引数により和文側,欧文
1149       側,\emph{あるいは両方}のフォントファミリを変更する.詳細は
1150       \ref{ssec-nfsspat}節を参照すること.
1151 %</ja>
1152
1153 %<*en>
1154 \item For defining a Japanese font family, use
1155       \cs{DeclareKanjiFamily} instead of
1156       \cs{DeclareFontFamily}. However, in the present implementation,
1157       using \cs{DeclareFontFamily} doesn't cause any problem.
1158 \item Defining a Japanese font shape can be done by usual \cs{DeclareFontShape}:
1159 %</en>
1160 %<*ja>
1161 \item 和文フォントファミリの定義には \cs{DeclareFontFamily} の
1162       代わりに \cs{DeclareKanjiFamily} を用いる.しかし,現在の
1163       実装では \cs{DeclareFontFamily} を用いても問題は生じない.
1164 \item 和文フォントのシェイプを定義するには,通常の \cs{DeclareFontShape} を使えば良い:
1165 %</ja>
1166 \begin{lstlisting}
1167 \DeclareFontShape{JY3}{mc}{bx}{n}{<-> s*KozMinPr6N-Bold:jfm=ujis;-kern}{}
1168     % Kozuka Mincho Pr6N Bold
1169 \end{lstlisting}
1170 %<*ja>
1171 仮名書体を使う場合など,複数の和文フォントを組み合わせて使いたい場合は
1172 \ref{ssec-altfont}節の \cs{ltjdeclarealtfont} と,その\LaTeX 版の\
1173 \cs{DeclareAlternateKanjiFont}(\ref{ssec-nfsspat}節)を参照せよ.
1174 %</ja>
1175
1176 \end{itemize}
1177
1178 %<*en>
1179 \paragraph{Remark: Japanese characters in math mode}
1180 Since \pTeX\ supports Japanese characters in math mode, there are
1181 sources like the following:
1182 %</en>
1183 %<*ja>
1184 \paragraph{注意:数式モード中の和文文字}
1185 \pTeX では,特に何もしないでも数式中に和文文字を記述することができた.そのため,
1186 以下のようなソースが見られた:
1187 %</ja>
1188
1189 \begin{LTXexample}
1190 $f_{高温}$~($f_{\text{high temperature}}$).
1191 \[ y=(x-1)^2+2\quad よって\quad y>0 \]
1192 $5\in 素:=\{\,p\in\mathbb N:\text{$p$ is a prime}\,\}$.
1193 \end{LTXexample}
1194 %<*en>
1195 We (the project members of \LuaTeX-ja) think that using
1196 Japanese characters in math mode are allowed if and only if these are used as identifiers.
1197 In this point of view,
1198 %</en>
1199 %<*ja>
1200 \LuaTeX-jaプロジェクトでは,数式モード中での和文文字はそれらが識別子として用いられる
1201 ときのみ許されると考えている.
1202 この観点から,
1203 %</ja>
1204
1205 \begin{itemize}
1206 %<*en>
1207 \item The lines 1~and~2 above are not correct, since ``高温'' in above is used as a textual label, and
1208 ``よって'' is used as a conjunction.
1209 %</en>
1210 %<*ja>
1211 \item 上記数式のうち1, 2行目は正しくない.なぜならば「高温」が意味のあるラベルと
1212       して,「よって」が接続詞として用いられているからである.
1213 %</ja>
1214 %<en>\item However, the line~3 is correct, since ``素'' is used as an identifier.
1215 %<ja>\item しかしながら,3行目は「素」が単なる識別子として用いられているので正しい.
1216 \end{itemize}
1217 %<en>Hence, in our opinion, the above input should be corrected as:
1218 %<ja>したがって,\LuaTeX-jaプロジェクトの意見としては,上記の入力は次のように直されるべきである:
1219 \begin{LTXexample}
1220 $f_{\text{高温}}$~%
1221 ($f_{\text{high temperature}}$).
1222 \[ y=(x-1)^2+2\quad
1223   \mathrel{\text{よって}}\quad y>0 \]
1224 $5\in 素:=\{\,p\in\mathbb N:\text{$p$ is a prime}\,\}$.
1225 \end{LTXexample}
1226 %<*en>
1227 We also believe that using Japanese characters as identifiers is rare,
1228 hence we don't describe how to change Japanese fonts in math mode in
1229 this chapter. For the method, please see Subsection~\ref{ssec-math}.
1230 %</en>
1231 %<*ja>
1232 また\LuaTeX-jaプロジェクトでは,和文文字が識別子として用いられることはほとんどない
1233 と考えており,したがってこの節では数式モード中の和文フォントを変更する方法については
1234 記述しない.この方法については\ref{ssec-math}節を参照のこと.
1235 %</ja>
1236
1237
1238 \subsection{fontspec}
1239 \label{ssec-fontspec}
1240 %<*en>
1241 To coexist with the \Pkg{fontspec} package, it is needed to load
1242 the \Pkg{luatexja-fontspec} package in the preamble, as follows:
1243 \begin{quote}
1244 \ttfamily \textbackslash usepackage[<options>]\{luatexja-fontspec\}
1245 \end{quote}
1246 This \Pkg{luatexja-fontspec} package
1247 automatically loads \Pkg{luatexja} and \Pkg{fontspec}
1248 packages, if needed.
1249 %</en>
1250 %<*ja>
1251 \Pkg{fontspec}パッケージと同様の機能を和文フォントに対しても用いる場合,
1252 \Pkg{luatexja-fontspec}パッケージを読み込めばよい.
1253 \begin{quote}
1254 \ttfamily \textbackslash usepackage[<options>]\{luatexja-fontspec\}
1255 \end{quote}
1256 このパッケージ
1257 は必要ならば自動で\Pkg{luatexja}パッケージと\Pkg{fontspec}パッケージを読み込む.
1258 %</ja>
1259
1260 %<*en>
1261 In the \Pkg{luatexja-fontspec} package, the following seven~commands are defined as
1262 counterparts of original commands in the \Pkg{fontspec} package:
1263 %</en>
1264 %<*ja>
1265 \Pkg{luatexja-fontspec}パッケージでは,以下の7つのコマンドを\Pkg{fontspec}
1266 パッケージの元のコマンドに対応するものとして定義している:
1267 %</ja>
1268 %<*en>
1269 \begin{center}\small
1270 \begin{tabular}{ccccc}
1271 \toprule
1272 Japanese fonts
1273 &\cs{jfontspec}&\cs{setmainjfont}&\cs{setsansjfont}&\cs{setmonojfont}$^*$\\
1274 alphabetic fonts
1275 &\cs{fontspec}&\cs{setmainfont}&\cs{setsansfont}&\cs{setmonofont}\\
1276 \midrule
1277 Japanese fonts
1278 &\cs{newjfontfamily}&\cs{newjfontface}
1279 &\cs{defaultjfontfeatures}&\cs{addjfontfeatures}\\
1280 alphabetic fonts
1281 &\cs{newfontfamily}&\cs{newfontface}
1282 &\cs{defaultfontfeatures}&\cs{addfontfeatures}\\
1283 \bottomrule
1284 \end{tabular}
1285 \end{center}
1286 %</en>
1287 %<*ja>
1288 \begin{center}\small
1289 \begin{tabular}{cccc}
1290 \toprule
1291 和文
1292 &\cs{jfontspec}&\cs{setmainjfont}&\cs{setsansjfont}\\
1293 欧文
1294 &\cs{fontspec}&\cs{setmainfont}&\cs{setsansfont}\\
1295 \midrule
1296 和文
1297 &\cs{newjfontfamily}&\cs{newjfontface}&\cs{defaultjfontfeatures}\\
1298 欧文
1299 &\cs{newfontfamily}&\cs{newfontface}&\cs{defaultfontfeatures}\\
1300 \midrule
1301 和文
1302 &\cs{addjfontfeatures}\\
1303 欧文
1304 &\cs{addfontfeatures}\\
1305 \bottomrule
1306 \end{tabular}
1307 \end{center}
1308 %</ja>
1309 %<*en>
1310 The package option of \Pkg{luatexja-fontspec} are the followings:
1311 \begin{cslist}
1312  \item[match]
1313 If this option is specified, usual family-changing commands such as
1314 \cs{rmfamily},~\cs{textrm}, \cs{sffamily},~\dots\ also change Japanese font family.
1315
1316 Note that \emph{\cs{setmonojfont} is defined
1317 if and only if this \texttt{\textup{match}} option is specified}.
1318
1319  \item[pass=<opts>]
1320 Specify options <opts> which will be passed to the \Pkg{fontspec} package.
1321 \end{cslist}
1322 The reason that \cs{setmonojfont} is not defined by default is that
1323 it is popular for Japanese fonts that nearly all Japanese glyphs have same
1324 widths.  Also note that kerning information in a font is not used
1325 (that is, \texttt{kern} feature is set off) by default in these seven (or~eight) commands.
1326 This is because of the compatibility with previous versions of \LuaTeX-ja
1327 (see \ref{para-kern}).
1328
1329 Below is an example of \cs{jfontspec}.
1330 %</en>
1331 %<*ja>
1332 \Pkg{luatexja-fontspec} パッケージのオプションは以下の通りである:
1333 \begin{cslist}
1334  \item[match]
1335 このオプションが指定されると,「\pLaTeXe 新ドキュメントクラス」のように\
1336 \cs{rmfamily}, \verb+\textrm{...}+, \cs{sffamily} 等が
1337 欧文フォントだけでなく和文フォントも変更するようになる.
1338
1339 \emph{なお,\cs{setmonojfont} はこの \texttt{match} オプションが
1340 指定された時のみ定義される.}この命令は標準の「タイプライタ体に対応する和文フォント」を指定する.
1341
1342  \item[pass=<opts>]
1343 \Pkg{fontspec} パッケージに渡すオプション <opts> を指定する.
1344 \end{cslist}
1345 標準で \cs{setmonojfont} コマンドが定義されないのは,
1346 和文フォントではほぼ全ての和文文字のグリフが等幅であるのが伝統的であったことによる.
1347 また,これらの和文用のコマンドではフォント内のペアカーニング情報は標準では使用されない,
1348 言い換えれば \texttt{kern} featureは標準では無効化となっている.
1349 これは以前のバージョンの\LuaTeX-jaとの互換性のためである(\ref{para-kern}節を参照).
1350
1351 以下に\cs{jfontspec}の使用例を示す.
1352 %</ja>
1353
1354 \begin{LTXexample}[width=0.4\textwidth]
1355 \jfontspec[CJKShape=NLC]{KozMinPr6N-Regular}
1356 JIS~X~0213:2004→辻\par
1357 \jfontspec[CJKShape=JIS1990]{KozMinPr6N-Regular}
1358 JIS~X~0208:1990→辻
1359 \end{LTXexample}
1360
1361 %<en>\subsection{Presets}
1362 %<ja>\subsection{プリセット設定}
1363 \label{ssec-preset}
1364
1365 %<*en>
1366 To use standard Japanese font settings easily, one can load the \Pkg{luatexja-preset}
1367 package with several options. This package provides functions in a part of
1368 \Pkg{japanese-otf} package and a part of \Pkg{PXchfon} package by Takayuki Yato.
1369 %</en>
1370 %<*ja>
1371 よく使われている和文フォント設定を一行で指定できるようにしたのが
1372 \Pkg{luatexja-preset}パッケージである.このパッケージは,
1373 \Pkg{otf}パッケージの一部機能と八登崇之氏による\Pkg{PXchfon}パッケージの一部機能とを
1374 合わせたような格好をしている.
1375 %</ja>
1376
1377 %<en>\paragraph{General options}
1378 %<ja>\paragraph{一般的なオプション}
1379 \begin{cslist}[before*=]
1380
1381 \item[fontspec]
1382 %<*en>
1383 With this option, Japanese fonts are selected using functionality of 
1384 the \Pkg{luatexja-fontspec} package. This means that the \Pkg{fontspec} package is
1385              automatically loaded by this package.
1386 \emph{This option is enabled by default.}
1387
1388 If you need to pass some options to \Pkg{fontspec}, load \Pkg{fontspec} manually
1389 before \Pkg{luatexja-preset}:
1390 %</en>
1391 %<*ja>
1392 \Pkg{luatexja-fontspec}パッケージの機能を用いて和文フォントを選択する.
1393 これは,\Pkg{fontspec}パッケージが自動で読み込まれることを意味する.
1394 \emph{このオプションは標準で有効になっている.}
1395
1396 もし\Pkg{fontspec}パッケージに何らかのオプションを渡す必要がある
1397 \footnote{例えば,数式フォントまで置換されてしまい,\cs{mathit}によってギリシャ文字の
1398 斜体大文字が出なくなる,など.}場合は,
1399 次のように\Pkg{luatexja-preset}の前に\Pkg{fontspec}を手動で読みこめば良い:
1400 %</ja>
1401 \begin{lstlisting}
1402 \usepackage[no-math]{fontspec}
1403 \usepackage[...]{luatexja-preset}
1404 \end{lstlisting}
1405
1406 \item[nfssonly]
1407 %<*en>
1408 With this option,selecting Japanese fonts won't be performed using  the functionality of
1409              the \Pkg{fontspec} package, but only standard NFSS2.
1410
1411 This option will be disabled when \Pkg{luatexja-fontspec} package is loaded.
1412 Note that the \Pkg{fontspec} can coexist with the option as the following:
1413 \begin{lstlisting}
1414 \usepackage{fontspec}
1415 \usepackage[hiragino-pron,nfssonly]{luatexja-preset}
1416 \end{lstlisting}
1417 Note that the functionality of the \Pkg{luatexja-fontspec} package, such as
1418              \cs{setmainjfont}, cannot be used in the example above.
1419 %</en>
1420 %<*ja>
1421 \LaTeX 標準のフォント選択機構(NFSS2)を用いて
1422 \texttt{ltjpm}(明朝),\texttt{ltjpg}(ゴシック),それに後に述べる \texttt{deluxe} オプ
1423              ションが指定された場合には \texttt{ltjpmg}(丸ゴシック)という
1424 3つの和文フォントファミリを定義し,これらを用いる.
1425
1426 欧文フォントの指定で\Pkg{fontspec}パッケージを読み込んでいる場合でも
1427 \begin{lstlisting}
1428 \usepackage{fontspec}
1429 \usepackage[hiragino-pron,nfssonly]{luatexja-preset}
1430 \end{lstlisting}
1431 のようにこのオプションを指定することは可能である.一方,
1432 パッケージ読み込み時に既に\Pkg{luatexja-fontspec}パッケージが読み込まれて
1433              いる場合は \texttt{nfssonly} オプションは無視される.
1434 %</ja>
1435
1436 \item[nodeluxe]
1437 %<*en>
1438 Use one-weighted \textit{mincho} and \textit{gothic} font families.
1439 This means that \verb+\mcfamily\bfseries+, \verb+\gtfamily\bfseries+ and
1440 \verb+\gtfamily\mdseries+ use the same font.
1441 \emph{This option is enabled by default.}
1442 %</en>
1443 %<*ja>
1444 \LaTeXe 環境下の標準設定のように,明朝体・ゴシック体を各1ウェイトで使用する.
1445 より具体的に言うと,この設定の下では
1446 \ \verb+\mcfamily\bfseries+, \verb+\gtfamily\bfseries+,
1447 \verb+\gtfamily\mdseries+はみな同じフォントとなる.
1448 \emph{このオプションは標準で有効になっている.}
1449 %</ja>
1450 \item[deluxe]
1451 %<*en>
1452 Use \textit{mincho} with two weights (medium~and~bold),
1453 \textit{gothic} with three weights (medium, bold~and~heavy), and \textit{rounded gothic}%
1454 \footnote{Provided by \cs{mgfamily} and \cs{textmg},
1455 because \textit{rounded gothic} is called \textit{maru gothic} (丸ゴシック) in Japanese.}.
1456 The heavy weight of \textit{gothic} can be used by ``changing the family'' \cs{gtebfamily},
1457 or \verb+\textgteb{...}+.
1458 This is because the \Pkg{fontspec} package can handle only medium (\cs{mdseries}) and
1459 bold (\cs{bfseries}).
1460 %</en>
1461 %<*ja>
1462 明朝体2ウェイト・ゴシック体3ウェイトと,
1463 丸ゴシック体 (\cs{mgfamily}, \verb+\textmg{...}+) を使用可能とする.
1464 ゴシック体は中字・太字・極太の3ウェイトがあるが,
1465 極太ゴシック体を使う場合,
1466 \begin{itemize}
1467  \item \cs{gtebfamily}, \verb+\textgteb{...}+
1468  \item \cs{ebseries} (周囲がゴシック体のとき,\texttt{nfssonly} オプション指定時のみ)
1469 \end{itemize}
1470 のいずれかを用いる.標準で \cs{ebseries} が準備されていないのは,バージョンが古い
1471 \Pkg{fontspec}では中字(\cs{mdseries})と太字(\cs{bfseries})しか扱えなかった名残である.
1472 %</ja>
1473 \item[expert]
1474 %<*en>
1475 Use horizontal/vertical kana alternates, and define a command \cs{rubyfamily} to use kana
1476 characters designed for ruby.
1477 %</en>
1478 %<*ja>
1479 横組・縦組専用仮名を用いる.また,\cs{rubyfamily} でルビ用仮名が使用可能となる\footnote{%
1480   \cs{rubyfamily}とはいいつつ,実際にはフォントファミリを切り替えるのではない(通常では
1481   font featureの追加,\texttt{nfssonly} 指定時にはシェイプを \texttt{rb} に切り替え).
1482 }.
1483 %</ja>
1484 \item[bold]
1485 %<en>Substitute bold series of \textit{gothic} for  bold series of \textit{mincho}.
1486 %<ja>「明朝の太字」をゴシック体の太字によって代替する.
1487 \item[90jis]
1488 %<en>Use 90JIS glyph variants if possible.
1489 %<ja>出来る限り90JISの字形を使う.
1490 \item[jis2004]
1491 %<en>Use JIS2004 glyph variants if possible.
1492 %<ja>出来る限りJIS2004の字形を使う.
1493 \item[jis]
1494 %<*en>
1495 Use the JFM \texttt{jfm-jis.lua}, instead of \texttt{jfm-ujis.lua}, which is the default JFM of
1496 \LuaTeX-ja.
1497 %</en>
1498 %<*ja>
1499 用いるJFMを(JISフォントメトリック類似の)\texttt{jfm-jis.lua}にする.このオプションがない時は
1500 \LuaTeX-ja標準の\texttt{jfm-ujis.lua}が用いられる.
1501 %</ja>
1502 \end{cslist}
1503 %<*en>
1504 Note that \texttt{90jis} and \texttt{jis2004} only affect with \textit{mincho},
1505 \textit{gothic} (and possibly \textit{rounded gothic}) defined by this package.
1506 We didn't taken account of  when both \texttt{90jis} and \texttt{jis2004} are specified.
1507 %</en>
1508 %<*ja>
1509 \texttt{90jis}と\texttt{jis2004}については本パッケージで定義された
1510 明朝体・ゴシック体(・丸ゴシック体)にのみ有効である.両オプションが
1511 同時に指定された場合の動作については全く考慮していない.
1512 %</ja>
1513
1514 %<en>\paragraph{Presets for multi weight}
1515 %<ja>\paragraph{多ウェイト用プリセットの一覧}
1516 %<*en>
1517 Besides \texttt{morisawa-pro}~and~\texttt{morisawa-pr6n} presets,
1518 fonts are specified by font name, not by file name.
1519 In following tables, starred fonts (e.g.~KozGo\dots-Regular) are used for medium series of \textit{gothic},
1520 \emph{if and only if \texttt{deluxe} option is specified}.
1521 %</en>
1522 %<*ja>
1523 \texttt{morisawa-pro}, \texttt{morisawa-pr6n}以外はフォントの指定は
1524 (ファイル名でなく)フォント名で行われる.
1525 以下の表において,*\,つきのフォント(e,g,~KozGo\dots-Regular)は,\emph{\texttt{deluxe}オプション指定時に}
1526 ゴシック体中字として用いられるものを示している.
1527 %</ja>
1528 \begin{cslist}[style=standard]
1529  \item[kozuka-pro] Kozuka Pro (Adobe-Japan1-4) fonts.
1530 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1531  \item[kozuka-pr6] Kozuka Pr6 (Adobe-Japan1-6)  fonts.
1532 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1533  \item[kozuka-pr6n] Kozuka Pr6N (Adobe-Japan1-6, JIS04-savvy) fonts.
1534
1535 %<*en>
1536 Kozuka Pro/Pr6N fonts are bundled with Adobe's software, such as Adobe~InDesign.
1537 There is not rounded gothic family in Kozuka fonts.
1538 %</en>
1539 %<*ja>
1540 小塚Pro書体・Pr6N書体はAdobe InDesign等のAdobe製品にバンドルされている.
1541 「小塚丸ゴシック」は存在しないので,便宜的に小塚ゴシックHによって代用している.
1542 %</ja>
1543 \begin{center}\small
1544 \begin{tabular}{cllll}
1545 \toprule
1546 \bf family&\bf series&\tt kozuka-pro&\tt kozuka-pr6&\tt kozuka-pr6n\\
1547 \midrule
1548  &medium&KozMinPro-Regular&KozMinProVI-Regular&KozMinPr6N-Regular\\
1549 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1550 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1551  &bold&KozMinPro-Bold&KozMinProVI-Bold&KozMinPr6N-Bold\\
1552 \midrule
1553  &&KozGoPro-Regular*&KozGoProVI-Regular*&KozGoPr6N-Regular*\\
1554  &\smash{\raisebox{1.5ex}{medium}}
1555  &KozGoPro-Medium&KozGoProVI-Medium&KozGoPr6N-Medium\\
1556 \cmidrule(l){2-5}
1557 %<en>\smash{\raisebox{2ex}{\textit{gothic}}}%
1558 %<ja>\smash{\raisebox{2ex}{\gt ゴシック}}%
1559  &bold&KozGoPro-Bold&KozGoProVI-Bold&KozGoPr6N-Bold\\
1560  &heavy&KozGoPro-Heavy&KozGoProVI-Heavy&KozGoPr6N-Heavy\\
1561 \midrule
1562 %<en>\textit{rounded gothic}
1563 %<ja>\gt 丸ゴシック
1564 &&KozGoPro-Heavy&KozGoProVI-Heavy&KozGoPr6N-Heavy\\
1565 \bottomrule
1566 \end{tabular}
1567 \end{center}
1568
1569 %<ja>\newpage
1570
1571  \item[hiragino-pro]  Hiragino Pro (Adobe-Japan1-5) fonts.
1572 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1573  \item[hiragino-pron] Hiragino ProN (Adobe-Japan1-5, JIS04-savvy) fonts.
1574
1575 %<*en>
1576 Hiragino fonts are bundled with Mac OS~X 10.5 or later.
1577 Some editions of a Japanese word-processor ``一太郎2012'' includes Hiragino ProN fonts.
1578 Note that the heavy weight of \textit{gothic} family only supports
1579 Adobe-Japan1-3 character collection (Std/StdN).
1580 %</en>
1581 %<*ja>
1582 ヒラギノフォントは,Mac OS~X以外にも,一太郎2012の上位エディションにもバンドルされている.
1583 極太ゴシックとして用いるヒラギノ角ゴW8は,Adobe-Japan1-3の範囲しかカバーしていない
1584 Std/StdNフォントであり,その他はAdobe-Japan1-5対応である.
1585 %</ja>
1586 \begin{center}\small
1587 \begin{tabular}{clll}
1588 \toprule
1589 \bf family&\bf series&\tt hiragino-pro&\tt hiragino-pron\\
1590 \midrule
1591  &medium&Hiragino~Mincho~Pro~W3&Hiragino~Mincho~ProN~W3\\
1592 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1593 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1594  &bold&Hiragino~Mincho~Pro~W6&Hiragino~Mincho~ProN~W6\\
1595 \midrule
1596  &&Hiragino~Kaku~Gothic~Pro~W3*&Hiragino~Kaku~Gothic~ProN~W3*\\
1597  &\smash{\raisebox{1.5ex}{medium}}
1598  &Hiragino~Kaku~Gothic~Pro~W6&Hiragino~Kaku~Gothic~ProN~W6\\
1599 \cmidrule(l){2-4}
1600 %<en>\smash{\raisebox{2ex}{\textit{gothic}}}%
1601 %<ja>\smash{\raisebox{2ex}{\gt ゴシック}}%
1602  &bold&Hiragino~Kaku~Gothic~Pro~W6&Hiragino~Kaku~Gothic~ProN~W6\\
1603  &heavy&Hiragino~Kaku~Gothic~Std~W8&Hiragino~Kaku~Gothic~StdN~W8\\
1604 \midrule
1605 %<en>\textit{rounded gothic}
1606 %<ja>\gt 丸ゴシック
1607 &&Hiragino~Maru~Gothic~Pro~W4&Hiragino~Maru~Gothic~ProN~W4\\
1608 \bottomrule
1609 \end{tabular}
1610 \end{center}
1611
1612 %<ja>\medskip
1613
1614  \item[morisawa-pro]  Morisawa Pro (Adobe-Japan1-4) fonts.
1615 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1616  \item[morisawa-pr6n]  Morisawa Pr6N (Adobe-Japan1-6, JIS04-savvy) fonts.
1617
1618 \begin{center}\small
1619 \begin{tabular}{cl>{\tt}l>{\tt}l}
1620 \toprule
1621 \bf family&\bf series&morisawa-pro&morisawa-pr6n\\
1622 \midrule
1623  &medium&A-OTF-RyuminPro-Light.otf&A-OTF-RyuminPr6N-Light.otf\\
1624 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1625 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1626  &bold&A-OTF-FutoMinA101Pro-Bold.otf&A-OTF-FutoMinA101Pr6N-Bold.otf\\
1627 \midrule
1628  &medium
1629  &A-OTF-GothicBBBPro-Medium.otf&A-OTF-GothicBBBPr6N-Medium.otf\\
1630 %<en>\textit{gothic}%
1631 %<ja>\gt ゴシック
1632  &bold&A-OTF-FutoGoB101Pro-Bold.otf&A-OTF-FutoGoB101Pr6N-Bold.otf\\
1633  &heavy&A-OTF-MidashiGoPro-MB31.otf&A-OTF-MidashiGoPr6N-MB31.otf\\
1634 \midrule
1635 %<en>\textit{rounded gothic}
1636 %<ja>\gt 丸ゴシック
1637 &&A-OTF-Jun101Pro-Light.otf&A-OTF-ShinMGoPr6N-Light.otf\\
1638 \bottomrule
1639 \end{tabular}
1640 \end{center}
1641
1642  \item[yu-win]  Yu fonts bundled with Windows~8.1.
1643 %<en>    \\*[-\dimexpr\medskipamount+\baselineskip\relax]
1644  \item[yu-osx]  Yu fonts bundled with OSX~Mavericks.
1645
1646 \begin{center}\small
1647 \begin{tabular}{clll}
1648 \toprule
1649 \bf family&\bf series&\tt yu-win&\tt yu-osx\\
1650 \midrule
1651  &medium&YuMincho-Regular&YuMincho~Medium\\
1652 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1653 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1654  &bold&YuMincho-Demibold&YuMincho~Demibold\\
1655 \midrule
1656  &&YuGothic-Regular*&YuGothic~Medium*\\
1657  &\smash{\raisebox{1.5ex}{medium}}
1658  &YuGothic-Bold&YuGothic~Bold\\
1659 \cmidrule(l){2-4}
1660 %<en>\textit{gothic}%
1661 %<ja>\gt ゴシック
1662  &bold&YuGothic-Bold&YuGothic~Bold\\
1663  &heavy&YuGothic-Bold&YuGothic~Bold\\
1664 \midrule
1665 %<en>\textit{rounded gothic}
1666 %<ja>\gt 丸ゴシック
1667 &&YuGothic-Bold&YuGothic~Bold\\
1668 \bottomrule
1669 \end{tabular}
1670 \end{center}
1671
1672  \item[moga-mobo]  MogaMincho, MogaGothic, and MoboGothic.
1673 %<en>These fonts can be downloaded from\\\hfill \url{http://yozvox.web.fc2.com/}.
1674 %<ja>これらのフォントは \url{http://yozvox.web.fc2.com/} からダウンロードできる.
1675
1676 \begin{center}\small
1677 \begin{tabular}{clll}
1678 \toprule
1679 \bf family&\bf series&\bf default, \texttt{90jis}~option&\bf \texttt{jis2004} option\\
1680 \midrule
1681  &medium&Moga90Mincho&MogaMincho\\
1682 %<en>\smash{\raisebox{1.5ex}{\textit{mincho}}}%
1683 %<ja>\smash{\raisebox{1.5ex}{\gt 明朝}}%
1684  &bold&Moga90Mincho Bold&MogaMincho Bold\\
1685 \midrule
1686  &&Moga90Gothic&MogaGothic\\
1687  &\smash{\raisebox{1.5ex}{medium}}
1688  &Moga90Gothic&MogaGothic\\
1689 \cmidrule(l){2-4}
1690 %<en>\textit{gothic}%
1691 %<ja>\gt ゴシック
1692  &bold&Moga90Gothic Bold&MogaGothic Bold\\
1693  &heavy&Moga90Gothic Bold&MogaGothic Bold\\
1694 \midrule
1695 %<en>\textit{rounded gothic}
1696 %<ja>\gt 丸ゴシック
1697 &&Mobo90Gothic&MoboGothic\\
1698 \bottomrule
1699 \end{tabular}
1700 \end{center}
1701
1702
1703 \end{cslist}
1704 %<en>\paragraph{Presets for single weight}
1705 %<ja>\paragraph{単ウェイト用プリセット一覧}
1706 %<*en>
1707 Next, we describe settings for using only single weight.
1708 %</en>
1709 %<*ja>
1710 次に,単ウェイト用の設定を述べる.この4設定では
1711 明朝体太字・丸ゴシック体はゴシック体と同じフォントが用いられる.
1712 %</ja>
1713 \par\nobreak\medskip
1714 {\centering\small
1715 \begin{tabular}{lllll}
1716 \toprule
1717 &\tt noembed&\tt ipa&\tt ipaex&\tt ms\\
1718 \midrule
1719 %<*en>
1720 \it mincho&Ryumin-Light (non-embedded)
1721 &IPA Mincho&IPAex Mincho&MS Mincho\\
1722 \it gothic&GothicBBB-Medium (non-embedded)
1723 &IPA Gothic&IPAex Gothic&MS Gothic\\
1724 %</en>
1725 %<*ja>
1726 \gtfamily 明朝体&Ryumin-Light(非埋込)
1727 &IPA明朝&IPAex明朝&MS明朝\\
1728 \gtfamily ゴシック体&GothicBBB-Medium(非埋込)
1729 &IPAゴシック&IPAexゴシック&MSゴシック\\
1730 %</ja>
1731 \bottomrule
1732 \end{tabular}\par\medskip}
1733
1734 %<en>\paragraph{Using HG fonts}
1735 %<ja>\paragraph{HGフォントの利用}
1736 %<*en>
1737 We can use HG~fonts bundled with Microsoft~Office for realizing multiple weights.
1738 %</en>
1739 %<*ja>
1740 すぐ前に書いた単ウェイト用設定を,Microsoft Office等に付属するHGフォントを使って
1741 多ウェイト化した設定もある.
1742 %</ja>
1743 \par\nobreak\medskip
1744 {\centering\small
1745 \begin{tabular}{llll}
1746 \toprule
1747 &\tt ipa-hg&\tt ipaex-hg&\tt ms-hg\\
1748 \midrule
1749 %<*en>
1750 \bf mincho medium
1751 &IPA Mincho&IPAex Mincho&MS Mincho\\\midrule
1752 \bf mincho bold&
1753 \multicolumn{3}{c}{HG Mincho E}\\\midrule
1754 \bf Gothic medium\\
1755 ~~without \texttt{deluxe}
1756 &IPA Gothic&IPAex Gothic&MS Gothic\\
1757 ~~with {\tt jis2004}
1758 &IPA Gothic&IPAex Gothic&MS Gothic\\
1759 \cmidrule(lr){1-4}
1760 ~~otherwise&
1761 \multicolumn{3}{c}{HG Gothic M}\\\midrule
1762 \bf gothic bold&
1763 \multicolumn{3}{c}{HG Gothic E}\\\midrule
1764 \bf gothic heavy&
1765 \multicolumn{3}{c}{HG Soei Kaku Gothic UB}\\\midrule
1766 \bf rounded gothic&
1767 \multicolumn{3}{c}{HG Maru Gothic PRO}\\
1768 %</en>
1769 %<*ja>
1770 \gtfamily 明朝体中字
1771 &IPA明朝&IPAex明朝&MS明朝\\\midrule
1772 \gtfamily 明朝体太字&
1773 \multicolumn{3}{c}{HG明朝E}\\\midrule
1774 \gtfamily ゴシック体中字\\
1775  単ウェイト時
1776 &IPAゴシック&IPAexゴシック&MSゴシック\\
1777  {\tt jis2004}指定時
1778 &IPAゴシック&IPAexゴシック&MSゴシック\\
1779 \cmidrule(lr){1-4}
1780  それ以外の時&
1781 \multicolumn{3}{c}{HGゴシックM}\\\midrule
1782 \gtfamily ゴシック体太字&
1783 \multicolumn{3}{c}{HGゴシックE}\\\midrule
1784 \gtfamily ゴシック体極太&
1785 \multicolumn{3}{c}{HG創英角ゴシックUB}\\\midrule
1786 \gtfamily 丸ゴシック体&
1787 \multicolumn{3}{c}{HG丸ゴシック体PRO}\\
1788 %</ja>
1789 \bottomrule
1790 \end{tabular}\par\medskip}
1791
1792 %<*en>
1793 Note that HG~Mincho~E, HG~Gothic~E, HG Soei Kaku Gothic UB, and HG Maru Gothic PRO
1794 are internally specified by:
1795 \begin{description}
1796 \item[default] by font name (\texttt{HGMinchoE}, etc.).
1797 \item[{\tt 90jis}] by file name (\texttt{hgrme.ttc}, \texttt{hgrge.ttc}, \texttt{hgrsgu.ttc}, \texttt{hgrsmp.ttf}).
1798 \item[{\tt jis2004}] by file name (\texttt{hgrme04.ttc}, \texttt{hgrge04.ttc}, \texttt{hgrsgu04.ttc}, \texttt{hgrsmp04.ttf}).
1799 \end{description}
1800 %</en>
1801 %<*ja>
1802 なお,HG明朝E・HGゴシックE・HG創英角ゴシックUB・HG丸ゴシック体PROの4つについては,内部で
1803 \begin{description}
1804 \item[標準] フォント名(\texttt{HGMinchoE} など)
1805 \item[{\tt 90jis}指定時] ファイル名 (%
1806 \texttt{hgrme.ttc}, \texttt{hgrge.ttc}, \texttt{hgrsgu.ttc}, \texttt{hgrsmp.ttf})
1807 \item[{\tt jis2004}指定時] ファイル名 (%
1808 \texttt{hgrme04.ttc}, \texttt{hgrge04.ttc}, \texttt{hgrsgu04.ttc}, \texttt{hgrsmp04.ttf})
1809 \end{description}
1810 として指定を行っているので注意すること.
1811 %</ja>
1812
1813
1814 %<*en>
1815 \subsection{\cs{CID}, \cs{UTF}, and macros in \Pkg{japanese-otf} package}
1816 Under \pLaTeX, \Pkg{japanese-otf} package (developed by Shuzaburo Saito) is
1817 used for typesetting characters which is in Adobe-Japan1-6 CID but not
1818 in JIS~X~0208. Since this package is widely used, \LuaTeX-ja
1819 supports some of functions in the \Pkg{japanese-otf} package, 
1820 as an external package \Pkg{luatexja-otf}.
1821 %</en>
1822 %<*ja>
1823 \subsection{\cs{CID}, \cs{UTF}と\Pkg{otf}パッケージのマクロ}
1824 \pLaTeX では,JIS~X~0208にないAdobe-Japan1-6の文字を出力するために,
1825 齋藤修三郎氏による\Pkg{otf}パッケージが用いられていた.このパッケージは
1826 広く用いられているため,\LuaTeX-jaにおいても\Pkg{otf}パッケージの機能の
1827 一部を(\Pkg{luatexja-otf}という別のパッケージとして)実装した.
1828 %</ja>
1829
1830 \begin{LTXexample}
1831 \jfontspec{KozMinPr6N-Regular.otf}
1832 森\UTF{9DD7}外と内田百\UTF{9592}とが\UTF{9AD9}島屋に行く。
1833
1834 \CID{7652}飾区の\CID{13706}野家,
1835 \CID{1481}城市,葛西駅,
1836 高崎と\CID{8705}\UTF{FA11}
1837
1838 \aj半角{はんかくカタカナ}
1839 \end{LTXexample}
1840
1841 %<*ja>
1842 \Pkg{otf}パッケージでは,それぞれ次のようなオプションが存在した:
1843 \begin{cslist}
1844 \item[deluxe] 明朝体・ゴシック体各3ウェイトと,丸ゴシック体を扱えるようになる.
1845 \item[expert] 仮名が横組・縦組専用のものに切り替わり,ルビ用仮名も
1846 \ \cs{rubyfamily}\ によって扱えるようになる.
1847 \item[bold] ゴシック体を標準で太いウェイトのものに設定する.
1848 \end{cslist}
1849 しかしこれらのオプションは\Pkg{luatexja-otf}パッケージには存在しない.
1850 \Pkg{otf}パッケージが文書中で使用する和文用TFMを自前の物に置き換えていたのに対し,
1851 \Pkg{luatexja-otf}パッケージでは,そのようなことは行わないからである.
1852
1853 これら3オプションについては,
1854 \Pkg{luatexja-preset} パッケージにプリセットを使う時に一緒に指定するか,
1855 あるいは対応する内容を\ref{ssec-chgfnt}節,\ref{ssec-nfsspat}節 (NFSS2) や
1856 \ref{ssec-fontspec}節 (\Pkg{fontspec}) の方法で手動で指定する必要がある.
1857 %</ja>
1858
1859 %<en>\subsection{Changing default Japanese fonts}
1860 %<ja>\subsection{標準和文フォントの変更}
1861 \label{ssec-cfg}
1862 %<*en>
1863 If \texttt{luatexja.cfg} can be seen from \LuaTeX, \LuaTeX-ja automatically reads it.
1864 The main use of \texttt{luatexja.cfg} is for changing default Japanese fonts,
1865 when IPAex fonts cannot be installed in \TeX~system.
1866 One should not overuse this \texttt{luatexja.cfg}; fonts which will be used in
1867 a document should be specified in its source.
1868
1869 For example,
1870 \begin{lstlisting}
1871 \def\ltj@stdmcfont{IPAMincho}
1872 \def\ltj@stdgtfont{IPAGothic}
1873 \end{lstlisting}
1874 makes that IPA~Mincho and IPA~Gothic will be used as default Japanese fonts, instead of
1875 IPAex~Mincho and IPAex~Gothic.
1876
1877 For another example, the following two lines makes that
1878 non-embedded fonts Ryumin-Light~and~GothicBBB-Medium as default Japanese fonts
1879 (as the earlier version of \LuaTeX-ja):
1880 \begin{lstlisting}
1881 \def\ltj@stdmcfont{psft:Ryumin-Light}
1882 \def\ltj@stdgtfont{psft:GothicBBB-Medium}
1883 \end{lstlisting}
1884 %</en>
1885 %<*ja>
1886 \LuaTeX から見える位置に \texttt{luatexja.cfg} があれば,\LuaTeX-jaはそれを読み込む.
1887 このファイルを用いるとplain~\TeX, \LaTeXe における標準和文フォントを
1888 IPAex明朝・IPAexゴシックから変更することができる.
1889 しかし,基本的には\emph{文章中で用いるフォントは(例えば \Pkg{luatexja-preset} などで)
1890 文書ソース内で指定するべき}であり,この \texttt{luatexja.cfg} は,
1891 「IPAexフォントがインストールできない」など,IPAexフォントが使用できない場合にのみ
1892 応急処置的に用いるべきである.
1893
1894 例えば
1895 \begin{lstlisting}
1896 \def\ltj@stdmcfont{IPAMincho}
1897 \def\ltj@stdgtfont{IPAGothic}
1898 \end{lstlisting}
1899 と記述しておけば,標準和文フォントがIPA明朝・IPAゴシックへと変
1900 更される.
1901
1902
1903 なお,20140906.0以前のバージョンのように,
1904 Ryumin-Light, GothicBBB-Mediumという名前の非埋込フォントを用いる場合は
1905 \begin{lstlisting}
1906 \def\ltj@stdmcfont{psft:Ryumin-Light}
1907 \def\ltj@stdgtfont{psft:GothicBBB-Medium}
1908 \end{lstlisting}
1909 と記述すればよい.
1910 %</ja>
1911
1912
1913 %<en>\section{Changing Internal Parameters}
1914 %<ja>\section{パラメータの変更}
1915
1916 %<*en>
1917 There are many internal parameters in \LuaTeX-ja. And due to the behavior of \LuaTeX,
1918 most of them are not stored as internal register of \TeX, but as an
1919 original storage system in \LuaTeX-ja. Hence, to assign or acquire those
1920 parameters, you have to use commands \cs{ltjsetparameter} and
1921 \cs{ltjgetparameter}.
1922 %</en>
1923 %<*ja>
1924 \LuaTeX-jaには多くのパラメータが存在する.そして\LuaTeX の仕様のために,
1925 その多くは\TeX のレジスタにではなく,\LuaTeX-ja独自の方法で保持されている.
1926 これらのパラメータを設定・取得するためには \cs{ltjsetparameter} と \cs{ltjgetparameter} を
1927 用いる.
1928 %</ja>
1929
1930 %<en>\subsection{Editing the Range of \textbf{JAchar}s}
1931 %<ja>\subsection{\textbf{JAchar}の範囲の設定}
1932 \label{ssec-setrange}
1933
1934 %<*en>
1935 \LuaTeX-ja divides the Unicode codespace \texttt{U+0080}--\texttt{U+10FFFF}
1936 into \emph{character ranges},
1937 numbered 1 to 217. The grouping can be (globally) customized by \cs{ltjdefcharrange}.
1938 The next line adds whole characters in Supplementary Ideographic Plane
1939 and the character ``漢'' to the character range~100.
1940 %</en>
1941 %<*ja>
1942 \LuaTeX-jaは,Unicodeの \texttt{U+0080}--\texttt{U+10FFFF} の空間を
1943 1番から217番までの\emph{文字範囲}に分割している.
1944 区分けは \cs{ltjdefcharrange} を用いることで(グローバルに)変更することができ,
1945 例えば,次は追加漢字面(SIP)にある全ての文字と「漢」を「100番の文字範囲」に追加する.
1946 %</ja>
1947 \begin{lstlisting}
1948 \ltjdefcharrange{100}{"20000-"2FFFF,`漢}
1949 \end{lstlisting}
1950 %<*en>
1951 A character can belong to only one character range.
1952 For example, whole SIP belong to the range~4 in the default setting of \LuaTeX-ja,
1953 and if you execute the above line, then SIP will belong to the range~100 and be
1954 removed from the range~4.
1955 %</en>
1956 %<*ja>
1957 各文字はただ一つの文字範囲に所属することができる.
1958 例えば,SIPは全て\LuaTeX-jaのデフォルトでは4番の文字範囲に
1959 属しているが,上記の指定を行えばSIPは100番に属すようになり,4番からは除かれる.
1960 %</ja>
1961
1962 %<*en>
1963 The distinction between \textbf{ALchar} and \textbf{JAchar} is done for character ranges.
1964 This can be edited by setting the \textsf{jacharrange} parameter.
1965 For example, this is just the default setting of \LuaTeX-ja, and
1966 it sets
1967 \begin{itemize}
1968  \item a character which belongs character ranges 1,~4, and~5 is \textbf{ALchar},
1969  \item a character which belongs character ranges 2,~3, 6, 7, and~8 is \textbf{JAchar}.
1970 \end{itemize}
1971 %</en>
1972 %<*ja>
1973 \textbf{ALchar}と\textbf{JAchar}の区別は文字範囲ごとに行われる.
1974 これは\textsf{jacharrange}パラメータによって編集できる.
1975 例えば,以下は\LuaTeX-jaの初期設定であり,次の内容を設定している:
1976 \begin{itemize}
1977  \item 1番,4番,5番の文字範囲に属する文字は\textbf{ALchar}.
1978  \item 2番,3番,6番,7番,8番の文字範囲に属する文字は\textbf{JAchar}.
1979 \end{itemize}
1980 %</ja>
1981 \begin{lstlisting}
1982 \ltjsetparameter{jacharrange={-1, +2, +3, -4, -5, +6, +7, +8}}
1983 \end{lstlisting}
1984 %<*en>
1985 The argument to \textsf{jacharrange} parameter is a list of non-zero integer.
1986 Negative integer $-n$ in the list means that ``each character in the range~$n$ is an
1987 \textbf{ALchar}'',
1988 and positive integer $+n$ means that ``\dots\ is a \textbf{JAchar}''.
1989 %</en>
1990 %<*ja>
1991 \textsf{jacharrange}パラメータの引数は非零の整数のリストである.
1992 リスト中の負の整数$-n$は「文字範囲$n$に属する文字は\textbf{ALchar}として
1993 扱う」ことを意味し,正の整数$+n$は「\textbf{JAchar}として扱う」ことを意味する.
1994 %</ja>
1995
1996 %<*en>
1997 \paragraph{Default setting}
1998 \LuaTeX-ja predefines eight character ranges for convenience. They are
1999 determined from the following data:
2000 %</en>
2001 %<*ja>
2002 \paragraph{初期設定}
2003 \LuaTeX-jaでは8つの文字範囲を予め定義しており,
2004 これらは以下のデータに基づいて決定している.
2005 %</ja>
2006 \begin{itemize}
2007 %<en>\item Blocks in Unicode~6.0.
2008 %<ja>\item Unicode~6.0のブロック.
2009 %<en>\item The \texttt{Adobe-Japan1-UCS2} mapping between a CID Adobe-Japan1-6 and Unicode.
2010 %<ja>\item Adobe-Japan1-6のCIDとUnicodeの間の対応表\texttt{Adobe-Japan1-UCS2}.
2011 %<en>\item The \Pkg{PXbase} bundle for \upTeX\ by Takayuki Yato.
2012 %<ja>\item 八登崇之氏による\upTeX 用の\Pkg{PXbase}バンドル.
2013 \end{itemize}
2014
2015 %<*en>
2016 Now we describe these eight ranges. The superscript ``J'' or ``A'' after the
2017 number shows whether each character in the range is treated as
2018 \textbf{JAchar}s or not by default. These settings are similar to the
2019 \texttt{prefercjk} settings defined in \texttt{PXbase} bundle.
2020 Any characters above \texttt{U+0080} which does not belong to
2021 these eight ranges belongs to the character range~217.
2022 %</en>
2023 %<*ja>
2024 以下ではこれら8つの文字範囲について記述する.添字のアルファベット「J」「A」
2025 は,その文字範囲内の文字が\textbf{JAchar}か\textbf{ALchar}かを表している.これらの設定は
2026 \texttt{PXbase}バンドルで定義されている\texttt{prefercjk}と類似のものである.
2027 なお,\texttt{U+0080} 以降でこれら8つの文字範囲に属さない文字は,217番の文字範囲に属することになっている.
2028 %</ja>
2029 \begin{description}
2030 %<*en>
2031
2032 \item[Range~8${}^{\kern.1em\text{J}}$] The intersection of the upper half of ISO~8859-1
2033          (Latin-1 Supplement) and JIS~X~0208 (a basic character set for Japanese). This character range
2034          consists of the following characters:
2035 %</en>
2036 %<*ja>
2037 \item[範囲8${}^{\kern.1em\text{J}}$] ISO~8859-1の上位領域(ラテン1補助)と
2038                              JIS~X~0208の共通部分.この文字範囲は
2039                              以下の文字で構成される:
2040 %</ja>
2041 \begin{multicols}{2}
2042 \begin{itemize}
2043 \def\ch#1#2{\item \char"#1\ (\texttt{U+00#1}, #2)}%"
2044 \ch{A7}{Section Sign}
2045 \ch{A8}{Diaeresis}
2046 \ch{B0}{Degree sign}
2047 \ch{B1}{Plus-minus sign}
2048 \ch{B4}{Spacing acute}
2049 \ch{B6}{Paragraph sign}
2050 \ch{D7}{Multiplication sign}
2051 \ch{F7}{Division Sign}
2052 \end{itemize}
2053 \end{multicols}
2054
2055 %<*en>
2056 \item[Range~1${}^{\text{A}}$] Latin characters that some of them are included in Adobe-Japan1-6.
2057 This range consists of the following Unicode ranges, \emph{except characters in the range~8 above}:
2058 %</en>
2059 %<*ja>
2060 \item[範囲1${}^{\text{A}}$] ラテン文字のうち,Adobe-Japan1-6との共通部分があるもの.
2061                              この範囲は以下のUnicodeのブロックのうち
2062                              \emph{範囲8を除いた}部分で構成されている:
2063 %</ja>
2064 \begin{multicols}{2}
2065 \begin{itemize}
2066 \item \texttt{U+0080}--\texttt{U+00FF}: Latin-1 Supplement
2067 \item \texttt{U+0100}--\texttt{U+017F}: Latin Extended-A
2068 \item \texttt{U+0180}--\texttt{U+024F}: Latin Extended-B
2069 \item \texttt{U+0250}--\texttt{U+02AF}: IPA Extensions
2070 \item \texttt{U+02B0}--\texttt{U+02FF}: Spacing Modifier Letters
2071 \item \texttt{U+0300}--\texttt{U+036F}: \\\null\hfill Combining Diacritical Marks
2072 \item \texttt{U+1E00}--\texttt{U+1EFF}: \\\null\hfill Latin Extended Additional
2073 \par\
2074 \end{itemize}
2075 \end{multicols}
2076 %<*en>
2077 \item[Range~2${}^{\text{\kern.1emJ}}$] Greek and Cyrillic letters. JIS~X~0208 (hence most of Japanese
2078            fonts) has some of these characters.
2079 %</en>
2080 %<*ja>
2081 \item[範囲2${}^{\text{\kern.1emJ}}$] ギリシャ文字とキリル文字.JIS~X~0208(したがってほとんどの
2082                              和文フォント)はこれらの文字を持つ.
2083 %</ja>
2084 \begin{multicols}{2}
2085 \begin{itemize}
2086 \item \texttt{U+0370}--\texttt{U+03FF}: Greek and Coptic
2087 \item \texttt{U+0400}--\texttt{U+04FF}: Cyrillic
2088 \item \texttt{U+1F00}--\texttt{U+1FFF}: Greek Extended
2089 \\\
2090 \end{itemize}
2091 \end{multicols}
2092 %<*en>
2093 \item[Range~3${}^{\text{\kern.1emJ}}$] Punctuations and Miscellaneous symbols. The block list is
2094            indicated in Table~\ref{table-rng3}.
2095 %</en>
2096 %<*ja>
2097 \item[範囲3${}^{\text{\kern.1emJ}}$] 句読点と記号類.ブロックのリストは表\ref{table-rng3}%
2098                              に示してある.
2099 %</ja>
2100 \begin{table}[!tb]
2101 %<en>\caption{Unicode blocks in predefined character range~3.}\medskip
2102 %<ja>\caption{文字範囲3に指定されているUnicodeブロック.}
2103 \label{table-rng3}
2104 \catcode`\"=13\def"#1#2#3#4{\texttt{U+#1#2#3#4}}%"
2105 \centering\small
2106 \begin{tabular}{llll}
2107 "2000--"206F&General Punctuation&
2108 "2070--"209F&Superscripts and Subscripts\\
2109 "20A0--"20CF&Currency Symbols&
2110 "20D0--"20FF&Comb.\ Diacritical Marks for Symbols\\
2111 "2100--"214F&Letterlike Symbols&
2112 "2150--"218F&Number Forms\\
2113 "2190--"21FF&Arrows&
2114 "2200--"22FF&Mathematical Operators\\
2115 "2300--"23FF&Miscellaneous Technical&
2116 "2400--"243F&Control Pictures\\
2117 "2500--"257F&Box Drawing&
2118 "2580--"259F&Block Elements\\
2119 "25A0--"25FF&Geometric Shapes&
2120 "2600--"26FF&Miscellaneous Symbols\\
2121 "2700--"27BF&Dingbats&
2122 "2900--"297F&Supplemental Arrows-B\\
2123 "2980--"29FF&Misc.\ Mathematical Symbols-B&
2124 "2B00--"2BFF&Miscellaneous Symbols and Arrows
2125 \end{tabular}
2126 \end{table}
2127 %<*en>
2128 \item[Range~4${}^{\text{A}}$] Characters usually not in Japanese fonts. This range consists
2129            of almost all Unicode blocks which are not in other
2130            predefined ranges. Hence, instead of showing the block list,
2131            we put the definition of this range itself:
2132 %</en>
2133 %<*ja>
2134 \item[範囲4${}^{\text{A}}$] 通常和文フォントには含まれていない文字.
2135                              この範囲は他の範囲にないほとんど全てのUnicodeブロック
2136                              で構成されている.したがって,ブロックのリストを示す
2137                              代わりに,範囲の定義そのものを示す:
2138 %</ja>
2139 \begin{lstlisting}
2140 \ltjdefcharrange{4}{%
2141    "500-"10FF, "1200-"1DFF, "2440-"245F, "27C0-"28FF, "2A00-"2AFF,
2142   "2C00-"2E7F, "4DC0-"4DFF, "A4D0-"A82F, "A840-"ABFF, "FB00-"FE0F,
2143   "FE20-"FE2F, "FE70-"FEFF, "10000-"1FFFF, "E000-"F8FF} % non-Japanese
2144 \end{lstlisting}
2145 %<en>\item[Range~5${}^{\text{A}}$] Surrogates and Supplementary Private Use Areas.
2146 %<ja>\item[範囲5${}^{\text{A}}$] 代用符号と補助私用領域.
2147 %<en>\item[Range~6${}^{\text{\kern.1emJ}}$] Characters used in Japanese. The block list is indicated in Table~\ref{table-rng6}.
2148 %<ja>\item[範囲6${}^{\text{\kern.1emJ}}$] 日本語で用いられる文字.ブロックのリストは表\ref{table-rng6}に示す.
2149 \begin{table}[!tb]
2150 %<en>\caption{Unicode blocks in predefined character range~6.}\medskip
2151 %<ja>\caption{文字範囲6に指定されているUnicodeブロック.}
2152 \label{table-rng6}
2153 \catcode`\"=13\def"#1#2#3#4{\texttt{U+#1#2#3#4}}%"
2154 \centering\small
2155 \begin{tabular}{llll}
2156 "2460--"24FF&Enclosed Alphanumerics&
2157 "2E80--"2EFF&CJK Radicals Supplement\\
2158 "3000--"303F&CJK Symbols and Punctuation&
2159 "3040--"309F&Hiragana\\
2160 "30A0--"30FF&Katakana&
2161 "3190--"319F&Kanbun\\
2162 "31F0--"31FF&Katakana Phonetic Extensions&
2163 "3200--"32FF&Enclosed CJK Letters and Months\\
2164 "3300--"33FF&CJK Compatibility&
2165 "3400--"4DBF&CJK Unified Ideographs Extension A\\
2166 "4E00--"9FFF&CJK Unified Ideographs&
2167 "F900--"FAFF&CJK Compatibility Ideographs\\
2168 "FE10--"FE1F&Vertical Forms&
2169 "FE30--"FE4F&CJK Compatibility Forms\\
2170 "FE50--"FE6F&Small Form Variants&
2171 "{20}000--"{2F}FFF&(Supplementary Ideographic Plane)\\
2172 "{E0}100--"{E0}1EF&Variation Selectors Supplement
2173 \end{tabular}
2174 \end{table}
2175 %<*en>
2176 \item[Range~7${}^{\text{\kern.1emJ}}$] Characters used in CJK languages, but not included in  Adobe-Japan1-6.
2177 The block list is indicated in Table~\ref{table-rng7}.
2178 %</en>
2179 %<*ja>
2180 \item[範囲7${}^{\text{\kern.1emJ}}$] CJK言語で用いられる文字のうち,Adobe-Japan1-6に
2181                             含まれていないもの.
2182                             ブロックのリストは表\ref{table-rng7}に示す.
2183 %</ja>
2184 \begin{table}[!tb]
2185 %<en>\caption{Unicode blocks in predefined character range~7.}\medskip
2186 %<ja>\caption{文字範囲7に指定されているUnicodeブロック.}
2187 \label{table-rng7}
2188 \catcode`\"=13\def"#1#2#3#4{\texttt{U+#1#2#3#4}}%"
2189 \centering\small
2190 \begin{tabular}{llll}
2191 "1100--"11FF&Hangul Jamo&
2192 "2F00--"2FDF&Kangxi Radicals\\
2193 "2FF0--"2FFF&Ideographic Description Characters&
2194 "3100--"312F&Bopomofo\\
2195 "3130--"318F&Hangul Compatibility Jamo&
2196 "31A0--"31BF&Bopomofo Extended\\
2197 "31C0--"31EF&CJK Strokes&
2198 "A000--"A48F&Yi Syllables\\
2199 "A490--"A4CF&Yi Radicals&
2200 "A830--"A83F&Common Indic Number Forms\\
2201 "AC00--"D7AF&Hangul Syllables&
2202 "D7B0--"D7FF&Hangul Jamo Extended-B
2203 \end{tabular}
2204 \end{table}
2205 \end{description}
2206
2207 %<en>\subsection{\Param{kanjiskip} and \Param{xkanjiskip}}
2208 %<ja>\subsection{\Param{kanjiskip}と\Param{xkanjiskip}}
2209 \label{subs-kskip}
2210
2211 %<en>\textbf{JAglue} is divided into the following three categories:
2212 %<ja>\textbf{JAglue}は以下の3つのカテゴリに分類される:
2213 \begin{itemize}
2214 %<*en>
2215 \item Glues/kerns specified in JFM. If \cs{inhibitglue} is issued
2216       around a \textbf{JAchar}, this glue will not be inserted at the
2217       place.
2218 %</en>
2219 %<*ja>
2220 \item JFMで指定されたグルー/カーン.もし \cs{inhibitglue} が\textbf{JAchar}の周りで
2221       発行されていれば,このグルーは挿入されない.
2222 %</ja>
2223 %<*en>
2224 \item The default glue which inserted between two \textbf{JAchar}s (\Param{%
2225       kanjiskip}).
2226 %</en>
2227 %<*ja>
2228 \item デフォルトで2つの\textbf{JAchar}の間に挿入されるグルー(\Param{kanjiskip}).
2229 %</ja>
2230 %<*en>
2231 \item The default glue which inserted between a \textbf{JAchar} and an
2232       \textbf{ALchar} (\Param{xkanjiskip}).
2233 %</en>
2234 %<*ja>
2235 \item デフォルトで\textbf{JAchar}と\textbf{ALchar}の間に挿入されるグルー(\Param{xkanjiskip}).
2236 %</ja>
2237 \end{itemize}
2238 %<*en>
2239 The value (a skip) of \Param{kanjiskip} or
2240 \Param{xkanjiskip} can be changed as the following.
2241 Note that only their values \emph{at the end of a paragraph or a hbox are
2242 adopted in the whole paragraph or the whole hbox.
2243 }
2244 %</en>
2245 %<*ja>
2246 \Param{kanjiskip}や\Param{xkanjiskip}の値
2247 は以下のようにして変更可能である.
2248 %</ja>
2249 \begin{lstlisting}
2250 \ltjsetparameter{kanjiskip={0pt plus 0.4pt minus 0.4pt},
2251                  xkanjiskip={0.25\zw plus 1pt minus 1pt}}
2252 \end{lstlisting}
2253 %<*en>
2254 Here \cs{zw} is a internal dimension
2255 which stores fullwidth of the current Japanese font.
2256 This \cs{zw} can be used as the unit \texttt{zw} in \pTeX.
2257
2258 The value of these parameter can be get by \cs{ltjgetparameter}.
2259 Note that the result by \cs{ltjgetparameter} is \emph{not} the internal quantities,
2260 but \emph{a string} (hence \cs{the} cannot be prefixed).
2261 %</en>
2262 %<*ja>
2263 ここで,\cs{zw} は現在の和文フォントの全角幅を表す長さであり,
2264 \pTeX における長さ単位 \texttt{zw} と同じように使用できる.
2265
2266 これらのパラメータの値は以下のように取得できる.
2267 戻り値は内部値ではなく\emph{文字列}である(\cs{the} は前置できない)ことに注意してほしい:
2268 %</ja>
2269 \begin{LTXexample}
2270 kanjiskip: \ltjgetparameter{kanjiskip},\\
2271 xkanjiskip: \ltjgetparameter{xkanjiskip}
2272 \end{LTXexample}
2273
2274 %<*en>
2275 It may occur that JFM contains the data of ``ideal width of
2276 \Param{kanjiskip}''
2277 and/or ``ideal width of \Param{xkanjiskip}''.
2278 To use these data from JFM, set the value of \Param{kanjiskip} or
2279 \Param{xkanjiskip} to \cs{maxdimen}
2280 (these ``ideal width'' cannot be retrived by \cs{ltjgetparameter}).
2281 %</en>
2282 %<*ja>
2283 JFMは「望ましい\Param{kanjiskip}の値」や
2284 「望ましい\Param{xkanjiskip}の値」を持っていることがある.
2285 これらのデータを使うためには,\Param{kanjiskip}や%
2286 \Param{xkanjiskip}の値を \cs{maxdimen} の値に設定すればよいが,
2287 \cs{ltjgetparameter} によって取得することはできないので注意が必要である.
2288 %</ja>
2289
2290 %<en>\subsection{Insertion Setting of \Param{xkanjiskip}}
2291 %<ja>\subsection{\Param{xkanjiskip} の挿入設定}
2292
2293 %<*en>
2294 It is not desirable that \Param{xkanjiskip} is inserted into every
2295 boundary between \textbf{JAchar}s and \textbf{ALchar}s. For example,
2296 \Param{xkanjiskip} should not be inserted after opening parenthesis
2297 (\textit{e.g.}, compare ``(あ'' and ``(\hskip\ltjgetparameter{xkanjiskip}あ'').
2298 \LuaTeX-ja can control whether \Param{xkanjiskip} can be inserted
2299 before/after a character, by changing \Param{jaxspmode} for \textbf{JAchar}s and
2300 \Param{alxspmode} parameters \textbf{ALchar}s respectively.
2301 %</en>
2302 %<*ja>
2303 \Param{xkanjiskip}がすべての\textbf{JAchar}と\textbf{ALchar}の境界に
2304 挿入されるのは望ましいことではない.例えば,\Param{xkanjiskip}は開き括弧の
2305 後には挿入されるべきではない(「(あ」と「(\hskip\ltjgetparameter{xkanjiskip}あ」を
2306 比べてみよ).
2307 \LuaTeX-jaでは\Param{xkanjiskip}をある文字の前/後に挿入するかどうかを,
2308 \textbf{JAchar}に対しては\Param{jaxspmode}を,\textbf{ALchar}に対しては
2309 \Param{alxspmode}をそれぞれ変えることで制御することができる.
2310 %</ja>
2311 \begin{LTXexample}
2312 \ltjsetparameter{jaxspmode={`あ,preonly}, alxspmode={`\!,postonly}}
2313 pあq い!う
2314 \end{LTXexample}
2315
2316 %<*en>
2317 The second argument \texttt{preonly} means that the insertion of
2318 \Param{xkanjiskip} is allowed before this character, but not after.
2319 the other possible values are \texttt{postonly}, \texttt{allow}, and \texttt{inhibit}.
2320 %</en>
2321 %<*ja>
2322 2つ目の引数の \texttt{preonly}は「\Param{xkanjiskip}の挿入はこの文字の
2323 前でのみ許され,後では許さない」ことを意味する.他に指定可能な値は
2324 \texttt{postonly}, \texttt{allow}, \texttt{inhibit}である.
2325 %</ja>
2326
2327 %<*en>
2328 \Param{jaxspmode} and \Param{alxspmode} use a same table to store the parameters
2329 on the current version. Therefore, line~1 in the code above can be rewritten
2330 as follows:
2331 %</en>
2332 %<*ja>
2333 なお,現行の
2334 仕様では,\Param{jaxspmode}, \Param{alxspmode}はテーブルを共有しており,
2335 上のコードの1行目を次のように変えても同じことになる:
2336 %</ja>
2337 \begin{lstlisting}
2338 \ltjsetparameter{alxspmode={`あ,preonly}, jaxspmode={`\!,postonly}}
2339 \end{lstlisting}
2340 %<*en>
2341 One can use also numbers to specify these two parameters (see Subsection~\ref{ssec-param}).
2342 %</en>
2343 %<*ja>
2344 また,これら2パラメータには数値で値を指定することもできる(\ref{ssec-param}節を参照).
2345 %</ja>
2346
2347 %<*en>
2348 If you want to enable/disable all insertions of \Param{kanjiskip} and
2349 \Param{xkanjiskip}, set \Param{autospacing} and \Param{autoxspacing}
2350 parameters to \texttt{true}/\texttt{false}, respectively.
2351 %</en>
2352 %<*ja>
2353 もし全ての\Param{kanjiskip}と\Param{xkanjiskip}の挿入を有効化/無効化
2354 したければ,それぞれ\Param{autospacing}と\Param{autoxspacing}を
2355 \texttt{true}/\texttt{false}に設定すればよい.
2356 %</ja>
2357
2358 %<en>\subsection{Shifting the baseline}
2359 %<ja>\subsection{ベースラインの移動}
2360 %<*en>
2361 To make a match between a Japanese font and an alphabetic font, sometimes
2362 shifting of the baseline of one of the pair is needed. In \pTeX, this is achieved
2363 by setting \cs{ybaselineshift} (or \cs{tbaselineshift}) to a non-zero length (the
2364 baseline of \textbf{ALchar} is shifted below). However, for documents
2365 whose main language is not Japanese, it is good to shift the baseline of
2366 Japanese fonts, but not that of alphabetic fonts.
2367 Because of this, \LuaTeX-ja can independently set the shifting amount
2368 of the baseline of alphabetic fonts and that of Japanese fonts.
2369 \begin{center}
2370  \small
2371 \begin{tabular}{>{\bfseries}lcc}
2372 \toprule
2373 &\bfseries Horizontal writing (\emph{yoko} direction) etc.
2374 &\bfseries Vertical writing(\emph{tate} direction)\\
2375 \midrule
2376 Alphabetic fonts&\Param{yalbaselineshift}
2377      parameter&\Param{talbaselineshift} parameter\\
2378 Japanese fonts&\Param{yjabaselineshift}
2379      parameter&\Param{tjabaselineshift} parameter\\
2380 \bottomrule
2381 \end{tabular}
2382 \end{center}
2383 %</en>
2384 %<*ja>
2385 和文フォントと欧文フォントを合わせるためには,時々どちらかのベースラインの移動が
2386 必要になる.\pTeX ではこれは \cs{ybaselineshift}(または\cs{tbaselineshift})を設定することで
2387 なされていた(\textbf{ALchar}のベースラインがその分だけ下がる).しかし,日本語が主ではない
2388 文書に対しては,欧文フォントではなく和文フォントのベースラインを移動した方がよい.
2389 このため,\LuaTeX-jaでは欧文フォントのベースラインのシフト量
2390 と和文フォントのベースラインのシフト量を独立に設定できるようになっている.
2391 \begin{center}
2392  \small
2393 \begin{tabular}{>{\bfseries}lcc}
2394 \toprule
2395 &\bfseries 横組など&\bfseries 縦組\\
2396 \midrule
2397 欧文フォントのシフト量&\Param{yalbaselineshift}
2398      parameter&\Param{talbaselineshift} parameter\\
2399 和文フォントのシフト量&\Param{yjabaselineshift}
2400      parameter&\Param{tjabaselineshift} parameter\\
2401 \bottomrule
2402 \end{tabular}
2403 \end{center}
2404 %</ja>
2405
2406 %<*en>
2407 Here the horizontal line in the below example is the baseline of a line.
2408 %</en>
2409 %<*ja>
2410 下の例において引かれている水平線がベースラインである.
2411 %</ja>
2412 \begin{LTXexample}
2413 \vrule width 150pt height 0.4pt depth 0pt \hskip-120pt
2414 \ltjsetparameter{yjabaselineshift=0pt, yalbaselineshift=0pt}abcあいう
2415 \ltjsetparameter{yjabaselineshift=5pt, yalbaselineshift=2pt}abcあいう
2416 \end{LTXexample}
2417
2418 %<*en>
2419 There is an interesting side-effect: characters in different size can be
2420 vertically aligned center in a line, by setting two parameters appropriately.
2421 The following is an example (beware the value is not well tuned):
2422 %</en>
2423 %<*ja>
2424 この機能には面白い使い方がある:2つのパラメータを適切に設定することで,サイズの
2425 異なる文字を中心線に揃えることができる.
2426 以下は一つの例である(値はあまり調整されていないことに注意):
2427 %</ja>
2428 \begin{LTXexample}
2429 xyz漢字
2430 {\scriptsize
2431   \ltjsetparameter{yjabaselineshift=-1pt,
2432     yalbaselineshift=-1pt}
2433   XYZひらがな
2434 }abcかな
2435 \end{LTXexample}
2436
2437 %<*en>
2438 Note that setting positive \Param{yalbaselineshift}~or~\Param{talbaselineshift}
2439 parameters does not increase the depth of one-letter ``syllable'' $p$ of \textbf{Alchar}, if
2440 its left-protrusion~(\cs{lpcode}) and right-protrusion~(\cs{rpcode}) are both non-zero.
2441 This is because
2442 \begin{itemize}
2443 \item These two parameters are implemented by setting yoffset field of a
2444 glyph node, and this does not increase the depth of the glyph.
2445 \item To cope with the above situation, \LuaTeX-ja automatically supplies
2446 a rule in every ``syllable''.
2447 \item However, we cannot use this ``supplying a rule'' method if \dots
2448 \end{itemize}
2449
2450 This problem does not apply for \Param{yjabaselineshift}~nor~\Param{tjabaselineshift}.
2451 %</en>
2452 %<*ja>
2453 なお,以下の場合には1文字の\textbf{ALchar}からなる「音節」の深さは増加しないことに注意.
2454 \begin{itemize}
2455  \item \Param{yalbaselineshift},~\Param{talbaselineshift}パラメータが正になっている.
2456  \item 「音節」を構成する唯一の文字$p$の
2457 左余白への突出量(\cs{lpcode}),右余白への突出量(\cs{rpcode})がどちらも非零である.
2458 \end{itemize}
2459 \Param{yjabaselineshift},~\Param{tjabaselineshift}パラメータについてはこのような問題は起こらない.
2460 %</ja>
2461
2462 %<*ja>
2463 \paragraph{数式における挙動:\pTeX との違い}
2464 \textbf{ALchar}のベースラインを補正する \Param{yalbaselineshift} パラメータは
2465 ほぼ\pTeX における \cs{ybaselineshift} に対応しているものであるが,
2466 数式中の挙動は異なっているので注意が必要である.
2467 例えば,表\ref{tab:math_bsa}のように,数式中に明示的に現れた \cs{hbox} は,
2468 \begin{itemize}
2469  \item \pTeX では,ボックス全体が \cs{ybaselineshift} だとシフトされるので,
2470  表\ref{tab:math_bsa}中の``い''のように,ボックス中の和文文字は
2471  \ \cs{ybaselineshift} だけシフトされ,一方,``for all''のように,
2472  ボックス内の欧文文字は2重にシフトされることになる.
2473  \item 一方,\LuaTeX-jaではそのようなことはおこらず,
2474  数式中に明示的に現れた \cs{hbox} はシフトしない.そのため,
2475  表\ref{tab:math_bsa}中の``い''も``for all''も,それぞれ本文中に
2476  書かれたときと同じ上下位置に組まれる.
2477 \end{itemize}
2478 \begin{table}
2479 \small\centering
2480 \caption{数式関係のベースライン補正($\Param{yalbaselineshift}=10\,\textrm{pt}$)}
2481 \label{tab:math_bsa}
2482 \newdimen\origbaselineskip
2483 \origbaselineskip=\baselineskip
2484 \begin{tabular}{lp{30\zw}}
2485 \toprule
2486 \emph{入力}&\vspace*{\dimexpr-\origbaselineskip-\smallskipamount}
2487 \begin{lstlisting}
2488 数式abc: $あa\hbox{い}$, $\int_0^x t\,dt=x^2\!/2$,
2489 $\Phi\vdash F(x)\ \hbox{for all}\ x\in A$
2490 \end{lstlisting}\\
2491 \noalign{\vskip-\origbaselineskip}
2492 \midrule
2493 \emph{\pTeX}&
2494 {\ltjsetparameter{yalbaselineshift=10pt}%
2495 数式abc: $あa\lower10pt\hbox{い}$, $\int_0^x t\,dt=x^2\!/2$,
2496 $\Phi\vdash F(x)\ \lower10pt\hbox{for all}\ x\in A$
2497 \par}\\
2498 \midrule
2499 \emph{\LuaTeX-ja}&
2500 {\ltjsetparameter{yalbaselineshift=10pt}%
2501 数式abc: $あa\hbox{い}$, $\int_0^x t\,dt=x^2\!/2$,
2502 $\Phi\vdash F(x)\ \hbox{for all}\ x\in A$
2503 \par}\\
2504 \noalign{\vskip-\origbaselineskip}
2505 \bottomrule
2506 \end{tabular}
2507 \end{table}
2508 %</ja>
2509
2510 %<*en>
2511 \subsection{\emph{kinsoku} parameters and OpenType features}
2512 Among parameters which related to Japanese word-wrapping process (\emph{kinsoku shori}),
2513 \begin{quote}
2514  \Param{jaxspmode},~\Param{alxspmode}, \Param{prebreakpenalty}, 
2515  \Param{postbreakpenalty}~and~\Param{kcatcode}
2516 \end{quote}
2517 are stored by each character codes. ...
2518
2519 For example, a fullwidth katakana ``ア'' on line~10 in the below input is replaced to
2520 its halfwidth variant ``ア'', by \verb+hwid+ feature. 
2521 However, the penalty inserted after it is 10 which is the \Param{postbreakpenalty} of
2522 ``ア'', not 20.
2523 %</en>
2524 %<*ja>
2525 \subsection{禁則処理関連パラメータとfont feature}
2526 禁則処理や \Param{kanjiskip}, \Param{xkanjiskip} の挿入に関連したパラメータのうち
2527 \begin{quote}
2528  \Param{jaxspmode},~\Param{alxspmode}, \Param{prebreakpenalty},
2529  \Param{postbreakpenalty}, \Param{kcatcode}
2530 \end{quote}
2531 は,文字コードごとに設定する量である.
2532
2533 \Pkg{fontspec}パッケージを使う(\ref{ssec-fontspec}節)場合など,
2534 各種のOpenType featureを適用することもあると思うが,前段落に述べたパラメータ類は,
2535 \emph{OpenType featureの適用前の文字コードによって判定される.}
2536 例えば,以下の例において10行目の「ア」は,\verb+hwid+ featureの適用により半角カタカナの「ア」
2537 に置き換わる.しかし,その直後に挿入される \Param{postbreakpenalty}は,置換前の「ア」に対する値10である.
2538 %</ja>
2539
2540 \begin{LTXexample}[width=0.2\textwidth]
2541 \ltjsetparameter{postbreakpenalty={`ア, 10}}
2542 \ltjsetparameter{postbreakpenalty={`ア, 20}}
2543
2544 \newcommand\showpostpena[1]{%
2545   \leavevmode\setbox0=\hbox{#1\hbox{}}%
2546   \unhbox0\setbox0=\lastbox\the\lastpenalty}
2547
2548 \showpostpena{ア},
2549 \showpostpena{ア},
2550 {\addjfontfeatures{CharacterWidth=Half}\showpostpena{ア}}
2551 \end{LTXexample}
2552
2553 \clearpage
2554 %<en>\part{Reference}
2555 %<ja>\part{リファレンス}
2556 \label{part-ref}
2557 \suppressfloats[t]
2558 %<*ja>
2559 \section{\LuaTeX-jaにおける \cs{catcode}}
2560 \label{sec-catcode}
2561 \subsection{予備知識:\pTeX と\upTeX における \cs{kcatcode}}
2562 \pTeX,\upTeX においては,和文文字が制御綴内で利用できるかどうか
2563 は \cs{kcatcode} の値によって決定されるのであった.
2564 詳細は表\ref{table-kcat}を参照されたい.
2565 %</ja>
2566 %<*en>
2567 \section{\cs{catcode} in \LuaTeX-ja}
2568 \label{sec-catcode}
2569 \subsection{Preliminaries: \cs{kcatcode} in \pTeX\ and \upTeX}
2570 In \pTeX~and~\upTeX, the value of \cs{kcatcode} determines
2571 whether a Japanese character can be used in a control word.
2572 For the detail, see Table~\ref{table-kcat}.
2573 %</en>
2574
2575 \begin{table}[t]
2576 \small
2577 \caption{\cs{kcatcode} in \upTeX}
2578 \label{table-kcat}
2579 %<en>\medskip
2580
2581 \noindent\hfill
2582 \begin{tabular}{ccccc}
2583 \toprule
2584 \bfseries \cs{kcatcode}&
2585 %<*en>
2586 \bfseries meaning&
2587 \bfseries control word&
2588 \bfseries widow penalty\hbox{}$^*$&
2589 \bfseries linebreak\\
2590 %</en>
2591 %<*ja>
2592 \bfseries 意図&
2593 \bfseries 制御綴中に使用&
2594 \bfseries 文字ウィドウ処理\hbox{}$^*$&
2595 \bfseries 直後での改行\\
2596 %</ja>
2597 \midrule
2598 15&non-cjk&\multicolumn{3}{c}{(treated as usual \LaTeX)}\\
2599 16&kanji&Y&Y&ignored\\
2600 17&kana&Y&Y&ignored\\
2601 18&other&N&N&ignored\\
2602 19&hangul&Y&Y&space\\
2603 \bottomrule
2604 \end{tabular}\hfill\null
2605
2606 \medskip
2607
2608 %<*ja>
2609 文字ウィドウ処理\hbox{}$^*$: 「漢字が一文字だけ次の行に行くのを防ぐ」\
2610 \cs{jcharwidowpenalty} が,
2611 その文字の直前に挿入されうるか否か,を示す.
2612 %</ja>
2613 \end{table}
2614
2615 %<*en>
2616 \cs{kcatcode} can be set by a row of JIS~X~0208 in \pTeX,
2617 and generally by a Unicode block\footnote{%
2618   \upTeX\ divides \texttt{U+FF00}--\texttt{U+FFEF} (Halfwidth and Fullwidth Forms)
2619   into three subblocks, and \cs{kcatcode} can be set by a subblock.
2620 }
2621 in \upTeX. So characters which can be used in a control word
2622 slightly differ between \pTeX~and~\upTeX.
2623 %</en>
2624 %<*ja>
2625 \pTeX では \cs{kcatcode} はJIS~X~0208の区単位,
2626 \upTeX では概ねUnicodeブロック単位\footnote{%
2627   \texttt{U+FF00}--\texttt{U+FFEF} (Halfwidth and Fullwidth Forms)は
2628   「全角英数字」「半角カナ」「その他」と3つに分割されており,
2629   それぞれ別々に \cs{kcatcode} が指定できるようになっている.
2630 }で設定可能になっている.そのため,\pTeX と\upTeX の初期状態では
2631 制御綴内で使用可能な文字が微妙に異なっている.
2632 %</ja>
2633
2634 %<*en>
2635 \subsection{Case of \LuaTeX-ja}
2636 The role of \cs{kcatcode} in \pTeX~and~\upTeX\ can be
2637 divided into the following four kinds,
2638 and \LuaTeX-ja can control these four kinds separately:
2639 \begin{itemize}
2640  \item
2641 \emph{Distinction between \textbf{JAchar} or \textbf{ALchar}}
2642 is controlled by using the character range, see Subsection~\ref{ssec-setrange}.
2643  \item
2644 \emph{Whether the character can be used in a control word}
2645 is controlled by setting \cs{catcode} to 11~(enabled) or 12~(disabled), as usual.
2646  \item
2647 \emph{Whether \Param{jcharwidowpenalty} can be inserted before the character}
2648 is controlled by the lowermost bit of the \Param{kcatcode} parameter.
2649  \item
2650 \emph{Ignoring linebreak after a \textbf{JAchar}} is always ignored.
2651 \end{itemize}
2652 %</en>
2653 %<*ja>
2654 \subsection{\LuaTeX-jaの場合}
2655 \LuaTeX-jaでは,従来の\pTeX・\upTeX における \cs{kcatcode} の役割を
2656 分割している:
2657 \begin{description}
2658  \item[欧文/和文の区別 (\upTeX)]
2659 \cs{ltjdefcharrange} と\textsf{jacharrange}パラメータ(\ref{ssec-setrange}節)
2660  \item[制御綴中に使用可か]
2661 \LuaTeX 自身の \cs{catcode} でよい
2662  \item[\Param{jcharwidowpenalty}が挿入可か]
2663 \Param{kcatcode}パラメータの最下位ビット
2664  \item[直後の改行の無視]
2665 日本語しか想定していないので\textbf{JAchar}については一律有効
2666 \end{description}
2667 %</ja>
2668
2669 %<*en>
2670 Default setting of \cs{catcode} of \LuaTeX\ can be found
2671 in \texttt{luatex-unicode-letters.tex},
2672 which is based on \texttt{unicode-letters.tex} (for \XeTeX).
2673 However, the default setting of \cs{catcode} differs
2674 between \XeTeX\ and \LuaTeX, by the following reasons:
2675 \begin{itemize}
2676  \item \texttt{luatex-unicode-letters.tex} is based on old \texttt{unicode-letters.tex}.
2677  \item The latter half of \texttt{unicode-letters.tex} sets
2678 \cs{catcode} of Kanji and kana characters to 11,
2679 via setting \cs{XeTeXcharclass}.
2680
2681 However, this latter half is simply omitted in
2682 \texttt{luatex-unicode-letters.tex}, hence
2683 \cs{catcode} of Kanji and kana characters remains 12 in \LuaTeX.
2684 \end{itemize}
2685 In other words, Kanji nor kana characters cannot be used in
2686 a control word, in the default setting of \LuaTeX.
2687
2688 This would be inconvenient for \pTeX~users to shifting to \LuaTeX-ja,
2689 since several control words containing Kanji, such as \verb+\西暦+,
2690 are used in \pTeX.
2691 Hence, \LuaTeX-ja have a counterpart of \texttt{unicode-letters.tex}
2692 for \LuaTeX, \emph{to match the \cs{catcode} setting with that of \XeTeX.}
2693 %</en>
2694 %<*ja>
2695 ネイティブにUnicode全部の文字を扱える\XeTeX や\LuaTeX では,
2696 文字が制御綴内で使用できるかは通常の欧文文字と同じく \cs{catcode}
2697 で指定することとなる.\XeTeX における \cs{catcode} の初期設定は\
2698 \texttt{unicode-letters.tex} 中に記述されており,\LuaTeX ではそれを
2699 元にした \texttt{luatex-unicode-letters.tex} を用いている.
2700
2701 だが,\XeTeX における \cs{catcode} の初期設定と
2702 \LuaTeX におけるそれは一致していない:
2703 \begin{itemize}
2704  \item \texttt{luatex-unicode-letters.tex} の元になった\
2705 \texttt{unicode-letters.tex} が古い
2706  \item \texttt{unicode-letters.tex} の後半部では
2707 \cs{XeTeXcharclass} の設定を行なっており,
2708 それによって漢字や仮名の \cs{catcode} が11に設定されている.
2709
2710 しかし,\texttt{luatex-unicode-letters.tex} ではこの「後半部」が
2711 まるごと省略されており,漢字や仮名の \cs{catcode} は12のまま.
2712 \end{itemize}
2713 言い換えると,\LuaTeX の初期状態では漢字や仮名を制御綴内に
2714 使用することはできない.
2715
2716 これでは \pTeX で使用できた \verb+\西暦+ などが使えないこととなり,
2717 \LuaTeX-jaへの移行で手間が生じる.そのため,\LuaTeX-jaでは
2718 \texttt{unicode-letters.tex} の後半部にあたる内容を自前でパッチし,
2719 結果として\textbf{\XeTeX における初期設定と同じになるようにしている.}
2720 %</ja>
2721
2722 \begin{table}
2723  \centering\small
2724 %<en>\caption{Difference of the set of non-kanji JIS~X~0208 characters which can be used in a control word}
2725 %<ja>\caption{制御綴中に使用出来るJIS~X~0208非漢字の違い}
2726 %<en>\medskip
2727 \label{table-kcat-diff}
2728 \def\D#1#2#3#4{%
2729   {\fboxsep0pt\fcolorbox{cyan}{white}%
2730   {\large\char"#1#2#3#4}}\ (\texttt{U+#1#2#3#4})} %"
2731 \leavevmode\hbox to 0pt{\hss\begin{tabular}{cccccc}
2732 \toprule
2733 %<en>&\bf row&\bf col.&\bf \pTeX&\bf \upTeX&\bf\LuaTeX-ja\\
2734 %<ja>&\bf 区&\bf 点&\bf \pTeX&\bf \upTeX&\fontseries{b}\selectfont\LuaTeX-ja\\
2735 \midrule
2736 %\D 3000&1&1&N&N&Y\\
2737 \D 30FB&1&6&N&Y&N\\
2738 \D 309B&1&11&N&Y&N\\
2739 \D 309C&1&12&N&Y&N\\
2740 \D FF40&1&14&N&N&Y\\
2741 \D FF3E&1&16&N&N&Y\\
2742 \D FFE3&1&17&N&N&Y\\
2743 \D FF3F&1&18&N&N&Y\\
2744 %\D 30FD&1&19&N&Y&Y\\
2745 %\D 30FE&1&20&N&Y&Y\\
2746 %\D 309D&1&21&N&Y&Y\\
2747 %\D 309E&1&22&N&Y&Y\\
2748 \D 3003&1&23&N&N&Y\\
2749 \D 4EDD&1&24&N&Y&Y\\
2750 \D 3005&1&25&N&N&Y\\
2751 \D 3006&1&26&N&N&Y\\
2752 \D 3007&1&27&N&N&Y\\
2753 \D 30FC&1&28&N&Y&Y\\
2754 \D FF0F&1&31&N&N&Y\\
2755 \D FF3C&1&32&N&N&Y\\
2756 \bottomrule
2757 \end{tabular}\qquad
2758 \begin{tabular}{cccccc}
2759 \toprule
2760 %<en>&\bf row&\bf col.&\bf \pTeX&\bf \upTeX&\bf\LuaTeX-ja\\
2761 %<ja>&\bf 区&\bf 点&\bf \pTeX&\bf \upTeX&\fontseries{b}\selectfont\LuaTeX-ja\\
2762 \midrule
2763 \D FF5C&1&35&N&N&Y\\
2764 \D FF0B&1&60&N&N&Y\\
2765 \D FF1D&1&65&N&N&Y\\
2766 \D FF1C&1&67&N&N&Y\\
2767 \D FF1E&1&68&N&N&Y\\
2768 \D FF03&1&84&N&N&Y\\
2769 \D FF06&1&85&N&N&Y\\
2770 \D FF0A&1&86&N&N&Y\\
2771 \D FF20&1&87&N&N&Y\\
2772 \D 3012&2&9&N&N&Y\\
2773 \D 3013&2&14&N&N&Y\\
2774 \D FFE2&2&44&N&N&Y\\
2775 \D 212B&2&82&N&N&Y\\
2776 %<en>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}Greek letters (row 6)}&Y&N&Y\\
2777 %<en>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}Cyrillic letters (row 7)}&N&N&Y\\
2778 %<ja>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}ギリシャ文字(6区)}&Y&N&Y\\
2779 %<ja>\multicolumn{3}{c}{$\vphantom{\D 3000}$\hbox{}キリル文字(7区)}&N&N&Y\\
2780 \bottomrule
2781 \end{tabular}\hss}\par
2782 \end{table}
2783
2784 %<*en>
2785 \subsection{Non-kanji Characters in a Control Word}
2786 Because the engine differ, so non-kanji JIS~X~0208 characters
2787 which can be used in a control word differ in \pTeX, in \upTeX,~and~in \LuaTeX-ja.
2788 Table~\ref{table-kcat-diff} shows the difference.
2789 Except for four characters ``・'',~``゛'', ``゜'',~``゠'',
2790 \LuaTeX-ja admits more characters in a control word than \upTeX.
2791 \emph{Note that the ideographic space~\texttt{U+3000} can be used
2792 in a control word in \LuaTeX-ja.}
2793
2794 Difference becomes larger, if we consider
2795 non-kanji JIS~X~0213 characters.
2796 For the detail, see \url{https://github.com/h-kitagawa/kct}.
2797 %</en>
2798 %<*ja>
2799 \subsection{制御綴中に使用出来るJIS非漢字の違い}
2800
2801 エンジンが異なるので,\pTeX, \upTeX, \LuaTeX-ja
2802 において制御綴中に使用可能なJIS~X~0208の文字は異なる.
2803 異なっているところだけを載せると,表\ref{table-kcat-diff}のようになる.
2804 「・」「゛」「゜」「゠」を除けば,\LuaTeX-jaでは\upTeX より多くの文字が
2805 制御綴に使用可能になっている.
2806
2807 JIS~X~0213の範囲に広げると,差異はさらに大きくなる.
2808 詳細については例えば \url{https://github.com/h-kitagawa/kct} 中の\
2809 \texttt{kct-out.pdf} などを参照すること.
2810 %</ja>
2811
2812
2813 %<*en>
2814 \section{Directions}
2815 \LuaTeX\ supports four $\Omega$-style directions: \texttt{TLT},~\texttt{TRT}, \texttt{RTT}
2816 and \texttt{LTL}.
2817 However, neither directions are not well-suited for typesetting Japanese vertically, hence we
2818 implemented vertical writing by rotating \texttt{TLT}-box by 90~degrees.
2819 %</en>
2820 %<*ja>
2821 \section{縦組}
2822 \label{sec-direction}
2823 \LuaTeX 本体でも,$\Omega$・$\aleph$由来の機能として,複数の組方向をサポートしている.
2824 しかし,\LuaTeX がサポートするのは \texttt{TLT},~\texttt{TRT}, \texttt{RTT},~\texttt{LTL}\
2825 のみであり,日本語の縦組に使うのは望ましくない\footnote{%
2826 和文文字だけならば \texttt{RTT} を使えばなんとかなると思うが,
2827 欧文文字が入ってきた場合はうまくいかず,\texttt{RTR} という組方向が必要になる.
2828 }.そのため,\LuaTeX-jaでは横組(\texttt{TLT})で組んだボックスを回転させる方式で
2829 縦組を実装した.
2830 %</ja>
2831
2832 %<ja>\subsection{サポートする組方向}
2833 \begin{table}[t]
2834 %<ja>\caption{\LuaTeX-ja のサポートする組方向}
2835 %<en>\caption{Directions supported by \LuaTeX-ja}
2836 %<en>\medskip
2837 \label{tab-dir}
2838 \centering\small
2839 \def\obox#1{%
2840   \setbox0=\hbox{\yoko\hbox{#1%
2841   \large\ltjsetparameter{talbaselineshift=0pt}%
2842   \vrule height 25pt width 0.4pt depth 15pt\kern-.2pt%
2843   \raise25pt\hbox to 0pt{\hss\composite{*r^@{>>}}\hss}%
2844   \raise-15pt\hbox to 0pt{\hss\composite{*l^@{>|}}\hss}\kern.2pt%
2845   \vrule height.2pt depth.2pt width 60pt\hbox to 0pt{\hss\composite{*d^@{>}}\hss}\kern-60pt
2846   \hbox to 60pt{\,銀は、Ag\hss}}}%
2847   \raise\dimexpr 0.5\ltjgetdp0-0.5\ltjgetht0\box0%
2848 }
2849 %<*ja>
2850 \begin{tabular}{>{\bfseries}lcccc}
2851 \toprule
2852 &横組&縦組 &「dtou方向」&「utod方向」\\
2853 \midrule
2854 命令&\cs{yoko}&\cs{tate}&\cs{dtou}&\cs{utod}\\
2855 字送り方向&水平右向き(→)&垂直下向き(↓)&垂直上向き(↑)&垂直下向き(↓)\\
2856 行送り方向&垂直下向き(↓)&水平左向き(←)&水平右向き(→)&水平左向き(←)\\
2857 使用する和文フォント&横組用(\cs{jfont})&縦組用(\cs{tfont})&
2858 \multicolumn{2}{c}{%
2859   横組用(\cs{jfont})の$90^\circ$回転}\\[\smallskipamount]
2860 組版例\null $^*$ &\obox{\yoko}&\obox{\tate}&\obox{\dtou}&\obox{\utod}\\
2861 \noalign{\medskip}
2862 \bottomrule
2863 \end{tabular}
2864
2865 \medskip\raggedright
2866 \def\R#1{%
2867   \raise0.38\zw\hbox{%
2868     \vrule height.2pt  depth.2pt width2\zw%
2869     \hbox to 0pt{\hss\composite{*d^@{#1}}\hss}%
2870   }%
2871 }
2872 $^*$\ 幅(width),高さ(height),深さ(depth)の増加方向を,
2873 それぞれ「\R{>}」,「\R{>>}」,「\R{>|}」で表している.
2874 \raggedright
2875 %</ja>
2876
2877 %<*en>
2878 \begin{tabular}{>{\bfseries}lcccc}
2879 \toprule
2880 &horizontal (\emph{yoko}~direction)&vertical (\emph{tate}~direction)&%
2881   \emph{dtou} direction&\emph{utod} direction\\
2882 \midrule
2883 Commands&\cs{yoko}&\cs{tate}&\cs{dtou}&\cs{utod}\\
2884 Beginning of the page&Top&Right&Left&Right\\
2885 Beginning of the line&Left&Top&Bottom&Top\\
2886 Used Japanese font&horizontal (\cs{jfont})&vertical (\cs{tfont})&
2887 \multicolumn{2}{c}{%
2888   horizontal ($90^\circ$ rotated)}\\[\smallskipamount]
2889 Example&\obox{\yoko}&\obox{\tate}&\obox{\dtou}&\obox{\utod}\\
2890 \noalign{\medskip}
2891 (Notation used in $\Omega$)&TLT&RTR, RTT&LBL&RTR\\
2892 \bottomrule
2893 \end{tabular}
2894
2895 \medskip\raggedright
2896 \def\R#1{%
2897   \raise0.38\zw\hbox{%
2898     \vrule height.2pt  depth.2pt width2\zw%
2899     \hbox to 0pt{\hss\composite{*d^@{#1}}\hss}%
2900   }%
2901 }
2902 \raggedright
2903 %</en>
2904 \end{table}
2905
2906 %<*en>
2907 \LuaTeX-ja supports four directions, as shown in Table~\ref{tab-dir}.
2908 The second column (\emph{yoko} direction) is just horizontal writing,
2909 and the third column (\emph{tate} direction) is vertical writing.
2910 The fourth column (\emph{dtou} direction) is actually a hidden feature of \pTeX.
2911 We implemented this for debugging purpose.
2912 The fifth column (\emph{utod} direction) corresponds the ``\texttt{tate (math) direction}'' of \pTeX.
2913
2914 Directions can be changed by \cs{yoko},~\cs{tate}, \cs{dtou},~\cs{utod},
2915 only when the current list is null. Also, the direction of a math formula is changed to
2916 \emph{utod}, when the direction outside the math formula is \emph{tate} (vertical writing).
2917 %</en>
2918
2919 %<*ja>
2920 \LuaTeX-jaがサポートする組方向は表\ref{tab-dir}に示す4つである.
2921 4列目の \cs{dtou} は聞き慣れない命令だと思うが,
2922 実は\pTeX に同名の命令が(ドキュメントには書かれていないが)存在する.
2923 Down-TO-Upの意味なのだろう.\cs{dtou} を使用する機会はないだろうが,
2924 \LuaTeX-jaではデバッグ用に実装している.
2925 5列目の \cs{utod} は,\pTeX で言う「縦数式ディレクション」に相当するものである.
2926
2927 組方向は,\cs{yoko},~\cs{tate}, \cs{dtou},~\cs{utod} をそれぞれ使用することで,
2928 現在作成中のリストやボックスが空の時にのみ変更可能である.
2929 また,縦組中の数式内のボックスは\pTeX と同じように組方向が \cs{utod} となる.
2930 %</ja>
2931
2932 %<*en>
2933 \subsection{Boxes in different direction}
2934
2935 As in \pTeX, one can use boxes of different direction in one document.
2936 The below is an example.
2937 \begin{LTXexample}
2938 ここは横組%     yoko
2939 \hbox{\tate %   tate
2940   \hbox{縦組}%  tate
2941   の中に
2942   \hbox{\yoko 横組の内容}% yoko
2943   を挿入する
2944 }
2945 また横組に戻る% yoko
2946 \end{LTXexample}
2947
2948 Table~\ref{tab-diffdir} shows how a box is arranged when
2949 the direction  inside the box and that outside the box differ.
2950 %</en>
2951 %<*ja>
2952 \subsection{異方向のボックス}
2953
2954 縦組の中に「42」などの2桁以上の算用数字を横組で組むなど,
2955 異なる組方向を混在させることがしばしば行われる.
2956 組方向の混在も\pTeX と同じようにできる:
2957 \begin{LTXexample}
2958 ここは横組%     yoko
2959 \hbox{\tate %   tate
2960   \hbox{縦組}%  tate
2961   の中に
2962   \hbox{\yoko 横組の内容}% yoko
2963   を挿入する
2964 }
2965 また横組に戻る% yoko
2966 \end{LTXexample}
2967
2968 異なる組方向のボックスを配置した場合にどう組まれるかの仕様も,\pTeX を
2969 踏襲している.表\ref{tab-diffdir}に示す.
2970 %</ja>
2971
2972 \begin{table}[t]
2973 %<ja>\caption{異方向のボックスの配置}
2974 %<en>\caption{Boxes in different direction}
2975 %<en>\medskip
2976 \label{tab-diffdir}
2977  \centering\small\unitlength3mm
2978  \def\TATEeg{%
2979    \hbox{\smash{\begin{picture}(0,0)(-2,0)
2980      \thicklines
2981      \polyline(-2,0)(-2,-7)(5,-7)(5,0)
2982      \put(0,0){\circle*{0.3}}
2983      \put(2.5,-4){\makebox(0,0){\hbox{\tate\bfseries \emph{tate}/\emph{utod}}}}
2984      \put(0,0){\vector(1,0){5}} \put(2.5,-0.2){\makebox(0,0)[t]{$h_{\mathrm{T}}$}}
2985      \put(0,0){\vector(-1,0){2}}\put(-1,-0.2){\makebox(0,0)[t]{$d_{\mathrm{T}}$}}
2986      \put(0,0){\vector(0,-1){7}}\put(0.2,-3.5){\makebox(0,0)[l]{$w_{\mathrm{T}}$}}
2987    \end{picture}}}
2988  }
2989  \def\DTOUeg{%
2990    \hbox{\smash{\begin{picture}(0,0)(-5,0)
2991      \thicklines
2992      \polyline(-5,0)(-5,7)(2,7)(2,0)
2993      \put(0,0){\circle*{0.3}}
2994      \put(-2.5,4){\makebox(0,0){\hbox{\dtou\bfseries \emph{dtou}}}}
2995      \put(0,0){\vector(-1,0){5}} \put(-2.5,0.3){\makebox(0,0)[b]{$h_{\mathrm{D}}$}}
2996      \put(0,0){\vector(1,0){2}}\put(1,0.3){\makebox(0,0)[b]{$d_{\mathrm{D}}$}}
2997      \put(0,0){\vector(0,1){7}}\put(-0.2,3.5){\makebox(0,0)[r]{$w_{\mathrm{D}}$}}
2998    \end{picture}}}
2999  }
3000  \def\YOKOeg{%
3001    \hbox{\smash{\begin{picture}(0,0)
3002      \thicklines
3003      \polyline(0,5)(7,5)(7,-2)(0,-2)
3004      \put(4,2.5){\makebox(0,0){\hbox{\yoko\bfseries \emph{yoko}}}}
3005      \put(0,0){\circle*{0.3}}
3006      \put(0,0){\vector(0,1){5}} \put(0.3,2.5){\makebox(0,0)[l]{$h_{\mathrm{Y}}$}}
3007      \put(0,0){\vector(0,-1){2}}\put(0.3,-1){\makebox(0,0)[l]{$d_{\mathrm{Y}}$}}
3008      \put(0,0){\vector(1,0){7}}\put(3.5,0.2){\makebox(0,0)[b]{$w_{\mathrm{Y}}$}}
3009    \end{picture}}}
3010  }
3011 \begin{tabular}{ccc}
3012 \toprule
3013 %<ja>\emph{横組中に配置}&\emph{縦組中に配置}&%
3014 %<ja>\emph{組方向 \cs{dtou} 中に配置}\\
3015 %<en>\textbf{typeset in \emph{yoko} direction}
3016 %<en>&\textbf{typeset in \emph{tate} or \emph{utod} direction}
3017 %<en>&\textbf{typeset in \emph{dtou} direction}\\
3018 \midrule
3019  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3020    \put(0,0){\line(1,0){3.8}}
3021    \put(4,7){\TATEeg}
3022    \put(11.2,0){\line(1,0){3.8}}
3023 %
3024    \put(2,7){\line(1,0){1.8}}
3025    \put(3,3.5){\vector(0,1){3.5}\vector(0,-1){3.5}}
3026    \put(2.8,3.5){\makebox(0,0)[r]{$H_{\mathrm{Y}}$}}
3027    \put(3,-2){\vector(0,1){2}}
3028    \put(2.8,-1){\makebox(0,0)[r]{$D_{\mathrm{Y}}$}}
3029 %
3030    \put(4,7.2){\line(0,1){1.8}}
3031    \put(11,7.2){\line(0,1){1.8}}
3032    \put(6,8){\vector(-1,0){2}}
3033    \put(9,8){\vector(1,0){2}}
3034    \put(7.5,8){\makebox(0,0){$W_{\mathrm{Y}}$}}
3035 %
3036  \end{picture}\vspace{-\baselineskip}
3037    \begin{align*}
3038    W_{\mathrm{Y}} &= h_{\mathrm{T}}+d_{\mathrm{T}},\\
3039    H_{\mathrm{Y}} &= w_{\mathrm{T}},\\
3040    D_{\mathrm{Y}} &=0\,\mathrm{pt}
3041    \end{align*}%
3042  }&
3043  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3044    \put(7.5,-0.2){\line(0,-1){2.8}}
3045    \put(4,2){\YOKOeg}
3046    \put(7.5, 7.2){\line(0,1){3.8}}
3047 %
3048    \put(2,7){\line(1,0){1.8}}
3049    \put(2,0){\line(1,0){1.8}}
3050    \put(3,5){\vector(0,1){2}}
3051    \put(3,2){\vector(0,-1){2}}
3052    \put(3,3.5){\makebox(0,0){$W_{\mathrm{T}}$}}
3053 %
3054    \put(4,7.2){\line(0,1){1.8}}
3055    \put(11,7.2){\line(0,1){1.8}}
3056    \put(8,8){\vector(-1,0){0.5}\vector(1,0){3}}
3057    \put(7,8){\vector(-1,0){3}\vector(1,0){0.5}}
3058    \put(9.25,8.2){\makebox(0,0)[b]{$H_{\mathrm{T}}$}}
3059    \put(5.75,8.2){\makebox(0,0)[b]{$D_{\mathrm{T}}$}}
3060 %
3061  \end{picture}\vspace{-\baselineskip}
3062    \begin{align*}
3063    W_{\mathrm{T}} &= h_{\mathrm{Y}}+d_{\mathrm{Y}},\\
3064    H_{\mathrm{T}} &= w_{\mathrm{Y}}/2,\\
3065    D_{\mathrm{T}} &= w_{\mathrm{Y}}/2
3066    \end{align*}%
3067  }&
3068  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3069    \put(11,-0.2){\line(0,-1){2.8}}
3070    \put(4,2){\YOKOeg}
3071    \put(11, 7.2){\line(0,1){3.8}}
3072 %
3073    \put(2,7){\line(1,0){1.8}}
3074    \put(2,0){\line(1,0){1.8}}
3075    \put(3,5){\vector(0,1){2}}
3076    \put(3,2){\vector(0,-1){2}}
3077    \put(3,3.5){\makebox(0,0){$W_{\mathrm{D}}$}}
3078 %
3079    \put(4,7.2){\line(0,1){1.8}}
3080    \put(11,7.2){\line(0,1){1.8}}
3081    \put(7.5,8){\vector(-1,0){3.5}\vector(1,0){3.5}}
3082    \put(13,8){\vector(-1,0){2}}
3083    \put(7.5,8.2){\makebox(0,0)[b]{$H_{\mathrm{D}}$}}
3084    \put(12,8.2){\makebox(0,0)[b]{$D_{\mathrm{D}}$}}
3085 %
3086  \end{picture}\vspace{-\baselineskip}
3087    \begin{align*}
3088    W_{\mathrm{D}} &= h_{\mathrm{Y}}+d_{\mathrm{Y}},\\
3089    H_{\mathrm{D}} &= w_{\mathrm{Y}},\\
3090    D_{\mathrm{D}} &= 0\,\mathrm{pt}
3091    \end{align*}%
3092  }%
3093 \\\midrule
3094  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3095    \put(0,0){\line(1,0){3.8}}
3096    \put(4,0){\DTOUeg}
3097    \put(11.2,0){\line(1,0){3.8}}
3098 %
3099    \put(2,7){\line(1,0){1.8}}
3100    \put(3,3.5){\vector(0,1){3.5}\vector(0,-1){3.5}}
3101    \put(2.8,3.5){\makebox(0,0)[r]{$H_{\mathrm{Y}}$}}
3102    \put(3,-2){\vector(0,1){2}}
3103    \put(2.8,-1){\makebox(0,0)[r]{$D_{\mathrm{Y}}$}}
3104 %
3105    \put(4,7.2){\line(0,1){1.8}}
3106    \put(11,7.2){\line(0,1){1.8}}
3107    \put(6,8){\vector(-1,0){2}}
3108    \put(9,8){\vector(1,0){2}}
3109    \put(7.5,8){\makebox(0,0){$W_{\mathrm{Y}}$}}
3110 %
3111  \end{picture}\vspace{-\baselineskip}
3112    \begin{align*}
3113    W_{\mathrm{Y}} &= h_{\mathrm{D}}+d_{\mathrm{D}},\\
3114    H_{\mathrm{Y}} &= w_{\mathrm{D}},\\
3115    D_{\mathrm{Y}} &= 0\,pt
3116    \end{align*}%
3117  }&
3118  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3119    \put(9,-0.2){\line(0,-1){2.8}}
3120    \put(4,0){\DTOUeg}
3121    \put(9, 7.2){\line(0,1){3.8}}
3122 %
3123    \put(2,7){\line(1,0){1.8}}
3124    \put(2,0){\line(1,0){1.8}}
3125    \put(3,5){\vector(0,1){2}}
3126    \put(3,2){\vector(0,-1){2}}
3127    \put(3,3.5){\makebox(0,0){$W_{\mathrm{T}}$}}
3128 %
3129    \put(4,7.2){\line(0,1){1.8}}
3130    \put(11,7.2){\line(0,1){1.8}}
3131    \put(6.5,8){\vector(-1,0){2.5}\vector(1,0){2.5}}
3132    \put(10,8){\vector(-1,0){1}\vector(1,0){1}}
3133    \put(10,8.2){\makebox(0,0)[b]{$H_{\mathrm{T}}$}}
3134    \put(6.5,8.2){\makebox(0,0)[b]{$D_{\mathrm{T}}$}}
3135 %
3136  \end{picture}\vspace{-\baselineskip}
3137    \begin{align*}
3138    W_{\mathrm{T}} &= h_{\mathrm{D}}+d_{\mathrm{D}},\\
3139    H_{\mathrm{T}} &= d_{\mathrm{D}},\\
3140    D_{\mathrm{T}} &= h_{\mathrm{D}}
3141    \end{align*}%
3142  }&
3143  \parbox[c]{15\unitlength}{\begin{picture}(15,15)(0,-4)
3144    \put(6,-0.2){\line(0,-1){2.8}}
3145    \put(4,7){\TATEeg}
3146    \put(6, 7.2){\line(0,1){3.8}}
3147 %
3148    \put(2,7){\line(1,0){1.8}}
3149    \put(2,0){\line(1,0){1.8}}
3150    \put(3,5){\vector(0,1){2}}
3151    \put(3,2){\vector(0,-1){2}}
3152    \put(3,3.5){\makebox(0,0){$W_{\mathrm{D}}$}}
3153 %
3154    \put(4,7.2){\line(0,1){1.8}}
3155    \put(11,7.2){\line(0,1){1.8}}
3156    \put(5,8){\vector(-1,0){1}\vector(1,0){1}}
3157    \put(8.5,8){\vector(-1,0){2.5}\vector(1,0){2.5}}
3158    \put(5,8.2){\makebox(0,0)[b]{$H_{\mathrm{D}}$}}
3159    \put(8.5,8.2){\makebox(0,0)[b]{$D_{\mathrm{D}}$}}
3160 %
3161  \end{picture}\vspace{-\baselineskip}
3162    \begin{align*}
3163    W_{\mathrm{D}} &= w_{\mathrm{T}},\\
3164    H_{\mathrm{D}} &= d_{\mathrm{T}},\\
3165    D_{\mathrm{D}} &= h_{\mathrm{T}}
3166    \end{align*}%
3167  }\\
3168 \bottomrule
3169 \end{tabular}
3170 \end{table}
3171
3172
3173
3174 %<*en>
3175 \paragraph{\cs{wd} and direction}
3176 In \pTeX, \cs{wd},~\cs{ht},~\cs{dp} means the dimensions of a box register
3177 \emph{with respact to the current direction}.
3178 This means that the value of \cs{wd0} etc.\ might differ when the current direction is
3179 different, even if \cs{box0} stores the same box.
3180 However, this no longer applies in \LuaTeX-ja.
3181
3182 \begin{LTXexample}
3183 % yoko direction
3184 \setbox0=\hbox to 20pt{foo}
3185 \the\wd0,~\hbox{\tate\vrule\the\wd0}
3186 \wd0=100pt
3187 \the\wd0,~\hbox{\tate \the\wd0}
3188 \end{LTXexample}
3189
3190 To access box dimensions \emph{with respect to current direction},
3191 one have to use the following commands instead of \cs{wd} wtc.
3192 \begin{cslist}
3193
3194  \item[\cs{ltjgetwd}<num>\textrm{, }\cs{ltjgetht}<num>\textrm{, }%
3195   \cs{ltjgetdp}<num>]
3196 These commands return \emph{an internal dimension} of \cs{box<num>} with respect to
3197 the current direction. One can use these in \cs{dimexpr} primitive, as the followings.
3198 \begin{lstlisting}
3199 \dimexpr 2\ltjgetwd42-3pt\relax, \the\ltjgetwd1701
3200 \end{lstlisting}
3201 The following is an example.
3202 \begin{LTXexample}[width=0.3\textwidth]
3203 \parindent0pt
3204 \setbox32767=\hbox{\yoko よこぐみ}
3205 \fboxsep=0mm\fbox{\copy32767}
3206 \vbox{\hsize=20mm
3207 \yoko YOKO \the\ltjgetwd32767, \\
3208   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3209 \vbox{\hsize=20mm\raggedleft
3210 \tate TATE \the\ltjgetwd32767, \\
3211   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3212 \vbox{\hsize=20mm\raggedleft
3213 \dtou DTOU \the\ltjgetwd32767, \\
3214   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3215 \end{LTXexample}
3216
3217  \item[\cs{ltjsetwd}<num>=<dimen>\textrm{, }\cs{ltjsetht}<num>=<dimen>\textrm{, }%
3218   \cs{ltjsetdp}<num>=<dimen>]
3219 These commands set the dimension of \cs{box<num>}. Unlike \cs{ltjgetwd}, one does not need
3220         to group the argument <num>; four calls of \cs{ltjsetwd} below have the same meaning.
3221 \begin{lstlisting}
3222 \ltjsetwd42 20pt,  \ltjsetwd42=20pt,  \ltjsetwd=42 20pt,  \ltjsetwd=42=20pt
3223 \end{lstlisting}
3224
3225 \end{cslist}
3226 %</en>
3227 %<*ja>
3228 \paragraph{\cs{wd} 達と組方向}
3229 ボックスレジスタ \cs{box}<num> にセットされているボックスの幅・高さ・深さの取得や
3230 変更にはそれぞれ \cs{wd},~\cs{ht},~\cs{dp} プリミティブを用いるのであった.
3231 \pTeX ではこれらのプリミティブは,「現在の組方向におけるボックスの寸法」を指すもので,
3232 同じボックスに対しても現在の組方向によって返る値は異なるもであった.
3233
3234 \LuaTeX-jaにおいては状況が異なり,\cs{wd},~\cs{ht},~\cs{dp} が返す値は
3235 現在の組方向には依存しない.下の例のように,横組のボックスが格納されていれば
3236 \cs{wd}等は常に「横組におけるボックスの寸法」を意味する.
3237
3238 \begin{LTXexample}
3239 % yoko direction
3240 \setbox0=\hbox to 20pt{foo}
3241 \the\wd0,~\hbox{\tate\vrule\the\wd0}
3242 \wd0=100pt
3243 \the\wd0,~\hbox{\tate \the\wd0}
3244 \end{LTXexample}
3245
3246 \pTeX のように現在の組方向に応じたボックスの寸法の取得・設定を行うには,
3247 代わりに次の命令を使用する.
3248
3249 \begin{cslist}
3250
3251  \item[\cs{ltjgetwd}<num>\textrm{, }\cs{ltjgetht}<num>\textrm{, }%
3252   \cs{ltjgetdp}<num>]
3253 現在の組方向に応じたボックスの寸法の取得を行う.結果は内部長さであるため,
3254 \begin{lstlisting}
3255 \dimexpr 2\ltjgetwd42-3pt\relax, \the\ltjgetwd1701
3256 \end{lstlisting}
3257 のように \cs{wd}<num> の代わりとして扱うことができる.
3258 使用例は以下の通りである.
3259 \begin{LTXexample}[width=0.3\textwidth]
3260 \parindent0pt
3261 \setbox32767=\hbox{\yoko よこぐみ}
3262 \fboxsep=0mm\fbox{\copy32767}
3263 \vbox{\hsize=20mm
3264 \yoko YOKO \the\ltjgetwd32767, \\
3265   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3266 \vbox{\hsize=20mm\raggedleft
3267 \tate TATE \the\ltjgetwd32767, \\
3268   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3269 \vbox{\hsize=20mm\raggedleft
3270 \dtou DTOU \the\ltjgetwd32767, \\
3271   \the\ltjgetht32767, \\ \the\ltjgetdp32767.}
3272 \end{LTXexample}
3273
3274  \item[\cs{ltjsetwd}<num>=<dimen>\textrm{, }\cs{ltjsetht}<num>=<dimen>\textrm{, }%
3275   \cs{ltjsetdp}<num>=<dimen>]
3276 現在の組方向に応じたボックスの寸法の設定を行う.\cs{afterassignment} を2回利用して
3277 実装しているので,次の4通りは全て同じ意味である.
3278 \begin{lstlisting}
3279 \ltjsetwd42 20pt,  \ltjsetwd42=20pt,  \ltjsetwd=42 20pt,  \ltjsetwd=42=20pt
3280 \end{lstlisting}
3281
3282 設定値は「横組」「縦組及び \cs{utod} 方向」「\cs{dtou} 方向」
3283 の3種ごとに独立して記録される.参考として,Gitリポジトリ内の
3284               \verb+test/test55-boxdim_diffdir.{tex,pdf}+ を挙げておく.
3285
3286 \end{cslist}
3287 %</ja>
3288
3289 %<*en>
3290 \subsection{Getting current direction}
3291 The \Param{direction} parameter returns the current direction, and
3292 the \Param{boxdir} parameter (with the argumant <num>)
3293 returns the direction of a box register \cs{box}<num>.
3294 The returned value of these parameters are a \emph{string}:
3295 \begin{center}
3296 \small
3297 \begin{tabular}{>{\bfseries}lccccc}
3298 \toprule
3299 Direction&\emph{yoko}&\emph{tate}&\emph{dtou}&\emph{utod}&(empty)\\
3300 \midrule
3301 Returned value&\texttt{4}&\texttt{3}&\texttt{1}&\texttt{11}&\texttt{0}\\
3302 \bottomrule
3303 \end{tabular}
3304 \end{center}
3305 \begin{LTXexample}[width=0.3\textwidth]
3306 \leavevmode\def\DIR{\ltjgetparameter{direction}}
3307 \hbox{\yoko \DIR}, \hbox{\tate\DIR},
3308 \hbox{\dtou\DIR}, \hbox{\utod\DIR},
3309 \hbox{\tate$\hbox{tate math: \DIR}$}
3310
3311 \setbox2=\hbox{\tate}\ltjgetparameter{boxdir}{2}
3312 \end{LTXexample}
3313 %</en>
3314 %<*ja>
3315 \subsection{組方向の取得}
3316 「現在の組方向」や「<num>番のボックスの組方向」は,
3317 \pTeX では \cs{ifydir} や \cs{ifybox}<num> といった条件判断文を使って
3318 判断することができた.
3319 しかし,\LuaTeX-jaはあくまでも\TeX マクロとLuaコードで
3320 記述されており,それでは新たな条件判断命令を作るのは難しい.
3321
3322 \LuaTeX-jaでは,\Param{direction}パラメータで現在の組方向を,
3323 \Param{boxdir}パラメータ(と追加の引数<num>)によって
3324 \cs{box}<num>の組方向をそれぞれ取得できるようにした.
3325 戻り値は文字列である:
3326 \begin{center}
3327 \small
3328 \begin{tabular}{>{\bfseries}lccccc}
3329 \toprule
3330 組方向&\emph{横組}&\emph{tate縦組}&\emph{dtou方向}&\emph{utod方向}&(未割り当て)\\
3331 \midrule
3332 戻り値&\texttt{4}&\texttt{3}&\texttt{1}&\texttt{11}&\texttt{0}\\
3333 \bottomrule
3334 \end{tabular}
3335 \end{center}
3336
3337 \begin{LTXexample}[width=0.3\textwidth]
3338 \leavevmode\def\DIR{\ltjgetparameter{direction}}
3339 \hbox{\yoko\DIR}, \hbox{\tate\DIR},
3340 \hbox{\dtou\DIR}, \hbox{\utod\DIR},
3341 \hbox{\tate$\hbox{tate math: \DIR}$}
3342
3343 \setbox2=\hbox{\tate}\ltjgetparameter{boxdir}{2}
3344 \end{LTXexample}
3345
3346 これらを用いれば,例えば
3347 \pTeX の \cs{ifydir},~\cs{ifybox200} と同等の条件判断を
3348 \begin{lstlisting}
3349 \ifnum\ltjgetparameter{direction}=4
3350 \ifnum\ltjgetparameter{boxdir}{200}=4
3351 \end{lstlisting}
3352 のように行うことができる.
3353 \cs{iftdir} は少々面倒であるが,8で割った余りが3であるか否かを判断すれば良いから
3354 \begin{lstlisting}
3355 \ifnum\numexpr
3356   \ltjgetparameter{direction}-(\ltjgetparameter{direction}/8)*8=3
3357 \end{lstlisting}
3358 とすればよい.
3359 %</ja>
3360
3361 %<*en>
3362 \subsection{Overridden box primitives}
3363 To cope with multiple directions, the following primitives are
3364 overridden by \LuaTeX-ja, using~\verb+\protected\def+.
3365 \begin{cslist}[style=standard]
3366  \item[\cs{unhbox}<num>\textrm{, }\cs{unvbox}<num>\textrm{, }\cs{unhcopy}<num>\textrm{, }\cs{unvcopy}<num>]
3367  \item[\cs{vadjust}\{<material>\}]
3368  \item[\cs{insert}<number>\{<material>\}]
3369  \item[\cs{lastbox}]
3370  \item[\cs{raise}<dimen><box>\textrm{, }\cs{lower}<dimen><box>\textrm{\ etc., }\cs{vcenter}]
3371  \item[\cs{vcenter}]
3372 \end{cslist}
3373 %</en>
3374 %<*ja>
3375 \subsection{プリミティブの再定義}
3376 異なる組方向に対応するために,以下に挙げるプリミティブは
3377 \LuaTeX-jaによる前処理もしくは後処理が行われるように
3378 \ \verb+\protected\def+ により再定義してある.
3379
3380 \begin{cslist}
3381  \item[\cs{unhbox}<num>\textrm{, }\cs{unvbox}<num>\textrm{, }\cs{unhcopy}<num>\textrm{, }\cs{unvcopy}<num>]
3382  ボックスの組方向が現在のリストと異なる場合は事前にエラーメッセージを出力する.
3383  \pTeX と異なり,エラーを無視して無理矢理 \cs{unhbox}, \cs{unvbox} を
3384  続行させることもできるが,その場合の組版結果は保証しない.
3385  \item[\cs{vadjust}\{<material>\}] 一旦プリミティブ本来の挙動を行う.その後,<material>の組方向が
3386  周囲の垂直リストの組方向と一致しない場合にエラーを出力し,
3387  該当の \cs{vadjust} を無効にする.
3388  \item[\cs{insert}<number>\{<material>\}]
3389  一旦プリミティブ本来の挙動を行い,その後<material>内の各ボックス・罫線の直前に組方向を示
3390               すdirection whatsitを挿入する.
3391  \item[\cs{lastbox}] ボックスの「中身」を現在の組方向に合わせるためのノード
3392               (\textit{dir\_box}という)を必要ならば除去し,
3393  正しく「中身」のボックスが返されるように前処理をする.
3394  \item[\cs{raise}<dimen><box>\textrm{, }\cs{lower}<dimen><box>\textrm{\ etc., }\cs{vcenter}]
3395  一方,こちらでは必要に応じて\textit{dir\_box}を作成する前処理を追加している.
3396 \end{cslist}
3397 %</ja>
3398
3399 %<en>\section{Font Metric and Japanese Font}
3400 %<ja>\section{フォントメトリックと和文フォント}
3401 %<en>\subsection{\cs{jfont}}
3402 %<ja>\subsection{\cs{jfont} 命令}
3403 \label{ssec-jfont}
3404
3405 %<*en>
3406 To load a font as a Japanese font (for horizontal direction), you must use the
3407 \cs{jfont} instead of~\cs{font}, while
3408 \cs{jfont} admits the same syntax used in~\cs{font}.
3409 \LuaTeX-ja automatically loads \Pkg{luaotfload} package,
3410 so TrueType/OpenType fonts with features can be used for Japanese fonts:
3411 %</en>
3412 %<*ja>
3413 フォントを(横組用)和文フォントとして読み込むためには,\cs{jfont} を
3414 \ \cs{font} プリミティブの代わりに用いる.
3415 \cs{jfont} の文法は \cs{font} と同じである.
3416 \LuaTeX-jaは\Pkg{luaotfload}パッケージを自動的に読み込むので,
3417 TrueType/OpenTypeフォントにfeatureを指定したものを和文フォントとして用いる
3418 ことができる:
3419 %</ja>
3420 \begin{LTXexample}[width=0.3\textwidth]
3421 \jfont\tradgt={file:KozMinPr6N-Regular.otf:script=latn;%
3422   +trad;-kern;jfm=ujis} at 14pt
3423 \tradgt 当/体/医/区
3424 \end{LTXexample}
3425
3426 %<*en>
3427 Note that the defined control sequence
3428 (\cs{tradgt} in the example above) using \cs{jfont} is not a
3429 \textit{font\_def} token,  but a macro.
3430 Hence the input like \verb+\fontname\tradgt+
3431 causes a error.  We denote control sequences which are defined in
3432 \cs{jfont} by <jfont\_cs>.
3433 %</en>
3434 %<*ja>
3435 なお,\cs{jfont} で定義された制御綴(上の例だと \cs{tradgt})
3436 は\textit{font\_def}トークンではなくマクロである.従って,\verb+\fontname\tradgt+ のような
3437 入力はエラーとなる.以下では \cs{jfont} で定義された
3438 制御綴を<jfont\_cs>で表す.
3439 %</ja>
3440
3441 \paragraph{JFM}
3442 %<*en>
3443 a JFM has measurements of characters and
3444 glues/kerns that are automatically inserted for Japanese
3445 typesetting. The structure of JFM will be described in the next
3446 subsection. At the calling of \cs{jfont}, you must specify
3447 which JFM will be used for this font by the following keys:
3448 %</en>
3449 %<*ja>
3450 JFMは文字と和文組版で自動的に挿入される
3451 グルー/カーンの寸法情報を持っている.JFMの構造は次の節で述べる.
3452 \cs{jfont} 命令の呼び出しの際には,どのJFMを用いるのかを以下のキーで
3453 指定する必要がある:
3454 %</ja>
3455
3456
3457 \begin{table}[t]
3458 %<en>\caption{Differences between horizontal JFMs shipped with \LuaTeX-ja}
3459 %<ja>\caption{\LuaTeX-ja に同梱されている横組用JFMの違い}
3460 %<en>\medskip
3461 \label{tab-difjfm}
3462 \ltjsetparameter{jacharrange={+3}}
3463 \centering\small
3464 \def\r#1#2{%
3465   \hbox{\Large\vrule
3466   \parbox[b]{7\zw}{%
3467     \addjfontfeatures{YokoFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3468     ◆◆◆◆◆◆◆
3469     ある日モモちゃんがお使いで迷子になって泣きました.
3470   }\vrule}}
3471 \def\s#1#2{%
3472   \Large
3473   \parbox[b]{7\zw}{%
3474     \addjfontfeatures{YokoFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3475     ちょっと!何
3476   }}
3477 \def\t#1#2#3{\hbox to 0pt{\hss%
3478   \setbox0=\hbox{\addjfontfeatures{YokoFeatures={JFM=#1}}\huge #3}%
3479   \textcolor{#2}{\transparent{0.5}\vrule width 0.4pt height\ht0 depth\dp0}\kern-.2pt\copy0
3480   \textcolor{#2}{\transparent{0.5}\kern-\wd0\vrule width\wd0height .2pt depth .2pt
3481   \kern-\wd0\raise\ht0\hbox{\vrule width\wd0height .2pt depth .2pt}%
3482   \kern-\wd0\lower\dp0\hbox{\vrule width\wd0height .2pt depth .2pt}%
3483   \kern-.2pt\vrule width 0.4pt height\ht0 depth \dp0}\hss}}
3484 {\Large\tabcolsep0pt
3485 \begin{tabular}{m{8\zw}m{8\zw}m{8\zw}}
3486 \leavevmode\hbox to 0pt{\r{ujis}{blue}\hss}\r{jis}{black}&
3487 \leavevmode\hbox to 0pt{\r{jis}{black}\hss}\r{min}{red}&
3488 \leavevmode\hbox to 0pt{\r{ujis}{blue}\hss}\r{min}{red}\\
3489 \leavevmode\hbox to 0pt{\s{ujis}{blue}\hss}\s{jis}{black}&
3490 \leavevmode\hbox to 0pt{\s{jis}{black}\hss}\s{min}{red}&
3491 \leavevmode\hbox to 0pt{\s{ujis}{blue}\hss}\s{min}{red}\\
3492 \leavevmode\qquad\t{ujis}{blue}{漢}\t{jis}{black}{漢}\qquad
3493            \t{ujis}{blue}{っ}\t{jis}{black}{っ}&
3494 \leavevmode\qquad\t{jis}{black}{漢}\t{min}{red}{漢}\qquad
3495            \t{jis}{black}{っ}\t{min}{red}{っ}&
3496 \leavevmode\qquad\t{ujis}{blue}{漢}\t{min}{red}{漢}\qquad
3497            \t{ujis}{blue}{っ}\t{min}{red}{っ}\\
3498 \end{tabular}\par}
3499
3500 (\textcolor{blue}{Blue: \texttt{jfm-ujis.lua}},
3501 \textcolor{black}{Black: \texttt{jfm-jis.lua}},
3502 \textcolor{red}{Red: \texttt{jfm-min.lua}})
3503 \ltjsetparameter{jacharrange={-3}}
3504 \end{table}
3505
3506 \begin{cslist}
3507 \item[jfm=<name>]
3508 %<*en>
3509 Specify the name of (horizontal) JFM.
3510 If specified JFM has not been loaded, \LuaTeX-ja search and load
3511 a file named \texttt{jfm-<name>.lua}.
3512
3513 The following JFMs are shipped with \LuaTeX-ja:
3514 %</en>
3515 %<*ja>
3516 用いる(横組用)JFMの名前を指定する.もし以前に指定されたJFMが読み込まれていなければ,
3517 \texttt{jfm-<name>.lua}を読み込む.以下の横組用JFMが\LuaTeX-jaには同梱されている:
3518 %</ja>
3519 \begin{description}
3520 %<*en>
3521 \item[\tt jfm-ujis.lua] A standard JFM in \LuaTeX-ja. This JFM is
3522   based on \verb+upnmlminr-h.tfm+, a metric for UTF/OTF package that
3523   is used in \upTeX. When you use the \Pkg{luatexja-otf} package, you should use this JFM.
3524 %</en>
3525 %<*ja>
3526 \item[\tt jfm-ujis.lua] \LuaTeX-jaの標準JFMである.このJFMは\upTeX で
3527   用いられるUTF/OTFパッケージ用の和文用TFMである \verb+upnmlminr-h.tfm+ を
3528   元にしている.\Pkg{luatexja-otf}パッケージを使うときはこのJFMを指定するべきである.
3529 %</ja>
3530 %<*en>
3531 \item[\tt jfm-jis.lua] A counterpart for \verb+jis.tfm+, ``JIS font
3532   metric'' which is widely used in \pTeX. A major difference between
3533   \texttt{jfm-ujis.lua} and this \texttt{jfm-jis.lua} is that
3534   most characters under \texttt{jfm-ujis.lua} are square-shaped,
3535   while that under \texttt{jfm-jis.lua} are horizontal
3536   rectangles.
3537 %</en>
3538 %<*ja>
3539 \item[\tt jfm-jis.lua] \pTeX で広く用いられている「JISフォントメトリック」
3540   \verb+jis.tfm+ に相当するJFMである.\texttt{jfm-ujis.lua} とこの
3541   \texttt{jfm-jis.lua} の主な違いは,\texttt{jfm-ujis.lua} ではほとんどの文字が
3542   正方形状であるのに対し,\texttt{jfm-jis.lua} では横長の長方形状であることと,
3543   \texttt{jfm-ujis.lua} では「?」「!」の直後に半角空白が挿入されることである.
3544 %</ja>
3545 %<*en>
3546 \item[\tt jfm-min.lua] A counterpart for \verb+min10.tfm+, which is one
3547   of the default Japanese font metric shipped with \pTeX.
3548 %</en>
3549 %<*ja>
3550 \item[\tt jfm-min.lua] \pTeX に同梱されているデフォルトの和文用TFM
3551 (\verb+min10.tfm+)に相当し,行末で文字が揃うようにするために「っ」など一部の文字幅が変わっ
3552            ている.\verb+min10.tfm+ については\cite{min10}が詳しい.
3553 %</ja>
3554 \end{description}
3555 %<*en>
3556 The difference among these three~JFMs is  shown in Table~\ref{tab-difjfm}.
3557 %</en>
3558 %<*ja>
3559 これら3つのJFMの違いは表\ref{tab-difjfm}に示した.表中の文例の一部には,
3560 \cite{min10}の図3,~4のものを用いた.
3561 %</ja>
3562
3563 \begin{figure}
3564 \begin{LTXexample}[width=0.3\textwidth]
3565 \ltjsetparameter{differentjfm=both}
3566 \jfont\F=file:KozMinPr6N-Regular.otf:jfm=ujis
3567 \jfont\G=file:KozGoPr6N-Medium.otf:jfm=ujis
3568 \jfont\H=file:KozGoPr6N-Medium.otf:jfm=ujis;jfmvar=hoge
3569 \F ){\G 【】}( % halfwidth space
3570    ){\H 『』}( % fullwidth space
3571
3572 ほげ,{\G 「ほげ」}(ほげ)\par
3573 ほげ,{\H 「ほげ」}(ほげ)% pTeX-like
3574
3575 \ltjsetparameter{differentjfm=paverage}
3576 \end{LTXexample}
3577 \caption{Example of \texttt{jfmvar} key}
3578 \label{fig:jfmvar}
3579 \end{figure}
3580
3581 %<*en>
3582 \item[jfmvar=<string>]
3583 Sometimes there is a need that \ldots.
3584 %</en>
3585 %<*ja>
3586 \item[jfmvar=<string>]
3587 標準では,JFMとサイズが同じで,
3588   実フォントだけが異なる2つの和文フォントは「区別されない」.例えば
3589 図\ref{fig:jfmvar}において,最初の「)」と「【」の実フォントは異なるが,
3590 JFMもサイズも同じなので,普通に「)【」と入力した時と同じように半角空きとなる.
3591
3592 しかし,JFMとサイズが同じであっても,\texttt{jfmvar} キーの異なる
3593 2つの和文フォント,例えば図\ref{fig:jfmvar}で言う \cs{F} と \cs{H},
3594 は「区別される」.異なる和文フォントに異なる \texttt{jfmvar} キーを割り当て,
3595 かつ\Param{differentjfm}パラメータを \texttt{both} に設定すれば,
3596 \pTeX と似た状況で組版されることになる.
3597 %</ja>
3598 \end{cslist}
3599
3600 \begin{figure}
3601 \begin{LTXexample}[pos=t]
3602 \newcommand\test{\vrule ダイナミックダイクマ\vrule\\}
3603 \jfont\KMFW = KozMinPr6N-Regular:jfm=prop;-kern at 17pt
3604 \jfont\KMFK = KozMinPr6N-Regular:jfm=prop at 17pt % kern is activated
3605 \jfont\KMPW = KozMinPr6N-Regular:jfm=prop;script=dflt;+pwid;-kern at 17pt
3606 \jfont\KMPK = KozMinPr6N-Regular:jfm=prop;script=dflt;+pwid;+kern at 17pt
3607 \begin{multicols}{2}
3608 \ltjsetparameter{kanjiskip=0pt}
3609 {\KMFW\test \KMFK\test \KMPW\test \KMPK\test}
3610
3611 \ltjsetparameter{kanjiskip=3pt}
3612 {\KMFW\test \KMFK\test \KMPW\test \KMPK\test}
3613 \end{multicols}
3614 \end{LTXexample}
3615 \caption{Kerning information and \Param{kanjiskip}}
3616 \label{fig:kern-jfm}
3617 \end{figure}
3618
3619 %<en>\paragraph{Using kerning information in a font}
3620 %<ja>\paragraph{ペアカーニング情報の使用}
3621 \label{para-kern}
3622 %<*en>
3623 Some fonts have information for inter-glyph spacing.
3624 This version of \LuaTeX-ja treats kerning spaces like an italic correction;
3625 any glue and/or kern from the JFM and a kerning space can coexist.
3626 See Figure~\ref{fig:kern-jfm} for detail.
3627
3628 Note that in \cs{setmainjfont} etc.\ which are provided by \Pkg{luatexja-fontspec}
3629 package, kerning option is set \emph{off} (\texttt{Kerning=Off}) by default,
3630 because of the compatibility with previous versions of \LuaTeX-ja.
3631 %</en>
3632 %<*ja>
3633 いくつかのフォントはグリフ間のスペースについての情報を持っている.
3634 このカーニング情報は以前の\LuaTeX-ja とはあまり相性が良くなかったが,
3635 本バージョンではカーニングによる空白はイタリック補正と同様に扱うことになっている.
3636 つまり,カーニング由来の空白とJFM由来のグルー・カーンは同時に入りうる.
3637 図\ref{fig:kern-jfm}を参照.
3638 \begin{itemize}
3639  \item \emph{\cs{jfont} や,
3640 NFSS2用の命令(\ref{ssec-chgfnt}節,\ref{ssec-nfsspat}節)における指定では
3641 カーニング情報は標準で使用する}ことになっているようである.
3642 言い換えれば,カーニング情報を使用しない設定にするには,面倒でも
3643 \begin{lstlisting}
3644 \jfont\hoge=KozMinPr6N-Regular:jfm=ujis;-kern at 3.5mm
3645 \DeclareFontShape{JY3}{fuga}{m}{n} {<-> s*KozMinPr6N-Regular:jfm=ujis;-kern}{}
3646 \end{lstlisting}
3647 のように,\texttt{-kern} という指定を自分で追加しなければいけない.
3648  \item
3649 一方,\emph{\Pkg{luatexja-fontspec} の提供する \cs{setmainjfont}\
3650 などの命令の標準設定ではカーニング情報は使用しない}(\texttt{Kerning=Off})
3651 ことになっている.これは以前のバージョンの\LuaTeX-jaとの互換性のためである.
3652 \end{itemize}
3653 %</ja>
3654
3655 %<*ja>
3656 \paragraph{\texttt{extend}と\texttt{slant}}
3657 OpenType font featureと見かけ上同じような形式で指定できるものに,
3658 \begin{description}
3659 \item[\texttt{extend=}<extend>] 横方向に<extend>倍拡大する.
3660 \item[\texttt{slant=}<slant>] <slant>に指定された割合だけ傾ける.
3661 \end{description}
3662 の2つがある.
3663 \texttt{extend}や\texttt{slant}を指定した場合は,それに応じたJFMを指定すべきである%
3664 \footnote{\LuaTeX-jaでは,これらに対するJFMを特に提供することはしない予定である.}.
3665 例えば,次の例では無理やり通常のJFMを使っているために,文字間隔やイタリック補正量が
3666 正しくない:
3667 %</ja>
3668 %<*en>
3669 \paragraph{\texttt{extend} and \texttt{slant}}
3670 The following setting can be specified as OpenType font features:
3671 \begin{cslist}[style=standard]
3672 \item[\cs{extend=}<extend>] expand the font horizontally by <extend>.
3673 \item[\cs{slant=}<slant>] slant the font.
3674 \end{cslist}
3675 Note that \LuaTeX-ja doesn't adjust JFMs by these \texttt{extend} and \texttt{slant}
3676 settings; you have to write new JFMs on purpose.
3677 For example, the following example uses the standard JFM \texttt{jfm-ujis.lua}, hence
3678 letter-spacing and the width of italic correction are not correct:
3679 %</en>
3680 \begin{LTXexample}[width=0.3\textwidth]
3681 \jfont\E=KozMinPr6N-Regular:extend=1.5;jfm=ujis;-kern
3682 \E あいうえお
3683
3684 \jfont\S=KozMinPr6N-Regular:slant=1;jfm=ujis;-kern
3685 \S あいう\/ABC
3686 \end{LTXexample}
3687
3688 %<en>\subsection{\cs{tfont}}
3689 %<ja>\subsection{\cs{tfont} 命令}
3690
3691
3692 \begin{table}[t]
3693 %<en>\caption{Differences between vertical JFMs shipped with \LuaTeX-ja}
3694 %<ja>\caption{\LuaTeX-ja に同梱されている縦組用 JFM の違い}
3695 %<en>\medskip
3696 \label{tab-difjfm-tate}
3697 \catcode`\<=12\catcode`\>=12
3698 \ltjsetparameter{jacharrange={+3}}
3699 \small
3700
3701 \def\r#1#2{%
3702   \hbox{\tate\Large\vrule
3703   \parbox{7\zw}{%
3704     \addjfontfeatures{TateFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3705     ◆◆◆◆◆◆◆
3706     ある日モモちゃんがお使いで迷子になって泣きました.
3707   }\vrule}}
3708 \def\s#1#2{%
3709   \hbox{\tate\Large
3710   \parbox{7\zw}{%
3711     \addjfontfeatures{TateFeatures={Opacity=0.5, Color=#2, JFM=#1}}\noindent
3712     ちょっと!何
3713   }}}
3714 \def\t#1#2#3{\hbox to 0pt{\hss%
3715   \setbox0=\hbox{\addjfontfeatures{TateFeatures={JFM=#1}}\huge #3}%
3716   \textcolor{#2}{\transparent{0.5}\vrule width 0.4pt height\ht0 depth\dp0}\kern-.2pt\copy0
3717   \textcolor{#2}{\transparent{0.5}\kern-\wd0\vrule width\wd0height .2pt depth .2pt
3718   \kern-\wd0\raise\ht0\hbox{\vrule width\wd0height .2pt depth .2pt}%
3719   \kern-\wd0\lower\dp0\hbox{\vrule width\wd0height .2pt depth .2pt}%
3720   \kern-.2pt\vrule width 0.4pt height\ht0 depth \dp0}\hss}}
3721
3722 \begin{minipage}{.7\textwidth}
3723 \centering
3724 \leavevmode\hbox to 0pt{\r{ujisv}{blue}\hss}\r{tmin}{red}\quad
3725 \leavevmode\hbox to 0pt{\s{ujisv}{blue}\hss}\s{tmin}{red}\quad
3726 \raise4\zw\hbox{\tate\Large\t{ujisv}{black}{漢}\t{tmin}{red}{漢}\qquad
3727            \t{ujisv}{black}{っ}\t{tmin}{red}{っ}}
3728 \end{minipage}%
3729 \begin{minipage}{.3\textwidth}
3730 \textcolor{blue}{Blue: \texttt{jfm-ujisv.lua}}\\
3731 \textcolor{red}{Red: \texttt{jfm-tmin.lua}}
3732 \end{minipage}
3733 \ltjsetparameter{jacharrange={-3}}
3734 \end{table}
3735
3736 %<*en>
3737 ...
3738 %</en>
3739 %<*ja>
3740 \cs{tfont} はフォントを縦組用の和文フォントとして読み込む命令であり,
3741 \cs{tfont} の文法は \cs{jfont} と同じである.
3742 \cs{tfont} で定義された縦組用和文フォントは,
3743 以下の点が \cs{jfont} による横組用和文フォントとは異なる:
3744 \begin{itemize}
3745  \item 自動的に \texttt{vert}, \texttt{vrt2} の両OpenType featureが有効化される.
3746 但し,以下の例の3行目に示すように,明示的に \texttt{vert}, \texttt{vrt2}(のいずれか)の
3747 有効・無効を指定した場合は別である.
3748 \begin{lstlisting}
3749 \tfont\S=file:KozMinPr6N-Regular.otf:jfm=ujisv 
3750     % vert and vrt2 are automatically activated
3751 \tfont\T=file:KozMinPr6N-Regular.otf:jfm=ujisv;-vert % vert and vrt2 are not activated
3752 \end{lstlisting}
3753  \item \ref{ssec-math}節で述べる,数式中の和文フォントには縦組用和文フォントは指定できない.
3754  \item \texttt{jfm=<name>}\ の部分には縦組用JFMを指定する.
3755 以下の縦組用JFMが\LuaTeX-jaには同梱されており,違いを表\ref{tab-difjfm-tate}に示した.
3756 \begin{description}
3757 \item[\tt jfm-ujisv.lua] \LuaTeX-jaの標準縦組用JFMである.このJFMは\upTeX で
3758   用いられるUTF/OTFパッケージ用の和文用TFMである \verb+upnmlminr-v.tfm+ を
3759   元にしている.
3760 \item[\tt jfm-tmin.lua] \pTeX に同梱されているデフォルトの和文用縦組TFM
3761   である \verb+tmin10.tfm+ に相当し,\texttt{min10.tfm} と同様に
3762   「っ」など一部の文字幅が狭められている.
3763 \end{description}
3764 \end{itemize}
3765
3766 なお,\pTeX では,\cs{font},~\cs{jfont},~\cs{tfont}のどれでも欧文フォント・横組用和文フォン
3767 ト・縦組用和文フォントの定義が可能であったが,\LuaTeX-jaではそうでないので注意.
3768 %</ja>
3769
3770 %<en>\subsection{Prefix \texttt{psft}}
3771 %<ja>\subsection{\texttt{psft}プリフィックス}
3772 \label{ssec-psft}
3773 %<*en>
3774 Besides ``\texttt{file:}''\ and ``\texttt{name:}''\ prefixes which
3775 are introduced in the \Pkg{luaotfload} package,
3776 \LuaTeX-ja adds ``\texttt{psft:}''\ prefix in \cs{jfont} (and~\cs{font}),
3777 to specify a ``name-only'' Japanese font which
3778 will not be embedded to PDF.
3779 Note that these non-embedded fonts under current \LuaTeX\ has Identity-H encoding,
3780 and this violates the standard ISO32000-1:2008~(\cite{pdfstd}).
3781
3782 \emph{OpenType font features, such as ``{\tt +jp90}'',
3783 have no meaning in name-only fonts using ``{\tt psft:}''\ prefix,
3784 because we can't expect what fonts are actually used by the PDF reader.}
3785 Note that \texttt{extend}~and~\texttt{slant} settings (see~above) are supported
3786 with \texttt{psft} prefix, because they are only simple linear transformations.
3787 %</en>
3788 %<*ja>
3789 \Pkg{luaotfload}で使用可能になった
3790 \texttt{file:}\ と \texttt{name:}\ のプリフィックスに加えて,
3791 \cs{jfont}(と \cs{font} プリミティブ)では
3792 \texttt{psft:}プリフィックスを用いることができる.
3793 このプリフィックスを用いることで,PDFには埋め込まれない「名前だけの」
3794 和文フォントを指定することができる.
3795 なお,現行の\LuaTeX で非埋め込みフォントを作成するとPDF内でのエンコーディングが
3796 Identity-Hとなり,PDFの標準規格ISO32000-1:2008~(\cite{pdfstd})に非準拠になってしまう
3797 ので注意してほしい.
3798
3799 \emph{\texttt{psft} プリフィックスの下では
3800 \texttt{+jp90} などのOpenType font featureの効力はない.
3801 非埋込フォントをPDFに使用すると,実際にどのようなフォントが
3802 表示に用いられるか予測できないからである.}\
3803 \texttt{extend} と \texttt{slant} 指定は単なる変形のため
3804 \texttt{psft} プリフィックスでも使用可能である.
3805 %</ja>
3806
3807 %<en>\paragraph{\texttt{cid} key}
3808 %<ja>\paragraph{\texttt{cid}キー}
3809 \label{para-cid}
3810
3811 %<*en>
3812 The default font defined by using \texttt{psft:} prefix is for Japanese typesetting;
3813 it is Adobe-Japan1-6 CID-keyed font.
3814 One can specify \texttt{cid} key to use other CID-keyed non-embedded fonts
3815 for Chinese or Korean typesetting.
3816 %</en>
3817 %<*ja>
3818 標準で\texttt{psft:}プリフィックスで定義されるフォントは日本語用のもので
3819 あり,Adobe-Japan1-6のCIDに対応したものとなる.しかし,\LuaTeX-jaは中国語
3820 の組版にも威力を発揮することが分かり,日本語フォントでない非埋込フォント
3821 の対応も必要となった.そのために追加されたのが\texttt{cid}キーである.
3822
3823 \texttt{cid}キーに値を指定すると,そのCIDを持った非埋込フォントを定義することができる:
3824 %</ja>
3825 \begin{lstlisting}[numbers=left]
3826 \jfont\testJ={psft:Ryumin-Light:cid=Adobe-Japan1-6;jfm=jis}     % Japanese
3827 \jfont\testD={psft:Ryumin-Light:jfm=jis}                        % default value is Adobe-Japan1-6
3828 \jfont\testC={psft:AdobeMingStd-Light:cid=Adobe-CNS1-6;jfm=jis} % Traditional Chinese
3829 \jfont\testG={psft:SimSun:cid=Adobe-GB1-5;jfm=jis}              % Simplified Chinese
3830 \jfont\testK={psft:Batang:cid=Adobe-Korea1-2;jfm=jis}           % Korean
3831 \end{lstlisting}
3832 %<*en>
3833 Note that the code above specifies \texttt{jfm-jis.lua}, which is for Japanese fonts,
3834 as JFM for Chinese and Korean fonts.
3835 %</en>
3836 %<*ja>
3837 上のコードでは中国語・韓国語用フォントに対してもJFMに
3838 日本語用の\texttt{jfm-jis.lua}を指定しているので注意されたい.
3839 %</ja>
3840
3841 %<*en>
3842 At present, \LuaTeX-ja supports only 4 values written in the sample code above.
3843 Specifying other values, e.g.,
3844 %</en>
3845 %<*ja>
3846 今のところ,\LuaTeX-jaは上のサンプルコード中に書いた4つの値しかサポートしていない.
3847 %</ja>
3848 \begin{lstlisting}
3849 \jfont\test={psft:Ryumin-Light:cid=Adobe-Japan2;jfm=jis}
3850 \end{lstlisting}
3851 %<*en>
3852 produces the following error:
3853 %</en>
3854 %<*ja>
3855 のようにそれら以外の値を指定すると,エラーが発生する:
3856 %</ja>
3857 \begin{lstlisting}[numbers=left]
3858 ! Package luatexja Error: bad cid key `Adobe-Japan2'.
3859
3860 See the luatexja package documentation for explanation.
3861 Type  H <return>  for immediate help.
3862 <to be read again>
3863                    \par
3864 l.78
3865
3866 ? h
3867 I couldn't find any non-embedded font information for the CID
3868 `Adobe-Japan2'. For now, I'll use `Adobe-Japan1-6'.
3869 Please contact the LuaTeX-ja project team.
3870 ?
3871 \end{lstlisting}
3872
3873 %<en>\subsection{Structure of a JFM File}
3874 %<ja>\subsection{JFMファイルの構造}
3875 \label{ssec-jfm-str}
3876 %<en>A JFM file is a Lua script which has only one function call:
3877 %<ja>JFMファイルはただ一つの関数呼び出しを含むLuaスクリプトである:
3878 \begin{lstlisting}
3879 luatexja.jfont.define_jfm { ... }
3880 \end{lstlisting}
3881 %<*en>
3882 Real data are stored in the table which indicated above by
3883 \verb+{ ... }+.  So, the rest of this subsection are devoted to describe the
3884 structure of this table.  Note that all lengths in a JFM file are
3885 floating-point numbers in design-size unit.
3886 %</en>
3887 %<*ja>
3888 実際のデータは上で \verb+{ ... }+ で示されたテーブルの中に格納されている.
3889 以下ではこのテーブルの構造について記す.
3890 なお,JFMファイル中の長さは全てdesign-sizeを単位とする浮動小数点数であることに
3891 注意する.
3892 %</ja>
3893
3894 \begin{cslist}[style=standard]
3895
3896 \item[dir=<direction>]
3897 %<en>(required)
3898 %<ja>(必須)
3899
3900 %<*en>
3901 The direction of JFM. \texttt{'yoko'}~(horizontal)
3902 or \texttt{'tate'}~(vertical) are supported.
3903 %</en>
3904 %<*ja>
3905 JFMの書字方向.\texttt{'yoko'}(横組)と \texttt{'tate'}(縦組)がサポートされる.
3906 %</ja>
3907
3908 \item[zw=<length>]
3909 %<en>(required)
3910 %<ja>(必須)
3911
3912 %<en>The amount of the length of the ``full-width''.
3913 %<*ja>
3914 「全角幅」の長さ.この量が \cs{zw} の長さとなる.\pTeX では
3915 「全角幅」\texttt{1zw} は「文字クラス0の文字」の幅と決められていたが,
3916 \LuaTeX-jaではここで指定する.
3917 %</ja>
3918
3919 \item[zh=<length>]
3920 %<en>(required)
3921 %<ja>(必須)
3922
3923 %<en>The amount of the ``full-height'' (height + depth).
3924 %<*ja>
3925 「全角高さ」(height + depth)の長さ.通常は全角幅と同じ長さになるだろう.
3926 \pTeX では 「全角高さ」\texttt{1zh} は「文字クラス0の文字」の高さと深さの和と決められていたが,
3927 \LuaTeX-jaではここで指定する.
3928 %</ja>
3929
3930 \item[kanjiskip=\{<natural>, <stretch>, <shrink>\}]
3931 %<en>(optional)
3932 %<ja>(任意)
3933
3934 %<*en>
3935 This field specifies the ``ideal'' amount of \Param{kanjiskip}. As noted
3936              in Subsection~\ref{subs-kskip}, if the parameter
3937              \Param{kanjiskip} is \cs{maxdimen}, the value specified
3938              in this field is actually used (if this field is not specified in
3939              JFM, it is regarded as 0\,pt). Note that <stretch> and <shrink>
3940              fields are in design-size unit too.
3941 %</en>
3942 %<*ja>
3943 理想的な\Param{kanjiskip}の量を指定する.\ref{subs-kskip}節で述べたように,
3944 もし\Param{kanjiskip}が \cs{maxdimen} の値ならば,このフィールドで指定された
3945 値が実際には用いられる(指定なしは0\,ptとして扱われる).<stretch>と<shrink>のフィールドもdesign-size
3946 が単位であることに注意せよ.
3947 %</ja>
3948
3949 \item[xkanjiskip=\{<natural>, <stretch>, <shrink>\}]
3950 %<en>(optional)
3951 %<ja>(任意)
3952
3953 %<*en>
3954 Like the \texttt{kanjiskip} field, this field specifies the ``ideal''
3955              amount of \Param{xkanjiskip}.
3956 %</en>
3957 %<*ja>
3958 \texttt{kanjiskip}フィールドと同様に,\Param{xkanjiskip}の理想的な量を
3959 指定する.
3960 %</ja>
3961 \end{cslist}
3962
3963 %<*en>
3964 \paragraph{Character classes}
3965 Besides from above fields, a JFM file have several sub-tables those
3966 indices are natural numbers.  The table indexed by~$i\in\omega$ stores
3967 information of \emph{character class}~$i$. At least, the character class~0 is
3968 always present, so each JFM file must have a sub-table whose index is
3969 \texttt{[0]}.  Each sub-table (its numerical index is denoted by $i$) has
3970 the following fields:
3971 %</en>
3972 %<*ja>
3973 \paragraph{文字クラス}
3974 上記のフィールドに加えて,JFMファイルはそのインデックスが自然数であるいくつかの
3975 サブテーブルを持つ.インデックスが$i\in\omega$であるテーブルは\emph{文字クラス}$i$の
3976 情報を格納する.少なくとも,文字クラス0は常に存在するので,JFMファイルはインデックス
3977 が\texttt{[0]}のサブテーブルを持たなければならない.それぞれのサブテーブル
3978 (そのインデックスを$i$で表わす)は以下のフィールドを持つ:
3979 %</ja>
3980
3981 \begin{cslist}[style=standard]
3982 \item[chars=\{<character>, ...\}]
3983 %<en>(required except character class~0)
3984 %<ja>(文字クラス0を除いて必須)
3985
3986 %<*en>
3987 This field is a list of characters which are in this character
3988              type~$i$. This field is optional if $i=0$, since all
3989              \textbf{JAchar} which do not belong  any character classes other
3990              than 0 are in the character class 0
3991              (hence, the character class~0 contains most of
3992              \textbf{JAchar}s). In the list, character(s) can be specified in the following form:
3993 \begin{itemize}
3994 \item a Unicode code point
3995 \item the character itself (as a Lua string, like \hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ'+})
3996 \item a string like \hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ*'+} (the character followed by an asterisk)
3997 \item several ``imaginary'' characters (We will describe these later.)
3998 \end{itemize}
3999 %</en>
4000 %<*ja>
4001 このフィールドは文字クラス$i$に属する文字のリストである.このフィールドは$i=0$の
4002 場合には任意である(文字クラス0には,0以外の文字クラスに属するものを
4003 除いた全ての\textbf{JAchar}が属するから).このリスト中で文字を指定するには,以下の方法がある:
4004 \begin{itemize}
4005 \item Unicode におけるコード番号
4006 \item 「\hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ'+}」のような,文字それ自体
4007 \item 「\hbox{\ltjsetparameter{autoxspacing=false}\verb+'あ*'+}」のような,文字それ自体の後にアスタリスクをつけたもの
4008 \item いくつかの「仮想的な文字」(後に説明する)
4009 \end{itemize}
4010 %</ja>
4011
4012 \item[width=<length>, height=<length>, depth=<length>, italic=<length>]
4013 %<en>(required)
4014 %<ja>(必須)
4015
4016 %<*en>
4017 Specify the width of characters in character class~$i$, the height, the depth and
4018 the amount of italic correction. All characters in character class~$i$ are regarded that its width, height, and depth are
4019 as values of these fields.
4020
4021 But there is one exception: \texttt{width} field can be \texttt{'prop'}.
4022 This means that width of a character becomes that of its ``real'' glyph.
4023 %</en>
4024 %<*ja>
4025 文字クラス$i$に属する文字の幅,高さ,深さ,イタリック補正の量を指定する.
4026 文字クラス$i$に属する全ての文字は,その幅,高さ,深さがこのフィールドで指定した
4027 値であるものとして扱われる.
4028
4029 例外として,\emph{\texttt{width} フィールドには数値以外に \texttt{'prop'} が指定可能である}.
4030 この場合,文字の幅はその「実際の」グリフの幅となる.OpenTypeの \texttt{prop} featureと併用
4031              すれば,これによってプロポーショナル組を行うことができる.
4032 %</ja>
4033
4034 \item[left=<length>, down=<length>, align=<align>]\
4035
4036 %<*en>
4037 These fields are for adjusting the position of the ``real'' glyph. Legal
4038              values of \texttt{align} field are \texttt{'left'},
4039              \texttt{'middle'}, and \texttt{'right'}. If one of these
4040              3~fields are omitted, \texttt{left} and \texttt{down} are
4041              treated as~0, and \texttt{align} field is treated as
4042              \texttt{'left'}.
4043 The effects of these 3~fields are indicated in
4044 Figures \ref{fig-pos}~and~\ref{fig-pos-tate}.
4045 %</en>
4046 %<*ja>
4047 これらのフィールドは実際のグリフの位置を調整するためにある.
4048 \texttt{align} フィールドに指定できる値は \texttt{'left'}, \texttt{'middle'},
4049 \texttt{'right'} のいずれかである.もしこれら3つのフィールドのうちの1つが省かれた
4050 場合,\texttt{left} と \texttt{down} は0,\texttt{align} フィールドは
4051 \ \texttt{'left'} であるものとして扱われる.
4052 これら3つのフィールドの意味については図\ref{fig-pos}(横組用和文フォント),
4053 図\ref{fig-pos-tate}(縦組用和文フォント)で説明する.
4054 %</ja>
4055
4056 %<*en>
4057 In most cases, \texttt{left} and \texttt{down} fields are~0, while
4058 it is not uncommon that the \texttt{align} field is \texttt{'middle'} or \texttt{'right'}.
4059 For example, setting the \texttt{align} field to \texttt{'right'} is practically needed
4060 when the current character class is the class for opening delimiters'.
4061 %</en>
4062 %<*ja>
4063 多くの場合,\texttt{left}と\texttt{down}は0である一方,
4064 \texttt{align}フィールドが\texttt{'middle'}や\texttt{'right'}であることは
4065 珍しいことではない.
4066 例えば,\texttt{align}フィールドを\texttt{'right'}に指定することは,
4067 文字クラスが開き括弧類であるときに実際必要である.
4068 %</ja>
4069
4070 \begin{figure}[!tb]
4071 \begin{minipage}{0.4\textwidth}%
4072 \begin{center}\unitlength=10pt\small
4073 \begin{picture}(15,12)(-1,-4)
4074 \color{b_gray}% jfm
4075 \put(0,0){\vrule width 12\unitlength height 8\unitlength depth 3\unitlength}
4076
4077 \color{b_pink}% step1
4078 \put(-1,-1.5){\vrule width 6\unitlength height 7\unitlength depth 2.5\unitlength}
4079
4080 \color{red}% real glyph
4081 \thicklines
4082 \put(-1,-1.5){\vector(0,1){7}\vector(0,-1){2.5}\vector(1,0){6}}
4083 \put(5,-1.5){\line(0,1){7}\line(0,-1){2.5}}
4084 \put(-1,5.5){\line(1,0){6}}
4085 \put(-1,-4){\line(1,0){6}}
4086
4087 \color{b_green}% real glyph
4088 \put(3,0){\vrule width 6\unitlength height 7\unitlength depth 2.5\unitlength}
4089
4090 \color{black}% jfm
4091 \thicklines
4092 \put(0,0){\vector(0,1){8}\line(0,-1){3}\vector(1,0){12}}
4093 \put(12,0){\line(0,1){8}\vector(0,-1){3}}
4094 \put(0,8){\line(1,0){12}}
4095 \put(0,-3){\line(1,0){12}}
4096 \put(0.2,4){\makebox(0,0)[l]{\texttt{height}}}
4097 \put(12.2,-1.5){\makebox(0,0)[l]{\texttt{depth}}}
4098 \put(6,0.2){\makebox(0,0)[b]{\texttt{width}}}
4099
4100 \color{green}% step1
4101 \thicklines
4102 \put(3,0){\vector(0,1){7}\vector(0,-1){2.5}\vector(1,0){6}}
4103 \put(9,0){\line(0,1){7}\line(0,-1){2.5}}
4104 \put(3,7){\line(1,0){6}}
4105 \put(3,-2.5){\line(1,0){6}}
4106 \newsavebox{\eqdist}
4107 \savebox{\eqdist}(0,0)[b]{%
4108   \thinlines
4109   \put(-0.08,0.2){\line(0,-1){0.4}}%
4110   \put(0.08,0.2){\line(0,-1){0.4}}}
4111 \put(1.5,0){\usebox{\eqdist}}
4112 \put(10.5,0){\usebox{\eqdist}}
4113
4114 \color{blue}% shifted
4115 \thicklines
4116 \put(3,-1.5){\vector(-1,0){4}}
4117 \put(1,-1.7){\makebox(0,0)[t]{\texttt{left}}}
4118 \put(3,0){\vector(0,-1){1.5}}
4119 \put(3.2,-0.75){\makebox(0,0)[l]{\texttt{down}}}
4120 \end{picture}
4121 \end{center}
4122 \end{minipage}%
4123 \begin{minipage}{0.6\textwidth}%
4124 %<*en>
4125 Consider a  Japanese character node which belongs to
4126 a character class whose the \texttt{align}
4127 field is \texttt{'middle'}.
4128 %</en>
4129 %<*ja>
4130 \texttt{align}フィールドの値が \texttt{'middle'} であるような文字クラスに属する
4131 和文文字ノードを考えよう.
4132 %</ja>
4133 \begin{itemize}
4134 \item
4135 %<*en>
4136 The black rectangle is the imaginary body of the node.
4137 Its width, height, and depth are specified by JFM.
4138 %</en>
4139 %<*ja>
4140 黒色の長方形はノードの枠であり,
4141 その幅,高さ,深さはJFMによって指定されている.
4142 %</ja>
4143 \item
4144 %<*en>
4145 Since the \texttt{align} field is \texttt{'middle'},
4146 the ``real'' glyph is centered horizontally (the green rectangle) first.
4147 %</en>
4148 %<*ja>
4149 \texttt{align}フィールドは \texttt{'middle'} なので,
4150 実際のグリフの位置はまず水平方向に中央揃えしたものとなる(緑色の長方形).
4151 %</ja>
4152 \item
4153 %<*en>
4154 Furthermore, the glyph is shifted according to values of fields
4155       \texttt{left} and \texttt{down}. The ultimate position of the real
4156       glyph is indicated by the red rectangle.
4157 %</en>
4158 %<*ja>
4159 さらに,グリフは \texttt{left} と \texttt{down} の値に従ってシフトされる.
4160 最終的な実際のグリフの位置は赤色の長方形で示された位置になる.
4161 %</ja>
4162 \end{itemize}
4163 \end{minipage}
4164 \medskip
4165
4166 \caption{%
4167 %<en>The position of the real glyph (horizontal Japanese fonts)
4168 %<ja>横組和文フォントにおける「実際の」グリフの位置
4169 }
4170 \label{fig-pos}
4171 \end{figure}
4172 \begin{figure}[!tb]
4173 \begin{minipage}{0.4\textwidth}%
4174 \begin{center}\unitlength=10pt\small
4175 \begin{picture}(15,12)(-6,0)
4176 \color{b_gray}% jfm
4177 \put(-6,0){\vrule width 12\unitlength height 11\unitlength}
4178
4179 \color{b_pink}% real glyph
4180 \put(-6.5,5.5){\vrule width 8\unitlength height 6\unitlength depth 3\unitlength}
4181
4182 \color{red}% real glyph
4183 \thicklines
4184 \put(-6.5,5.5){\vector(0,1){6}\vector(0,-1){3}\vector(1,0){8}}
4185 \put( 1.5,5.5){\line(0,1){6}\line(0,-1){3}}
4186 \put(-6.5,11.5){\line(1,0){8}}
4187 \put(-6.5,2.5){\line(1,0){8}}
4188
4189 \color{b_green}% step1
4190 \put(-4,3){\vrule width 8\unitlength height 6\unitlength depth 3\unitlength}
4191
4192 \color{black}% jfm
4193 \thicklines
4194 \put(0,11){\vector(1,0){6}\vector(-1,0){6}\vector(0,-1){11}}
4195 \put(0,0){\line(1,0){6}\line(-1,0){6}}
4196 \put(-6,0){\line(0,1){11}}
4197 \put( 6,0){\line(0,1){11}}
4198 \put( 3,10.8){\makebox(0,0)[t]{\texttt{height}}}
4199 \put(-3,10.8){\makebox(0,0)[t]{\texttt{depth}}}
4200 \put(0.2,5.5){\makebox(0,0)[l]{\texttt{width}}}
4201
4202 \color{green}% step1
4203 \thicklines
4204 \put(-4,3){\vector(0,1){6}\vector(0,-1){3}\vector(1,0){8}}
4205 \put( 4,3){\line(0,1){6}\line(0,-1){3}}
4206 \put(-4,9){\line(1,0){8}}
4207 \put(-4,0){\line(1,0){8}}
4208 \savebox{\eqdist}(0,0)[b]{%
4209   \thinlines
4210   \put(-0.08,0.2){\line(0,-1){0.4}}%
4211   \put(0.08,0.2){\line(0,-1){0.4}}}
4212 \put(2,9){\usebox{\eqdist}}
4213 \put(-2,9){\usebox{\eqdist}}
4214
4215
4216 \color{blue}% shifted
4217 \thicklines
4218 \put(-4,3){\vector(0,1){2.5}}
4219 \put(-3.8,4.25){\makebox(0,0)[l]{\texttt{left}}}
4220 \put(-4,5.5){\vector(-1,0){2.5}}
4221 \put(-5.,5.7){\makebox(0,0)[b]{\texttt{down}}}
4222 \end{picture}
4223 \end{center}
4224 \end{minipage}%
4225 \begin{minipage}{0.6\textwidth}%
4226 %<*en>
4227 (\dots)
4228 %</en>
4229 %<*ja>
4230 \texttt{align}フィールドの値が \texttt{'right'} であるような文字クラスに属する
4231 和文文字を考えよう.
4232 \begin{itemize}
4233 \item
4234 実際のグリフの「垂直位置」は,まずベースラインが文字の物理的な左右方向の中央を通る
4235 位置となる.
4236 \item
4237 また,この場合 \texttt{align} フィールドは \texttt{'right'} なので,
4238 「水平位置」は字送り方向に「右寄せ」したものとなる(緑色の長方形).
4239 \item
4240 その後さらに \texttt{left} と \texttt{down} の値に従ってシフトされる
4241 のは横組用和文フォントと変わらない.
4242 \end{itemize}
4243 %</ja>
4244 \end{minipage}
4245 \medskip
4246
4247 \caption{%
4248 %<en>The position of the real glyph (vertical Japanese fonts)
4249 %<ja>縦組和文フォントにおける「実際の」グリフの位置
4250 }
4251 \label{fig-pos-tate}
4252 \end{figure}
4253
4254 \item[kern={\{[$j$]=<kern>, [$j'$]=\{<kern>, [<ratio>]\}, ...\}}]
4255
4256 \item[glue={\{[$j$]=\{<width>, <stretch>, <shrink>, [<priority>], [<ratio>]\}, ...\}}]\
4257 %<*ja>
4258
4259 文字クラス$i$の文字と$j$の文字の間に挿入されるkernやglueの量を指定する.
4260
4261              <priority>は \Pkg{luatexja-adjust} による優先順位付き
4262              行長調整(\ref{ssec-adj}節)が有効なときのみ意味を持つ.
4263 このフィールドは省略可能であり,行調整処理におけるこのglueの優先
4264              度を$-2$から$+2$の間の整数で指定する.大きい値ほど「伸びやすく,縮みやすい」
4265              ことを意味する.省略時の値
4266              は0であり,範囲外の値が指定されたときの動作は未定義である.
4267
4268 <ratio>も省略可能フィールドであり,$-1$から$+1$の実数値をとる.省略時の値は0である.
4269 \begin{itemize}
4270 \item $-1$はこのグルーが「前の文字」由来であることを示す.
4271 \item $+1$はこのグルーが「後の文字」由来であることを示す.
4272 \item それ以外の値は,「前の文字」由来のグルーと「後の文字」由来の
4273 グルーが混合されていることを示す.
4274 \end{itemize}
4275 なお,このフィールドの値は\Param{differentjfm}の値が
4276 \texttt{pleft},~\texttt{pright},~\texttt{paverage}の値のときのみ実際に用いられる.
4277
4278 例えば,\cite{x4051}では,句点と中点の間には,
4279 句点由来の二分空きと中点由来の四分空きが挿入されるが,この場合には
4280 \begin{itemize}
4281 \item <width>には$0.5+0.25=0.75$を指定する.
4282 \item <ratio>には次の値を指定する.
4283 \[
4284  -1\cdot \frac{0.5}{0.5+0.25} + 1 \cdot \frac{0.25}{0.5+0.25} = -\frac13
4285 \]
4286 \end{itemize}
4287 %</ja>
4288 %<*en>
4289 \
4290
4291 Specifies the width of kern or glue which will be inserted
4292 between characters in character class~$i$ and those in character class~$j$.
4293
4294 <priority> is an integer in $[-2,2]$ (treated as 0 if omitted), and this is
4295 used only in line adjustment with priority by \Pkg{luatexja-adjust}
4296 (see Subsection~\ref{ssec-adj}). Higher value means the glue is easy to shretch,
4297 and is also easy to shrink.
4298
4299 <ratio> is also an optional value between $-1$ and 1. For example,
4300 The width of a glue between an ideographic full stop ``。''
4301 and a fullwidth middle dot ``・'' is three-fourth of fullwidth,
4302 namely halfwidth from the ideographic full stop, and
4303 quarter-width from the fullwidth middle dot.  In this case,
4304 we specify <ratio> to
4305 \[
4306   -1\cdot \frac{0.5}{0.5+0.25} + 1 \cdot \frac{0.25}{0.5+0.25} = -\frac13.
4307 \]
4308 %</en>
4309
4310
4311 \item[end\_stretch=<kern>, end\_shrink=<kern>]
4312 %<*ja>
4313 (任意)
4314
4315 優先順位付き行長調整が有効であり,かつ現在の文字クラスの文字が行
4316              末に来た時に,行長を詰める調整・伸ばす調整のた
4317              めにこの文字と行末の間に挿入可能なカーンの大きさを指定する.
4318 %</ja>
4319
4320 \end{cslist}
4321
4322 %<*ja>
4323 \paragraph{文字クラスの決定}
4324 文字からその文字の属する文字クラスを算出する過程について,
4325 次の内容を含んだ \texttt{jfm-test.lua} を用いて説明する.
4326 %</ja>
4327 %<*en>
4328 \paragraph{Character to character classes}
4329 We explain how the character class of a character is determined,
4330 using  \texttt{jfm-test.lua} which contains the following:
4331 %</en>
4332 \begin{lstlisting}
4333    [0] = {
4334       chars = { '漢' },
4335       align = 'left', left = 0.0, down = 0.0,
4336       width = 1.0, height = 0.88, depth = 0.12, italic=0.0,
4337    },
4338    [2000] = {
4339       chars = { '。', 'ヒ' },
4340       align = 'left', left = 0.0, down = 0.0,
4341       width = 0.5, height = 0.88, depth = 0.12, italic=0.0,
4342    },
4343 \end{lstlisting}
4344 %<ja>ここで,次のような入力とその実行結果を考える:
4345 %<en>Now consider the following input/output:
4346 \begin{LTXexample}[width=0.3\textwidth]
4347 \jfont\a=file:KozMinPr6N-Regular.otf:jfm=test;+hwid
4348 \setbox0\hbox{\a ヒ漢}
4349 \the\wd0
4350 \end{LTXexample}
4351 %<*en>
4352 Now we look why the above source outputs 15\,pt.
4353 \begin{enumerate}
4354 \item The character ``ヒ'' is converted to its half width  form ``ヒ'' by \verb+hwid+ feature.
4355 \item According to the JFM, the character class of ``ヒ'' is 2000, hence its width is halfwidth.
4356 \item The character class of ``漢'' is zero,  hence its width is fullwidth.
4357 \item Hence the width of \cs{hbox} equals to 15\,pt.
4358 \end{enumerate}
4359 This example shows that the character class of a character is generally determined \emph{after
4360 applying font features by \Pkg{luaotfload}}.
4361 %</en>
4362 %<*ja>
4363 上記の出力結果が,15\,ptとなっているのは理由によるものである:
4364 \begin{enumerate}
4365 \item \verb+hwid+ featureによって「ヒ」が半角幅のグリフ「ヒ」と置き換わる(\Pkg{luaotfload} による処理).
4366 \item JFMによれば,この「ヒ」のグリフの文字クラスは2000である.
4367 \item 以上により文字クラス2000とみなされるため,結果として「ヒ」の幅は半角だと認識される.
4368 \end{enumerate}
4369 この例は,\emph{文字クラスの決定はfont featureの適用によるグリフ置換の結果に基づく}ことを
4370 示している.
4371 %</ja>
4372
4373 %<*en>
4374 However, if the class determined by the glyph after application of features is zero,
4375 \LuaTeX-ja adopts the class determined by the glyph \emph{before} application of features.
4376 The following input is an example.
4377 %</en>
4378 %<*ja>
4379 但し,JFMによって決まる置換後のグリフの文字クラスが0である場合は,置換前の文字クラスを採用する.
4380 %</ja>
4381 \begin{LTXexample}[width=0.3\textwidth]
4382 \jfont\a=file:KozMinPr6N-Regular.otf:jfm=test;+vert
4383 \a 漢。\inhibitglue 漢
4384 \end{LTXexample}
4385 %<*en>
4386 Here, the character class of the ideographic full stop ``。''~(\texttt{U+3002}) is determined
4387 as follows:
4388 \begin{enumerate}
4389 \item As the case of ``ヒ'', the ideographic full stop ``。'' is converted to its vertical
4390       form ``\char"FE12''~(\texttt{U+FE12}) by \verb+vert+ feature.%"
4391 \item The character class of ``\char"FE12'', according to the JFM  is \emph{zero}.
4392 \item However, \LuaTeX-ja remembers that this ``\char"FE12'' is obtained from ``。'' by
4393       font features. The character class of ``。'' is \emph{non-zero value}, namely, 2000.
4394 \item Hence the ideographic full stop ``。'' in above belongs the character class~2000.
4395 \end{enumerate}
4396 %</en>
4397 %<*ja>
4398 ここで,句点「。」(\texttt{U+3002})の文字クラスは,以下のようにして決まる.
4399 \begin{enumerate}
4400 \item \Pkg{luaotfload} によって縦組用句点のグリフに置き換わる.
4401 \item 置換後のグリフは \texttt{U+FE12} であり,JFMに従えば文字クラスは\emph{0}と判定される.
4402 \item この場合,置換前の横組用句点のグリフによって文字クラスを判定する.
4403 \item 結果として,上の出力例中の句点の文字クラスは2000となる.
4404 \end{enumerate}
4405 %</ja>
4406
4407
4408 %<ja>\paragraph{仮想的な文字}
4409 %<en>\paragraph{Imaginary characters}
4410 %<*en>
4411 As described before, you can specify several \emph{imaginary characters} in
4412 \texttt{chars} field. The most of these characters are regarded as the
4413 characters of class 0 in \pTeX.
4414 As a result, \LuaTeX-ja can control typesetting finer than \pTeX.
4415 The following is the list of imaginary characters:
4416 %</en>
4417 %<*ja>
4418 上で説明した通り,\texttt{chars}フィールド中にはいくつかの「特殊文字」も
4419 指定可能である.これらは,大半が\pTeX のJFMグルーの挿入処理ではみな「文字
4420 クラス0の文字」として扱われていた文字であり,その結果として\pTeX より細か
4421 い組版調整ができるようになっている.以下でその一覧を述べる:
4422 %</ja>
4423
4424 \begin{cslist}
4425 %%\item['diffmet']
4426 %%<en>Used at a boundary between two \textbf{JAchar}s whose JFM or size is different.
4427 %%<ja>JFMやサイズが異なる2つの\textbf{JAchar}の間の境界として用いられる.
4428
4429 \item['boxbdd']
4430 %<en>The beginning/ending of a hbox, and the beginning of a noindented (i.e., began by \cs{noindent}) paragraph.
4431 %<ja>hboxの先頭と末尾,及びインデントされていない(\cs{noindent} で開始された)段落の先頭を表す.
4432
4433 \item['parbdd']
4434 %<en>The beginning of an (indented) paragraph.
4435 %<ja>通常の(\cs{noindent} で開始されていない)段落の先頭.
4436
4437 \item['jcharbdd']
4438 %<en>A boundary between \textbf{JAchar} and anything else (such as \textbf{ALchar}, kern, glue,\,\ldots).
4439 %<ja>\textbf{JAchar}と「その他のもの」(欧文文字,glue,kern等)との境界.
4440
4441 \item[$-1$]
4442 %<en>The left/right boundary of an inline math formula.
4443 %<ja>行中数式と地の文との境界.
4444 \end{cslist}
4445
4446 %<en>\paragraph{Porting JFM from \pTeX}
4447 %<ja>\paragraph{\pTeX 用和文用TFMの移植}
4448
4449 % ToDo: English version.
4450
4451 %<*en>
4452 See Japanese version of this manual.
4453 %</en>
4454
4455 %<*ja>
4456 以下に,\pTeX 用に作られた和文用TFMを\LuaTeX-ja用に移植する場合の注意点を挙げておく.
4457 \begin{itemize}
4458 \item 実際に出力される和文フォントのサイズがdesign sizeとなる.
4459 このため,例えば$1\,\textrm{zw}$がdesign sizeの0.962216倍であるJISフォン
4460       トメトリック等を移植する場合は,次のようにするべきである:
4461 \begin{itemize}
4462 \item JFM中の全ての数値を$1/0.962216$倍しておく.
4463 \item \TeX ソース中で使用するところで,サイズ指定を0.962216倍にする.
4464       \LaTeX でのフォント宣言なら,例えば次のように:
4465 \begin{lstlisting}
4466 \DeclareFontShape{JY3}{mc}{m}{n}{<-> s*[0.962216] psft:Ryumin-Light:jfm=jis}{}
4467 \end{lstlisting}
4468 \end{itemize}
4469 \item 上に述べた特殊文字は,\texttt{'boxbdd'}を除き文字クラスを全部0とする
4470       (JFM中に単に書かなければよい).
4471 \item \texttt{'boxbdd'}については,それのみで一つの文字クラスを形成し,その
4472       文字クラスに関してはグルー/カーンの設定はしない.
4473
4474 これは,\pTeX では,
4475       hboxの先頭・末尾とインデントされていない(\cs{noindent} で開始さ
4476       れた)段落の先頭にはJFMグルーは入らないという仕様を実現させるためである.
4477 \item \pTeX の組版を再現させようというのが目的であれば以上の注意を守れば十分である.
4478
4479 ところで,\pTeX では通常の段落の先頭にJFMグルーが残るという仕様があるので,
4480       段落先頭の開き括弧は全角二分下がりになる.全角下がりを実現させるに
4481       は,段落の最初に手動で \cs{inhibitglue} を追加するか,あるいは
4482       \ \cs{everypar} のハックを行い,それを自動化させるしかなかった.
4483
4484 一方,\LuaTeX-jaでは,\texttt{'parbdd'}によって,それがJFM側で調整できるよ
4485 うになった.例えば,\LuaTeX-ja同梱のJFMのように,\texttt{'boxbdd'}と同じ文字クラスに
4486 \texttt{'parbdd'}を入れれば全角下がりとなる.
4487
4488 \begin{LTXexample}[width=0.4\textwidth]
4489 \jfont\g=KozMinPr6N-Regular:jfm=test \g
4490 \parindent1\zw\noindent{}◆◆◆◆◆
4491 \par 「◆◆←二分下がり
4492 \par 【◆◆←全角下がり
4493 \par 〔◆◆←全角二分下がり
4494 \end{LTXexample}
4495 \end{itemize}
4496
4497 但し,\cs{everypar} を利用している場合にはこの仕組みは正しく動かない.
4498 そのような例としては箇条書き中の \cs{item} で始まる段落があり,\Pkg{ltjsclasses}では
4499 人工的に「\texttt{'parbdd'}の意味を持つ」whatsitノードを作ることによって対処している%
4500 \footnote{\texttt{ltjsclasses.dtx} を参照されたい.
4501 JFM側で一部の対処ができることにより,\Pkg{jsclasses}のようにif文の判定はしていない.}.
4502 %</ja>
4503
4504
4505 %<en>\subsection{Math Font Family}
4506 %<ja>\subsection{数式フォントファミリ}
4507 \label{ssec-math}
4508
4509 %<*en>
4510 \TeX\ handles fonts in math formulas by 16~font families\footnote{Omega,
4511 Aleph, \LuaTeX~and $\varepsilon$-\kern-.125em(u)\pTeX\ can handles 256~families, but
4512 an external package is needed to support this in plain \TeX\ and
4513 \LaTeX.}, and each family has three fonts:
4514 \cs{textfont}, \cs{scriptfont} and \cs{scriptscriptfont}.
4515 %</en>
4516 %<*ja>
4517 \TeX\ は数式フォントを16のファミリ\footnote{Omega, Aleph, \LuaTeX,そして
4518   $\varepsilon$-\kern-.125em(u)\pTeX\ では256の数式ファミリを扱うことができるが,
4519   これをサポートするためにplain \TeX と\LaTeX では外部パッケージを読み込む必要が
4520   ある.}で管理し,それぞれのファミリは3つのフォントを持っている:
4521 \cs{textfont}, \cs{scriptfont} そして \cs{scriptscriptfont} である.
4522 %</ja>
4523
4524 %<*en>
4525 \LuaTeX-ja's handling of Japanese fonts in math formulas is similar;
4526 Table~\ref{tab-math} shows counterparts to \TeX's primitives for math
4527 font families. There is no relation between the value of
4528 \cs{fam} and that of \cs{jfam}; with appropriate settings,
4529 you can set both \cs{fam} and \cs{jfam} to the same value.
4530 Here <jfont\_cs> in the argument of \Param{jatextfont} etc.\ is
4531 a control sequence which is defined by \cs{jfont}, i.e.,
4532 a \emph{horizontal} Japanese font.
4533 %</en>
4534 %<*ja>
4535 \LuaTeX-jaの数式中での和文フォントの扱いも同様である.
4536 表\ref{tab-math}は数式フォントファミリに対する \TeX のプリミティブと対応する
4537 ものを示している.\cs{fam} と \cs{jfam} の値の間には関係はなく,
4538 適切な設定の下では \cs{fam} と \cs{jfam} の両方に同じ値を設定することができる.
4539 \Param{jatextfont} 他の第2引数<jfont\_cs>は,\cs{jfont} で定義された
4540 \emph{横組用}和文フォントである.\cs{tfont} で定義された
4541 \emph{縦組用}和文フォントを指定することは想定していない.
4542 %</ja>
4543
4544 \begin{table}[!tb]
4545 %<en>\caption{Commands for Japanese math fonts}
4546 %<ja>\caption{和文数式フォントに対する命令}
4547 \label{tab-math}
4548 %<en>\medskip
4549 \centering
4550 \def\{{\char`\{}\def\}{\char`\}}\small
4551 \begin{tabular}{ll}
4552 \toprule
4553 %<en>\bf Japanese fonts&\bf alphabetic fonts\\
4554 %<ja>\bf 和文フォント&\bf 欧文フォント\\
4555 \midrule
4556 \cs{jfam}${}\in [0,256)$&\cs{fam}\\
4557 \tt\Param{jatextfont}\,=\{<jfam>,<jfont\_cs>\}&\tt\cs{textfont}<fam>=<font\_cs>\\
4558 \tt\Param{jascriptfont}\,=\{<jfam>,<jfont\_cs>\}&\tt\cs{scriptfont}<fam>=<font\_cs>\\
4559 \tt\Param{jascriptscriptfont}\,=\{<jfam>,<jfont\_cs>\}&\tt\cs{scriptscriptfont}<fam>=<font\_cs>\\
4560 \bottomrule
4561 \end{tabular}
4562 \end{table}
4563
4564 %<en>\subsection{Callbacks}
4565 %<ja>\subsection{コールバック}
4566
4567 %<*en>
4568 \LuaTeX-ja also has several callbacks. These callbacks can
4569 be accessed via \verb+luatexbase.add_to_callback+ function and so on, as other callbacks.
4570 %</en>
4571 %<*ja>
4572 \LuaTeX 自体のものに加えて,\LuaTeX-jaもコールバックを持っている.
4573 これらのコールバックには,他のコールバックと同様に \verb+luatexbase.add_to_callback+
4574 関数などを用いることでアクセスすることができる.
4575 %</ja>
4576 \begin{description}[font=\bfseries, style=nextline]
4577 %<en>\item[\texttt{luatexja.load\_jfm} callback]
4578 %<ja>\item[\texttt{luatexja.load\_jfm}コールバック]
4579 %<*en>
4580 With this callback you can overwrite JFMs.
4581 This callback is called when a new JFM is loaded.
4582 %</en>
4583 %<*ja>
4584 このコールバックを用いることでJFMを上書きすることができる.
4585 このコールバックは新しいJFMが読み込まれるときに呼び出される.
4586 %</ja>
4587
4588 \begin{lstlisting}[numbers=left]
4589 function (<table> jfm_info, <string> jfm_name)
4590   return <table> new_jfm_info
4591 end
4592 \end{lstlisting}
4593
4594 %<*en>
4595 The argument \verb+jfm_info+ contains a table similar to the table in a JFM file, except
4596 this argument has \texttt{chars} field which contains character codes
4597              whose character class is not~0.
4598 %</en>
4599 %<*ja>
4600 引数 \verb+jfm_info+ はJFMファイルのテーブルと似たものが格納されるが,
4601 クラス0を除いた文字のコードを含んだ\texttt{chars}フィールドを持つ点が異なる.
4602 %</ja>
4603
4604 %<*en>
4605 An example of this callback is the \texttt{ltjarticle} class, with
4606              forcefully assigning character class~0 to \texttt{'parbdd'}
4607              in the JFM \texttt{jfm-min.lua}.
4608 %</en>
4609 %<*ja>
4610 このコールバックの使用例は\texttt{ltjarticle}クラスにあり,
4611 \texttt{jfm-min.lua}中の\texttt{'parbdd'}を強制的にクラス0に割り当てている.
4612 %</ja>
4613
4614 %<en>\item[\texttt{luatexja.define\_jfont} callback]
4615 %<ja>\item[\texttt{luatexja.define\_jfont}コールバック]
4616 %<*en>
4617 This callback and the next callback form a pair, and you can assign characters
4618  which do not have fixed code points in Unicode to non-zero character classes.
4619 This \texttt{luatexja.define\_font} callback is called just when new Japanese font is loaded.
4620 %</en>
4621 %<*ja>
4622 このコールバックと次のコールバックは組をなしており,Unicode中に固定された文字コード
4623 番号を持たない文字を非零の文字クラスに割り当てることができる.
4624 このコールバックは新しい和文フォントが読み込まれたときに呼び出される.
4625 %</ja>
4626
4627 \begin{lstlisting}[numbers=left]
4628 function (<table> jfont_info, <number> font_number)
4629   return <table> new_jfont_info
4630 end
4631 \end{lstlisting}
4632 %<*en>
4633 \verb+jfont_info+ has the following fields,
4634 \emph{which may not overwritten by a user}:
4635 \begin{description}
4636 \item[\texttt{size}]
4637 The font size specified at \cs{jfont} in scaled points ($1\,\mathrm{sp}=2^{-16}\,\mathrm{pt}$).
4638 \item[\texttt{zw}, \texttt{zh}, \texttt{kanjiskip}, \texttt{xkanjiskip}]
4639 These are scaled value of those specified by the JFM, by the font size.
4640 \item[\texttt{jfm}]
4641 The internal number of the JFM.
4642 \item[\texttt{var}]
4643 The value of \texttt{jfmvar}~key, which is specified at \cs{jfont}.
4644 The default value is the empty string.
4645 \item[\texttt{chars}]
4646 The mapping table from character codes to its character classes.\\
4647 The specification \texttt{[i].chars=\{<character>, ...\}} in the JFM will be  stored in this
4648            field as \texttt{chars=\{[<character>]=\,$i$, ...\}}.
4649 \item[\texttt{char\_type}]
4650 For $i\in\omega$, \texttt{char\_type[$i$]} is information of characters whose class is
4651            $i$, and has the following fields:
4652 \begin{itemize}
4653  \item \texttt{width},~\texttt{height}, \texttt{depth},
4654   \texttt{italic}, \texttt{down},~\texttt{left}\ are just
4655        scaled value of those specified by the JFM, by the font size.
4656  \item \texttt{align} is a number which is determined from \texttt{align}~field in the JFM:
4657 \[
4658  \begin{cases}
4659   0&\text{\texttt{'left'} (default)}\\0.5&\text{\tt 'middle'}\\1&\text{\tt 'right'}
4660  \end{cases}
4661 \]
4662 \item For $j\in \omega$, \texttt{[$j$]} stores a kern or a glue which will be inserted
4663 between character class~$i$ and class~$j$.
4664
4665 If a kern will be inserted, the value of this field is \texttt{[$j$]=\{false, <kern\_node>, <ratio>\}},
4666 where <kern\_node> is a node\footnote{%
4667  This version of \LuaTeX-ja uses ``direct access
4668       model'' for accessing nodes, if possible. }.
4669 If a glue will be inserted, we have \texttt{[$j$]=\{false, <spec\_node>, <ratio>, <icflag>\}},
4670 where <spec\_node> is also a node, and $\text{<icflag>}=\textit{from\_jfm}+\text{<priority>}$.
4671 \end{itemize}
4672 \end{description}
4673 %</en>
4674 %<*ja>
4675 \verb+jfont_info+ は最低限以下のフィールドを持つが,これらを書き換えてはならない:
4676 \begin{cslist}
4677 \item[size]
4678 実際に使われるフォントサイズ(sp単位).$1\,\mathrm{sp}=2^{-16}\,\mathrm{pt}$.
4679 \item[zw\textrm{, }zh\textrm{, }kanjiskip\textrm{, }xkanjiskip]
4680 JFMファイルで指定されているそれぞれの値をフォントサイズに合わせてスケーリングしたものを
4681 sp単位で格納している.
4682 \item[jfm]
4683 利用されているJFMを識別するための番号.
4684 \item[var]
4685 \cs{jfont},~\cs{tfont} で指定された \texttt{jfmvar} キーの値(未指定のときは空文字列).
4686 \item[chars]
4687 文字コードから文字クラスへの対応が記述されたテーブル.\\
4688 JFM内の \texttt{[i].chars=\{<character>, ...\}} という指定は\
4689 \texttt{chars=\{[<character>]=\,$i$, ...\}} という形式に変換されている.
4690 \item[char\_type]
4691 $i\in\omega$に対して,\texttt{char\_type[$i$]} は文字クラス$i$の文字の寸法を格納しており,
4692 以下のフィールドを持つ.
4693 \begin{itemize}
4694  \item \texttt{width},~\texttt{height}, \texttt{depth},
4695   \texttt{italic}, \texttt{down},~\texttt{left}\ は
4696 JFMで指定されているそれぞれの値をスケーリングしたものである.
4697  \item \texttt{align} はJFMで指定されている値によって,
4698 \[
4699  \begin{cases}
4700   0&\text{\texttt{'left'}や省略時}\\0.5&\text{\tt 'middle'}\\1&\text{\tt 'right'}
4701  \end{cases}
4702 \]
4703 のいずれかの値をとる.
4704 \item $j\in \omega$に対して,\texttt{[$j$]} は文字クラス$i$の文字と$j$の文字の間に挿入されるkern
4705       やglueを格納している.
4706 間に入るものがkernであれば,このフィールドの値は\
4707 \texttt{[$j$]=\{false, <kern\_node>, <ratio>\}} である.
4708 <kern\_node>はkernを表すノードそのものである\footnote{%
4709 本バージョンではノードのアクセス手法にdirect access
4710       modelを用いている.そのため,例えば\LuaTeX\ beta-0.78.2では,単なる自然数のようにし
4711       か見えないことに注意.
4712 }.
4713 glueであれば,\texttt{[$j$]=\{false, <spec\_node>, <ratio>, <icflag>\}} である.
4714 <spec\_node>はglueの長さを表すノードそのものであり,
4715       $\text{<icflag>}=\textit{from\_jfm}+\text{<priority>}$である.
4716 \end{itemize}
4717 \item[ascent\textrm{, }descent]
4718 ……
4719 \item[chars\_cbcache] 
4720 ……
4721 \end{cslist}
4722 %</ja>
4723
4724 %<*en>
4725 The returned table \verb+new_jfont_info+ also should include these fields, but
4726 you are free to add more fields (to use them in the \texttt{luatexja.find\_char\_class} callback).
4727 The \verb+font_number+ is a font number.
4728 %</en>
4729 %<*ja>
4730 戻り値の \verb+new_jfont_info+ テーブルも上に述べたフィールドをそのまま含まなければならないが,
4731 それ以外にユーザが勝手にフィールドを付け加えることは自由である.
4732 \verb+font_number+ はフォント番号である.
4733 %</ja>
4734
4735 %<*en>
4736 A good example of this and the next callbacks is the \Pkg{luatexja-otf}
4737              package, supporting \verb+"AJ1-xxx"+ form for Adobe-Japan1
4738              CID characters in a JFM. This callback doesn't replace any
4739              code of \LuaTeX-ja.
4740 %</en>
4741 %<*ja>
4742 これと次のコールバックの良い使用例は\Pkg{luatexja-otf}パッケージであり,
4743 JFM中でAdobe-Japan1 CIDの文字を \verb+"AJ1-xxx"+ の形で指定するために
4744 用いられている.
4745 %</ja>
4746
4747 %<en>\item[\texttt{luatexja.find\_char\_class} callback]
4748 %<ja>\item[\texttt{luatexja.find\_char\_class}コールバック]
4749 %<*en>
4750 This callback is called just when \LuaTeX-ja is trying to determine which
4751              character class a character \verb+chr_code+ belongs.
4752 A function used in this callback should be in the following form:
4753 %</en>
4754 %<*ja>
4755 このコールバックは\LuaTeX-jaが \verb+chr_code+ の文字がどの文字クラスに
4756 属するかを決定しようとする際に呼び出される.
4757 このコールバックで呼び出される関数は次の形をしていなければならない:
4758 %</ja>
4759 \begin{lstlisting}[numbers=left]
4760 function (<number> char_class, <table> jfont_info, <number> chr_code)
4761   if char_class~=0 then return char_class
4762   else
4763     ....
4764     return (<number> new_char_class or 0)
4765   end
4766 end
4767 \end{lstlisting}
4768
4769 %<*en>
4770 The argument \verb+char_class+ is the result of \LuaTeX-ja's default
4771              routine or previous function calls in this callback, hence
4772              this argument may not be 0. Moreover, the returned
4773              \verb+new_char_class+ should be as same as \verb+char_class+ when \verb+char_class+
4774              is not~0, otherwise you will overwrite the \LuaTeX-ja's
4775              default routine.
4776 %</en>
4777 %<*ja>
4778 引数 \verb+char_class+ は\LuaTeX-jaのデフォルトルーチンか,このコールバックの
4779 直前の関数呼び出しの結果を含んでおり,したがってこの値は0ではないかもしれない.
4780 さらに,戻り値の \verb+new_char_class+ は \verb+char_class+ が非零のときには
4781 \verb+char_class+ の値と同じであるべきで,そうでないときは\LuaTeX-jaの
4782 デフォルトルーチンを書き換えることになる.
4783 %</ja>
4784
4785 %<en>\item[\texttt{luatexja.set\_width} callback]
4786 %<ja>\item[\texttt{luatexja.set\_width}コールバック]
4787 %<*en>
4788 This callback is called when \LuaTeX-ja is trying to encapsule a
4789              \textbf{JAchar} \textit{glyph\_node}, to adjust its
4790              dimension and position.
4791 %</en>
4792 %<*ja>
4793 このコールバックは\LuaTeX-jaが\textbf{JAchar}の寸法と位置を調節するために
4794 その\textit{glyph\_node}をカプセル化しようとする際に呼び出される.
4795 %</ja>
4796 \begin{lstlisting}[numbers=left]
4797 function (<table> shift_info, <table> jfont_info, <number> char_class)
4798   return <table> new_shift_info
4799 end
4800 \end{lstlisting}
4801
4802 %<*en>
4803 The argument \verb+shift_info+ and the returned \verb+new_shift_info+ have
4804 \texttt{down} and \texttt{left} fields, which are the amount of shifting
4805              down/left the character in a scaled point.
4806 %</en>
4807 %<*ja>
4808 引数 \verb+shift_info+ と戻り値の \verb+new_shift_info+ は
4809 \texttt{down}と\texttt{left}のフィールドを持ち,これらの値は
4810 文字の下/左へのシフト量(sp単位)である.
4811 %</ja>
4812
4813 %<*en>
4814 A good example is \Pkg{test/valign.lua}.
4815 After loading this file, the vertical position of glyphs is automatically
4816 adjusted; the ratio $(\hbox{height}:\hbox{depth})$ of glyphs is adjusted
4817 to be that of letters in the character class~0. For example, suppose that
4818 \begin{itemize}
4819 \item The setting of the JFM: $(\hbox{height})=88x$, $(\hbox{depth})=12x$
4820   (the standard values of Japanese OpenType fonts);
4821 \item The value of the real font: $(\hbox{height})=28y$, $(\hbox{depth})=5y$
4822   (the standard values of Japanese TrueType fonts).
4823 \end{itemize}
4824 Then, the position of glyphs is shifted up by
4825 %</en>
4826 %<*ja>
4827 良い例が\Pkg{test/valign.lua}である.このファイルが読み込まれた状態では,
4828              JFM内で規定された文字クラス0の文字における$(\hbox{高
4829              さ}):(\hbox{深さ})$の比になるように,実際のフォントの出力上
4830              下位置が自動調整される.例えば,
4831 \begin{itemize}
4832 \item JFM側の設定:$(\hbox{高さ})=88x$, $(\hbox{深さ})=12x$%
4833 (和文OpenTypeフォントの標準値)
4834 \item 実フォント側の数値:$(\hbox{高さ})=28y$, $(\hbox{深さ})=5y$(和文TrueTypeフォントの標準値)
4835 \end{itemize}
4836 となっていたとする.すると,実際の文字の出力位置は,以下の量だけ上にぜらされることとなる:
4837 %</ja>
4838 \[
4839  \frac{88x}{88x+12x} (28y+5y) - 28y = \frac{26}{25}y= 1.04y.
4840 \]
4841 \end{description}
4842
4843
4844
4845 %<en>\section{Parameters}
4846 %<ja>\section{パラメータ}
4847 \subsection{\cs{ltjsetparameter}}
4848 \label{ssec-param}
4849
4850 %<*en>
4851 As described before, \cs{ltjsetparameter} and \cs{ltjgetparameter} are
4852 commands for accessing most parameters of \LuaTeX-ja. One of the main
4853 reason that \LuaTeX-ja didn't adopted the syntax similar to that of \pTeX\
4854 (\textit{e.g.},~\verb+\prebreakpenalty`)=10000+)
4855 is the position of \verb+hpack_filter+ callback in the source
4856 of \LuaTeX, see Section~\ref{sec-para}.
4857 %</en>
4858 %<*ja>
4859 先に述べたように,\LuaTeX-jaの内部パラメータにアクセスするには
4860 \cs{ltjsetparameter}(または \cs{ltjglobalsetparameter})と \cs{ltjgetparameter} を用いる.
4861 \LuaTeX-jaが\pTeX のような文法(例えば,\verb+\prebreakpenalty`)=10000+)を
4862 採用しない理由の一つは,\LuaTeX のソースにおける \verb+hpack_filter+
4863 コールバックの位置にある.\ref{sec-para}章を参照.
4864 %</ja>
4865
4866 %<*en>
4867 \cs{ltjsetparameter} and \cs{ltjglobalsetparameter} are commands
4868 for assigning parameters. These take one argument which is a
4869 \texttt{<key>=<value>} list.
4870 The difference between these two commands is the
4871 scope of assignment;
4872 \cs{ltjsetparameter} does a local assignment and
4873 \cs{ltjglobalsetparameter} does a global one.
4874 They also obey the value of \cs{globaldefs}, like other assignments.
4875 %</en>
4876 %<*ja>
4877 \cs{ltjsetparameter} と \cs{ltjglobalsetparameter} はパラメータを
4878 指定するための命令で,\texttt{<key>=<value>}のリストを
4879 引数としてとる.両者の違いはスコープであり,
4880 \cs{ltjsetparameter} はローカルな設定を行うのに対し,
4881 \cs{ltjglobalsetparameter} はグローバルな設定を行う.
4882 また,他のパラメータ指定と同様に \cs{globaldefs} の値にも従う.
4883 %</ja>
4884
4885 %<*en>
4886 The following is the list of parameters which can be specified by the
4887 \cs{ltjsetparameter} command. [\cs{cs}] indicates the counterpart
4888 in \pTeX, and symbols beside each parameter has the following meaning:
4889 %</en>
4890 %<*ja>
4891 以下は \cs{ltjsetparameter} に指定することができるパラメータの一覧である.
4892 [\cs{cs}]は\pTeX における対応物を示す.
4893 また,それぞれのパラメータの右上の記号には次の意味がある:
4894 %</ja>
4895 \begin{itemize}
4896 %<*en>
4897 \item ``\ast'' : values at the end of a paragraph or a hbox are
4898 adopted in the whole paragraph or the whole hbox.
4899 %</en>
4900 %<*ja>
4901 \item ``\ast'':段落やhboxの終端での値がその段落/hbox全体で用いられる.
4902 %</ja>
4903 %<*en>
4904 \item ``\dagger'': assignments are always global.
4905 %</en>
4906 %<*ja>
4907 \item ``\dagger'':指定は常にグローバルになる.
4908 %</ja>
4909 \end{itemize}
4910
4911 \begin{cslist}[style=standard]
4912 \item[\DParam{jcharwidowpenalty}\,=<penalty>$^\ast$] [\cs{jcharwidowpenalty}]\
4913
4914 %<*en>
4915 Penalty value for suppressing orphans. This penalty is inserted just
4916              after the last \textbf{JAchar} which is not regarded as a
4917              (Japanese) punctuation mark.
4918 %</en>
4919 %<*ja>
4920 パラグラフの最後の字が孤立して改行されるのを防ぐためのペナルティの値.
4921 このペナルティは(日本語の)句読点として扱われない最後の\textbf{JAchar}の直後に
4922 挿入される.
4923 %</ja>
4924
4925 \item[\DParam{kcatcode}\,=\{<chr\_code>,<natural number>\}$^\ast$]\
4926
4927 %<*en>
4928 An additional attributes which each character whose character code is <chr\_code> has.
4929 At the present version, the lowermost bit of <natural number> indicates
4930              whether the character is considered as a punctuation mark
4931              (see the description of \Param{jcharwidowpenalty} above).
4932 %</en>
4933 %<*ja>
4934 文字コードが<chr\_code>の文字が持つ付加的な属性値.
4935 現在のバージョンでは,<natural number>の最下位ビットが,その文字が句読点と
4936 みなされるかどうかを表している(上の\Param{jcharwidowpenalty}の記述を参照).
4937 %</ja>
4938
4939 \item[\DParam{prebreakpenalty}\,=\{<chr\_code>,<penalty>\}$^\ast$] [\cs{prebreakpenalty}]\
4940
4941 %<*ja>
4942 文字コード<chr\_code>の\textbf{JAchar}が行頭にくることを抑止するために,
4943              この文字の前に挿入/追加されるペナルティの量を指定する.
4944
4945 例えば閉じ括弧「〗」は絶対に行頭にきてはならないので,
4946 \begin{lstlisting}
4947 \ltjsetparameter{prebreakpenalty={`〙,10000}}
4948 \end{lstlisting}
4949 と,最大値の10000が標準で指定されている.他にも,小書きのカナなど,絶対禁止とい
4950              うわけではないができれば行頭にはきて欲しくない場合に,0と
4951              10000の間の値を指定するのも有用であろう.
4952
4953 \pTeX では,\cs{prebreakpenalty}, \cs{postbreakpenalty}において,
4954 \begin{itemize}
4955 \item 一つの文字に対して,pre, postどちらか一つしか指定することができない%
4956   \footnote{後から指定した方で上書きされる.}
4957 \item pre, post合わせて256文字分の情報を格納することしかできない
4958 \end{itemize}
4959 という制限があったが,\LuaTeX-jaではこれらの制限は解消されている.
4960 %</ja>
4961 %<*en>
4962 Set a penalty which is inserted automatically before the character <chr\_code>,
4963 to prevent a line starts from this character. For example, a line cannot started
4964 with one of closing brackets ``〗'', so \LuaTeX-ja sets
4965 \begin{lstlisting}
4966 \ltjsetparameter{prebreakpenalty={`〙,10000}}
4967 \end{lstlisting}
4968 by default.
4969
4970 \pTeX\ has following restrictions on \cs{prebreakpenalty} and \cs{postbreakpenalty},
4971 but they don't exist in \LuaTeX-ja:
4972 \begin{itemize}
4973  \item Both \cs{prebreakpenalty} and \cs{postbreakpenalty} cannot be set
4974 for the same character.
4975  \item We can set \cs{prebreakpenalty} and \cs{postbreakpenalty} up to 256~characters.
4976 \end{itemize}
4977 %</en>
4978
4979 \item[\DParam{postbreakpenalty}\,=\{<chr\_code>,<penalty>\}$^\ast$]
4980            [\cs{postbreakpenalty}]\
4981
4982 %<*ja>
4983 文字コード<chr\_code>の\textbf{JAchar}が行末にくることを抑止するために,
4984              この文字の後に挿入/追加されるペナルティの量を指定する.
4985 %</ja>
4986 %<*en>
4987 Set a penalty which is inserted automatically after the character <chr\_code>,
4988 to prevent a line ends with this character.
4989 %</en>
4990
4991 \item[\DParam{jatextfont}\,=\{<jfam>,<jfont\_cs>\}$^\ast$]
4992 %<en>[\cs{textfont} in \TeX]
4993 %<ja>[\TeX の \cs{textfont}]
4994 \item[\DParam{jascriptfont}\,=\{<jfam>,<jfont\_cs>\}$^\ast$]
4995 %<en>[\cs{scriptfont} in \TeX]
4996 %<ja>[\TeX の \cs{scriptfont}]
4997 \item[\DParam{jascriptscriptfont}\,=\{<jfam>,<jfont\_cs>\}$^\ast$]
4998 %<en>[\cs{scriptscriptfont} in \TeX]
4999 %<ja>[\TeX の \cs{scriptscriptfont}]
5000 \item[\DParam{yjabaselineshift}\,=<dimen>]\
5001 \item[\DParam{yalbaselineshift}\,=<dimen>] [\cs{ybaselineshift}]
5002 \item[\DParam{tjabaselineshift}\,=<dimen>]\
5003 \item[\DParam{talbaselineshift}\,=<dimen>] [\cs{tbaselineshift}]
5004
5005 \item[\DParam{jaxspmode}\,=\{<chr\_code>,<mode>\}$^\ast$]\
5006
5007 %<*en>
5008 Set whether inserting \Param{xkanjiskip} is allowed before/after a \textbf{JAchar} whose character code is <chr\_code>.
5009 The followings are allowed for <mode>:
5010 %</en>
5011 %<*ja>
5012 文字コードが<chr\_code>の\textbf{JAchar}の前/後ろに\Param{xkanjiskip}の
5013 挿入を許すかどうかの設定.
5014 以下の<mode>が許される:
5015 %</ja>
5016 \begin{description}
5017 %<en>\item[0, \texttt{inhibit}] Insertion of \Param{xkanjiskip} is inhibited before the character, nor after the character.
5018 %<ja>\item[0, \texttt{inhibit}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも禁止される.
5019 %<en>\item[1, \texttt{preonly}] Insertion of \Param{xkanjiskip} is allowed before the character, but not after.
5020 %<ja>\item[1, \texttt{preonly}] \Param{xkanjiskip}の挿入は文字の前では許されるが,後ろでは許されない.
5021 %<en>\item[2, \texttt{postonly}] Insertion of \Param{xkanjiskip} is allowed after the character, but not before.
5022 %<ja>\item[2, \texttt{postonly}] \Param{xkanjiskip}の挿入は文字の後ろでは許されるが,前では許されない.
5023 %<en>\item[3, \texttt{allow}] Insertion of \Param{xkanjiskip} is allowed both before the character and after the character. This is the default value.
5024 %<ja>\item[3, \texttt{allow}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも許される.これがデフォルトの値である.
5025 \end{description}
5026 %<*en>
5027 This parameter is similar to the \cs{inhibitxspcode} primitive of \pTeX, but not compatible with \cs{inhibitxspcode}.
5028 %</en>
5029 %<*ja>
5030 このパラメータは\pTeX の \cs{inhibitxspcode} プリミティブと似ているが,
5031 互換性はない.
5032 %</ja>
5033 \item[\DParam{alxspmode}\,=\{<chr\_code>,<mode>\}$^\ast$] [\cs{xspcode}]\
5034
5035 %<*en>
5036 Set whether inserting \Param{xkanjiskip} is allowed before/after a
5037              \textbf{ALchar} whose character code is <chr\_code>.
5038              The followings are allowed for <mode>:
5039 %</en>
5040 %<*ja>
5041 文字コードが<chr\_code>の\textbf{ALchar}の前/後ろに\Param{xkanjiskip}の
5042 挿入を許すかどうかの設定.
5043 以下の<mode>が許される:
5044 %</ja>
5045 \begin{description}
5046 %<en>\item[0, \texttt{inhibit}] Insertion of \Param{xkanjiskip} is inhibited before the character, nor after the character.
5047 %<ja>\item[0, \texttt{inhibit}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも禁止される.
5048 %<en>\item[1, \texttt{preonly}] Insertion of \Param{xkanjiskip} is allowed before the character, but not after.
5049 %<ja>\item[1, \texttt{preonly}] \Param{xkanjiskip}の挿入は文字の前では許されるが,後ろでは許されない.
5050 %<en>\item[2, \texttt{postonly}] Insertion of \Param{xkanjiskip} is allowed after the character, but not before.
5051 %<ja>\item[2, \texttt{postonly}] \Param{xkanjiskip}の挿入は文字の後ろでは許されるが,前では許されない.
5052 %<en>\item[3, \texttt{allow}] Insertion of \Param{xkanjiskip} is allowed before the character and after the character. This is the default value.
5053 %<ja>\item[3, \texttt{allow}] \Param{xkanjiskip}の挿入は文字の前/後ろのいずれでも許される.これがデフォルトの値である.
5054 \end{description}
5055 %<*en>
5056 Note that parameters \Param{jaxspmode} and \Param{alxspmode} share a common table, hence these two parameters are synonyms of each other.
5057 %</en>
5058 %<*ja>
5059 \Param{jaxspmode}と\Param{alxspmode}は共通のテーブルを用いているため,
5060 これら2つのパラメータは互いの別名となっていることに注意する.
5061 %</ja>
5062
5063 \item[\DParam{autospacing}\,=<bool>] [\cs{autospacing}]
5064 \item[\DParam{autoxspacing}\,=<bool>] [\cs{autoxspacing}]
5065 \item[\DParam{kanjiskip}\,=<skip>$^\ast$] [\cs{kanjiskip}]\
5066
5067 %<*ja>
5068 デフォルトで2つの\textbf{JAchar}の間に挿入されるグルーである.
5069 通常では,\pTeX と同じようにフォントサイズに比例して変わることはない.
5070 しかし,自然長が \cs{maxdimen} の場合は,例外的に和文フォントのJFM側で指定されている
5071 値を採用(こちらはフォントサイズに比例)することになっている.
5072 %</ja>
5073 %<*en>
5074 The default glue which inserted between two \textbf{JAchar}s.
5075 Changing current Japanese font does not alter this parameter, as \pTeX.
5076
5077 If the natural width of this parameter is \cs{maxdimen}, \LuaTeX-ja uses
5078 the value which is specified in the JFM for current Japanese font (See Subsection~\ref{ssec-jfm-str}).
5079 %</en>
5080
5081 \item[\DParam{xkanjiskip}\,=<skip>$^\ast$] [\cs{xkanjiskip}]\
5082
5083 %<*ja>
5084 デフォルトで\textbf{JAchar}と\textbf{ALchar}の間に挿入されるグルーである.
5085 \Param{kanjiskip}と同じように,通常ではフォントサイズに比例して変わることはないが,
5086 自然長が \cs{maxdimen} の場合が例外である.
5087 %</ja>
5088 %<*en>
5089 The default glue which inserted between a \textbf{JAchar} and an
5090       \textbf{ALchar}.
5091 Changing current font does not alter this parameter, as \pTeX.
5092
5093 As \Param{kanjiskip}, if the natural width of this parameter is \cs{maxdimen}, \LuaTeX-ja uses
5094 the value which is specified in the JFM for current Japanese font (See Subsection~\ref{ssec-jfm-str}).
5095 %</en>
5096
5097
5098 \item[\DParam{differentjfm}\,=<mode>$^\dagger$]\
5099
5100 %<*en>
5101 Specify how glues/kerns between two \textbf{JAchar}s whose JFM (or size) are different.
5102 The allowed arguments are the followings:
5103 %</en>
5104 %<*ja>
5105 JFM(もしくはサイズ)が異なる2つの\textbf{JAchar}の間にグルー/カーンをどのように
5106 入れるかを指定する.
5107 許される値は以下の通り:
5108 %</ja>
5109 \begin{quote}
5110 \texttt{average},
5111 \texttt{both},
5112 \texttt{large},
5113 \texttt{small},
5114 \texttt{pleft},
5115 \texttt{pright},
5116 \texttt{paverage}
5117 \end{quote}
5118 %<*en>
5119 The default value is \texttt{paverage}. \dots
5120 %</en>
5121 %<*ja>
5122 デフォルト値は \texttt{paverage} である.
5123 各々の値による差異の詳細は\ref{ssec-cluster-wa}節の「『右空白』の算出」を参照してほしい.
5124 %</ja>
5125
5126 \item[\DParam{jacharrange}\,=<ranges>]
5127 \item[\DParam{kansujichar}\,=\{<digit>, <chr\_code>\}$^\ast$] [\cs{kansujichar}]
5128
5129 \item[\DParam{direction}\,=<dir>\ \hbox{\rm (always local)}]\
5130
5131 %<*en>
5132 Assigning to this parameter has the same effect as
5133 \cs{yoko}~(if $\hbox{<dir>}=4$), \cs{tate}~(if $\hbox{<dir>}=3$),
5134 \cs{dtou}~(if $\hbox{<dir>}=1$) or \cs{utod}~(if $\hbox{<dir>}=11$).
5135 If the argument <dir> is not one of 4,~3, 1~nor~11,
5136 the behavior of this assignment is undefined.
5137 %</en>
5138 %<*ja>
5139 組方向を変更する \cs{yoko}~(if $\hbox{<dir>}=4$), \cs{tate}~(if $\hbox{<dir>}=3$),
5140 \cs{dtou}~(if $\hbox{<dir>}=1$), \cs{utod}~(if $\hbox{<dir>}=11$) と同じ役割を持つ.
5141 利用可能な状況もこれら4命令と同一である.引数<dir>が4,~3, 1,~11のいずれでも無いときの
5142 動作は未定義である.
5143 %</ja>
5144
5145 \end{cslist}
5146
5147
5148 \subsection{\cs{ltjgetparameter}}
5149 \label{ssec-getpar}
5150 %<*en>
5151 \cs{ltjgetparameter} is a control sequence for acquiring parameters. It
5152 always takes a parameter name as first argument.
5153 %</en>
5154 %<*ja>
5155 \cs{ltjgetparameter} はパラメータの値を取得するための命令であり,
5156 常にパラメータの名前を第一引数にとる.
5157 %</ja>
5158 \begin{LTXexample}
5159 \ltjgetparameter{differentjfm},
5160 \ltjgetparameter{autospacing},
5161 \ltjgetparameter{kanjiskip},
5162 \ltjgetparameter{prebreakpenalty}{`)}.
5163 \end{LTXexample}
5164
5165 %<*en>
5166 \emph{The return value of\/ \cs{ltjgetparameter} is
5167 always a string}, which is outputted by \texttt{tex.write()}.
5168 Hence any character other than space~``\texttt{\char32}''~(\texttt{U+0020}) has the category code
5169 12~(other), while the space has 10~(space).
5170 %</en>
5171 %<*ja>
5172 \emph{\cs{ltjgetparameter} の戻り値は常に文字列である.}
5173 これは\texttt{tex.write()}によって出力しているためで,空白「\texttt{\char32}」
5174 (\texttt{U+0020})を除いた文字のカテゴリーコードは全て12~(other)となる.
5175 一方,空白のカテゴリーコードは10~(space)である.
5176 %</ja>
5177
5178 \begin{itemize}
5179 \item
5180 %<*en>
5181 If first argument is one of the
5182 following, no  additional argument is needed.
5183 %</en>
5184 %<*ja>
5185 第1引数が次のいずれかの場合には,追加の引数は必要ない.
5186 %</ja>
5187 \begin{quote}
5188 \sffamily
5189 jcharwidowpenalty, yjabaselineshift, yalbaselineshift, autospacing, autoxspacing,\\
5190 kanjiskip, xkanjiskip, differentjfm, direction
5191 \end{quote}
5192 %<*en>
5193 Note that \verb+\ltjgetparameter{autospacing}+~and~\verb+\ltjgetparameter{autoxspacing}+
5194 returns 1 or 0, not
5195 \texttt{true}~nor~\texttt{false}.
5196 %</en>
5197 %<*ja>
5198 \verb+\ltjgetparameter{autospacing}+ と \verb+\ltjgetparameter{autoxspacing}+ は,
5199 \texttt{true}や\texttt{false}を返すの\emph{ではなく},
5200 1か0のいずれかを返すことに注意,
5201 %</ja>
5202
5203 \item
5204 %<*en>
5205 If first argument is one of the
5206 following, an additional argument---a character code, for example---is needed.
5207 %</en>
5208 %<*ja>
5209 第1引数が次のいずれかの場合には,さらに文字コードを第2引数としてとる.
5210 %</ja>
5211 \begin{quote}
5212 \sffamily
5213 kcatcode, prebreakpenalty, postbreakpenalty, jaxspmode, alxspmode
5214 \end{quote}
5215 %<*en>
5216 \verb+\ltjgetparameter{jaxspmode}{...}+~and~\verb+\ltjgetparameter{alxspmode}{...}+
5217 returns 0,~1, 2,~or~3, instead of \texttt{preonly} etc.
5218 %</en>
5219 %<*ja>
5220 \verb+\ltjgetparameter{jaxspmode}{...}+ や \verb+\ltjgetparameter{alxspmode}{...}+\
5221 は,\texttt{preonly} などといった文字列ではなく,0から3までの値を返す.
5222 %</ja>
5223
5224 \item
5225 %<*en>
5226 \verb+\ltjgetparameter{jacharrange}{+<range>\verb+}+ returns \texttt{0}
5227 if ``characters which belong to the character range~<range> are \textbf{JAchar}'',
5228 \texttt{1} if ``\dots~are \textbf{ALchar}''.
5229 Although there is no character range~$-1$, specifying $-1$ to <range> does not cause an
5230       error (returns 1).
5231 %</en>
5232 %<*ja>
5233 \verb+\ltjgetparameter{jacharrange}{+<range>\verb+}+ は,<range>が\textbf{JAchar}達の
5234 範囲ならば0を,そうでなければ1を返す.「$-1$番の文字範囲」は存在しないが,<range>に$-1$を
5235 指定してもエラーは発生しない(1を返す).
5236 %</ja>
5237
5238 \item
5239 %<*en>
5240 For an integer~<digit> between 0~and~9,
5241      \verb+\ltjgetparameter{kansujichar}{+<digit>\verb+}+ returns the character code
5242 of the result of \cs{kansuji}<digit>.
5243 %</en>
5244 %<*ja>
5245 0--9の数<digit>に対して,
5246 \verb+\ltjgetparameter{kansujichar}{+<digit>\verb+}+ は,\cs{kansuji}<digit>で出力され
5247      る文字の文字コードを返す.
5248 %</ja>
5249
5250 \item
5251 %<*en>
5252 \verb+\ltjgetparameter{adjustdir}+ returns a integer which represents
5253 the direction of the surrounding vertical list.
5254 As \Param{direction}, the return value 1 means \emph{down-to-up} direction,
5255 3 means \emph{tate} direction (vertical typesetting),
5256 and 4 means \emph{yoko} direction (horizontal typesetting).
5257 %</en>
5258 %<*ja>
5259 \verb+\ltjgetparameter{adjustdir}+ は,周囲のvboxの組方向(言い換えれば,
5260 \cs{vadjust} で用いられる組方向)を表す数値を返す.
5261 \Param{direction}と同様に,1は \cs{dtou} 方向を,
5262 3は縦組みを,4は横組みを表す.
5263 %</ja>
5264
5265 \item
5266 %<*en>
5267 For an integer~<reg\_num> between 0~and~65535,
5268 \verb+\ltjgetparameter{boxdim}{+<reg\_num>\verb+}+ returns the direction of
5269 \cs{box}<reg\_num>. If this box register is void, the returned value is zero.
5270 %</en>
5271 %<*ja>
5272 0--65535の数<reg\_num>に対して,
5273 \verb+\ltjgetparameter{boxdim}{+<reg\_num>\verb+}+ は,\cs{box}<reg\_num>に
5274 格納されているボックスの組方向を表す.もしこのレジスタが空の場合は,0が返される.
5275 %</ja>
5276
5277 \item
5278 %<*en>
5279 The following parameter names \emph{cannot be specified} in \cs{ltjgetparameter}.
5280 %</en>
5281 %<*ja>
5282 次のパラメータ名を \cs{ltjgetparameter} に指定することはできない.
5283 %</ja>
5284 \begin{quote}
5285 \sffamily
5286 jatextfont, jascriptfont, jascriptscriptfont, jacharrange
5287 \end{quote}
5288
5289 \item
5290 %<*en>
5291 \verb+\ltjgetparameter{chartorange}{+<chr\_code>\verb+}+ returns
5292 the range number which <chr\_code> belongs to
5293 (although there is no parameter named ``chartorange'').
5294
5295 If <chr\_code> is between 0 and 127, this <chr\_code> does not belong to
5296 any character range. In this case,
5297       \verb+\ltjgetparameter{chartorange}{+<chr\_code>\verb+}+
5298 returns $-1$.
5299
5300 Hence, one can know whether <chr\_code> is \textbf{JAchar} or not
5301 by the following:
5302 %</en>
5303 %<*ja>
5304 \verb+\ltjgetparameter{chartorange}{+<chr\_code>\verb+}+ によって
5305 <chr\_code>の属する文字範囲の番号を知ることができる.
5306
5307 <chr\_code>に0--127の値を指定した場合(このとき,<chr\_code>が属する
5308 文字範囲は存在しない)は$-1$が返る.
5309
5310 そのため,<chr\_code>が\textbf{JAchar}か\textbf{ALchar}かは
5311 次で知ることができる:
5312 %</ja>
5313 \begin{quote}
5314 \ttfamily \verb+\ltjgetparameter{jacharrange}{\ltjgetparameter{chartorange}{+%
5315   <chr\_code>\verb+}}+\\\null\hfill\verb+% 0 if JAchar, 1 if ALchar+
5316 \end{quote}
5317
5318 %<*en>
5319 \item Because the returned value is string, the following conditionals do not work
5320 if \Param{kanjiskip} (or~\Param{xkanjiskip}) has the stretch part or the shrink part.
5321 \begin{lstlisting}
5322 \ifdim\ltjgetparameter{kanjiskip}>\z@ ... \fi
5323 \ifdim\ltjgetparameter{xkanjiskip}>\z@ ... \fi
5324 \end{lstlisting}
5325 The correct way is using a temporary register.
5326 \begin{lstlisting}
5327 \@tempskipa=\ltjgetparameter{kanjiskip} \ifdim\@tempskipa>\z@ ... \fi
5328 \@tempskipa=\ltjgetparameter{xkanjiskip}\ifdim\@tempskipa>\z@ ... \fi
5329 \end{lstlisting}
5330 %</en>
5331 %<*ja>
5332 \item 返り値が文字列であることから,\Param{kanjiskip}や\Param{xkanjiskip}を直接
5333 \ \cs{ifdim} を使って比較することは望ましくない.伸び量や縮み量を持っている時には,
5334 次はエラーを発生させる:
5335 \begin{lstlisting}
5336 \ifdim\ltjgetparameter{kanjiskip}>\z@ ... \fi
5337 \ifdim\ltjgetparameter{xkanjiskip}>\z@ ... \fi
5338 \end{lstlisting}
5339 レジスタに一旦代入するのが良い:
5340 \begin{lstlisting}
5341 \@tempskipa=\ltjgetparameter{kanjiskip} \ifdim\@tempskipa>\z@ ... \fi
5342 \@tempskipa=\ltjgetparameter{xkanjiskip}\ifdim\@tempskipa>\z@ ... \fi
5343 \end{lstlisting}
5344 %</ja>
5345
5346 \end{itemize}
5347
5348 %<*ja>
5349 \subsection{\cs{ltjsetparameter} の代替}
5350 原則として各種内部パラメータの設定には \cs{ltjsetparameter} もしくは
5351 \ \cs{ltjglobalsetparameter}\ を用いることになるが,
5352 \cs{ltjsetparameter} の実行には時間がかかるという難点があり,
5353 \LuaTeX-ja の内部ではより高速に実行できる別の形式を用いている.
5354 \emph{本節は一般利用者むけの内容ではない.}
5355
5356 \paragraph{\Param{kanjiskip}, \Param{xkanjiskip} の設定}
5357 \pLaTeXe 新ドキュメントクラスでは,
5358 \begin{lstlisting}
5359 \def\@setfontsize#1#2#3{%
5360   ...
5361   \kanjiskip=0zw plus .1zw minus .01zw
5362   \ifdim\xkanjiskip>\z@
5363     \if@slide \xkanjiskip=0.1em \else
5364       \xkanjiskip=0.25em plus 0.15em minus 0.06em
5365     \fi
5366   \fi}
5367 \end{lstlisting}
5368 と,フォントサイズを変更するごとに \cs{kanjiskip}, \cs{xkanjiskip} を変更している.
5369 この \cs{@setfontsize} は文書の中で多数回実行されるので.
5370 \LuaTeX-ja 用に素直に書き換えた
5371 \begin{lstlisting}
5372   \ltjsetparameter{kanjiskip=0\zw plus .1\zw minus .01\zw}
5373   \@tempskipa=\ltjgetparameter{xkanjiskip}
5374   \ifdim\@tempskipa>\z@
5375     \if@slide 
5376       \ltjsetparameter{xkanjiskip=0.1em}
5377     \else
5378       \ltjsetparameter{xkanjiskip=0.25em plus 0.15em minus 0.06em}
5379     \fi
5380   \fi
5381 \end{lstlisting}
5382 としたのではタイプセットが遅くなってしまう.
5383 そこで,\cs{ltjsetparameter} の中で
5384 \begin{itemize}
5385 \item \cs{globaldefs} の値を読み取る \cs{ltj@setpar@global}
5386 \item \Param{kanjiskip} の設定を行う \cs{ltjsetkanjiskip}
5387 \item \Param{xkanjiskip} の設定を行う \cs{ltjsetxkanjiskip}
5388 \end{itemize}
5389 を独立させ,\Pkg{ltjsclasses}では,
5390 \begin{lstlisting}
5391   \ltj@setpar@global
5392   \ltjsetkanjiskip{\z@ plus .1\zw minus .01\zw}
5393   \@tempskipa=\ltjgetparameter{xkanjiskip}
5394   \ifdim\@tempskipa>\z@
5395     \if@slide 
5396       \ltjsetxkanjiskip.1em
5397     \else
5398       \ltjsetxkanjiskip.25em plus .15em minus .06em
5399     \fi
5400   \fi
5401 \end{lstlisting}
5402 としている.
5403 \cs{ltj@setpar@global}を直前に実行せず,単独で
5404 \cs{ltjsetkanjiskip}, \cs{ltjsetxkanjiskip}を実行することは想定されていないので注意.
5405
5406
5407
5408 \paragraph{ベースライン補正量の設定}
5409 \pLaTeX の\Pkg{ascmac}パッケージでは,縦組の欧文ベースライン補正量の一時待避・復帰処理に
5410 \ \cs{@saveybaselineshift}\ という寸法レジスタを用い
5411 \begin{lstlisting}
5412 \@savetbaselineshift\tbaselineshift\tbaselineshift\z@
5413 ...
5414 \tbaselineshift\@savetbaselineshift
5415 \end{lstlisting}
5416 という処理を行っている.
5417
5418 これを\LuaTeX-ja 用に \cs{ltjsetparameter} を使って書き直すと,
5419 \begin{lstlisting}
5420 \@savetbaselineshift\ltjgetparameter{talbaselineshift}
5421 \ltjsetparameter{talbaselineshift=\z@}
5422 ...
5423 \ltjsetparameter{talbaselineshift=\@savetbaselineshift}
5424 \end{lstlisting}
5425 となる.
5426
5427 さて,縦組の欧文ベースライン補正量\Param{talbaselineshift}は,
5428 実際には \cs{ltj@tablshift} という属性レジスタに格納されている
5429 (\ref{sec-para}\nobreak 節参照).属性レジスタは長さではなく整数値を格納する\footnote{%
5430   従って,\texttt{\textbackslash @savetbaselineshift=\textbackslash ltj@tablshift}\ 
5431   のように記述することはできない.属性レジスタを \cs{tbaselineshift} という名称にしなかっ
5432   たのはそのためである.
5433 }ものであり,\cs{ltj@tablshift} は補正量を sp 単位で保持することから,
5434 上記のコードと同じ内容をより速い以下のコードで実現することができる.
5435 \begin{lstlisting}
5436 \@savetbaselineshift\ltj@tablshift sp%
5437 \ltj@tablshift\z@
5438 ...
5439 \ltj@tablshift\@savetbaselineshift
5440 \end{lstlisting}
5441 この手法は \Pkg{ascmac} パッケージの\LuaTeX-ja対応パッチ \Pkg{lltjp-tascmac.sty} で
5442 実際に用いられている.\Pkg{lltjp-tascmac.sty} は自動的に読み込まれるので,
5443 ユーザは何も気にせず普通に \Pkg{ascmac} パッケージを \cs{usepackage} で読みこめば良い.
5444 %</ja>
5445
5446
5447 %<en>\section{Other Commands for plain \TeX\ and \LaTeXe}
5448 %<ja>\section{plainでも\LaTeX でも利用可能なその他の命令}
5449 %<en>\subsection{Commands for Compatibility with \pTeX}
5450 %<ja>\subsection{\pTeX 互換用命令}
5451
5452 %<*en>
5453 The following commands are implemented for compatibility with \pTeX.
5454 Note that the former five commands don't support JIS~X~0213, but only JIS~X~0208.
5455 The last \cs{kansuji} converts an integer into its Chinese numerals.
5456 %</en>
5457 %<*ja>
5458 以下の命令は\pTeX との互換性のために実装されている.そのため,JIS~X~0213には対応せず,
5459 \pTeX と同じようにJIS~X~0208の範囲しかサポートしていない.
5460 %</ja>
5461 \begin{center}
5462 \cs{kuten}, \cs{jis}, \cs{euc}, \cs{sjis}, \cs{jis}, \cs{kansuji}
5463 \end{center}
5464 %<*en>
5465 These six commands takes an internal integer, and returns a \emph{string}.
5466 %</en>
5467 %<*ja>
5468 これら6命令は内部整数を引数とするが,実行結果は\textbf{文字列}であることに注意.
5469 %</ja>
5470 \begin{LTXexample}
5471 \newcount\hoge
5472 \hoge="2423 %"
5473 \the\hoge, \kansuji\hoge\\
5474 \jis\hoge, \char\jis\hoge\\
5475 \kansuji1701
5476 \end{LTXexample}
5477
5478 %<*en>
5479 To change characters of Chinese numerals for each digit, set \Param{kansujichar} parameter:
5480 \begin{LTXexample}
5481 \ltjsetparameter{kansujichar={1,`壹}}
5482 \ltjsetparameter{kansujichar={7,`漆}}
5483 \ltjsetparameter{kansujichar={0,`零}}
5484 \kansuji1701
5485 \end{LTXexample}
5486 %</en>
5487
5488
5489 \subsection{\cs{inhibitglue}}
5490 %<*en>
5491 \cs{inhibitglue} suppresses the insertion of \textbf{JAglue}.
5492 The following is an example, using a special JFM that there will be a glue between
5493 the beginning of a box and ``あ'', and also between ``あ''~and~``ウ''.
5494 %</en>
5495 %<*ja>
5496 \cs{inhibitglue} は\textbf{JAglue}の挿入を抑制する.
5497 以下は,ボックスの始めと「あ」の間,「あ」「ウ」の間にグルーが入る特別なJFMを用いた例で
5498 ある.
5499 %</ja>
5500
5501 \begin{LTXexample}[width=0.4\textwidth]
5502 \jfont\g=file:KozMinPr6N-Regular.otf:jfm=test \g
5503 \fbox{\hbox{あウあ\inhibitglue ウ}}
5504 \inhibitglue\par\noindent あ1
5505 \par\inhibitglue\noindent あ2
5506 \par\noindent\inhibitglue あ3
5507 \par\hrule\noindent あoff\inhibitglue ice
5508 \end{LTXexample}
5509
5510 %<*en>
5511 With the help of this example, we remark the specification of \cs{inhibitglue}:
5512 %</en>
5513 %<*ja>
5514 この例を援用して,\cs{inhibitglue} の仕様について述べる.
5515 %</ja>
5516 \begin{itemize}
5517 %<*en>
5518 \item The call of \cs{inhibitglue} in the (internal) vertical mode is
5519       simply ignored.
5520 %</en>
5521 %<*ja>
5522 \item \emph{\cs{inhibitglue} の垂直モード中での呼び出しは意味を持たない}\footnote{%
5523   この点は\TeX~Live~2014での\pTeX における \cs{inhibitglue} の仕様変更と同じである.
5524 }.
5525 4行目の入力で有効にならないのは,\cs{inhibitglue} の時点では垂直モードであり,
5526 \cs{noindent} の時点で水平モードになるからである.
5527 %</ja>
5528
5529 %<*en>
5530 \item The call of \cs{inhibitglue} in the (restricted) horizontal
5531       mode is only effective on the spot; does not get over boundary of
5532       paragraphs. Moreover, \cs{inhibitglue} cancels ligatures and
5533       kernings, as shown in the last line of above example.
5534 %</en>
5535 %<*ja>
5536 \item \cs{inhibitglue} の(制限された)水平モード中での呼び出しはその場でのみ
5537   有効であり,段落の境界を乗り越えない.
5538   さらに,\cs{inhibitglue} は上の例の最終行のように(欧文における)リガチャとカーニングを
5539   打ち消す.これは,\cs{inhibitglue} が内部的には「現在のリスト中にwhatsitノードを
5540   追加する」ことを行なっているからである.
5541 %</ja>
5542
5543 %<*en>
5544 \item The call of \cs{inhibitglue} in math mode is just ignored.
5545 %</en>
5546 %<*ja>
5547 \item \cs{inhibitglue} を数式モード中で呼び出した場合はただ無視される.
5548 %</ja>
5549
5550 %<*ja>
5551 \item \LaTeX で\LuaTeX-ja を使用する場合は,
5552 \cs{inhibitglue} の代わりとして \verb+\<+ を使うことができる.
5553 既に \verb+\<+ が定義されていた場合は,\LuaTeX-ja の読み込みで強制的に上書きされるので
5554 注意すること.
5555 %</ja>
5556 \end{itemize}
5557
5558
5559 \subsection{\cs{ltjdeclarealtfont}}
5560 \label{ssec-altfont}
5561 %<*en>
5562 Using \cs{ltjdeclarealtfont}, one can ``compose'' more than one Japanese fonts.
5563 This \cs{ltjdeclarealtfont} uses in the following form:
5564 \begin{quote}
5565 \ttfamily \textbackslash ltjdeclarealtfont<base\_font\_cs><alt\_font\_cs>{<range>}
5566 \end{quote}
5567 where  <base\_font\_cs>~and~<alt\_font\_cs> are defined by \cs{jfont}.
5568 Its meaning is
5569 \begin{quote}
5570 If the current Japanese font is <base\_font\_cs>, characters which belong to <range>
5571 is typeset by another Japanese font <alt\_font\_cs>, instead of <base\_font\_cs>.
5572 \end{quote}
5573
5574 <range> is a comma-separated list of character codes, but also accepts negative integers:
5575 $-n$~($n≥1$) means that all characters of character classes~$n$, with respect to JFM used
5576 by <base\_font\_cs>. Note that characters which do not exist in <alt\_font\_cs> are
5577 ignored.
5578
5579 For example, if \cs{hoge} uses \texttt{jfm-ujis.lua}, the standard JFM of \LuaTeX-ja,
5580 then
5581 \begin{lstlisting}
5582 \ltjdeclarealtfont\hoge\piyo{"3000-"30FF, {-1}-{-1}}
5583 \end{lstlisting}
5584 does
5585 \begin{quote}
5586 If the current Japanese font is \cs{hoge}, \texttt{U+3000}--\texttt{U+30FF}
5587 and characters in class~1 (ideographic opening brackets)
5588 are typeset by \cs{piyo}.
5589 \end{quote}
5590 %</en>
5591 %<*ja>
5592 \cs{jfont} の書式を見ればわかるように,基本的には\LuaTeX-jaにおける1つの和文フォントに
5593 使用出来る「実際のフォント」は1つである.
5594 しかし,\cs{ltjdeclarealtfont} を用いると,この原則から外れることができる.
5595
5596 \cs{ltjdeclarealtfont} は以下の書式で使用する:
5597 \begin{quote}
5598 \ttfamily \textbackslash ltjdeclarealtfont<base\_font\_cs><alt\_font\_cs>{<range>}
5599 \end{quote}
5600 これは「現在の和文フォント」が<base\_font\_cs>であるとき,
5601 <range>に属する文字は<alt\_font\_cs>を用いて組版される,という意味である.
5602 \begin{itemize}
5603  \item <base\_font\_cs>, <alt\_font\_cs>は
5604 \cs{jfont} によって定義された和文フォントである.
5605  \item <range>は文字コードの範囲を表すコンマ区切りのリストであるが,
5606    例外として負数$-n$は「<base\_font\_cs>のJFMの文字クラス$n$に属する全ての文字」
5607    を意味する.
5608
5609 <range>中に<alt\_font\_cs>中に実際には存在しない文字が指定された場合は,
5610 その文字に対する設定は無視される.
5611 \end{itemize}
5612
5613 例えば,\cs{hoge} のJFMが\LuaTeX-ja標準の
5614 \ \texttt{jfm-ujis.lua} であった場合,
5615 \begin{lstlisting}
5616 \ltjdeclarealtfont\hoge\piyo{"3000-"30FF, {-1}-{-1}}
5617 \end{lstlisting}
5618 は「\cs{hoge} を利用しているとき,
5619 \texttt{U+3000}--\texttt{U+30FF}と
5620 文字クラス1(開き括弧類)中の文字だけは \cs{piyo} を用いる」
5621 ことを設定する.\verb+{-1}-{-1}+ という変わった指定の仕方をしているのは,
5622 普通に \texttt{-1} と指定したのでは正しく$-1$と読み取られないという
5623 マクロの都合による.
5624 %</ja>
5625
5626
5627
5628 %<en>\section{Commands for \LaTeXe}
5629 %<ja>\section{\LaTeXe 用の命令}
5630
5631 %<en>\subsection{Patch for NFSS2}
5632 %<ja>\subsection{NFSS2へのパッチ}
5633 \label{ssec-nfsspat}
5634
5635 %<*en>
5636 Japanese patch for NFSS2 in \LuaTeX-ja
5637 is based on \texttt{plfonts.dtx} which plays the same role in \pLaTeXe.
5638 We will describe
5639 commands which are not described in Subsection~\ref{ssec-chgfnt}.
5640 %</en>
5641 %<*ja>
5642 \LuaTeX-jaのNFSS2への日本語パッチは
5643 \pLaTeXe で同様の役割を果たす \texttt{plfonts.dtx} をベースに,
5644 和文エンコーディングの管理等をLuaで書きなおしたものである.
5645 ここでは\ref{ssec-chgfnt}節で述べていなかった命令について
5646 記述しておく.
5647 %</ja>
5648
5649 \begin{cslist}%
5650 \item[\normalfont\bfseries %
5651 %<ja>追加の長さ変数達
5652 %<en>additonal dimensions
5653 ]
5654 %<*en>
5655 Like \pLaTeXe, \LuaTeX-ja defines the following dimensions
5656 for information of current Japanese font:
5657 %</en>
5658 %<*ja>
5659 \pLaTeXe と同様に,\LuaTeX-jaは「現在の和文フォントの情報」を格納する長さ変数
5660 %</ja>
5661 \begin{quote}
5662  \cs{cht}~(height), \cs{cdp}~(depth), \cs{cHT}~(sum of former two),\\
5663  \cs{cwd}~(width), \cs{cvs}~(lineskip), \cs{chs}~(equals to \cs{cwd})
5664 \end{quote}
5665 %<en>and its \cs{normalsize} version:
5666 %<ja>と,その \cs{normalsize} 版である
5667 \begin{quote}
5668  \cs{Cht}~(height), \cs{Cdp}~(depth),
5669  \cs{Cwd}~(width), \\\cs{Cvs}~(equals to \cs{baselineskip}),
5670  \cs{Chs}~(equals to \cs{cwd})%
5671 %<en>.
5672 \end{quote}
5673 %<*ja>
5674 を定義している.なお,\cs{cwd} と \cs{zw},また
5675 \cs{cHT} と \cs{zh} は一致しない可能性がある.なぜなら,
5676 \cs{cwd},~\cs{cHT} は「あ」の寸法から決定されるのに対し,
5677 \cs{zw} と \cs{zh} はJFMに指定された値に過ぎないからである.
5678 %</ja>
5679 %<*en>
5680 Note that \cs{cwd}~and~\cs{cHT} may  differ from \cs{zw}~and~\cs{zh}
5681 respectively.
5682 On the one hand the former dimensions are determined from the character ``あ'',
5683 but on the other hand \cs{zw}~and~\cs{zh} are specified by JFM.
5684 %</en>
5685
5686
5687 \item[\cs{DeclareYokoKanjiEncoding}\{<encoding>\}\{<text-settings>\}\{<math-settings>\}]
5688 %<en>\ \\[\dimexpr-\medskipamount-2\baselineskip\relax]
5689 %<ja>\ \\[\dimexpr-2\baselineskip\relax]
5690 \item[\cs{DeclareTateKanjiEncoding}\{<encoding>\}\{<text-settings>\}\{<math-settings>\}]
5691
5692 %<*en>
5693 In NFSS2 under \LuaTeX-ja, distinction between alphabetic font families
5694              and Japanese font families are only made by their
5695              encodings. For example, encodings OT1 and T1 are for
5696              alphabetic font families, and a Japanese font family cannot
5697              have these encodings. These command define a new encoding
5698              scheme for Japanese font families.
5699 %</en>
5700 %<*ja>
5701 \LuaTeX-jaのNFSS2においては,欧文フォントファミリと和文フォントファミリは
5702 そのエンコーディングによってのみ区別される.
5703 例えば,OT1とT1のエンコーディングは欧文フォントファミリに対するものであり,
5704 和文フォントファミリはこれらのエンコーディングを持つことはできない.
5705 これらコマンドは横組用・縦組用和文フォントのための新しいエンコーディングを
5706 それぞれ定義する.
5707 %</ja>
5708
5709 \item[\cs{DeclareKanjiEncodingDefaults}\{<text-settings>\}\{<math-settings>\}]
5710 %<en>\ \\[\dimexpr-\medskipamount-2\baselineskip\relax]
5711 %<ja>\ \\[\dimexpr-2\baselineskip\relax]
5712 \item[\cs{DeclareKanjiSubstitution}\{<encoding>\}\{<family>\}\{<series>\}\{<shape>\}]
5713 %<en>\ \\[\dimexpr-\medskipamount-2\baselineskip\relax]
5714 %<ja>\ \\[\dimexpr-2\baselineskip\relax]
5715 \item[\cs{DeclareErrorKanjiFont}\{<encoding>\}\{<family>\}\{<series>\}\{<shape>\}\{<size>\}]
5716
5717 %<*en>
5718 The above 3~commands are just the counterparts for \cs{DeclareFontEncodingDefaults} and~others.
5719 %</en>
5720 %<*ja>
5721 上記3つのコマンドはちょうど \cs{DeclareFontEncodingDefaults} などに対応するものである.
5722 %</ja>
5723
5724 \item[\cs{reDeclareMathAlphabet}\{<unified-cmd>\}\{<al-cmd>\}\{<ja-cmd>\}]
5725
5726 % ToDo: en
5727 %<*ja>
5728 和文・欧文の数式用フォントファミリを一度に変更する命令を作成する.
5729 具体的には,欧文数式用フォントファミリ変更の命令<al-cmd>(\cs{mathrm} 等)と,和文数式用フォ
5730              ントファミリ変更の命令<ja-cmd>(\cs{mathmc} 等)の2つを同時に行う命令として
5731              <unified-cmd>を(再)定義する.実際の使用では<unified-cmd>と
5732              <al-cmd>に同じものを指定する,すなわち,<al-cmd>で和文側も変
5733              更させるようにするのが一般的と思われる.
5734
5735 本命令は
5736 \begin{center}\tt
5737 <unified-cmd>\{<arg>\}\quad$\longrightarrow$\quad
5738 (<al-cmd>の1段展開結果)\{<ja-cmd>の1段展開結果)\{<arg>\}\}
5739 \end{center}
5740 と定義を行うので,使用には注意が必要である:
5741 %<en>\vspace{-\medskipamount}
5742 \begin{itemize}
5743 \item <al-cmd>,~<ja-cmd>は既に定義されていなければならない.
5744       \cs{reDeclareMathAlphabet}\\の後に
5745 両命令の内容を再定義しても,<unified-cmd>の内容にそれは反映されない.
5746 \item <al-cmd>,~<ja-cmd>に\verb+\@mathrm+などと \texttt{@} をつけた命令を指定した時の動作は保証できない.
5747 \end{itemize}
5748 %</ja>
5749
5750 \item[\cs{DeclareRelationFont}\{<ja-encoding>\}\{<ja-family>\}\{<ja-series>\}\{<ja-shape>\}\\*
5751   \null\hfill\{<al-encoding>\}\{<al-family>\}\{<al-series>\}\{<al-shape>\}]
5752 %<*en>
5753 This command sets the ``accompanied'' alphabetic font family (given by the latter 4~arguments)
5754 with respect to a Japanese font family given by the former 4~arguments.
5755 %</en>
5756 %<*ja>
5757 いわゆる「従属欧文」を設定するための命令である.前半の4引数で表される和文フォントファミリに対して,
5758 そのフォントに対応する「従属欧文」のフォントファミリを後半の4引数により与える.
5759 %</ja>
5760 \item[\cs{SetRelationFont}]
5761 %<*en>
5762 This command is almost same as \cs{DeclareRelationFont}, except that this command does a local
5763 assignment, where \cs{DeclareRelationFont} does a global assignment.
5764 %</en>
5765 %<*ja>
5766 このコマンドは \cs{DeclareRelationFont} とローカルな指定であることを除いて
5767 ほとんど同じである(\cs{DeclareRelationFont} はグローバル).
5768 %</ja>
5769
5770 \item[\cs{userelfont}]
5771 %<*en>
5772 Change current alphabetic font encoding/family/\dots\ to the `accompanied' alphabetic
5773              font family with respect to current Japanese font family,
5774              which was set by
5775              \cs{DeclareRelationFont} or \cs{SetRelationFont}.
5776 Like \cs{fontfamily}, \cs{selectfont} is required to take an effect.
5777 %</en>
5778 %<*ja>
5779 現在の欧文フォントのエンコーディング/ファミリ/…… を,
5780 \cs{DeclareRelationFont} か \cs{SetRelationFont} で指定された
5781 現在の和文フォントファミリに対応する「従属欧文」フォントファミリに変更する.
5782 \cs{fontfamily} のように,有効にするためには \cs{selectfont} が必要である.
5783 %</ja>
5784
5785 \item[\cs{adjustbaseline}]
5786 %<*en>
5787 In \pLaTeXe, \cs{adjustbaseline} sets \cs{tbaselineshift}
5788 to match the vertical center of ``M'' and that of ``あ''  in vertical typesetting:
5789 \[
5790 \text{\cs{tbaselineshift}} \leftarrow
5791 \frac{(h_{\text{M}}+d_{\text{M}}) - (h_{\text{あ}}+d_{\text{あ}})}2
5792   + d_{\text{あ}} - d_{\text{M}},
5793 \]
5794 where $h_{a}$~and~$d_{a}$ denote the height of ``$a$'' and the depth, respectively.
5795 In \LuaTeX-ja, this \cs{adjustbaseline} does same task.
5796 %</en>
5797 %<*ja>
5798 \pLaTeXe では,\cs{adjustbaseline} は縦組時に「M」と「あ」の中心線を一致させるために,
5799 \cs{tbaselineshift} を設定する役割を持っていた:
5800 \[
5801 \text{\cs{tbaselineshift}} \leftarrow
5802 \frac{(h_{\text{M}}+d_{\text{M}}) - (h_{\text{あ}}+d_{\text{あ}})}2
5803   + d_{\text{あ}} - d_{\text{M}},
5804 \]
5805 ここで,$h_{a}$,~$d_{a}$はそれぞれ「$a$」の高さ・深さを表す.
5806 \LuaTeX-jaにおいても\cs{adjustbaseline} は同様の処理を行っている.
5807 %</ja>
5808
5809 \item[\cs{fontfamily}\{<family>\}]
5810 %<*en>
5811 As in \LaTeXe, this command changes current font family (alphabetic, Japanese,~\emph{or both})
5812 to <family>. Which family will be changed is determined as follows:
5813 %</en>
5814 %<*ja>
5815 元々の\LaTeXe におけるものと同様に,このコマンドは現在のフォントファミリ(欧文,
5816 和文,\emph{もしくは両方})を<family>に変更する.
5817 どのファミリが変更されるかは以下のようにして決定される:
5818 %</ja>
5819 \begin{itemize}
5820 %<*en>
5821 \item Let current encoding scheme for Japanese fonts be
5822       <ja-enc>. Current Japanese font family will be changed to
5823       <family>, if one of the following two conditions is met:
5824 %</en>
5825 %<*ja>
5826 \item 現在の和文フォントに対するエンコーディングが<ja-enc>であるとしよう.
5827   現在の和文フォントファミリは,以下の2つの条件のうちの1つが満たされているときに
5828   <family>に変更される:
5829 %</ja>
5830 \begin{itemize}
5831 %<*en>
5832 \item The family <family> under the encoding <ja-enc> has been already defined by
5833       \cs{DeclareKanijFamily}.
5834 %</en>
5835 %<*ja>
5836 \item エンコーディング<ja-enc>におけるファミリ<family>が
5837 既に \cs{DeclareKanjiFamily} によって定義されている.
5838 %</ja>
5839 %<*en>
5840 \item A font definition named \texttt{<ja-enc><family>.fd} (the file name is
5841       all lowercase) exists.
5842 %</en>
5843 %<*ja>
5844 \item フォント定義ファイル\texttt{<ja-enc><family>.fd}(ファイル名は全て小文字)が存在する.
5845 %</ja>
5846 \end{itemize}
5847 %<*en>
5848 \item Let current encoding scheme for alphabetic fonts be
5849       <al-enc>. For alphabetic font family, the criterion as above is used.
5850 %</en>
5851 %<*ja>
5852 \item 現在の欧文フォントに対するエンコーディングを<al-enc>とする.
5853   欧文フォントファミリに対しても,上記の基準が用いられる.
5854 %</ja>
5855 %<*en>
5856 \item There is a case which none of the above applies, that is, the font
5857       family named <family> doesn't seem to be defined neither under the
5858       encoding <ja-enc>, nor under <al-enc>.
5859 In this case, the default family for font substitution is used for
5860       alphabetic and Japanese fonts. Note that current encoding will not
5861       be set to <family>, unlike the original implementation in \LaTeX.
5862 %</en>
5863 %<*ja>
5864 \item 上記のいずれもが適用されない,つまり<family>が<ja-enc>と<al-enc>の
5865   どちらでも定義されないような場合がある.
5866   この場合,代替フォントに用いられるデフォルトのフォントファミリが欧文フォントと
5867   和文フォントに用いられる.\LaTeX のオリジナルの実装とは異なり,
5868   現在のエンコーディングは<family>には設定されないことに注意する.
5869 %</ja>
5870 \end{itemize}%
5871 %<en>\vspace{-\medskipamount}
5872
5873
5874 \begin{figure}[!tb]
5875 \begin{LTXexample}[pos=b]
5876 \DeclareKanjiFamily{JY3}{edm}{}
5877 \DeclareFontShape{JY3}{edm}{m}{n}    {<-> s*KozMinPr6N-Regular:jfm=ujis;}{}
5878 \DeclareFontShape{JY3}{edm}{m}{green}{<-> s*KozMinPr6N-Regular:jfm=ujis;color=007F00}{}
5879 \DeclareFontShape{JY3}{edm}{m}{blue} {<-> s*KozMinPr6N-Regular:jfm=ujis;color=0000FF}{}
5880 \DeclareAlternateKanjiFont{JY3}{edm}{m}{n}{JY3}{edm}{m}{green}{"4E00-"67FF,{-2}-{-2}}
5881 \DeclareAlternateKanjiFont{JY3}{edm}{m}{n}{JY3}{edm}{m}{blue}{ "6800-"9FFF}
5882 {\kanjifamily{edm}\selectfont
5883 日本国民は、正当に選挙された国会における代表者を通じて行動し、……}
5884 \end{LTXexample}
5885 %<ja>\caption{\cs{DeclareAlternateKanjiFont} の使用例}
5886 %<en>\caption{An example of \cs{DeclareAlternateKanjiFont}}
5887 \label{fig:altkanji}
5888 \end{figure}
5889
5890 \item[\cs{DeclareAlternateKanjiFont}\{<base-encoding>\}\{<base-family>\}\{<base-series>\}\{<base-shape>\}\\
5891   \null\hfill\{<alt-encoding>\}\{<alt-family>\}\{<alt-series>\}\{<alt-shape>\}\{<range>\}]
5892 %<*ja>
5893 \ref{ssec-altfont}節の\
5894 \cs{ltjdeclarealtfont} と同様に,前半の4引数の
5895 和文フォント(基底フォント)のうち<range>中の文字を
5896 第5から第8引数の和文フォントを使って組むように指示する.
5897 使用例を図\nobreak\ref{fig:altkanji}に載せた.
5898
5899 \begin{itemize}
5900  \item
5901 \cs{ltjdeclarealtfont} では基底フォント・置き換え先和文フォントはあらかじめ定義されてい
5902              ないといけない(その代わり即時発効)であったが,
5903 \cs{DeclareAlternateKanjiFont} の設定が
5904 実際に効力が発揮するのは,書体変更やサイズ変更を行った時,
5905 あるいは(これらを含むが)\cs{selectfont} が実行された時である.
5906  \item
5907 段落やhboxの最後での設定値が段落/hbox全体にわたって通用する点や,
5908 <range>に負数$-n$を指定した場合,それが「基底フォントの文字クラス$n$に属する文字全体」
5909 と解釈されるのは \cs{ltjdeclarealtfont} と同じである.
5910 \end{itemize}%
5911 %</ja>
5912 %<*en>
5913 As \cs{ltjdeclarealtfont}~(Subsection~\ref{ssec-altfont}),
5914 characters in <range> of the Japanese font (we say the \emph{base font})
5915 which specified by first 4 arguments are typeset
5916 by the Japanese font which specified by fifth to eighth arguments
5917 (we say the \emph{alternate font}).
5918 An example is shown in Figure~\ref{fig:altkanji}.
5919
5920 \begin{itemize}
5921  \item
5922 In \cs{ltjdeclarealtfont}, the base font and the alternate font must be already defined.
5923 But this \cs{DeclareAlternateKanjiFont} is not so.
5924 In other words, \cs{DeclareAlternateKanjiFont} is effective only after
5925 current Japanese font is changed, or only after \cs{selectfont} is executed.
5926  \item \dots
5927 \end{itemize}%
5928 \vspace{-\medskipamount}
5929 %</en>
5930 \end{cslist}
5931
5932 %<*en>
5933 As closing this subsection, we shall introduce an example of
5934 \cs{SetRelationFont} and \cs{userelfont}:
5935 %</en>
5936 %<*ja>
5937 この節の終わりに,\cs{SetRelationFont} と \cs{userelfont} の例を
5938 紹介しておこう.\cs{userelfont} の使用によって,「abc」の部分のフォントが
5939 Avant Garde (OT1/pag/m/n) に変わっていることがわかる.
5940 %</ja>
5941 \begin{LTXexample}[width=0.3\textwidth]
5942 \makeatletter
5943 \SetRelationFont{JY3}{\k@family}{m}{n}{OT1}{pag}{m}{n}
5944   % \k@family: current Japanese font family
5945 \userelfont\selectfont あいうabc
5946 \end{LTXexample}
5947
5948 %<*en>
5949 \section{Addons}
5950 \LuaTeX-ja has several addon packages.
5951 These addons are written as \LaTeX\ packages, but
5952 \Pkg{luatexja-otf} and~\Pkg{luatexja-adjust} can be loaded in plain \LuaTeX\
5953 by \cs{input}.
5954 %</en>
5955 %<*ja>
5956 \section{拡張}
5957 \LuaTeX-jaには(動作には必須ではないが)自由に読み込める拡張が付属している.
5958 これらは\LaTeX のパッケージとして制作しているが,
5959 \Pkg{luatexja-otf}と\Pkg{luatexja-adjust}についてはplain \LuaTeX でも\
5960 \cs{input} で読み込み可能である.
5961 %</ja>
5962 \subsection{\texttt{luatexja-fontspec.sty}}
5963 \label{ssec-fontspec2}
5964 %<*en>
5965 As described in Subsection~\ref{ssec-fontspec}, this optional package
5966 provides the counterparts for several commands defined in the
5967 \Pkg{fontspec} package (requires \Pkg{fontspec}~v2.4).
5968 In addition to OpenType font features in the original \Pkg{fontspec},
5969 the following ``font features'' specifications are allowed for
5970 the commands of Japanese version:
5971 %</en>
5972 %<*ja>
5973 \ref{ssec-fontspec}節で述べたように,この追加パッケージは\Pkg{fontspec}
5974 パッケージで定義されているコマンドに対応する和文フォント用のコマンドを提供する.
5975 \emph{以下に述べる和文版の命令の説明は \Pkg{fontspec}~v2.4 使用時にのみ当てはまる.}
5976
5977 \Pkg{fontspec}パッケージで指定可能な各種font featureに加えて,和文版のコマンドには
5978 以下の``font feature''を指定することができる:
5979 %</ja>
5980
5981
5982 \begin{cslist}
5983 \item[CID=<name>\textrm{, }JFM=<name>\textrm{, }JFM-var=<name>]
5984
5985 %<*en>
5986 These 3 keys correspond to \texttt{cid}, \texttt{jfm} and
5987 \texttt{jfmvar} keys for \cs{jfont}~and~\cs{tfont} respectively.
5988 See Subsections~\ref{ssec-jfont} and \ref{ssec-psft} for details
5989  of \texttt{cid}, \texttt{jfm} and
5990 \texttt{jfmvar} keys.
5991
5992 The \texttt{CID} key is effective only when with \texttt{NoEmbed}
5993 described below. The same JFM cannot be used in both horizontal Japanese fonts and
5994              vertical Japanese fonts, hence the \texttt{JFM} key
5995 will be actually used in \texttt{YokoFeatures}~and~\texttt{TateFeatures} keys.
5996 %</en>
5997 %<*ja>
5998 これら3つのキーはそれぞれ \cs{jfont},~\cs{tfont}に対する
5999 \texttt{cid}, \texttt{jfm}, \texttt{jfmvar}キーとそれぞれ対応する.
6000 \texttt{cid}, \texttt{jfm}, \texttt{jfmvar}キーの詳細は\ref{ssec-jfont}節
6001              と\ref{ssec-psft}節を参照.
6002
6003 \texttt{CID} キーは下の \texttt{NoEmbed} と合わせて用いられたときのみ有効である.
6004 また,横組用JFMと縦組用JFMは共用できないため,実際に \texttt{JFM} キーを用いる際は
6005 後に述べる\ \texttt{YokoFeatures} キーや \texttt{TateFeatures}\ の中で用いる
6006 ことになる.
6007 %</ja>
6008
6009 \item[NoEmbed]
6010 %<*en>
6011 By specifying this key, one can use ``name-only'' Japanese font which
6012 will not be embedded in the output PDF file. See Subsection~\ref{ssec-psft}.
6013 %</en>
6014 %<*ja>
6015 これを指定することで,PDFに埋め込まれない「名前だけ」のフォントを指定することが
6016 できる.\ref{ssec-psft}節を参照.
6017 %</ja>
6018
6019 \begin{figure}[!tb]
6020 \begin{LTXexample}[width=0.25\textwidth]
6021 \jfontspec[
6022   YokoFeatures={Color=007F00}, TateFeatures={Color=00007F},
6023   TateFont=KozGoPr6N-Regular
6024 ]{KozMinPr6N-Regular}
6025 \hbox{\yoko 横組のテスト}\hbox{\tate 縦組のテスト}
6026 \addjfontfeatures{Color=FF0000}
6027 \hbox{\yoko 横組}\hbox{\tate 縦組}
6028 \end{LTXexample}
6029 %<ja>\caption{\texttt{TateFeatures} 等の使用例}
6030 %<en>\caption{An example of \texttt{TateFeatures} etc.}
6031 \label{fig:yokotate-fontspec}
6032 \end{figure}
6033
6034
6035 \item[TateFeatures=\{<features>\}\textrm{, }TateFont=<font>]
6036 %<*en>
6037 The \texttt{TateFeatures} key specifies font features which are only turned~on in
6038 vertical writing, such as \texttt{Style=VerticalKana}~(\texttt{vkna} feature). 
6039 Similarly, the \texttt{TateFont} key specifies the Japanese font which will be used only
6040              in vertical writing.
6041 A demonstrarion is shown in Figure~\ref{fig:yokotate-fontspec}.
6042 %</en>
6043 %<*ja>
6044 縦組において使用されるフォントや,縦組においてのみ適用されるfeature達を
6045 指定する.使用例は図\ref{fig:yokotate-fontspec}参照.
6046 %</ja>
6047
6048 \item[YokoFeatures=\{<features>\}]
6049 %<*en>
6050 The \texttt{YokoFeatures} key specifies font features which are only turned~on in
6051 horizontal writing,.
6052 A demonstrarion is shown in Figure~\ref{fig:yokotate-fontspec}.
6053 %</en>
6054 %<*ja>
6055 同様に,横組においてのみ適用されるfeature達を
6056 指定する.使用例は図\ref{fig:yokotate-fontspec}参照.
6057 %</ja>
6058
6059
6060 \begin{figure}[!tb]
6061 \begin{LTXexample}[pos=b]
6062 \jfontspec[
6063   AltFont={
6064     {Range="4E00-"67FF, Color=007F00},
6065     {Range="6800-"9EFF, Color=0000FF},
6066     {Range="3040-"306F, Font=KozGoPr6N-Regular},
6067   }
6068 ]{KozMinPr6N-Regular}
6069 日本国民は、正当に選挙された国会における代表者を通じて行動し、われらとわれらの子孫のために、
6070 諸国民との協和による成果と、わが国全土にわたつて自由のもたらす恵沢を確保し、……
6071 \end{LTXexample}
6072 %<ja>\caption{\texttt{AltFont} の使用例}
6073 %<en>\caption{An example of \texttt{AltFont}}
6074 \label{fig:altkanji-fontspec}
6075 \end{figure}
6076
6077 \item[AltFont]
6078
6079 %<*en>
6080 As \cs{ltjdeclarealtfont}~(Subsection~\ref{ssec-altfont}) and
6081 \cs{DeclareAlternateKanjiFont}~(Subsection~\ref{ssec-nfsspat}),
6082 with this key, one can typeset some Japanese characters
6083 by a different font and/or using different features.
6084 The \texttt{AltFont} feature takes a comma-separated list of comma-separated lists,
6085 as the following:
6086 %</en>
6087 %<*ja>
6088 \ref{ssec-altfont}節の \cs{ltjdeclarealtfont} や,
6089 \ref{ssec-nfsspat}節の \cs{DeclareAlternateKanjiFont} と同様に,
6090 このキーを用いると一部の文字を異なったフォントやfont featureを使って組むことができる.
6091 \texttt{AltFont} キーに指定する値は,次のように二重のコンマ区切りリストである:
6092 %</ja>
6093 \begin{lstlisting}[escapechar=\#]
6094 AltFont = {
6095   ...
6096   { Range=#\LARG range>#, #\LARG features>#},
6097   { Range=#\LARG range>#, Font=#\LARG font~name>#, #\LARG features># },
6098   { Range=#\LARG range>#, Font=#\LARG font~name># },
6099   ...
6100 }
6101 \end{lstlisting}
6102 %<*en>
6103 Each sublist should have the \texttt{Range} key
6104 (sublist which does not contain \texttt{Range} key is simply ignored).
6105 A demonstrarion is shown in Figure~\ref{fig:altkanji-fontspec}.
6106 %</en>
6107 %<*ja>
6108 各部分リストには \texttt{Range} キーが必須である(含まれない部分リストは
6109 単純に無視される).指定例は図\ref{fig:altkanji-fontspec}に示した.
6110 %</ja>
6111 \end{cslist}
6112
6113 %<*ja>
6114 なお,\Pkg{luatexja-fontspec} 読み込み時には和文フォント定義ファイル%
6115 \texttt{<ja-enc><family>.fd}は全く参照されなくなる.
6116 %</ja>
6117
6118
6119 %<*en>
6120 \paragraph{Remark on \texttt{AltFont}, \texttt{YokoFeatures}, \texttt{TateFeatures} keys}
6121 In \texttt{AltFont},~\texttt{YokoFeatures},~\texttt{TateFeatures} keys,
6122 one cannot specify per-shape settings such as \texttt{BoldFeatures}.
6123 For example,
6124 \begin{lstlisting}
6125 AltFont = {
6126   { Font=HogeraMin-Light, BoldFont=HogeraMin-Bold,
6127     Range="3000-"30FF, BoldFeatures={Color=007F00} }
6128 }
6129 \end{lstlisting}
6130 does \emph{not} work. Instead, one have to write
6131 \begin{lstlisting}
6132 UprightFeatures = {
6133   AltFont = { { Font=HogeraMin-Light, Range="3000-"30FF, } },
6134 },
6135 BoldFeatures = {
6136   AltFont =  { { Font=HogeraMin-Bold, Range="3000-"30FF, Color=007F00 } },
6137 }
6138 \end{lstlisting}
6139
6140 On the other hand, \texttt{YokoFeatures}, \texttt{TateFeatures} and  \texttt{TateFont}
6141 keys can be specified in each list in the \texttt{AltFont} key. Also,
6142 one can specify \texttt{AltFont} inside \texttt{YokoFeatures},~\texttt{TateFeatures}.
6143
6144 Note that features which are specified in \texttt{YokoFeatures}~and~\texttt{TateFeatures}
6145 are always interpreted \emph{after} other ``direction-independent'' features.
6146 This explains why \cs{addjfontfeatures} at~line~6 in~Figure~\ref{fig:yokotate-fontspec}
6147 has no effect, because a color specification is already done in
6148 \texttt{YokoFeatures}~and~\texttt{TateFeatures} keys.
6149 %</en>
6150 %<*ja>
6151 \paragraph{\texttt{AltFont}, \texttt{YokoFeatures}, \texttt{TateFeatures} 等の制限}
6152 \texttt{AltFont},~\texttt{YokoFeatures},~\texttt{TateFeatures}の各キーは
6153 シェイプ別に指定されるべきものであり,
6154 内部では \texttt{BoldFeatures} などのシェイプ別の指定は行うことが出来ない.
6155 例えば.
6156 \begin{lstlisting}
6157 AltFont = {
6158   { Font=HogeraMin-Light, BoldFont=HogeraMin-Bold,
6159     Range="3000-"30FF, BoldFeatures={Color=007F00} }
6160 }
6161 \end{lstlisting}
6162 のように指定することは出来ず,
6163 \begin{lstlisting}
6164 UprightFeatures = {
6165   AltFont = { { Font=HogeraMin-Light, Range="3000-"30FF, } },
6166 },
6167 BoldFeatures = {
6168   AltFont =  { { Font=HogeraMin-Bold, Range="3000-"30FF, Color=007F00 } },
6169 }
6170 \end{lstlisting}
6171 のように指定しなければならない.
6172
6173 一方,\texttt{AltFont} キー内の各リストでは
6174 \ \texttt{YokoFeatures},~\texttt{TateFeatures} 及び \texttt{TateFont} キーを
6175 指定することは可能であり.また\ \texttt{YokoFeatures},~\texttt{TateFeatures} キーの
6176 中身に \texttt{AltFont} を指定することができる.
6177
6178 また,図\ref{fig:yokotate-fontspec}後半部では6行目の色の指定が効かず,
6179 2行目で指定した\ \texttt{YokoFeatures},~\texttt{TateFeatures}\ による色の指定が有効になっ
6180 たままである.これは\emph{\ \texttt{YokoFeatures},~\texttt{TateFeatures}\ によるfeature指定は
6181 組方向に依存しないfeature指定より後に解釈される}からである.
6182
6183 %</ja>
6184
6185
6186 \subsection{\texttt{luatexja-otf.sty}}
6187 \label{ssec-ltjotf}
6188 %<*en>
6189 This optional package supports typesetting characters in
6190 Adobe-Japan1 character collection
6191 (or other CID character collection, if the font is supported).
6192 The package \Pkg{luatexja-otf} offers the following 2~low-level
6193 commands:
6194 %</en>
6195 %<*ja>
6196 この追加パッケージはAdobe-Japan1(フォント自身が持っていれば,
6197 別のCID文字セットでも可)の文字の出力をサポートする.
6198 \Pkg{luatexja-otf}は以下の2つの低レベルコマンドを提供する:
6199 %</ja>
6200 \begin{cslist}
6201 \item[\cs{CID}\{<number>\}]
6202 %<*en>
6203 Typeset a character whose CID number is <number>.
6204 %</en>
6205 %<*ja>
6206 CID番号が<number>の文字を出力する.
6207 %</ja>
6208
6209 \item[\cs{UTF}\{<hex\_number>\}]
6210 %<*en>
6211 Typeset a character whose character code is <hex\_number> (in hexadecimal).
6212 This command is similar to \verb+\char"+<hex\_number>,\ %"
6213 but please remind remarks below.
6214 %</en>
6215 %<*ja>
6216 文字コードが(16進で)<hex\_number>の文字を出力する.
6217 このコマンドは \verb+\char"+<hex\_number>と似ているが,下の注意を参照すること.%"
6218 %</ja>
6219 \end{cslist}
6220
6221 %<*ja>
6222 このパッケージは,マクロ集 \texttt{luatexja-ajmacros.sty}\footnote{\Pkg{otf}パッケージ付属の井上浩一氏によるマクロ集
6223 \texttt{ajmacros.sty} に対して
6224 漢字コードをUTF-8にしたり,plain \LuaTeX でも利用可能にするという
6225 修正を加えたものである.}\ も自動的に読み込む.
6226 \texttt{luatexja-ajmacros.sty} は,
6227 そのため,\Pkg{luatexja-otf} を読みこめば \texttt{ajmacros.sty} マクロ集にある \cs{aj半角} などのマクロもそのまま使うことができる.
6228 %</ja>
6229 %<*en>
6230 This package automatically loads \texttt{luatexja-ajmacros.sty}, which is slightly
6231 modified version of \texttt{ajmacros.sty}\footnote{Useful macros by iNOUE Koich!, for the
6232 \Pkg{japanese-otf} package.}.
6233 Hence one can use macros which sre defined in \texttt{ajmacros.sty}, such as~\cs{aj半角}.
6234 %</en>
6235
6236 %<en>\paragraph{Remarks}
6237 %<ja>\paragraph{注意}
6238 %<*en>
6239 Characters by \cs{CID} and \cs{UTF} commands are different from
6240 ordinary characters in the following points:
6241 %</en>
6242 %<*ja>
6243 \cs{CID} と \cs{UTF} コマンドによって出力される文字は
6244 以下の点で通常の文字と異なる:
6245 %</ja>
6246 \begin{itemize}
6247 %<*en>
6248 \item Always treated as \textbf{JAchar}s.
6249 %</en>
6250 %<*ja>
6251 \item 常に\textbf{JAchar}として扱われる.
6252 %</ja>
6253 %<*en>
6254 \item Processing codes for supporting OpenType features (\textit{e.g.},
6255       glyph replacement and kerning) by the \Pkg{luaotfload} package
6256       is not performed to these characters.
6257 %</en>
6258 %<*ja>
6259 \item OpenType feature(例えばグリフ置換やカーニング)をサポートするための
6260   \Pkg{luaotfload}パッケージのコードはこれらの文字には働かない.
6261 %</ja>
6262 \end{itemize}
6263
6264 %<en>\paragraph{Additional syntax of JFM}
6265 %<ja>\paragraph{JFMへの記法の追加}
6266
6267 %<*en>
6268 The package \Pkg{luatexja-otf} extends the syntax of JFM; the entries of \texttt{
6269 chars} table in JFM now allows a string in the form
6270 \verb+'AJ1-xxx'+, which stands for the character
6271 whose CID number in Adobe-Japan1 is \verb+xxx+.
6272
6273 This extended notation is used in the standard JFM \texttt{jfm-ujis.lua}
6274 to typeset halfwidth Hiragana glyphs (CID~516--598) in halfwidth.
6275 %</en>
6276 %<*ja>
6277 \Pkg{luatexja-otf}パッケージを読み込むと,
6278 JFMの\texttt{chars}テーブルのエントリとして \verb+'AJ1-xxx'+ の形の文字列が
6279 使えるようになる.これはAdobe-Japan1におけるCID番号が \verb+xxx+ の文字を表す.
6280
6281 この拡張記法は,標準JFM~\texttt{jfm-ujis.lua}で,半角ひらがなのグリフ(CID~516--598)を
6282 正しく半角幅で組むために利用されている.
6283 %</ja>
6284
6285 %<*en>
6286 \paragraph{IVS support}
6287 Recent fonts support Ideographic Variation Selector (IVS).
6288 It seems that \Pkg{luaotfload} and \Pkg{fontspec} packages do not support
6289 IVS, so we implemented IVS support in \Pkg{luatexja-otf}.
6290 \emph{IVS support is experimental; if you want to enable this, load
6291 \Pkg{luatexja-otf} and execute the following:}
6292 %</en>
6293 %<*ja>
6294 \paragraph{IVSサポート}
6295 最近のOpenTypeフォントやTrueTypeフォントには,
6296 \texttt{U+E0100}--\texttt{U+E01EF}の範囲の「文字」
6297 (漢字用異体字セレクタ)を後置することによって
6298 字形を指定する仕組み(IVS)が含まれている.
6299 執筆時点の2013年12月では,\Pkg{luaotfload}や\Pkg{fontspec}パッケージ類は
6300 IVSに対応してはいないようである.これらのパッケージで対応してくれるのが理想的だが,
6301 それまでのつなぎとして,\Pkg{luatexja-otf}パッケージ内にIVS対応を仕込んでおいた.
6302
6303 \medskip
6304
6305 \emph{IVS対応は試験的なものである.
6306 有効にするには,\Pkg{luatexja-otf}パッケージを読み込んだ上で以下の命令を実行する%
6307 \footnote{この命令を2回以上実行しても意味がない.}:}
6308 %</ja>
6309 \begin{lstlisting}
6310 \directlua{luatexja.otf.enable_ivs()}
6311 \end{lstlisting}
6312 %<ja> すると,上の命令を実行した箇所以降では,以下のようにIVSによる字形指定が有効となる.
6313 %<en> After executing the command above, you can use IVS like the following:
6314 \begin{LTXexample}
6315 \Large
6316 \jfontspec{KozMinPr6N-Regular}
6317 奈良県葛󠄀城市と,東京都葛󠄁飾区.\\
6318 こんにちは,渡
6319 邉󠄀邉󠄁邉󠄂邉󠄃邉󠄄
6320 邉󠄅邉󠄆邉󠄇邉󠄈邉󠄉
6321 邉󠄊邉󠄋邉󠄌邉󠄍邉󠄎
6322 さん.
6323 \end{LTXexample}
6324 %<*ja>
6325 左上側の入力においては,漢字用異体字セレクタを明示するため,
6326 例えばVariation~Selector~18 (\texttt{U+E0101})を\IVSB{18}のように表記している.
6327 %</ja>
6328 \medskip
6329
6330 %<*en>
6331 Specifying glyph variants by IVS precedes glyph replacement by font features.
6332 For example, only ``葛'' in ``葛西'' is changed by font features
6333 \texttt{jp78}~or~\texttt{jp90}, which does not followed by any variation selector.
6334 %</en>
6335 %<*ja>
6336 また,IVSによる字形指定は,font featureによるそれに優先されることとした.
6337 下の例において,\texttt{jp78}, \texttt{jp90} 指定で字形が変化した文字は
6338 異体字セレクタが続いていない「葛西」中の「葛」のみである.
6339 %</ja>
6340 \begin{LTXexample}
6341  \def\TEST#1{%
6342    {\jfontspec[#1]{KozMinPr6N-Regular}%
6343    葛󠄀城市,葛󠄁飾区,葛西}\\}
6344  指定なし:\TEST{}
6345  \texttt{jp78}:\TEST{CJKShape=JIS1978}
6346  \texttt{jp90}:\TEST{CJKShape=JIS1990}
6347 \end{LTXexample}
6348
6349 %<*ja>
6350 現状では,\TeX 側のインターフェースとなる \Pkg{luatexja-otf.sty} は一切変更していない
6351 ので,ZRさんによる\Pkg{PXipamjm}パッケージ%
6352 \footnote{\url{https://github.com/zr-tex8r/PXipamjm}. 説明は彼のブログ記事
6353 「pxipamjm パッケージの説明書のような何か(\url{http://d.hatena.ne.jp/zrbabbler/20131221})」
6354 にある.}
6355 にあるような気の利いた命令はまだない.
6356 異体字の一覧表示を行いたい場合は,gitリポジトリ内の \texttt{test/test19-ivs.tex} 中にある
6357 Lua・\TeX コードが参考になるだろう.
6358 %</ja>
6359
6360
6361 \subsection{\texttt{luatexja-adjust.sty}}
6362 \label{ssec-adj}
6363 \begin{figure}[t]
6364 \def\sq{%
6365   \hbox to 1\zw{\hss\fboxsep=-.5\fboxrule\fbox{%
6366    \hskip\dimexpr-.5\zw-.2pt\vrule width.4pt height.08\zw depth.12\zw%
6367   \hskip\dimexpr.5\zw-.2pt\relax}\hss}}
6368 \def\sb{\hbox to 1\zw{\hss\fboxsep=-.5\fboxrule\fbox{%
6369   ■\hskip\dimexpr-.5\zw-.2pt\vrule width.4pt height.08\zw depth.12\zw%
6370   \hskip\dimexpr.5\zw-.2pt\relax}\hss}}
6371 \newbox\gridbox
6372 \def\outbox#1{{\Large%
6373   \ltjsetparameter{kanjiskip=0pt plus .2\zw minus .2\zw}%
6374   \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}%
6375   \hbox{\textcolor{cyan}{\copy\gridbox}\hskip-20\zw%
6376   \vbox{\hsize=20\zw\noindent\leftskip0pt\rightskip0pt\parfillskip0pt#1}\vrule}%
6377 }}
6378
6379 {\centering
6380 \begin{tabular}{lc}
6381 \toprule
6382 no adjustment&\outbox{以上の原理は,「包除原理」とよく呼ばれるが\hskip-.5\zw\null}\\
6383 without priority&%
6384 \ltjdisableadjust
6385 \outbox{以上の原理は,「包除原理」とよく呼ばれるが}%
6386 \ltjenableadjust\\
6387 with priority&%
6388 \outbox{以上の原理は,「包除原理」とよく呼ばれるが}
6389 %<en>\ltjdisableadjust
6390 \\
6391 \bottomrule
6392 \end{tabular}\par}
6393 \smallskip
6394
6395 Note: the value of
6396 \Param{kanjiskip} is 0\,pt${}^{+1/5\,\mathrm{em}}_{-1/5\,\mathrm{em}}$ in this figure,
6397 for making the difference obvious.
6398 %<ja>\caption{行長調整}\label{fig-adj}
6399 %<en>\caption{Line adjustment}\label{fig-adj}
6400 \end{figure}
6401
6402
6403 %<*en>
6404 (see Japanese version of this manual)
6405 %</en>
6406 %<*ja>
6407 \pTeX では,行長調整において優先度の概念が存在しなかったため,図
6408 \ref{fig-adj}上段における半角分の半端は,図\ref{fig-adj}中段のように,鍵
6409 括弧周辺の空白と和文間空白(\Param{kanjiskip})の両方によって負担される.し
6410 かし,「日本語組版処理の要件」\cite{jlreq}やJIS~X~4051~\cite{x4051}におい
6411 ては,このような状況では半端は鍵括弧周辺の空白のみで負担し,その他の和文
6412 文字はベタ組で組まれる(図\ref{fig-adj}下段)ことになっている.この追加
6413 パッケージは\cite{jlreq}や\cite{x4051}における規定のような,優先順位付き
6414 の行長調整を提供する.詳細な仕様については\ref{sec-adjspec}章を参照してほしい.
6415 \begin{itemize}
6416  \item 優先度付き行長調整は,段落を行分割した後に個々の行について行われるものである.
6417 そのため,行分割の位置は変化することはない.
6418
6419 また,\verb+\hbox to ... {...}+ のような「幅が指定されたhbox」では無効である.
6420  \item 優先度付き行長調整を行うと,和文処理グルーの自然長は変化しないが,伸び量や縮み量は
6421 一般に変化する.そのため,既に組まれた段落を \cs{unhbox} などを利用して組み直す処理を
6422 行う場合には注意が必要である.
6423 \end{itemize}
6424
6425
6426 \Pkg{luatexja-adjust} は,以下の命令を提供する.これらはすべてグローバルに効力を発揮する.
6427
6428 \begin{cslist}
6429 \item[\cs{ltjdisableadjust}]
6430 優先順位付きの行長調整を無効化する.
6431
6432 \item[\cs{ltjenableadjust}]
6433 優先順位付きの行長調整を有効化する.
6434
6435 \item[\textsf{adjust}\,=<bool>] \cs{ltjsetparameter} で指定可能な追加パラメータであり,
6436 <bool>が\textit{true}なら \cs{ltjenableadjust} を,
6437 そうでなければ \cs{ltjdisableadjust} を実行する.
6438 \end{cslist}
6439 %</ja>
6440
6441 \subsection{\texttt{luatexja-ruby.sty}}
6442 %<*en>
6443 This addon package provides functionality of ``ruby'' (\emph{furigana}) annotations
6444 using callbacks of \LuaTeX-ja.
6445 There is no detailed manual of \Pkg{luatexja-ruby.sty} in English.
6446 (Japanese manual is another PDF file, \url{luatexja-ruby.pdf}.)
6447 %</en>
6448 %<*ja>
6449 この追加パッケージは,\LuaTeX-jaの機能を利用したルビ(振り仮名)の組版機能を提供する.
6450 前後の文字種に応じた前後への自動進入や,
6451 行頭形・行中形・行末形の自動的な使い分けが特徴である.
6452
6453 ルビ組版に設定可能な項目や注意事項が多いため,本追加パッケージの詳細な説明は
6454 使用例と共に \url{luatexja-ruby.pdf}\ という別ファイルに載せている.
6455 この節では簡単な使用方法のみ述べる.
6456 %</ja>
6457
6458 \begin{description}
6459 %<*en>
6460  \item[Group-ruby]
6461 By default, ruby characters (the second argument of \cs{ruby})
6462 are attached to base characters (the first argument), as one object.
6463 This type of ruby is called \emph{group-ruby}.
6464 %</en>
6465 %<*ja>
6466  \item[グループルビ] 標準ではグループルビの形で組まれる.第1引数に親文字,
6467 第2引数にルビを記述する.
6468 %</ja>
6469 \begin{LTXexample}[width=0.3\textwidth]
6470 東西線\ruby{妙典}{みようでん}駅は……\\
6471 東西線の\ruby{妙典}{みようでん}駅は……\\
6472 東西線の\ruby{妙典}{みようでん}という駅……\\
6473 東西線\ruby{葛西}{かさい}駅は……
6474 \end{LTXexample}
6475 %<*en>
6476 As the above example, ruby hangover is allowed on the Hiragana before/after
6477 its base characters.
6478 %</en>
6479 %<ja> この例のように,標準では前後の平仮名にルビ全角までかかるようになっている.
6480
6481 %<*en>
6482 \item[Mono-ruby]
6483 To attach ruby characters to each base characters (\emph{mono-ruby}),
6484 one should use \cs{ruby} multiple times:
6485 %</en>
6486 %<*ja>
6487  \item[モノルビ] 親文字を1文字にするとモノルビとなる.
6488 2文字以上の熟語をモノルビの形で組みたい場合は,面倒でも
6489 その数だけ \cs{ruby} を書く必要がある.
6490 %</ja>
6491 \begin{LTXexample}[width=0.3\textwidth]
6492 東西線の\ruby{妙}{みよう}\ruby{典}{でん}駅は……
6493 \end{LTXexample}
6494
6495 %<*en>
6496  \item[Jukugo-ruby]
6497 Vertical bar~\verb+|+ denotes a boundary of \emph{groups}.
6498 %</en>
6499 %<*ja>
6500  \item[熟語ルビ] 引数内の縦棒 \verb+|+ はグループの区切りを表し,
6501 複数グループのルビは熟語ルビとして組まれる.
6502 \cite{x4051}にあるように,
6503 どのグループでも「親文字」が対応するルビ以上の長さの場合は
6504 各グループごとに,そうでないときは全体をまとめて1つのグループルビとして組まれる.
6505 \cite{jlreq}で規定されている組み方とは異なるので注意.
6506 %</ja>
6507 \begin{LTXexample}
6508 \ruby{妙|典}{みよう|でん}\
6509 \ruby{葛|西}{か|さい}\
6510 \ruby{神楽|坂}{かぐら|ざか}
6511 \end{LTXexample}
6512 %<*en>
6513 If there are multiple groups in one \cs{ruby} call,
6514 A linebreak between two groups is allowed.
6515 %</en>
6516 %<ja> 複数ルビではグループとグループの間で改行が可能である.
6517 \begin{LTXexample}[width=0.3\textwidth]
6518 \vbox{\hsize=6\zw\noindent
6519   \hbox to 2.5\zw{}\ruby{京|急|蒲|田}{けい|きゆう|かま|た}
6520   \hbox to 2.5\zw{}\ruby{京|急|蒲|田}{けい|きゆう|かま|た}
6521   \hbox to   3\zw{}\ruby{京|急|蒲|田}{けい|きゆう|かま|た}
6522 }
6523 \end{LTXexample}
6524 \end{description}
6525
6526 %<*en>
6527 If the width of ruby characters are longer than that of base characters,
6528 \cs{ruby} automatically selects the appropriate form
6529 among the line-head form, the line-middle form, and the line-end form.
6530 %</en>
6531 %<*ja>
6532 また,ルビ文字のほうが親文字よりも長い場合は,自動的に
6533 行頭形・行中形・行末形のいずれか適切なものを選択する.
6534 %</ja>
6535 \begin{LTXexample}[width=0.3\textwidth]
6536 \vbox{\hsize=8\zw\noindent
6537 \null\kern3\zw ……を\ruby{承}{うけたまわ}る
6538      \kern1\zw ……を\ruby{承}{うけたまわ}る\\
6539 \null\kern5\zw ……を\ruby{承}{うけたまわ}る
6540 }
6541 \end{LTXexample}
6542
6543
6544 %<*ja>
6545 \subsection{\texttt{lltjext.sty}}
6546 \pLaTeX では縦組用の拡張として \Pkg{plext} パッケージが用意されていたが,
6547 それを\LuaTeX-ja用に書きなおしたものが本追加パッケージ \Pkg{lltjext} である.
6548
6549 従来の \Pkg{plext} パッケージとの違いは,
6550 {\catcode`\<=12
6551 \begin{itemize}
6552  \item 組方向オプション \texttt{<y>}(横組),\texttt{<t>}(縦組),
6553 \texttt{<z>}\ の他に\ \texttt{<d>}(dtou方向),\texttt{<u>}(utod方向)を追加した.
6554 \texttt{<z>} と \texttt{<u>} の違いは,\texttt{<z>} が(\Pkg{plext} パッケージと同様に)
6555 周囲の組方向が縦組のときにしか意味を持たない
6556        のに対し,\texttt{<u>} にはそのような制限がないことである.
6557
6558  \item \Pkg{plext} パッケージでは,表組(\texttt{tabular} 環境,\texttt{align} 環境等)や
6559 \texttt{minipage} 環境,\cs{parbox} 命令において,
6560 垂直位置指定 \texttt{[t]},~\texttt{[b]} の挙動が非読み込み時と微妙に変わることがあった.
6561
6562 \Pkg{lltjext} パッケージでは,垂直位置指定が\LaTeXe と同様の挙動(以下に示す)に
6563 なるように修正した.
6564 \begin{itemize}
6565  \item \texttt{[t]} オプション指定時は,ボックスのベースラインが中身の1行目のベースライン
6566        (1行目の上に罫線などが来た時は,ボックスの上端)に一致するように配置する.
6567  \item \texttt{[b]} オプション指定時は,ボックスのベースラインが中身の最終行のベースライン
6568        (中身の最後が罫線などの時は,ボックスの下端)に一致するように配置する.
6569  \item それ以外のときは,ボックスの中央が「数式の軸」に一致するように配置する.
6570 \end{itemize}
6571
6572  \item 連数字用命令 \cs{rensuji} における位置合わせオプション \texttt{[l]}, \texttt{[c]},
6573        \texttt{[r]} の挙動を若干変更した.
6574
6575 \end{itemize}
6576 }
6577 %</ja>
6578 %<*en>
6579 \subsection{\texttt{lltjext.sty}}
6580 \pLaTeX\ supplies additional macros for vertical writing in the \Pkg{plext} package.
6581 The \Pkg{lltjext} package which we want to describe here is the \LuaTeX-ja
6582 counterpart of the \Pkg{plext} package.
6583 %</en>
6584
6585 %<*ja>
6586 念の為,本 \Pkg{lltjext} パッケージで追加・変更している命令の一覧を載せておく.
6587 \begin{cslist}
6588 \item[tabular\textrm{, }array\textrm{, }minipage環境]
6589 これらの環境は,
6590 \begin{lstlisting}
6591 \begin{tabular}<dir>[pos]{table spec} ... \end{tabular}
6592 \begin{array}<dir>[pos]{table spec}   ... \end{array}
6593 \begin{minipage}<dir>[pos]{width}     ... \end{minipage}
6594 \end{lstlisting}
6595 のように,組方向オプション \texttt{\<dir\>} が拡張されている.
6596 既に述べたように,組方向オプションに指定できる値は以下の5つであり,
6597 それ以外を指定した時や無指定時は周囲の組方向と同じ組方向になる.
6598 \begin{description}
6599  \item[y] 横組(\cs{yoko})
6600  \item[t] 縦組(\cs{tate})
6601  \item[z] 周囲が縦組の時はutod方向,それ以外はそのまま
6602  \item[d] dtou方向
6603  \item[u] utod方向
6604 \end{description}
6605 \item[\cs{parbox}\<<dir>\>{[<pos>]}\{<width>\}\{<contents>\}]
6606 \cs{parbox} 命令も同様に,組方向の指定ができるように拡張されている.
6607
6608 \item[\cs{pbox}\<<dir>\>{[<width>][<pos>]}\{<contents>\}]
6609 組方向<dir>で<contents>の中身をLRモードで組む命令である.
6610 <width>が正の値であるときは,ボックス全体の幅がその値となる.
6611 その際,中身は<pos>の値に従い,左寄せ(\texttt{l}),右揃え(\texttt{r}),
6612 中央揃え(それ以外)される.
6613 \item[picture環境]
6614 図表作成に用いる \texttt{picture} 環境も,
6615 \begin{lstlisting}
6616 \begin{picture}<dir>(x_size, y_size)(x_offset,y_offset)
6617   ...
6618 \end{picture}
6619 \end{lstlisting}
6620 と組方向が指定できるように拡張されている.
6621 $x$成分の増加方向は字送り方向,$y$成分の増加方向は行送り方向の\emph{反対方向}となる.
6622 \Pkg{plext} パッケージと同様に
6623 内部ではベースライン補正(\Param{yalbaselineshift}パラメータなど)の影響を受けないように,
6624 \cs{put},~\cs{line}, \cs{vector}, \cs{dashbox}, \cs{oval},~\cs{circle}も
6625 ベースライン補正を受けないように再定義されている.
6626
6627 \item[\cs{rensuji}{[<pos>]}\{<contents>\}\textrm{, }\cs{rensujiskip}]
6628
6629 \item[\cs{Kanji}\{<counter\_name>\}]
6630
6631 \item[\cs{kasen}\{<contents>\}\textrm{, }\cs{bou}\{<contents>\}\textrm{,
6632                      }\cs{boutenchar}]
6633
6634 \item[参照番号]
6635 \end{cslist}
6636 %</ja>
6637 %<*en>
6638 \begin{cslist}
6639 \item[tabular\textrm{, }array\textrm{, }minipage\textrm{ environments}]
6640 These environments are extended by \texttt{\<dir\>}, which specifies the direction,
6641 as follows:
6642 \begin{lstlisting}
6643 \begin{tabular}<dir>[pos]{table spec} ... \end{tabular}
6644 \begin{array}<dir>[pos]{table spec}   ... \end{array}
6645 \begin{minipage}<dir>[pos]{width}     ... \end{minipage}
6646 \end{lstlisting}
6647 This option permits one of the following five values. If none of them is specified,
6648 the direction inside the environment is same as that outside the enviromnent.
6649 \begin{description}
6650  \item[y] \emph{yoko} direction (horizontal writing)
6651  \item[t] \emph{tate} direction (vertical writing)
6652  \item[z] \emph{utod} direction if direction outside the env.\ is \emph{tate}.
6653  \item[d] \emph{dtou} direction
6654  \item[u] \emph{utod} direction
6655 \end{description}
6656 \item[\cs{parbox}\<<dir>\>{[<pos>]}\{<width>\}\{<contents>\}]
6657 \cs{parbox} command is also extended by \texttt{\<dir\>}.
6658
6659 \item[\cs{pbox}\<<dir>\>{[<width>][<pos>]}\{<contents>\}]
6660 This commands typeset <contents> in LR-mode, in <dir> direction.
6661 If <width> is positive, the width of the box becomes this <width>.
6662 In this case, <contents> will be aligned \dots
6663
6664 \item[picture\textrm{\ environment}]
6665
6666 \item[\cs{rensuji}{[<pos>]}\{<contents>\}\textrm{, }\cs{rensujiskip}]
6667
6668 \item[\cs{Kanji}\{<counter\_name>\}]
6669
6670 \item[\cs{kasen}\{<contents>\}\textrm{, }\cs{bou}\{<contents>\}\textrm{,
6671                      }\cs{boutenchar}]
6672
6673 \item[参照番号]
6674 \end{cslist}
6675 %</en>
6676
6677
6678
6679 %<en>\part{Implementations}
6680 %<ja>\part{実装}
6681 \label{part-imp}
6682 %<en>\section{Storing Parameters}
6683 %<ja>\section{パラメータの保持}
6684 \label{sec-para}
6685 %<en>\subsection{Used Dimensions, Attributes and Whatsit Nodes}
6686 %<ja>\subsection{\LuaTeX-jaで用いられるレジスタとwhatsitノード}
6687
6688 %<*en>
6689 Here the following is the list of dimensions and attributes which are used in \LuaTeX-ja.
6690 %</en>
6691 %<*ja>
6692 以下は\LuaTeX-jaで用いられる寸法レジスタ(dimension),属性レジスタ(attribute)の
6693 リストである.
6694 %</ja>
6695 \begin{list}{}{%
6696 \def\makelabel{\ttfamily}\advance\leftmargin1\zw
6697 \def\dim#1{\item[\textbackslash #1\ \textrm{(dimension)}]}
6698 \def\cnt#1{\item[\textbackslash #1\ \textrm{(counter)}]}
6699 \def\attr#1{\item[\textbackslash #1\ \textrm{(attribute)}]}
6700 }
6701
6702 \dim{jQ}
6703 %<*en>
6704 \cs{jQ} is equal to
6705                         $1\,\textrm{Q}=0.25\,\textrm{mm}$, where ``Q''~(also called ``級'') is
6706                         a unit used in Japanese phototypesetting.
6707 So one should not change the value of this dimension.
6708 %</en>
6709 %<*ja>
6710 \cs{jQ} は写植で用いられた$1\,\textrm{Q}=0.25\,\textrm{mm}$%
6711 (「級」とも書かれる)に等しい.したがって,
6712 この寸法レジスタの値を変更してはならない.
6713 %</ja>
6714
6715 \dim{jH}
6716 %<*en>
6717 There is also a unit called ``歯'' which equals to $0.25\,\textrm{mm}$ and
6718                          used in Japanese phototypesetting.
6719 This \cs{jH} is the same \cs{dimen} register as \cs{jQ}.
6720 %</en>
6721 %<*ja>
6722 同じく写植で用いられていた単位として「歯」があり,これも$0.25\,\textrm{mm}$と
6723 等しい.この \cs{jH} は \cs{jQ} と同じ寸法レジスタを指す.
6724 %</ja>
6725
6726 \dim{ltj@zw}
6727 %<*en>
6728 A temporal register for the ``full-width'' of current Japanese font.
6729 The command \cs{zw} sets this register to the correct value, and
6730 ``return'' this register itself.
6731 %</en>
6732 %<*ja>
6733 現在の和文フォントの「全角幅」を保持する一時レジスタ.
6734 \cs{zw} 命令は,このレジスタを適切な値に設定した後,
6735 「このレジスタ自体を返す」.
6736 %</ja>
6737
6738 \dim{ltj@zh}
6739 %<*en>
6740 A temporal register for the ``full-height'' (usually the sum of height of imaginary body and its depth) of current Japanese font.
6741 The command \cs{zh} sets this register to the correct value, and
6742 ``return'' this register itself.
6743 %</en>
6744 %<*ja>
6745 現在の和文フォントの「全角高さ」(通常,高さと深さの和)を保持する一時レジスタ.
6746 \cs{zh} 命令は,このレジスタを適切な値に設定した後,
6747 「このレジスタ自体を返す」.
6748 %</ja>
6749
6750 \attr{jfam}
6751 %<*en>
6752 Current number of Japanese font family for math formulas.
6753 %</en>
6754 %<*ja>
6755 数式用の和文フォントファミリの現在の番号.
6756 %</ja>
6757
6758 \attr{ltj@curjfnt}
6759 %<*en>
6760 The font index of current Japanese font for horizontal direction.
6761 %</en>
6762 %<*ja>
6763 現在の横組用和文フォントのフォント番号.
6764 %</ja>
6765
6766 \attr{ltj@curtfnt}
6767 %<*en>
6768 The font index of current Japanese font for vertical direction.
6769 %</en>
6770 %<*ja>
6771 現在の縦組用和文フォントのフォント番号.
6772 %</ja>
6773
6774 \attr{ltj@charclass}
6775 %<*en>
6776 The character class of a \textbf{JAchar}. This attribute is only set on a
6777                          \textit{glyph\_node} which contains a \textbf{JAchar}.
6778 %</en>
6779 %<*ja>
6780 \textbf{JAchar}の文字クラス.\textbf{JAchar}が格納された\textit{glyph\_node}でのみ使われる.
6781 %</ja>
6782
6783 \attr{ltj@yablshift}
6784 %<*en>
6785 The amount of shifting the baseline of alphabetic fonts in scaled point ($2^{-16}\,\textrm{pt}$).
6786 %</en>
6787 %<*ja>
6788 スケールド・ポイント($2^{-16}\,\textrm{pt}$)を単位とした欧文フォントのベースラインの移動量.
6789 %</ja>
6790
6791 \attr{ltj@ykblshift}
6792 %<*en>
6793 The amount of shifting the baseline of Japanese fonts in scaled point ($2^{-16}\,\textrm{pt}$).
6794 %</en>
6795 %<*ja>
6796 スケールド・ポイント($2^{-16}\,\textrm{pt}$)を単位とした和文フォントのベースラインの移動量.
6797 %</ja>
6798
6799 \attr{ltj@tablshift}
6800 \attr{ltj@tkblshift}
6801
6802 \attr{ltj@autospc}
6803 %<*en>
6804 Whether the auto insertion of \Param{kanjiskip} is allowed at the node.
6805 %</en>
6806 %<*ja>
6807 そのノードで\Param{kanjiskip}の自動挿入が許されるかどうか.
6808 %</ja>
6809
6810 \attr{ltj@autoxspc}
6811 %<*en>
6812 Whether the auto insertion of \Param{xkanjiskip} is allowed at the node.
6813 %</en>
6814 %<*ja>
6815 そのノードで\Param{xkanjiskip}の自動挿入が許されるかどうか.
6816 %</ja>
6817
6818 \attr{ltj@icflag}
6819 %<*en>
6820 An attribute for distinguishing ``kinds'' of a node. One of the following value is
6821 assigned to this attribute:
6822 %</en>
6823 %<*ja>
6824 ノードの「種類」を区別するための属性.以下のうちのひとつが値として割り当てられる:
6825 %</ja>
6826 \begin{description}
6827 \item[\textit{italic} (1)]
6828 %<*en>
6829 Kerns from italic correction (\verb+\/+), or from kerning information of a Japanese font.
6830 These kerns are ``ignored'' in the insertion process of \textbf{JAglue},
6831 unlike explicit \cs{kern}.
6832 %</en>
6833 %<*ja>
6834 イタリック補正(\verb+\/+)によるカーン,
6835 または \Pkg{luaotfload} によって挿入されたフォントのカーニング情報由来のカーン.
6836 これらのカーンは通常の \cs{kern} とは異なり,
6837 \textbf{JAglue}の挿入処理においては透過する.
6838 %</ja>
6839
6840 \item[\textit{packed} (2)]
6841
6842 \item[\textit{kinsoku} (3)]
6843 %<*en>
6844 Penalties inserted for the word-wrapping process (\emph{kinsoku shori}) of Japanese characters.
6845 %</en>
6846 %<ja>禁則処理のために挿入されたペナルティ.
6847 \item[\mathversion{bold}$(\textit{from\_jfm}-2)$--$(\textit{from\_jfm}+2)$~(4--8)]
6848 %<en>Glues/kerns from JFM.
6849 %<ja>JFM由来のグルー/カーン.
6850 \item[\textit{kanji\_skip}~(9), \textit{kanji\_skip\_jfm}~(10)]
6851 %<en>Glues from \Param{kanjiskip}.
6852 %<ja>和文間空白\Param{kanjiskip}を表すグルー.
6853 \item[\textit{xkanji\_skip}~(11), \textit{xkanji\_skip\_jfm}~(12)]
6854 %<en>Glues from \Param{xkanjiskip}.
6855 %<ja>和欧文間空白\Param{xkanjiskip}を表すグルー.
6856 \item[\textit{processed} (13)]
6857 %<en>Nodes which is already processed by \ldots.
6858 %<ja>\LuaTeX-ja の内部処理によって既に処理されたノード.
6859 \item[\textit{ic\_processed} (14)]
6860 %<*en>
6861 Glues from an italic correction, but already processed in the insertion process of \textbf{JAglue}s.
6862 %</en>
6863 %<ja>イタリック補正に由来するグルーであって,既に \textbf{JAglue} 挿入処理にかかったもの.
6864 \item[\textit{boxbdd} (15)]
6865 %<en>Glues/kerns that inserted just the beginning or the ending of an hbox or a paragraph.
6866 %<ja>hboxか段落の最初か最後に挿入されたグルー/カーン.
6867 \end{description}
6868
6869 %<*ja>
6870 また,挿入処理の結果であるリストの最初のノードでは,\verb+\ltj@icflag+ の値に
6871 \textit{processed\_begin\_flag}~(128)が追加される.これによって,\cs{unhbox} が
6872 連続した場合でも「ボックスの境界」が識別できるようになっている.
6873 %</ja>
6874
6875 \attr{ltj@kcat\,$i$}
6876 %<*en>
6877 Where $i$~is a natural number which is less than~7.
6878 These 7~attributes store bit~vectors indicating which character block is regarded as a block of \textbf{JAchar}s.
6879 %</en>
6880 %<*ja>
6881 $i$は7より小さい自然数.
6882 これら7つの属性レジスタは,どの文字ブロックが\textbf{JAchar}のブロックとして
6883 扱われるかを示すビットベクトルを格納する.
6884 %</ja>
6885
6886 \attr{ltj@dir}
6887 %<*ja>
6888 \textit{direction}~whatsit(後述)において組方向を示すために,あるいは\textit{dir\_box}の
6889                          組方向を用いる.\textit{direction}~whatsitにおいては値は
6890 \begin{quote}
6891  \textit{dir\_dtou} (1), \textit{dir\_tate} (3),
6892  \textit{dir\_yoko} (4), \textit{dir\_utod} (11)
6893 \end{quote}
6894 のいずれかであり,\textit{dir\_box}ではこれらに次を加えた値をとる(\ref{sec-dir-imp}章参照).
6895 %</ja>
6896 \begin{description}
6897 \item[\textit{dir\_node\_auto} (128)]
6898 %<ja> 異なる組方向に配置するために自動的に作られたボックス.
6899 \item[\textit{dir\_node\_manual} (256)]
6900 %<ja> \cs{ltjsetwd} によって「ボックスの本来の組方向とは異なる組方向での寸法」を
6901 %<ja> 設定したときに,それを記録するためのボックス.
6902 \end{description}
6903 %<ja> \TeX 側から見える値,つまり \verb+\the\ltj@dir+ の値は常に0である.
6904
6905 \end{list}
6906
6907 %<*en>
6908 Furthermore, \LuaTeX-ja uses several user-defined whatsit nodes for
6909 internal processing. All those nodes except \emph{direction} whatsits
6910 store a natural number (hence its \texttt{type} is 100).
6911 \emph{direction} whatsits store a node list, hence its \texttt{type} is 110.
6912 Their \texttt{user\_id} (used for distinguish user-defined whatsits)
6913 are allocated by \texttt{luatexbase.newuserwhatsitid}.
6914 %</en>
6915 %<*ja>
6916 さらに,\LuaTeX-jaはいくつかのuser-defined whatsit nodeを内部処理に用いる.
6917 \textit{direction} whatsitはノードリストを格納するが,
6918 それ以外のwhatsitノードの \texttt{type} は100であり,ノードは自然数を格納している.
6919 user-defined whatsitを識別するための \texttt{user\_id} は\
6920 \texttt{luatexbase.newuserwhatsitid} により確保されており,
6921 下の見出しは単なる識別用でしかない.
6922 %</ja>
6923 \begin{description}
6924 \item[\textit{inhibitglue}]
6925 %<*en>
6926 Nodes for indicating that \cs{inhibitglue} is
6927            specified. The \texttt{value} field of these nodes doesn't matter.
6928 %</en>
6929 %<*ja>
6930 \cs{inhibitglue} が指定されたことを示すノード.これらのノードの\
6931 \texttt{value} フィールドは意味を持たない.
6932 %</ja>
6933
6934 \item[\textit{stack\_marker}]
6935 %<*en>
6936 Nodes for \LuaTeX-ja's stack system (see the next
6937            subsection). The \texttt{value} field of these nodes is
6938            current group level.
6939 %</en>
6940 %<*ja>
6941 \LuaTeX-jaのスタックシステム(次の節を参照)のためのノード.
6942 これらのノードの \texttt{value} フィールドは現在のグループネストレベルを表す.
6943 %</ja>
6944
6945 \item[\textit{char\_by\_cid}]
6946 %<*en>
6947 Nodes for \textbf{JAchar} which the callback process of
6948            \Pkg{luaotfload} won't be applied, and the character code is
6949            stored in the \texttt{value} field. Each node of this type are
6950            converted to a \textit{glyph\_node} \emph{after}
6951            the callback process of luaotfload.
6952 Nodes of this type is used in \cs{CID}, \cs{UTF} and IVS support.
6953 %</en>
6954 %<*ja>
6955 \Pkg{luaotfload}のコールバックによる処理が適用されない\textbf{JAchar}のためのノードで,
6956 \texttt{value} フィールドに文字コードが格納されている.
6957 この種類のノードはそれぞれが\Pkg{luaotfload}のコールバックの処理の
6958 \emph{後で}\textit{glyph\_node}に変換される.
6959 \cs{CID}, \cs{UTF}やIVS対応処理でこの種類のノードが利用されている.
6960 %</ja>
6961
6962 \item[\textit{replace\_vs}]
6963 %<*en>
6964 Similar to \textit{char\_by\_cid} whatsits above.
6965 These nodes are for \textbf{ALchar} which the callback process of
6966            \Pkg{luaotfload} won't be applied.
6967 %</en>
6968 %<*ja>
6969 上の\textit{char\_by\_cid}と同様に,
6970 これらのノードは\Pkg{luaotfload}のコールバックによる処理が適用されない\textbf{ALchar}のた
6971            めものである.
6972 %</ja>
6973
6974 \item[\textit{begin\_par}]
6975 %<*en>
6976 Nodes for indicating beginning of a paragraph.
6977 A paragraph which is started by \cs{item} in list-like environments has a horizontal box
6978 for its label before the actual contents. So \dots
6979 %</en>
6980 %<*ja>
6981 「段落の開始」を意味するノード.
6982 list環境,itemize環境などにおいて,\cs{item} で始まる各項目は……
6983 %</ja>
6984
6985 \item[\textit{direction}]
6986
6987 \end{description}
6988
6989 %<*en>
6990 These whatsits will be removed during the process of inserting \textbf{JAglue}s.
6991 %</en>
6992 %<*ja>
6993 これらのwhatsitノードは\textbf{JAglue}の挿入処理の間に取り除かれる.
6994 %</ja>
6995
6996 %<en>\subsection{Stack System of \LuaTeX-ja}
6997 %<ja>\subsection{\LuaTeX-jaのスタックシステム}
6998 \label{ssec-stack}
6999
7000 %<en>\paragraph{Background}
7001 %<ja>\paragraph{背景}
7002 %<*en>
7003 \LuaTeX-ja has its own stack system, and most parameters of \LuaTeX-ja
7004 are stored in it. To clarify the reason, imagine the parameter
7005 \Param{kanjiskip} is stored by a skip, and consider the following
7006 source:
7007 %</en>
7008 %<*ja>
7009 \LuaTeX-jaは独自のスタックシステムを持ち,\LuaTeX-jaのほとんどのパラメータは
7010 これを用いて保持されている.その理由を明らかにするために,
7011 \Param{kanjiskip}パラメータがスキップレジスタで保持されているとし,
7012 以下のコードを考えてみよう:
7013 %</ja>
7014 \begin{LTXexample}
7015 \ltjsetparameter{kanjiskip=0pt}ふがふが.%
7016 \setbox0=\hbox{%
7017   \ltjsetparameter{kanjiskip=5pt}ほげほげ}
7018 \box0.ぴよぴよ\par
7019 \end{LTXexample}
7020
7021 %<*en>
7022 As described in Subsection~\ref{ssec-param}, the only effective value of
7023 \Param{kanjiskip} in an hbox is the latest value, so the value of
7024 \Param{kanjiskip} which applied in the entire hbox should be 5\,pt.
7025 However, by the implementation method of \LuaTeX, this ``5\,pt'' cannot be
7026 known from any callbacks.  In the \texttt{tex/packaging.w}, which is a
7027 file in the source of \LuaTeX, there are the following codes:
7028 %</en>
7029 %<*ja>
7030 \ref{ssec-param}節で述べたように,あるhboxの中で効力を持つ
7031 \Param{kanjiskip}の値は最後に現れた値のみであり,したがってボックス全体に適用される
7032 \Param{kanjiskip}は5\,ptであるべきである.しかし,\LuaTeX の実
7033 装を観察すると,この5\,ptという長さはどのコールバックからも知ることはできないことがわかる.
7034 \LuaTeX のソースファイルの1つ \texttt{tex/packaging.w} の中に,
7035 以下のコードがある:
7036 %</ja>
7037 \begin{lstlisting}[numbers=left,firstnumber=1226]
7038 void package(int c)
7039 {
7040     scaled h;                   /* height of box */
7041     halfword p;                 /* first node in a box */
7042     scaled d;                   /* max depth */
7043     int grp;
7044     grp = cur_group;
7045     d = box_max_depth;
7046     unsave();
7047     save_ptr -= 4;
7048     if (cur_list.mode_field == -hmode) {
7049         cur_box = filtered_hpack(cur_list.head_field,
7050                                  cur_list.tail_field, saved_value(1),
7051                                  saved_level(1), grp, saved_level(2));
7052         subtype(cur_box) = HLIST_SUBTYPE_HBOX;
7053 \end{lstlisting}
7054 %<*en>
7055 Notice that \texttt{unsave()} is executed \emph{before}
7056 \texttt{filtered\_hpack()}, where \texttt{hpack\_filter} callback is
7057 executed) here. So ``5\,pt'' in the above source is orphaned at
7058 \texttt{unsave()}, and hence it can't be accessed from \texttt{hpack\_filter}
7059 callback.
7060 %</en>
7061 %<*ja>
7062 \texttt{unsave()} が \texttt{filtered\_hpack()}(これは \texttt{hpack\_filter} コールバックが
7063 実行されるところである)の\emph{前に}実行されていることに注意する.
7064 したがって,上記ソース中で5\,ptは \texttt{unsave()} のところで捨てられ,
7065 \texttt{hpack\_filter} コールバックからはアクセスすることができない.
7066 %</ja>
7067
7068 %<en>\paragraph{Implementation}
7069 %<ja>\paragraph{解決法}
7070
7071 %<*en>
7072 The code of stack system is based on that in a post of Dev-luatex mailing list\footnote{%
7073 \texttt{[Dev-luatex] tex.currentgrouplevel}, a post at 2008/8/19 by Jonathan Sauer.}.
7074 %</en>
7075 %<*ja>
7076 スタックシステムのコードはDev-luatexメーリングリストのある投稿\footnote{%
7077 \texttt{[Dev-luatex] tex.currentgrouplevel}: Jonathan Sauerによる2008/8/19の投稿.}を
7078 ベースにしている.
7079 %</ja>
7080
7081 %<*en>
7082 These are two \TeX\ count registers for maintaining information:
7083 \verb+\ltj@@stack+ for the stack level, and \verb+\ltj@@group@level+ for
7084 the \TeX's group level when the last assignment was done.  Parameters
7085 are stored in one big table named \texttt{charprop\_stack\_table}, where
7086 \texttt{charprop\_stack\_table[$i$]} stores data of stack level~$i$. If
7087 a new stack level is created by \cs{ltjsetparameter}, all data of the
7088 previous level is copied.
7089 %</en>
7090 %<*ja>
7091 情報を保持するために,2つの\TeX の整数レジスタを用いている:
7092 \verb+\ltj@@stack+ にスタックレベル,\verb+\ltj@@group@level+ に最後の代入が
7093 なされた時点での\TeX のグループレベルを保持している.
7094 パラメータは\texttt{charprop\_stack\_table}という名前のひとつの大きなテーブルに
7095 格納される.ここで,\texttt{charprop\_stack\_table[$i$]}はスタックレベル$i$の
7096 データを格納している.もし新しいスタックレベルが \cs{ltjsetparameter} によって
7097 生成されたら,前のレベルの全てのデータがコピーされる.
7098 %</ja>
7099
7100 %<*en>
7101 To resolve the problem mentioned in above paragraph ``Background'', \LuaTeX-ja uses
7102 another trick. When the stack level is about to be increased, a whatsit
7103 node whose type, subtype and value are 44~(\textit{user\_defined}),
7104 \textit{stack\_marker} and the current group level respectively is appended to the current
7105 list (we refer this node by \textit{stack\_flag}). This enables us to
7106 know whether assignment is done just inside a hbox. Suppose that the
7107 stack level is~$s$ and the \TeX's group level is~$t$ just after the hbox
7108 group, then:
7109 %</en>
7110 %<*ja>
7111 上の「背景」で述べた問題を解決するために,\LuaTeX-jaでは次の手法を用いる:
7112 スタックレベルが増加するするとき,type, subtype, valueがそれぞれ
7113 44~(\textit{user\_defined}), \textit{stack\_marker},そして現在のグループレベルであるwhatsitノード
7114 を現在のリストに付け加える(このノードを\textit{stack\_flag}とする).
7115 これにより,あるhboxの中で代入がなされたかどうかを知ることが可能
7116 となる.スタックレベルを$s$,そのhbox groupの直後の\TeX のグループレベルを
7117 $t$とすると:
7118 %</ja>
7119 \begin{itemize}
7120 %<*en>
7121 \item If there is no \textit{stack\_flag} node in the list of the contents of the hbox, then
7122       no assignment was occurred inside the hbox. Hence values of
7123       parameters at the end of the hbox are stored in the stack
7124       level~$s$.
7125 %</en>
7126 %<*ja>
7127 \item もしそのhboxの中身を表すリストの中に\textit{stack\_flag}ノードがなければ,
7128   hboxの中では代入は起こらなかったということになる.
7129   したがって,そのhboxの終わりにおけるパラメータの値はスタックレベル$s$に
7130   格納されている.
7131 %</ja>
7132
7133 %<*en>
7134 \item If there is a \textit{stack\_flag} node whose value is~$t+1$, then
7135       an assignment was occurred just inside the hbox group. Hence
7136       values of parameters at the end of the hbox are stored in the
7137       stack level~$s+1$.
7138 %</en>
7139 %<*ja>
7140 \item もし値が$t+1$の\textit{stack\_flag}ノードがあれば,その
7141   hboxの中で代入が起こったことになる.
7142   したがって,hboxの終わりにおけるパラメータの値はスタックレベル$s+1$に
7143   格納されている.
7144 %</ja>
7145
7146 %<*en>
7147 \item If there are \textit{stack\_flag} nodes but all of their values
7148       are more than~$t+1$, then an assignment was occurred in the box,
7149       but it is done in more internal group. Hence values of
7150       parameters at the end of the hbox are stored in the stack
7151       level~$s$.
7152 %</en>
7153 %<*ja>
7154 \item もし\textit{stack\_flag}ノードがあるがそれらの値が全て$t+1$より大きい
7155   場合,そのボックスの中で代入が起こったが,それは「より内部の」グループで
7156   起こったということになる.したがって,hboxの終わりでのパラメータの
7157   値はスタックレベル$s$に格納されている.
7158 %</ja>
7159 \end{itemize}
7160
7161 %<*en>
7162 Note that to work this trick correctly, assignments to
7163 \verb+\ltj@@stack+ and \verb+\ltj@@group@level+ have to be local always,
7164 regardless the value of \cs{globaldefs}.
7165 To solve this problem, we use another trick: the assignment
7166 \hbox{\verb+\directlua{tex.globaldefs=0}+} is always local.
7167 %</en>
7168 %<*ja>
7169 このトリックを正しく働かせるためには,\verb+\ltj@@stack+ と \verb+\ltj@@group@level+ への
7170 代入は \cs{globaldefs} の値によらず常にローカルでなければならないことに注意する.
7171 この問題は \hbox{\verb+\directlua{tex.globaldefs=0}+}(この代入は常にローカル)を
7172 用いることで解決している.
7173 %</ja>
7174
7175 %<*en>
7176 \subsection{Lua Functions of the Stack System}
7177 In this subsection, we will see how a user use \LuaTeX-ja's stack system to
7178 store some data which obeys the grouping of \TeX.
7179 %</en>
7180 %<*ja>
7181 \subsection{スタックシステムで使用される関数}
7182 本節では,ユーザが\LuaTeX-jaのスタックシステムを使用して,
7183 \TeX のグルーピングに従うような
7184 独自のデータを取り扱う方法を述べる.
7185 %</ja>
7186
7187 %<*en>
7188 The following function can be used to store data into a stack:
7189 \begin{lstlisting}
7190 luatexja.stack.set_stack_table(index, <any> data)
7191 \end{lstlisting}
7192 Any values which except \texttt{nil}~and~NaN are usable as \textit{index}.
7193 However, a user should use only negative integers or strings as \textit{index},
7194 since natural numbers are used by \LuaTeX-ja itself.
7195 Also, whether \textit{data} is stored locally or globally
7196 is determined by \texttt{luatexja.isglobal}
7197 (stored globally if and only if \texttt{luatexja.isglobal == 'global'}).
7198 %</en>
7199 %<*ja>
7200 スタックに値を設定するには,以下のLua関数を呼び出せば良い:
7201 \begin{lstlisting}
7202 luatexja.stack.set_stack_table(<any> index, <any> data)
7203 \end{lstlisting}
7204 直感的には,スタックテーブル中のインデックス\textit{index}の値を\textit{data}にする,という意味である.
7205 \textit{index}の値としては \texttt{nil} とNaN以外の任意の値を使えるが,
7206 自然数は\LuaTeX-jaが使用する(将来の拡張用も含む)ので,
7207 ユーザが使用する場合は負の整数値か文字列の値にすることが望ましい.
7208 また,ローカルに設定されるかグローバルに設定されるかは,\texttt{luatexja.isglobal} の値に依存する
7209 (グローバルに設定されるのは,\texttt{luatexja.isglobal == 'global'} であるちょうどその時).
7210 %</ja>
7211
7212 %<*en>
7213 Stored data can be obtained as the return value of
7214 \begin{lstlisting}
7215 luatexja.stack.get_stack_table(index, <any> default, <number> level)
7216 \end{lstlisting}
7217 where \textit{level} is the stack level, which is usually the value of \verb+\ltj@@stack+,
7218 and \textit{default} is the default value which will be returned if no values are stored
7219 in the stack table whose level is \textit{level}.
7220 %</en>
7221 %<*ja>
7222 スタックの値は,
7223 \begin{lstlisting}
7224 luatexja.stack.get_stack_table(<any> index, <any> default, <number> level)
7225 \end{lstlisting}
7226 の戻り値で取得できる.\textit{level}はスタックレベルであり,
7227 通常は \verb+\ltj@@stack+ の値を指定することになるだろう.
7228 \textit{default}はレベル\textit{level}のスタックに値が設定されていなかった場合に
7229 返すデフォルト値である.
7230 %</ja>
7231
7232 \begin{figure}[tb]
7233 \begin{lstlisting}[numbers=left, firstnumber=380]
7234 \protected\def\ltj@setpar@global{%
7235   \relax\ifnum\globaldefs>0\directlua{luatexja.isglobal='global'}%
7236     \else\directlua{luatexja.isglobal=''}\fi
7237 }
7238 \protected\def\ltjsetparameter#1{%
7239   \ltj@setpar@global\setkeys[ltj]{japaram}{#1}\ignorespaces}
7240 \protected\def\ltjglobalsetparameter#1{%
7241   \relax\ifnum\globaldefs<0\directlua{luatexja.isglobal=''}%
7242     \else\directlua{luatexja.isglobal='global'}\fi%
7243   \setkeys[ltj]{japaram}{#1}\ignorespaces}
7244 \end{lstlisting}
7245 %<ja>\caption{パラメータ設定命令の定義}
7246 %<en>\caption{Definiton of parameter setting commands}
7247 \label{fig:setpar-def}
7248 \end{figure}
7249
7250 %<*en>
7251 \subsection{Extending Parameters}
7252 Keys for \cs{ltjsetparameter}~and~\cs{ltjgetparameter} can be extended,
7253 as in \Pkg{luatexja-adjust}.
7254 %</en>
7255 %<*ja>
7256 \subsection{パラメータの拡張}
7257 ここでは,\Pkg{luatexja-adjust}で行なっているように,
7258 \cs{ltjsetparameter},~\cs{ltjgetparameter}に指定可能なキーを追加する方法
7259 を述べる.
7260 %</ja>
7261
7262 %<*en>
7263 \paragraph{Setting parameters}
7264 Figure~\ref{fig:setpar-def} shows the \emph{most outer} definition of
7265 two commands,
7266 \cs{ltjsetparameter} and \cs{ltjglobalsetparameter}.
7267 Most important part is the last \cs{setkeys},
7268 which is offered by the \Pkg{xkeyval} package.
7269
7270 Hence, to add a key in \cs{ltjsetparameter}, one only have to add a key
7271 whose prefix is \texttt{ltj} and whose family is \texttt{japaram}, as the following.
7272 \begin{lstlisting}
7273 \define@key[ltj]{japaram}{...}{...}
7274 \end{lstlisting}
7275
7276 \cs{ltjsetparameter}~and~\cs{ltjglobalsetparameter} automatically sets
7277 \texttt{luatexja.isglobal}. Its meaning is the following.
7278 \begin{align}
7279  \texttt{luatexja.isglobal} =
7280 \begin{cases}
7281  \texttt{'global'}&\text{global}\\
7282  \texttt{''}&\text{local}
7283 \end{cases}
7284 \end{align}
7285 This is determined not only by command name
7286 (\cs{ltjsetparameter}~or~\cs{ltjglobalsetparameter}),
7287 but also by the value of \cs{globaldefs}.
7288 %</en>
7289 %<*ja>
7290 \paragraph{パラメータの設定}
7291 \cs{ltjsetparameter} と,\cs{ltjglobalsetparameter} の定義は図\ref{fig:setpar-def}の
7292 のようになっている.
7293 本質的なのは最後の \cs{setkeys} で,これは\Pkg{xkeyval}パッケージの提供する命令である.
7294
7295 このため,\cs{ltjsetparameter} に指定可能なパラメータを追加するには,
7296 <prefix>を \texttt{ltj},<family>を \texttt{japaram} としたキーを
7297 \begin{lstlisting}
7298 \define@key[ltj]{japaram}{...}{...}
7299 \end{lstlisting}
7300 のように定義すれば良いだけである.
7301 なお,パラメータ指定がグローバルかローカルかどうかを示す \texttt{luatexja.isglobal} が,
7302 \begin{align}
7303  \texttt{luatexja.isglobal} =
7304 \begin{cases}
7305  \texttt{'global'}&\text{パラメータ設定はグローバル}\\
7306  \texttt{''}&\text{パラメータ設定はローカル}
7307 \end{cases}
7308 \end{align}
7309 として自動的にセットされる\footnote{命令が \cs{ltjglobalsetparameter} かどうかだけでは
7310 なく,実行時の \cs{globaldefs} の値にも依存して定まる.}.
7311 %</ja>
7312
7313 %<*en>
7314 \paragraph{Getting parameters}
7315 \cs{ltjgetparameter} is implemented by a Lua script.
7316
7317 For parameters that do not need additional arguments, one only have to
7318 define a function in the table \verb+luatexja.unary_pars+.
7319 For example, with the following function,
7320 \verb+\ltjgetparameter{hoge}+ returns a \emph{string} \texttt{42}.
7321 \begin{lstlisting}[numbers=left]
7322 function luatexja.unary_pars.hoge (t)
7323   return 42
7324 end
7325 \end{lstlisting}
7326 Here the argument of \verb+luatexja.unary_pars.hoge+ is
7327 the stack level of \LuaTeX-ja's stack system (see Subsection~\ref{ssec-stack}).
7328
7329 On the other hand, for parameters that need an additional argument
7330 (this must be an integer), one have to define a function in
7331 \verb+luatexja.binary_pars+ first. For example,
7332 \begin{lstlisting}[numbers=left]
7333 function luatexja.binary_pars.fuga (c, t)
7334   return tostring(c) .. ', ' .. tostring(42)
7335 end
7336 \end{lstlisting}
7337 Here the first argument $t$ is the stack level, as before.
7338 The second argument $c$ is just the second argument of \cs{ltjgetparameter}.
7339
7340 For parameters that need an additional argument, one also have to
7341 execute the \TeX\ code like
7342 \begin{lstlisting}
7343 \ltj@@decl@array@param{fuga}
7344 \end{lstlisting}
7345 to indicate that ``the parameter \texttt{fuga} needs an additional argument''.
7346 %</en>
7347 %<*ja>
7348 \paragraph{パラメータの取得}
7349 一方,\cs{ltjgetparameter} はLuaスクリプトによって実装されている.
7350 値を取得するのに追加引数の要らないパラメータについては,\verb+luatexja.unary_pars+\
7351 内に処理内容を記述した関数を定義すれば良い.例えば,Luaスクリプトで
7352 \begin{lstlisting}[numbers=left]
7353 function luatexja.unary_pars.hoge (t)
7354   return 42
7355 end
7356 \end{lstlisting}
7357 を実行すると,\verb+\ltjgetparameter{hoge}+ は \texttt{42} という\emph{文字列}を返す.
7358 関数 \verb+luatexja.unary_pars.hoge+ の引数$t$は,\ref{ssec-stack}節で述べた
7359 \LuaTeX-jaのスタックシステムにおけるスタックレベルである.
7360 戻り値はいかなる値であっても,最終的には文字列として出力されることに注意.
7361
7362 一方,追加引数(\emph{数値しか許容しない})が必要なパラメータについては,
7363 まずLuaスクリプトで処理内容の本体を記述しておく:
7364 \begin{lstlisting}[numbers=left]
7365 function luatexja.binary_pars.fuga (c, t)
7366   return tostring(c) .. ', ' .. tostring(42)
7367 end
7368 \end{lstlisting}
7369 引数$t$は,先に述べた通りのスタックレベルである.一方,引数$c$は\
7370 \cs{ltjgetparameter} の第2引数を表す数値である.
7371 しかしこれだけでは駄目で,
7372 \begin{lstlisting}
7373 \ltj@@decl@array@param{fuga}
7374 \end{lstlisting}
7375 を実行し,\TeX インターフェース側に
7376 「\verb+\ltjgetparameter{fuga}+ は追加引数が必要」ということを通知する必要がある.
7377 %</ja>
7378
7379 %<en>\section{Linebreak after a Japanese Character}
7380 %<ja>\section{和文文字直後の改行}
7381 \label{sec-lbreak}
7382 %<en>\subsection{Reference: Behavior in \pTeX}
7383 %<ja>\subsection{参考:\pTeX の動作}
7384 %<*en>
7385 In~\pTeX, a line break after a Japanese character doesn't emit a space,
7386 since words are not separated by spaces in Japanese writings. However,
7387 this feature isn't fully implemented in \LuaTeX-ja due to the
7388 specification of callbacks in~\LuaTeX. To clarify the difference between
7389 \pTeX~and~\LuaTeX, We briefly describe the handling of a line break in~\pTeX, in
7390 this subsection.
7391
7392 \pTeX's input processor can be described in terms of a finite state
7393 automaton, as that of~\TeX\ in~Section~2.5 of~\cite{texbytopic}. The
7394 internal states are as follows:
7395 \begin{itemize}
7396 \item State~$N$: new line
7397 \item State~$S$: skipping spaces
7398 \item State~$M$: middle of line
7399 \item State~$K$: after a Japanese character
7400 \end{itemize}
7401 The first three states---$N$,~$S$, and~$M$---are as same as \TeX's input
7402 processor.  State~$K$ is similar to state~$M$, and is entered after
7403 Japanese characters.  The diagram of state transitions are indicated in
7404 Figure~\ref{fig-ptexipro}.  Note that \pTeX\ doesn't leave state~$K$
7405 after ``beginning/ending of a group'' characters.
7406 %</en>
7407
7408 %<*ja>
7409 欧文では文章の改行は単語間でしか行わない.そのため,\TeX では,(文字の直後の)改行は
7410 空白文字と同じ扱いとして扱われる.一方,和文ではほとんどどこでも改行が可能なため,
7411 \pTeX では和文文字の直後の改行は単純に無視されるようになっている.
7412
7413 このような動作は,\pTeX が\TeX からエンジンとして拡張されたことによって可能になったことである.
7414 \pTeX の入力処理部は,\TeX におけるそれと同じように,有限オートマトンとして記述することができ,
7415 以下に述べるような4状態を持っている.
7416
7417 \begin{itemize}
7418 \item State~$N$: 行の開始.
7419 \item State~$S$: 空白読み飛ばし.
7420 \item State~$M$: 行中.
7421 \item State~$K$: 行中(和文文字の後).
7422 \end{itemize}
7423 また,状態遷移は,図\ref{fig-ptexipro}のようになっており,図中の数字は
7424 カテゴリーコードを表している.最初の3状態は\TeX の入力処理部と同じであり,
7425 図中から状態$K$と「$j$」と書かれた矢印を取り除けば,\TeX の入力処理部と同
7426 じものになる.
7427
7428 この図から分かることは,
7429 \begin{quote}
7430 行が和文文字(とグループ境界文字)で終わっていれば,改行は無視される
7431 \end{quote}
7432 ということである.
7433 %</ja>
7434
7435 \begin{figure}[!tb]
7436 \let\sp\textvisiblespace\small
7437 \begin{minipage}{.6\textwidth}%
7438 \begin{center}
7439 \unitlength=6.5mm\sf\mathversion{bold}
7440 \begin{tikzpicture}[
7441   ->, auto, shorten >=1pt
7442 ]
7443 \node [shape=rectangle, font=\scriptsize] (init) at (2,7) {start};
7444 \node [shape=circle,draw, fill=b_cyan] (newline) at (4,7) {$N$};
7445 \node [shape=circle,draw, fill=b_cyan] (midline) at (4,4) {$M$};
7446 \node [shape=circle,draw, fill=b_cyan] (skipspc) at (8,7) {$S$};
7447 \node [shape=circle,draw, fill=b_pink]  (kanji) at (8,4) {$K$};
7448 \node [shape=rectangle,draw, fill=b_green] (scanacs) at (6,8) {scan a c.s.};
7449 \node (endk) at (8,2.5) {} ;
7450 \node (endm) at (4,2.5) {} ;
7451 \node (ends) at (8,8.5) {} ;
7452 \node (endn) at (4,8.5) {} ;
7453 \begin{scope}[font=\scriptsize]
7454 \path (newline) edge [bend right]    node [left]{G, O} (midline)
7455       (init)    edge                 node {} (newline)
7456       (midline) edge [bend right=10] node {10} (skipspc)
7457       (skipspc) edge [bend right]    node [left,right=10,above=7]{G, O} (midline)
7458       (skipspc) edge [loop right]    node {10} (skipspc)
7459       (newline) edge [loop right]    node {10} (newline)
7460       (scanacs) edge [bend left]     node [left=3,below]{$(*)$} (skipspc)
7461       (scanacs) edge [bend right]    node [right=30,above=20]{$(*)$} (midline)
7462       (midline) edge                 node {5\ [\sp]} (endm)
7463       (midline) edge [loop left]     node {G, O} (midline)
7464       (skipspc) edge                 node [right] {5} (ends)
7465       (newline) edge                 node {5 [\cs{par}]} (endn);
7466 \begin{scope}[red]
7467 \path (newline) edge [bend right]    node [right=25,below=3]{J} (kanji)
7468       (midline) edge                 node [below]{J} (kanji)
7469       (kanji)   edge [bend left]     node {O} (midline)
7470       (kanji)   edge                 node {10} (skipspc)
7471       (kanji)   edge [loop right]    node {G, J} (kanji)
7472       (skipspc) edge [bend left]     node {J} (kanji)
7473       (kanji)   edge                 node {5} (endk)
7474 ;
7475 \end{scope}
7476 \end{scope}
7477 \end{tikzpicture}
7478 \end{center}
7479 \end{minipage}%
7480 \begin{minipage}{.4\textwidth}
7481 \begin{description}
7482 \item[\textsf{G}] Beginning of group (usually \verb+{+)\\
7483  and ending of group (usually \verb+}+).
7484 \item[\textsf{J}] Japanese characters.
7485 \item[\textsf{5}] \textit{end-of-line} (usually \verb+^+\verb+^J+).
7486 \item[\textsf{10}] space (usually \sp).
7487 \item[\textsf{O}] other characters, whose category code is in $\{3,4,6,7,8,11,12,13\}$.
7488 \item[\textsf{[\sp]}, \textsf{[\cs{par}]}]
7489 emits a space, or~\cs{par}.
7490 \end{description}
7491 \end{minipage}
7492 \begin{itemize}
7493 \item We omitted about category codes
7494 9~(\textit{ignored}), 14~(\textit{comment}), and~15~(\textit{invalid})
7495 from the above diagram. We also ignored the input like ``\verb+^+\verb+^A+'' or ``\verb+^+\verb+^df+''.
7496 \item When a character whose category code is 0 (\textit{escape character}) is seen by \TeX,
7497 the input processor scans a control sequence (\textsf{scan a c.s.}).
7498 These paths are not shown in the above diagram.
7499
7500 After that, the state is changed to State~$S$ (skipping blanks) in most cases, but
7501 to State~$M$ (middle of line) sometimes.
7502 \end{itemize}
7503 %<en>\caption{State transitions of \pTeX's input processor}
7504 %<ja>\caption{\pTeX の入力処理部の状態遷移}
7505 \label{fig-ptexipro}
7506 \end{figure}
7507
7508
7509 %<en>\subsection{Behavior in \LuaTeX-ja}
7510 %<ja>\subsection{\LuaTeX-jaの動作}
7511 %<*en>
7512 States in the input processor of \LuaTeX\ is the same as that of \TeX,
7513 and they can't be customized by any callbacks. Hence, we can only use
7514 \verb+process_input_buffer+ and \verb+token_filter+ callbacks for to
7515 suppress a space by a line break which is after Japanese characters.
7516
7517 However, \verb+token_filter+ callback cannot be used either, since a
7518 character in category code 5~(\textit{end-of-line}) is converted into an space
7519 token \emph{in the input processor}.  So we can use only the
7520 \verb+process_input_buffer+ callback.  This means that suppressing a
7521 space must be done \emph{just before} an input line is read.
7522
7523 Considering these situations, handling of an end-of-line in \LuaTeX-ja are as follows:
7524 \begin{quote}
7525 A character \texttt{U+FFFFF} (its category code is set to 14~(\textit{comment}) by
7526 \LuaTeX-ja) is appended to an input line, \emph{before \LuaTeX\ actually
7527 process it}, if and only if the following three conditions are satisfied:
7528 \begin{enumerate}
7529 \item The category code of \cs{endlinechar}%
7530 \footnote{Usually, it is $\langle$\textit{return}$\rangle$
7531       (whose character code is 13).} is 5~(\textit{end-of-line}).
7532 \item The category code of \texttt{U+FFFFF} itself is 14~(\textit{comment}).
7533 \item The input line matches the following ``regular expression'':
7534 \[
7535   (\text{any char})^*(\textbf{JAchar})
7536   \bigl(\{\text{catcode}=1\}\cup\{\text{catcode}=2\}\bigr)^*
7537 \]
7538 \end{enumerate}
7539 \end{quote}
7540
7541 \paragraph{Remark}
7542 The following example shows the major difference from the behavior of \pTeX.
7543 \begin{LTXexample}
7544 \fontspec[Ligatures=TeX]{Linux Libertine O}
7545 \ltjsetparameter{autoxspacing=false}
7546 \ltjsetparameter{jacharrange={-6}}xあ
7547 y\ltjsetparameter{jacharrange={+6}}zい
7548 u
7549 \end{LTXexample}
7550 It is not strange that ``あ'' does not printed in the above output.
7551 This is because \TeX\ Gyre\ Termes does not contain ``あ'', and because
7552 ``あ'' in line~3 is considered as an \textbf{ALchar}.
7553
7554 Note that there is no space before ``y'' in the output, but
7555 there is a space before ``u''. This follows from following reasons:
7556 \begin{itemize}
7557 \item When line~3 is processed by \texttt{process\_input\_buffer} callback,
7558 ``あ'' is considered as an \textbf{JAchar}.
7559 Since  line~3 ends with an \textbf{JAchar},
7560 the comment character \texttt{U+FFFFF} is appended to this line,
7561 and hence the linebreak immediately after this line is ignored.
7562 \item When line~4 is processed by \texttt{process\_input\_buffer} callback,
7563 ``い'' is considered as an \textbf{ALchar}.
7564 Since  line~4 ends with an \textbf{ALchar}, the linebreak immediately after this line
7565 emits a space.
7566 \end{itemize}
7567 %</en>
7568
7569 %<*ja>
7570 \LuaTeX の入力処理部は\TeX のそれと全く同じであり,コールバックによりユーザが
7571 カスタマイズすることはできない.このため,改行抑制の目的でユーザが利用で
7572 きそうなコールバックとしては,\verb+process_input_buffer+や
7573 \verb+token_filter+に限られてしまう.しかし,\TeX の入力処理部をよく見る
7574 と,後者も役には経たないことが分かる:改行文字は,入力処理部によってトー
7575 クン化される時に,カテゴリーコード10の32番文字へと置き換えられてしまうた
7576 め,\verb+token_filter+で非標準なトークン読み出しを行おうとしても,空白文
7577 字由来のトークンと,改行文字由来のトークンは区別できないのだ.
7578
7579 すると,我々のとれる道は,\verb+process_input_buffer+を用いて
7580 \LuaTeX の入力処理部に引き渡される前に入力文字列を編集するというものしかない.
7581 以上を踏まえ,\LuaTeX-jaにおける「和文文字直後の改行抑制」の処理は,次のようになっている:
7582
7583 \begin{quote}
7584 各入力行に対し,\emph{その入力行が読まれる前の内部状態で}
7585 以下の3条件が満たされている場合,\LuaTeX-jaは\texttt{U+FFFFF}の文字
7586 \footnote{この文字はコメント文字として扱われるように\LuaTeX-ja内部で設定をしている.}
7587 を末尾に追加する.よって,その場合に改行は空白とは見做されないこととなる.
7588 \begin{enumerate}
7589 \item \cs{endlinechar}の文字\footnote{普通は,改行文字(文字コード13番)である.}
7590 のカテゴリーコードが5~(\textit{end-of-line})である.
7591 \item \texttt{U+FFFFF}のカテゴリーコードが14~(\textit{comment})である.
7592 \item 入力行は次の「正規表現」にマッチしている:
7593 \[
7594   (\text{any char})^*(\textbf{JAchar})
7595   \bigl(\{\text{catcode}=1\}\cup\{\text{catcode}=2\}\bigr)^*
7596 \]
7597 \end{enumerate}
7598 \end{quote}
7599
7600 この仕様は,前節で述べた\pTeX の仕様にできるだけ近づけたものとなっている.条件1.は,
7601 \texttt{lstlisting}系環境などの日本語対応マクロを書かなくてすませるためのものである.
7602
7603 しかしながら,\pTeX と完全に同じ挙動が実現できたわけではない.
7604 次のように,\textbf{JAchar}の範囲を変更したちょうどその行においては挙動が異なる:
7605 \begin{LTXexample}
7606 \fontspec[Ligatures=TeX]{TeX Gyre Termes}
7607 \ltjsetparameter{autoxspacing=false}
7608 \ltjsetparameter{jacharrange={-6}}xあ
7609 y\ltjsetparameter{jacharrange={+6}}zい
7610 u
7611 \end{LTXexample}
7612 上ソース中の「あ」は\textbf{ALchar}(欧文扱い)であり.
7613 ここで使用している欧文フォント\TeX\ Gyre Termesは「あ」を含まない.
7614 よって,出力に「あ」は現れないことは不思議ではない.
7615 それでも,\pTeX とまったく同じ挙動を示すならば,出力は
7616 「\hbox{\ltjsetparameter{autoxspacing=false}x yzいu}」となるはずである.しかし,実際には
7617 上のように異なる挙動となっているが,それは以下の理由による:
7618 \begin{itemize}
7619 \item 3行目を \texttt{process\_input\_buffer} で処理する時点では,
7620       「あ」は\textbf{JAchar}(和文扱い)である.よって3行目は\textbf{JAchar}で終わることになり,
7621       コメント文字 \texttt{U+FFFFF} が追加される.
7622       よって,直後の改行文字は無視されることになり,空白は入らない.
7623 \item 4行目を \texttt{process\_input\_buffer} で処理する時点では,
7624       「い」は\textbf{ALchar}である.よって4行目は\textbf{ALchar}で終わることになり,
7625       直後の改行文字は空白に置き換わる.
7626 \end{itemize}
7627 このため,トラブルを避けるために,\textbf{JAchar}の範囲を\cs{ltjsetparameter}で編集した場合,
7628 その行はそこで改行するようにした方がいいだろう.
7629 %</ja>
7630
7631 %<*ja>
7632
7633 %<en>\section{Insertion of JFM glues, \Param{kanjiskip} and \Param{xkanjiskip}}
7634 %<ja>\section{JFMグルーの挿入,\Param{kanjiskip}と\Param{xkanjiskip}}
7635 \label{sec-jfmglue}
7636 %<en>\subsection{Overview}
7637 %<ja>\subsection{概要}
7638
7639 \LuaTeX-jaにおける \textbf{JAglue} の挿入方法は,\pTeX のそれとは全く異なる.
7640 \pTeX では次のような仕様であった:
7641 \begin{itemize}
7642 \item JFMグルーの挿入は,和文文字を表すトークンを元に水平リストに(文字を表す)<char\_node>を
7643 追加する過程で行われる.
7644 \item \Param{xkanjiskip}の挿入は,hboxへのパッケージングや行分割前に行われる.
7645 \item \Param{kanjiskip}はノードとしては挿入されない.パッケージングや行分割の計算時に
7646 「和文文字を表す2つの<char\_node>の間には\Param{kanjiskip}がある」ものとみなされる.
7647 \end{itemize}
7648 しかし,\LuaTeX-jaでは,hboxへのパッケージングや行分割前に全ての
7649 \textbf{JAglue},即ちJFMグルー・\Param{xkanjiskip}・\Param{kanjiskip}の
7650 3種類を一度に挿入することになっている.これは,\LuaTeX において欧文の合字・
7651 カーニング処理がノードベースになったことに対応する変更である.
7652
7653 \LuaTeX-jaにおける\textbf{JAglue}挿入処理では,次節で定義する
7654 「クラスタ」を単位にして行われる.大雑把にいうと,「クラスタ」は文字とそれに付随す
7655 るノード達(アクセント位置補正用のカーンや,イタリック補正)をまとめたもの
7656 であり,2つのクラスタの間には,ペナルティ,\cs{vadjust},whatsitなど,行組版
7657 には関係しないものがある.
7658
7659
7660 %<en>\subsection{Definition of a Cluster}
7661 %<ja>\subsection{「クラスタ」の定義}
7662
7663 \def\OA{$\text{\sf O}_{\text{\sf A}}$}
7664 \def\OB{$\text{\sf O}_{\text{\sf B}}$}
7665 \begin{defn}
7666 %<*en>
7667 A \emph{cluster} is consecutive nodes in one of the following forms,
7668 with the \textit{id} of it:
7669 %</en>
7670 %<*ja>
7671 \emph{クラスタ}は以下の形のうちのどれかひとつをとるノードのリストである:
7672 %</ja>
7673 \begin{enumerate}
7674 %<*en>
7675 \item Nodes whose value of\ \verb+\ltj@icflag+ is in $[3,15)$.  These
7676       nodes come from a hbox which is already packaged, by unpackaging
7677       (\cs{unhbox}).
7678       The \textit{id} of the cluster is \textit{id\_pbox}.
7679 %</en>
7680 %<*ja>
7681 \item その \verb+\ltj@icflag+ の値が$[3,15)$に入るノードのリスト.
7682   これらのノードはある既にパッケージングされたhboxから \cs{unhbox} で
7683   アンパックされたものである.
7684   この場合,クラスタの\textit{id}は\textit{id\_pbox}である.
7685 %</ja>
7686
7687 %<*en>
7688 \item A inline math formula, including two \textit{math\_node}s at the boundary of it.
7689       The \textit{id} of the cluster is \textit{id\_math}.
7690 %</en>
7691 %<*ja>
7692 \item インライン数式でその境界に2つの\textit{math\_node}を含むもの.
7693   この場合,クラスタの\textit{id}は\textit{id\_math}である.
7694 %</ja>
7695
7696 %<*en>
7697 \item A \textit{glyph\_node}~$p$, which represents a \textbf{JAchar}, with nodes which relate with it:
7698 %</en>
7699 %<*ja>
7700 \item \textbf{JAchar}を表す\textit{glyph\_node}~$p$とそれに関係するノード:
7701 %</ja>
7702 \begin{enumerate}
7703 %<*en>
7704 \item[(a)] A kern for the italic correction of~$p$.
7705 %</en>
7706 %<*ja>
7707 \item[(a)] $p$のイタリック補正のためのカーン.
7708 %</ja>
7709
7710 %<*en>
7711 \item[(b)] An accent attached to $p$ by \cs{accent}.
7712 %</en>
7713 %<*ja>
7714 \item[(b)] \cs{accent} による$p$に付随したアクセント.
7715 %</ja>
7716 \end{enumerate}
7717 \[
7718 \overbrace{%
7719  \Node{kern}{$\mathit{subtype}=2$}\longrightarrow
7720 \left\{\begin{array}{c}
7721 \Node{glyph}{accent}\\\noalign{\medskip}
7722 \Node{hbox}{accent (shifted vert.)}
7723 \end{array}\right\}\longrightarrow
7724 \Node{kern}{$\mathit{subtype}=2$}}^{\text{(a)}}
7725 \longrightarrow
7726 \Node{glyph}{$p$}\longrightarrow
7727 \overbrace{%
7728 \Node{kern}{italic corr.}}^{\text{(b)}}
7729 \]
7730
7731 %<*en>
7732 In this case, the \textit{id} is \textit{id\_jglyph}.
7733 %</en>
7734 %<*ja>
7735 この場合の\textit{id}は\textit{id\_jglyph}である.
7736 %</ja>
7737
7738 %<*en>
7739 \item A list which begins from a \textit{glyph\_node} which represents a \textbf{ALchar},
7740       and consists of \textbf{ALchar} \textit{glyph\_node}s,
7741       kerns for adjusting accents~(its subtype is 2), kerns for italic corrections and
7742       kerns which are automatically inserted by \LuaTeX~or~luaotfload.
7743       In this case, the \textit{id} is \textit{id\_glyph}.
7744 %</en>
7745 %<*ja>
7746 \item \textbf{ALchar}を表す\textit{glyph\_node},\cs{accent} によるアクセント位置補正用の
7747       カーン(subtypeが2),そしてイタリック補正・カーニングによって挿入されたカーン達が連続
7748       したもの.この場合の\textit{id}は\textit{id\_glyph}である.
7749 %</ja>
7750
7751 %<*en>
7752 \item An box-like node, that is, an hbox, a vbox, a rule (\cs{vrule}) and an \textit{unset\_node}.
7753 The \textit{id} of the cluster is \textit{id\_hlist} if the node is an
7754       hbox which is not shifted vertically, or \textit{id\_box\_like}
7755       otherwise.
7756 %</en>
7757 %<*ja>
7758 \item 水平ボックス(hbox),垂直ボックス,罫線 (\cs{vrule}),
7759   そして\textit{unset\_node}.
7760   クラスタの\textit{id}は垂直に移動していないhboxならば\textit{id\_hlist},
7761   そうでなければ\textit{id\_box\_like}となる.
7762 %</ja>
7763
7764 %<*en>
7765 \item A glue, a kern whose subtype is not 2~(\textit{accent}), and a discretionary break.
7766 The \textit{id} of the cluster is \textit{id\_glue}, \textit{id\_kern}
7767       and \textit{id\_disc}, respectively.
7768 %</en>
7769 %<*ja>
7770 \item グルー,subtypeが 2~(\textit{accent})ではないカーン,そしてdiscretionary break.
7771   その\textit{id} of the clusterはそれぞれ\textit{id\_glue}, \textit{id\_kern},そして
7772   \textit{id\_disc}である.
7773 %</ja>
7774 \end{enumerate}
7775 %<*en>
7776 We use \textit{Np}, \textit{Nq} and \textit{Nr} to denote a cluster.
7777 %</en>
7778 %<*ja>
7779 以下では\textit{Np}, \textit{Nq}, \textit{Nr}でクラスタを表す.
7780 %</ja>
7781 \end{defn}
7782
7783 \paragraph{\textit{id}の意味}
7784 $\mathit{Np}.\mathit{id}$の意味を述べるとともに,
7785 「先頭の文字」を表す\textit{glyph\_node}~$\mathit{Np}.\mathit{head}$と,
7786 「最後の文字」を表す\textit{glyph\_node}~$\mathit{Np}.\mathit{tail}$を次のように定義する.
7787 直感的に言うと,\textit{Np}は$\mathit{Np}.\mathit{head}$で始まり$\mathit{Np}.\mathit{tail}$で終わるような単語,
7788 と見做すことができる.これら$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$は
7789 説明用に準備した概念であって,実際のLuaコード中にそのように書かれているわけではないことに注意.
7790
7791 \begin{description}
7792 \item[\textit{id\_jglyph}] \textbf{JAchar}(和文文字).\\
7793 $\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$は,その\textbf{JAchar}を表している
7794 \textit{glyph\_node}そのものである.
7795 \item[\textit{id\_glyph}] \textbf{JAchar}(和文文字)以外のものを表す\textit{glyph\_node}~$p$.\\
7796 多くの場合,$p$は\textbf{ALchar}(欧文文字)を格納しているが,「ffi」などの合字によって作られた
7797 \textit{glyph\_node}である可能性もある.
7798 前者の場合,$\mathit{Np}.\mathit{head}$,~$\mathit{Np}.\mathit{tail} = p$である.
7799 一方,後者の場合,
7800 \begin{itemize}
7801 \item $\mathit{Np}.\mathit{head}$は,
7802 合字の構成要素の先頭→(その\textit{glyph\_node}における)合字の構成要素の先頭→……
7803 と再帰的に検索していってたどり着いた\textit{glyph\_node}である.
7804 \item $\mathit{Np}.\mathit{last}$は,同様に末尾→末尾→と検索してたどり着いた\textit{glyph\_node}である.
7805 \end{itemize}
7806 \item[\textit{id\_math}] インライン数式.\\
7807 便宜的に,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$ともに
7808 「文字コード$-1$の欧文文字」とおく.
7809 \item[\textit{id\_hlist}] 縦方向にシフトされていないhbox.\\
7810 この場合,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$はそれぞれ$p$の内容を表すリストの,
7811 先頭・末尾のノードである.
7812 \medskip
7813 \begin{itemize}
7814 \item 状況によっては,\TeX ソースで言うと
7815 \begin{lstlisting}
7816 \hbox{\hbox{abc}...\hbox{\lower1pt\hbox{xyz}}}
7817 \end{lstlisting}
7818 のように,$p$の内容が別のhboxで開始・終了している可能性も十分あり得る.そのような場合,
7819 $\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$の算出は,
7820 \emph{垂直方向にシフトされていない}hboxの
7821 場合だけ内部を再帰的に探索する.例えば上の例では,$\mathit{Np}.\mathit{head}$は文字「a」を表すノードであり,
7822 一方$\mathit{Np}.\mathit{tail}$は垂直方向にシフトされたhbox,
7823 \verb+\lower1pt\hbox{xyz}+ に対応するノードである.
7824 \item また,先頭にアクセント付きの文字がきたり,末尾にイタリック補正用のカーンが
7825 来ることもあり得る.この場合は,クラスタの定義のところにもあったように,それらは無視して算出を行う.
7826 \item 最初・最後のノードが合字によって作られた\textit{glyph\_node}のときは,それぞれに対して\textit{id\_glyph}%
7827 と同様に再帰的に構成要素をたどっていく.
7828 \end{itemize}
7829 \item[\textit{id\_pbox}] 「既に処理された」ノードのリストであり,これらのノードが二度処理を受けないために
7830 まとめて1つのクラスタとして取り扱うだけである.
7831 \textit{id\_hlist}と同じ方法で$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$を算出する,
7832 \item[\textit{id\_disc}] discretionary break (\verb+\discretionary{pre}{post}{nobreak}+).\\
7833 \textit{id\_hlist}と同じ方法で$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$を算出するが,
7834 第3引数の \texttt{nobreak}(行分割が行われない時の内容)を使う.言い換えれば,ここで行分割が発生した時の状況は
7835 全く考慮に入れない.
7836 \item[\textit{id\_box\_like}] \textit{id\_hlist}とならないboxや,rule.\\
7837 この場合は,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$のデータは利用されないので,2つの算出は無意味である.
7838 敢えて明示するならば,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$は共にnil値である.
7839 \item[他] 以上にない\textit{id}に対しても,$\mathit{Np}.\mathit{head}$, $\mathit{Np}.\mathit{tail}$の算出は無意味.
7840 \end{description}
7841
7842 \paragraph{クラスタの別の分類}
7843 さらに,JFMグルー挿入処理の実際の説明により便利なように,\textit{id}とは別のクラスタの分類を行っておく.
7844 挿入処理では2つの隣り合ったクラスタの間に
7845 空白等の実際の挿入を行うことは前に書いたが,ここでの説明では,問題にしているクラスタ\textit{Np}は「後ろ側」のクラスタである
7846 とする.「前側」のクラスタについては,以下の説明で\textit{head}が\textit{last}に置き換わることに注意すること.
7847 \begin{description}
7848 \item[和文A] リスト中に直接出現している\textbf{JAchar}.
7849 \textit{id}が\textit{id\_jglyph}であるか,\\
7850 \textit{id}が\textit{id\_pbox}であって$\mathit{Np}.\mathit{head}$が\textbf{JAchar}であるとき.
7851
7852 \item[和文B] リスト中のhboxの中身の先頭として出現した\textbf{JAchar}.和文Aとの違いは,これの前に
7853 JFMグルーの挿入が行われない(\Param{xkanjiskip},~\Param{kanjiskip}は入り得る)ことである.\\
7854 \textit{id}が\textit{id\_hlist}か\textit{id\_disc}であって$\mathit{Np}.\mathit{head}$が\textbf{JAchar}であるとき.
7855
7856 \item[欧文] リスト中に直接/hboxの中身として出現している「\textbf{JAchar}以外の文字」.次の3つの場合が該当:
7857 \begin{itemize}
7858 \item \textit{id}が\textit{id\_glyph}である.
7859 \item \textit{id}が\textit{id\_math}である.
7860 \item \textit{id}が\textit{id\_pbox}か\textit{id\_hlist}か\textit{id\_disc}であって,$\mathit{Np}.\mathit{head}$が\textbf{ALchar}.
7861 \end{itemize}
7862 \item[箱] box,またはそれに類似するもの.次の2つが該当:
7863 \begin{itemize}
7864 \item \textit{id}が\textit{id\_pbox}か\textit{id\_hlist}か\textit{id\_disc}であって,$\mathit{Np}.\mathit{head}$が\textit{glyph\_node}でない.
7865 \item \textit{id}が\textit{id\_box\_like}である.
7866 \end{itemize}
7867
7868 \end{description}
7869
7870 \subsection{段落/hboxの先頭や末尾}
7871 \paragraph{先頭部の処理}
7872 まず,段落/hboxの一番最初にあるクラスタ\textit{Np}を探索する.
7873 hboxの場合は何の問題もないが,段落の場合では以下のノード達を事前に読み飛ばしておく:
7874 \begin{itemize}
7875 \item \cs{parindent} 由来のhbox($\mathit{subtype}=3$)
7876 \item \textit{subtype}が44~(\textit{user\_defined})でないようなwhatsit
7877 \end{itemize}
7878 これは,\cs{parindent}由来のhboxがクラスタを構成しないようにするためである.
7879
7880 次に,\textit{Np}の直前に空白$g$を必要なら挿入する:
7881 \begin{enumerate}
7882 \item この処理が働くような\textit{Np}は\textsf{和文A}である.
7883 \item 問題のリストが字下げありの段落(\cs{parindent} 由来のhboxあり)の場合は,
7884 この空白$g$は「文字コード \texttt{'parbdd'} の文字」と\textit{Np}の間に入るグルー/カーンである.
7885 \item そうでないとき(\verb+noindent+ で開始された段落やhbox)は,
7886 $g$は「文字コード \texttt{'boxbdd'} の文字」と\textit{Np}の間に入るグルー/カーンである.
7887 \end{enumerate}
7888 ただし,もし$g$がglueであった場合,この挿入によって\textit{Np}による行分割が新たに可能になるべきではない.
7889 そこで,以下の場合には,$g$の直前に \cs{penalty10000} を挿入する:
7890 \begin{itemize}
7891 \item 問題にしているリストが段落であり,かつ
7892 \item \textit{Np}の前には予めペナルティがなく,$g$はglue.
7893 \end{itemize}
7894
7895 \paragraph{末尾の処理}
7896 末尾の処理は,問題のリストが段落のものかhboxのものかによって異なる.
7897 後者の場合は容易い:最後のクラスタを\textit{Nq}とおくと,\textit{Nq}と「文字コード\
7898 \texttt{'boxbdd'} の文字」の間に入るグルー/カーンを,
7899 \textit{Nq}の直後に挿入するのみである.
7900
7901 一方.前者(段落)の場合は,リストの末尾は常に \cs{penalty10000} と,
7902 \cs{parfillskip} 由来のグルーが存在する.%よって,最後のクラスタ\textit{Np}は
7903 %この \cs{parfillskip} 由来のグルーとなり,実質的な中身の最後はその1つ前のクラスタ\textit{Nq}となる.
7904 段落の最後の「通常の\textbf{JAchar}${}+{}$句点」が独立した行となるのを防ぐために,
7905 \Param{jcharwidowpenalty}の値の分だけ適切な場所のペナルティを増やす.
7906
7907 ペナルティ量を増やす場所は,\textit{head}が\textbf{JAchar}であり,
7908 かつその文字の\Param{kcatcode}が偶数であるような
7909 最後のクラスタの直前にあるものたちである%
7910 \footnote{大雑把に言えば,\Param{kcatcode}が奇数であるような\textbf{JAchar}%
7911 を約物として考えていることになる.
7912 \Param{kcatcode}の最下位ビットはこの\Param{jcharwidowpenalty}用にのみ利用される.}.
7913
7914 \subsection{概観と典型例:2つの「和文A」の場合}
7915 \label{ssec-cluster-wa}
7916 先に述べたように,2つの隣り合ったクラスタ,\textit{Nq}と\textit{Np}の間には,
7917 ペナルティ,\cs{vadjust},whatsitなど,行組版には関係しないものがある.模式的に表すと,
7918 \[
7919  \Node{cluster}{\textit{Nq}}\longrightarrow
7920 \overbrace{
7921 \Node{penalty}{$p$}\longrightarrow \cdots\longrightarrow \Node{whatsit}{}}^{\textrm{(a)}}
7922 \longrightarrow \Node{cluster}{\textit{Np}}
7923 \]
7924 のようになっている.間の(a)に相当する部分には,何のノードもない場合ももちろんあり得る.
7925 そうして,JFMグルー挿入後には,この2クラスタ間は次のようになる:
7926 \[
7927  \Node{cluster}{\textit{Nq}}\longrightarrow%\Node{kern}{左空白}\longrightarrow
7928 \overbrace{
7929 \Node{penalty}{$p+x$}\longrightarrow \cdots\longrightarrow
7930 \Node{whatsit}{}}^{\textrm{(a)}}\longrightarrow
7931 \Node{glue or kern}{\raisebox{-.2\zw}{右空白}}\longrightarrow
7932 \Node{cluster}{\textit{Np}}
7933 \]
7934
7935 以後,\emph{典型的な例として,クラスタ\textit{Nq}と\textit{Np}が共に\textsf{\textmd{和文A}}である場合を見ていこう,}
7936 この場合が全ての場合の基本となる.
7937
7938 \paragraph{「右空白」の算出}
7939 まず,「右空白」にあたる量を算出する.通常はこれが,隣り合った2つの\textbf{JAchar}間に入る空白量となる.
7940 \begin{description}
7941 \item[JFM由来{[M]}] JFMの文字クラス指定によって入る空白を以下によって求める.この段階で空白量が未定義(未指定)だった場合,
7942       デフォルト値\Param{kanjiskip}を採用することとなるので,次へ.
7943 \begin{enumerate}
7944 \item もし両クラスタの間で \cs{inhibitglue} が実行されていた場合(証としてwhatsitノードが自動挿入される),
7945       代わりに\Param{kanjiskip}が挿入されることとなる.次へ.
7946 \item \textit{Nq}と\textit{Np}が同じJFM・同じ\texttt{jfmvar}キー・同じサイズの和文フォントであったならば,
7947       共通に使っているJFM内で挿入される空白(グルーかカーン)が決まっているか調べ,決まっていればそれを採用.
7948 \item 1.でも2.でもない場合は,JFM・\texttt{jfmvar}・サイズの3つ組は\textit{Nq}と\textit{Np}で異なる.
7949 この場合,まず
7950 \[
7951 \vcenter{\halign{\hfil$#:={}$&\inhibitglue#\inhibitglue\cr
7952 gb&(\textit{Nq}と「使用フォントが\textit{Nq}のそれと同じで,\hfil\cr
7953 \omit&\quad 文字コードが\textit{Np}のそれの文字」との間に入るグルー/カーン)\hfil\cr
7954 ga&(\inhibitglue 「使用フォントが\textit{Np}のそれと同じで,\hfil\cr
7955 \omit&\quad 文字コードが\textit{Nq}のそれの文字」と\textit{Np}との間に入るグルー/カーン)\hfil\cr
7956 }}
7957 \]
7958 として,前側の文字のJFMを使った時の空白(グルー/カーン)と,後側の文字のJFMを使った時のそれを求める.
7959
7960 $\mathit{gb}$,~$\mathit{ga}$それぞれに対する<ratio>の値を$d_b$,~$d_a$とする.
7961 \begin{itemize}
7962 \item
7963 $\mathit{ga}$と$\mathit{gb}$の両方が未定義であるならば,JFM由来のグルーは挿入されず,
7964 \Param{kanjiskip}を採用することとなる.
7965 どちらか片方のみが未定義であるならば,次のステップでその未定義の方は長さ0のkernで,<ratio>の値は0であるかのように扱われる.
7966 \item
7967 \Param{diffrentjfm}の値が \texttt{pleft}, \texttt{pright},
7968       \texttt{paverage} のとき,
7969 <ratio>の指定に従って比例配分を行う.
7970 JFM由来のグルー/カーンは以下の値となる:
7971 \[
7972  f\left(\frac{1-d_b}2\textit{gb} + \frac{1+d_b}2\textit{ga},
7973 \frac{1-d_a}2\textit{gb} + \frac{1+d_a}2\textit{ga}\right)
7974 \]
7975 ここで.$f(x,y)$は
7976 \[
7977  f(x,y)=\begin{cases}
7978 x&\text{if\ }\Param{diffrentjfm}=\texttt{pleft};\\
7979 y&\text{if\ }\Param{diffrentjfm}=\texttt{pright};\\
7980 (x+y)/2&\text{if\ }\Param{diffrentjfm}=\texttt{paverage};
7981 \end{cases}.
7982 \]
7983 \item
7984 \Param{differentjfm}がそれ以外の値の時は,<ratio>の値は無視され,JFM由来のグルー/カーンは以下の値となる:
7985 \[
7986  f(\textit{gb},\textit{ga})
7987 \]
7988 ここで.$f(x,y)$は
7989 \[
7990  f(x,y)=\begin{cases}
7991 \min(x,y)&\text{if\ }\Param{diffrentjfm}=\texttt{small};\\
7992 \max(x,y)&\text{if\ }\Param{diffrentjfm}=\texttt{large};\\
7993 (x+y)/2&\text{if\ }\Param{diffrentjfm}=\texttt{average};\\
7994 x+y&\text{if\ }\Param{diffrentjfm}=\texttt{both};
7995 \end{cases}.
7996 \]
7997 \end{itemize}
7998 \end{enumerate}
7999
8000 例えば,
8001 \begin{lstlisting}
8002 \jfont\foo=psft:Ryumin-Light:jfm=ujis;-kern
8003 \jfont\bar=psft:GothicBBB-Medium:jfm=ujis;-kern
8004 \jfont\baz=psft:GothicBBB-Medium:jfm=ujis;jfmvar=piyo;-kern
8005 \end{lstlisting}
8006 という3フォントを考え,
8007 \[
8008  \overbrace{\Node{glyph}{\cs{ foo}, `あ'}}^{p}
8009 \longrightarrow \overbrace{\Node{glyph}{\cs{bar}, `い'}}^{q}
8010 \longrightarrow \overbrace{\Node{glyph}{\cs{baz}, `う'}}^{r}
8011 \]
8012 という3ノードを考える(それぞれ単独でクラスタをなす).
8013 この場合,$p$と$q$の間は,実フォントが異なるにもかかわらず2.の状況となる一方で,
8014 $q$と$r$の間は(実フォントが同じなのに)\texttt{jfmvar} キーの内容が異なるので3.の状況となる.
8015 \item[\Param{kanjiskip}~{[K]}] 上の[M]において空白が定まらなかった場合,
8016 以下で定めた量「右空白」として採用する.
8017 この段階においては,\cs{inhibitglue} は効力を持たないため,
8018 結果として,2つの\textbf{JAchar}間には常に何らかのグルー/カーンが挿入されることとなる.
8019 \begin{enumerate}
8020 \item 両クラスタ(厳密には$\mathit{Nq}.\mathit{tail}$,$\mathit{Np}.\mathit{head}$)の中身の文字コードに対する
8021 \Param{autospacing}パラメタが両方ともfalseだった場合は,長さ0のglueとする.
8022 \item ユーザ側から見た\Param{kanjiskip}パラメタの自然長が$\cs{maxdimen}=(2^{30}-1)\,{\rm sp}$で
8023 なければ,\Param{kanjiskip}パラメタの値を持つglueを採用する.
8024 \item 2.でない場合は,\textit{Nq}, \textit{Np}で使われているJFMに指定されている\Param{kanjiskip}の値を用いる.
8025 どちらか片方のクラスタだけが\textbf{JAchar}(\textsf{和文A}・\textsf{和文B})のときは,そちらのクラスタで使われている
8026 JFM由来の値だけを用いる.もし両者で使われているJFMが異なった場合は,上の[M]~3.と同様の方法を用いて調整する.
8027 \end{enumerate}
8028 \end{description}
8029 %\paragraph{「左空白」の算出とそれに伴う補正}
8030 %「左空白」は過去のバージョンでは定義していたが,このバージョンでは
8031 %挿入は一切行われない(機能自体削除している).
8032 %しかし,仕様は流動的であり,将来復活する可能性もあるため,マニュアル中の記述は今のところ極力変更しない.
8033 \paragraph{禁則用ペナルティの挿入}
8034 まず,
8035 \[
8036  a:=(\text{\textit{Nq}{\footnotemark}の文字に対する\Param{postbreakpenalty}の値})
8037 +(\text{\textit{Np}{\footnotemark}の文字に対する\Param{prebreakpenalty}の値})
8038 \]
8039 とおく\footnotetext{厳密にはそれぞれ$\mathit{Nq}.\mathit{tail}$,$\mathit{Np}.\mathit{head}$.}.
8040 ペナルティは通常$[-10000,10000]$の整数値をとり,また$\pm 10000$は正負の無限大を意味することになっているが,この$a$の
8041 算出では単純な整数の加減算を行う.
8042
8043 $a$は禁則処理用に\textit{Nq}と\textit{Np}の間に加えられるべきペナルティ量である.
8044 \begin{description}
8045 \item[P-normal~{[PN]}]
8046 \textit{Nq}と\textit{Np}の間の(a)部分にペナルティ(\textit{penalty\_node})があれば処理は簡単である:
8047 それらの各ノードにおいて,ペナルティ値を($\pm 10000$を無限大として扱いつつ)$a$だけ増加させればよい.
8048 また,$10000 + (-10000) = 0$としている.
8049
8050 少々困るのは,(a)部分にペナルティが存在していない場合である.
8051 直感的に,補正すべき量$a$が0でないとき,その値をもつ\textit{penalty\_node}を作って
8052 「右空白」の(もし未定義なら\textit{Np}の)直前に挿入……
8053 ということになるが,実際には僅かにこれより複雑である.
8054 \begin{itemize}
8055 \item 「右空白」がカーンであるとき,
8056 それは「\textit{Nq}と\textit{Np}の間で改行は許されない」ことを意図している.そのため,
8057 この場合は$a\neq 0$であってもペナルティの挿入はしない.
8058 \item そうでないないときは,$a\neq 0$ならば\textit{penalty\_node}を作って挿入する.
8059 %\item 「左空白」がカーンとしてきっちり定義されている時(このとき,「右空白」はカーンでない),
8060 %この「左空白」の直後での行分割を許容しないといけないので,$a=0$であっても
8061 %\textit{penalty\_node}を作って挿入する.
8062 %\item 以上のどれでもないときは,$a\neq 0$ならば\textit{penalty\_node}を作って挿入する.
8063 \end{itemize}
8064 \end{description}
8065
8066 \def\gkf#1#2#3{\sf$\displaystyle\vphantom{\Bigg(}%
8067   \frac{\hbox to 4\zw{\hss#2\hss}}{\hbox{#3}}$}
8068 \begin{table}[t]
8069 %<en>\caption{Summary of JFM glues}
8070 %<ja>\caption{JFM グルーの概要}
8071 \label{tab-jfmglue}
8072 %<en>\medskip
8073 \begin{center}
8074 \small
8075 \begin{tabular}{c|cccccc}
8076 \toprule
8077 {\bf\textit{Np}}↓&\sf 和文A&\sf 和文B&\sf 欧文&\sf 箱&\sf glue&\sf kern\\\midrule
8078 \sf 和文A&
8079 \gkf{E}{M→K}{PN}&
8080 \gkf{---}{\OA →K}{PN}&
8081 \gkf{---}{\OA →X}{PN}&
8082 \gkf{---}{\OA}{PA}&
8083 \gkf{---}{\OA}{PN}&
8084 \gkf{---}{\OA}{PS}\\
8085 \sf 和文B&
8086 \gkf{E}{\OB→K}{PA}&
8087 \gkf{---}{K}{PS}&
8088 \gkf{---}{X}{PS}\\
8089 \sf 欧文&
8090 \gkf{E}{\OB →X}{PA}&
8091 \gkf{---}{X}{PS}\cr
8092 \sf 箱&\gkf{E}{\OB}{PA}\\
8093 \sf glue&\gkf{E}{\OB}{PN}\\
8094 \sf kern&\gkf{E}{\OB}{PS}\\
8095 \bottomrule
8096 \end{tabular}
8097 \end{center}
8098 \begin{quote}
8099 %<*en>
8100 In the table above, {\small\gkf{E}{M→K}{PN}} means that
8101 %</en>
8102 %<*ja>
8103 上の表において,{\small\gkf{E}{M→K}{PN}}は次の意味である:
8104 %</ja>
8105 \begin{enumerate}
8106 %<*en>
8107 \item To determine the ``right-space'', \LuaTeX-ja first attempts by the method ``\textsf{JFM-origin~[M]}''.
8108 If this attempt fails, \LuaTeX-ja use the method ``\textsf{\Param{kanjiskip}~[K]}''.
8109 %</en>
8110 %<*ja>
8111 \item 「右空白」を決めるために,\LuaTeX-ja はまず「JFM由来{[M]}」の方法を試みる.
8112   これが失敗したら,\LuaTeX-ja は「\Param{kanjiskip}~{[K]}」の方法を試みる.
8113 %</ja>
8114
8115 % %<*en>
8116 % \item The ``left space'' between \textit{Nq}~and~\textit{Np} is
8117 %   determined by the method ``\textsf{line-end~[E]}''.
8118 % %</en>
8119 % %<*ja>
8120 % \item \textit{Nq} と \textit{Np} の間の「左空白」は「\textsf{line-end~[E]}」の
8121 %   方法で決定される.
8122 % %</ja>
8123
8124 %<*en>
8125 \item \LuaTeX-ja adopts the method ``\textsf{P-normal~[PN]}'' to adjust the penalty
8126   between two clusters for \emph{kinsoku shori}.
8127 %</en>
8128 %<*ja>
8129 \item \LuaTeX-jaは2つのクラスタの間の禁則処理用のペナルティを設定するために「\textsf{P-normal~[PN]}」の方法を採用する.
8130 %</ja>
8131 \end{enumerate}
8132 \end{quote}
8133 \end{table}
8134
8135 \subsection{その他の場合}
8136 本節の内容は表\ref{tab-jfmglue}にまとめてある.
8137
8138 \paragraph{和文Aと欧文の間}
8139 \textit{Nq}が\textsf{和文A}で,\textit{Np}が\textsf{欧文}の場合,JFMグルー挿入処理は次のようにして行われる.
8140 \begin{itemize}
8141 \item 「右空白」については,まず以下に述べる\textsf{Boundary-B~[\OB]}により空白を決定しようと試みる.
8142 それが失敗した場合は,\textsf{\Param{xkanjiskip}~[X]}によって定める.
8143 %\item 「左空白」については,既に述べた\textsf{line-end~[E]}をそのまま採用する.それに伴う「右空白」の補正も%同じ.
8144 \item 禁則用ペナルティも,以前述べた\textsf{P-normal~[PN]}と同じである.
8145 \end{itemize}
8146 \begin{description}
8147 \item[Boundary-B~{[\OB]}] \textbf{JAchar}と「\textbf{JAchar}でないもの」との間に入る空白を以下によって求め,
8148 未定義でなければそれを「右空白」として採用する.
8149 \textsf{JFM-origin~[M]}の変種と考えて良い.
8150 これによって定まる空白の典型例は,和文の閉じ括弧と欧文文字の間に入る半角アキである.
8151 \begin{enumerate}
8152 \item もし両クラスタの間で \cs{inhibitglue} が実行されていた場合%
8153 (証としてwhatsitノードが自動挿入される),「右空白」は未定義.
8154 \item そうでなければ,
8155 \textit{Nq}と「文字コードが {\tt'jcharbdd'} の文字」との間に入るグルー/カーンとして定まる.
8156 \end{enumerate}
8157 \item[\Param{xkanjiskip}~{[X]}]
8158 この段階では,\textsf{\Param{kanjiskip}~[K]}のときと同じように,
8159 以下で定めた量を「右空白」として採用する.
8160 \cs{inhibitglue} は効力を持たない.
8161 \begin{enumerate}
8162 \item 以下のいずれかの場合は,\Param{xkanjiskip}の挿入は抑止される.しかし,実際には行分割を許容するために,長さ0のglueを採用する:
8163 \begin{itemize}
8164 \item 両クラスタにおいて,それらの中身の文字コードに対する\Param{autoxspacing}パラメタが共にfalseである.
8165 \item \textit{Nq}の中身の文字コードについて,「直後への\Param{xkanjiskip}の挿入」が禁止されている
8166 (つまり,\Param{jaxspmode}~(or \Param{alxspmode})パラメタが2以上).
8167 \item \textit{Np}の中身の文字コードについて,「直前への\Param{xkanjiskip}の挿入」が禁止されている
8168 (つまり,\Param{jaxspmode}~(or \Param{alxspmode})パラメタが偶数).
8169 \end{itemize}
8170 \item ユーザ側から見た\Param{xkanjiskip}パラメタの自然長が$\cs{maxdimen}=(2^{30}-1)\,{\rm sp}$で
8171 なければ,\Param{xkanjiskip}パラメタの値を持つglueを採用する.
8172 \item 2.でない場合は,\textit{Nq}, \textit{Np}(\textsf{和文A}/\textsf{和文B}なのは片方だけ)
8173 で使われているJFMに指定されている\Param{xkanjiskip}の値を用いる.
8174 \end{enumerate}
8175 \end{description}
8176
8177 \paragraph{欧文と和文Aの間}
8178 \textit{Nq}が\textsf{欧文}で,\textit{Np}が\textsf{和文A}の場合,JFMグルー挿入処理は上の場合とほぼ同じである.
8179 \textsf{和文A}のクラスタが逆になるので,\textsf{Boundary-A~[\OA]}の部分が変わるだけ.
8180 \begin{itemize}
8181 \item 「右空白」については,まず以下に述べる\textsf{Boundary-A~[\OA]}により空白を決定しようと試みる.
8182 それが失敗した場合は,\textsf{\Param{xkanjiskip}~[X]}によって定める.
8183 %\item \textit{Nq}が和文でないので,「左空白」は算出されない.
8184 \item 禁則用ペナルティは,以前述べた\textsf{P-normal~[PN]}と同じである.
8185 \end{itemize}
8186 \begin{description}
8187 \item[Boundary-A~{[\OA]}] 「\textbf{JAchar}でないもの」と\textbf{JAchar}との間に入る空白を以下によって求め,
8188 未定義でなければそれを「右空白」として採用する.
8189 \textsf{JFM-origin~[M]}の変種と考えて良い.
8190 これによって定まる空白の典型例は,欧文文字と和文の開き括弧との間に入る半角アキである.
8191 \begin{enumerate}
8192 \item もし両クラスタの間で \cs{inhibitglue} が実行されていた場合(証としてwhatsitノードが自動挿入される),次へ.
8193 \item そうでなければ,
8194 「文字コードが {\tt'jcharbdd'} の文字」と\textit{Np}との間に入るグルー/カーンとして定まる.
8195 \end{enumerate}
8196 \end{description}
8197
8198 \paragraph{和文Aと箱・グルー・カーンの間}
8199 \textit{Nq}が\textsf{和文A}で,\textit{Np}が\textsf{箱}・グルー・カーンのいずれかであった場合,
8200 両者の間に挿入されるJFMグルーについては同じ処理である.しかし,そこでの行分割に対する仕様が異なるので,
8201 ペナルティの挿入処理は若干異なったものとなっている.
8202
8203 \begin{itemize}
8204 \item 「右空白」については,既に述べた\textsf{Boundary-B~[\OB]}により空白を決定しようと試みる.
8205 それが失敗した場合は,「右空白」は挿入されない.
8206 %\item 「左空白」については,既に述べた\textsf{line-end~[E]}の算出方法をそのまま採用する.それに伴う「右空白」の補正も同じ.
8207 \item 禁則用ペナルティの処理は,後ろのクラスタ\textit{Np}の種類によって異なる.
8208 なお,$\mathit{Np}.\mathit{head}$は無意味であるから,
8209 「$\mathit{Np}.\mathit{head}$に対する\Param{prebreakpenalty}の値」は0とみなされる.言い換えれば,
8210 \[
8211  a:=(\text{\textit{Nq}の文字に対する\Param{postbreakpenalty}の値}).
8212 \]
8213 \begin{description}
8214 \item[箱] \textit{Np}が\textsf{箱}であった場合は,両クラスタの間での行分割は
8215 (明示的に両クラスタの間に \cs{penalty10000} があった場合を除き)いつも許容される.そのため,
8216 ペナルティ処理は,後に述べる\textsf{P-allow~[PA]}が\textsf{P-normal~[PN]}の代わりに用いられる.
8217 \item[グルー] \textit{Np}がグルーの場合,ペナルティ処理は\textsf{P-normal~[PN]}を用いる.
8218 \item[カーン] \textit{Np}がカーンであった場合は,両クラスタの間での行分割は
8219 (明示的に両クラスタの間にペナルティがあった場合を除き)許容されない.
8220 ペナルティ処理は,後に述べる\textsf{P-suppress~[PS]}を使う.
8221 \end{description}
8222 これらの\textsf{P-normal~[PN]},\textsf{P-allow~[PA]},\textsf{P-suppress~[PS]}の違いは,
8223 \textit{Nq}と\textit{Np}の間(以前の図だと(a)の部分)にペナルティが存在しない場合にのみ存在する.
8224 \end{itemize}
8225
8226 \begin{description}
8227 \item[P-allow~{[PA]}]
8228 \textit{Nq}と\textit{Np}の間の(a)部分にペナルティがあれば,\textsf{P-normal~[PN]}と同様に,
8229 それらの各ノードにおいてペナルティ値を$a$だけ増加させる.
8230
8231 (a)部分にペナルティが存在していない場合,
8232 \LuaTeX-ja は\textit{Nq}と\textit{Np}の間の行分割を可能にしようとする.
8233 そのために,以下のいずれかの場合に$a$をもつ\textit{penalty\_node}を作って
8234 「右空白」の(もし未定義なら\textit{Np}の)直前に挿入する:
8235 \begin{itemize}
8236 \item 「右空白」がグルーでない(カーンか未定義)であるとき.
8237 \item $a\neq 0$のときは,「右空白」がグルーであっても\textit{penalty\_node}を作る.
8238 \end{itemize}
8239
8240 \item[P-suppress~{[PS]}]
8241 \textit{Nq}と\textit{Np}の間の(a)部分にペナルティがあれば,\textsf{P-normal~[PN]}と同様に,
8242 それらの各ノードにおいてペナルティ値を$a$だけ増加させる.
8243
8244 (a)部分にペナルティが存在していない場合,
8245 \textit{Nq}と\textit{Np}の間の行分割は元々不可能のはずだったのであるが,
8246 \LuaTeX-ja はそれをわざわざ行分割可能にはしない.
8247 そのため,「右空白」がglueであれば,その直前に \cs{penalty10000} を挿入する.
8248 \end{description}
8249
8250 \paragraph{箱・グルー・カーンと和文Aの間}
8251 \textit{Np}が\textsf{箱}・グルー・カーンのいずれかで,\textit{Np}が\textsf{和文A}であった場合は,
8252 すぐ上の(\textit{Nq}と\textit{Np}の順序が逆になっている)場合と同じである.
8253 %が,「左空白」がなくなることにのみ注意.
8254 \begin{itemize}
8255 \item 「右空白」については,既に述べた\textsf{Boundary-A~[\OA]}により空白を決定しようと試みる.
8256 それが失敗した場合は,「右空白」は挿入されない.
8257 %\item \textit{Nq}が和文でないので,「左空白」は算出されない.
8258 \item 禁則用ペナルティの処理は,\textit{Nq}の種類によって異なる.
8259 $\mathit{Nq}.\mathit{tail}$は無意味なので,
8260 \[
8261  a:=(\text{\textit{Np}の文字に対する\Param{prebreakpenalty}の値}).
8262 \]
8263 \begin{description}
8264 \item[箱] \textit{Nq}が\textsf{箱}の場合は,\textsf{P-allow~[PA]}を用いる.
8265 \item[グルー] \textit{Nq}がグルーの場合は,\textsf{P-normal~[PN]}を用いる.
8266 \item[カーン] \textit{Nq}がカーンの場合は,\textsf{P-suppress~[PS]}を用いる.
8267 \end{description}
8268 \end{itemize}
8269
8270 \paragraph{和文Aと和文Bの違い}
8271 先に述べたように,\textsf{和文B}はhboxの中身の先頭(or 末尾)として出現している
8272 \textbf{JAchar}である.リスト内に直接ノードとして現れている\textbf{JAchar}(\textsf{和文A})との違いは,
8273 \begin{itemize}
8274 \item \textsf{和文B}に対しては,JFMの文字クラス指定から定まる空白
8275 \textsf{JFM-origin~[M]},\textsf{Boundary-A~[\OA]},\textsf{Boundary-B~[\OB]})の挿入は行われない.
8276 %「左空白」の算出も行われない.
8277 例えば,
8278 \begin{itemize}
8279 \item 片方が\textsf{和文A},もう片方が\textsf{和文B}のクラスタの場合,
8280 \textsf{Boundary-A~[\OA]}または\textsf{Boundary-B~[\OB]}の挿入を試み,それがダメなら
8281 \Param{kanjiskip}~\textsf{[K]}の挿入を行う.
8282 \item \textsf{和文B}の2つのクラスタの間には,\Param{kanjiskip}~\textsf{[K]}が自動的に入る.
8283 \end{itemize}
8284 \item \textsf{和文B}と箱・グルー・カーンが隣接したとき(どちらが前かは関係ない),間にJFMグルー・ペナルティの挿入は一切しない.
8285 \item \textsf{和文B}と\textsf{和文B},また\textsf{和文B}と\textsf{欧文}とが隣接した時は,禁則用ペナルティ挿入処理は
8286 \textsf{P-suppress~[PS]}が用いられる.
8287 \item \textsf{和文B}の文字に対する\Param{prebreakpenalty},~\Param{postbreakpenalty}の値は使われず,0として計算される.
8288 \end{itemize}
8289
8290
8291 次が具体例である:
8292 \begin{LTXexample}
8293 あ.\inhibitglue A\\
8294 \hbox{あ.}A\\
8295 あ.A
8296 \end{LTXexample}
8297 \begin{itemize}
8298 \item 1行目の\cs{inhibitglue}は\textsf{Boundary-B~[\OB]}の処理のみを抑止するので,ピリオドと「A」の間には
8299 \Param{xkanjiskip}(四分アキ)が入ることに注意.
8300 \item 2行目のピリオドと「A」の間においては,前者が\textsf{和文B}となる(hboxの中身の末尾として登場しているから)ので,
8301 そもそも\textsf{Boundary-B~[\OB]}の処理は行われない.よって,\Param{xkanjiskip}が入ることとなる.
8302 \item 3行目では,ピリオドの属するクラスタは\textsf{和文A}である.これによって,
8303 ピリオドと「A」の間には\textsf{Boundary-B~[\OB]}由来の半角アキが入ることになる.
8304 \end{itemize}
8305 %</ja>
8306
8307 %<*ja>
8308 \section{ベースライン補正の方法}
8309 \subsection{\texttt{yoffset} フィールド}
8310 \Param{yalbaselineshift}等のベースライン補正は,基本的には対象となっている
8311 \textit{glyph\_node}の \texttt{yoffset} フィールドの値を増減することによって
8312 実装されている.なお,\texttt{yoffset} の値は上方向への移動量であるのに対し,
8313 \Param{yalbaselineshift}などは下方向への移動量である.
8314
8315 さて,\texttt{yoffset} の増減によって見かけのグリフ位置は上下に移動するが,
8316 仮想ボディの高さ$h$,深さ$d$については
8317 \begin{description}
8318 \catcode`\<=12\catcode`\>=12
8319  \item[$\texttt{yoffset}\geq 0$のとき] 
8320 $h = \max(\texttt{height} + \texttt{yoffset}, 0)$, 
8321 $d = \max(\texttt{depth} - \texttt{yoffset}, 0)$, 
8322  \item[$\texttt{yoffset}<0$のとき] 
8323 $h = \max(\texttt{height} + \texttt{yoffset}, 0)$, $d=\texttt{depth}$.
8324 \end{description}
8325 という仕様になっている.つまり,\texttt{yoffset} が負(グリフを下ける)の場合に深さは増加しな
8326 い(表\ref{tab:yoffset_and_im}参照).
8327
8328 \begin{table}[t]
8329 \caption{\texttt{yoffset} and imaginary body}
8330 \label{tab:yoffset_and_im}
8331 \centering\small
8332 \fboxsep0pt
8333 \def\T#1#2{\fcolorbox{blue}{white}{%
8334   \setbox0=\hbox{\LARGE #1%
8335     \directlua{
8336       local p = tex.nest[tex.nest.ptr].tail
8337       p.yoffset = #2 * 65536
8338     }%
8339   }%
8340   \copy0\kern-\wd0\smash{\color{red}\vrule width \wd0 height 0.2pt depth 0.2pt}%
8341 }}
8342 \begin{tabular}{>{\bfseries}lccccc}
8343 \toprule
8344 \texttt{yoffset}&10\,pt&5\,pt&0&$-5$\,pt&$-10$\,pt\\
8345 \midrule
8346 仮想ボディ&\T{y}{10}, \T{H}{10}&\T{y}{5}, \T{H}{5}&\T{y}{0}, \T{H}{0}%
8347 &\T{y}{-5}, \T{H}{-5}&\T{y}{-10}, \T{H}{-10}\\[10pt]
8348 \bottomrule
8349 \end{tabular}
8350 \end{table}
8351
8352 \subsection{\textbf{ALchar}の補正}
8353 上記の問題について,\textbf{ALchar}のベースライン補正では
8354 「正しい深さ」を持った罫線(rule)を補うという対応策をとった.
8355 この罫線による補正は,\textit{id}が\textit{id\_glyph}であるクラスタ単位,
8356 大雑把に言えば音節単位で行われる.
8357 文字列``Typeset''を
8358 \begin{itemize}
8359  \item フォントはLatin Modern Roman (\texttt{lmroman10-regular.otf}) 10\,pt
8360  \item \Param{yalbaselineshift}は5\,pt
8361 \end{itemize}
8362 という状況で組んだ場合を例にとって説明しよう.
8363
8364 \LuaTeX・\Pkg{luaotfload}によるカーニング・ハイフネーションが終わった段階では,……
8365
8366
8367
8368 %</ja>
8369
8370 %<en>\section{Patch for the \Pkg{listings} Package}
8371 %<ja>\section{\Pkg{listings} パッケージへの対応}
8372
8373 %<*en>
8374 It is well-known that the \Pkg{listings} package outputs weird results
8375 for Japanese input.
8376 The \Pkg{listings} package makes most of letters active and assigns
8377 output command for each letter~(\cite{listings}).
8378 But Japanese characters are not included in these activated letters.
8379 For \pTeX{} series, there is no method to make Japanese characters active;
8380 a patch \Pkg{jlisting.sty}~(\cite{jlisting}) resolves the problem forcibly.
8381 %</en>
8382 %<*ja>
8383 \Pkg{listings} パッケージが,そのままでは日本語をまともに出力できないこと
8384 はよく知られている.きちんと整形して出力するために,\Pkg{listings}パッケー
8385 ジは内部で「ほとんどの文字」をアクティブにし,各文字に対してその文字の出
8386 力命令を割り当てている(\cite{listings}).
8387 しかし,そこでアクティブにする文字の中に,和文文
8388 字がないためである.\pTeX 系列では,和文文字をアクティブにする手法がなく,
8389 \Pkg{jlisting.sty} というパッチ(\cite{jlisting})を用いることで無理やり解決していた.
8390 %</ja>
8391
8392 %<*en>
8393 In \LuaTeX-ja, the problem is resolved by using the \verb+process_input_buffer+ callback.
8394 The callback function inserts the output command (active character \texttt{U+FFFFF})
8395 before each letter above \texttt{U+0080}.
8396 This method can omits the process to make all Japanese characters active
8397 (most of the activated characters are not used in many cases).
8398 %</en>
8399 %<*ja>
8400 \LuaTeX-jaでは,\verb+process_input_buffer+ コールバックを利用することで,
8401 「各行に出現する\texttt{U+0080}以降の文字に対して,それらの出力命令を前置する」
8402 という方法をとっている.出力命令としては,アクティブ文字化した \texttt{U+FFFFF} を用いている.
8403 これにより,(入力には使用されていないかもしれない)和文文字をもすべてアクティブ化する手間もなく,
8404 見通しが良い実装になっている.
8405 %</ja>
8406
8407
8408 %<*en>
8409 If the \Pkg{listings} package  and \LuaTeX-ja were loaded,
8410 then the patch \Pkg{lltjp-listings} is loaded automatically at \verb+\begin{document}+.
8411 %</en>
8412 %<*ja>
8413 \LuaTeX-ja で利用される \Pkg{listings} パッケージへのパッチ \Pkg{lltjp-listings} は,
8414 \Pkg{listings} と\LuaTeX-jaを読み込んでおけば,
8415 \verb+\begin{document}+ の箇所において自動的に読み込まれるので,通常はあまり
8416 意識する必要はない.
8417 %</ja>
8418
8419 %<en>\subsection{Notes and additional keys}
8420 %<ja>\subsection{注意}
8421 %<*en>
8422 \paragraph{Escaping to \LaTeX}
8423 We used the \verb+process_input_buffer+ callback to output \textbf{JAchar}s.
8424 But it has a drawback; any commands whose name contains a \textbf{JAchar}
8425 cannot be used in any ``escape to \LaTeX''.
8426
8427 Consider the following input:
8428 %</en>
8429 %<*ja>
8430 \paragraph{\LaTeX へのエスケープ}
8431 日本語対応を行うために \verb+process_input_buffer+ を使用したことで,
8432 \texttt{texcl},~\texttt{escapeinside}といった\emph{「\LaTeX へのエスケープ」中では,
8433 \textbf{JAchar}を名称の一部に含む制御綴は使用不可能}である.
8434 例えば次のような入力を考えよう:
8435 %</ja>
8436 \begin{verbatim*}
8437 \begin{lstlisting}[escapechar=\#]
8438 #\ほげ xぴよ#
8439 \end{lstlisting}
8440 \end{verbatim*}
8441 %<en>The line~2 is transformed by the callback to
8442 %<ja>ここで,2行目は \verb+process_input_buffer+ の作用により,
8443 \begin{lstlisting}[showspaces, escapechar=\!]
8444 #\!\IVSA FFFFF!ほ!\IVSA FFFFF!げ x!\IVSA FFFFF!ぴ!\IVSA FFFFF!よ#
8445 \end{lstlisting}
8446 %<*en>
8447 before the line is actually processed.
8448 In the escape (between the character ``\verb+#+''),
8449 the category code of \texttt{U+FFFFF} is set to 9~(\emph{ignored}).
8450 Hence the control symbol ``\cs{}\IVSA FFFFF'' will be executed,
8451 instead of ``\verb+\ほげ+''.
8452 %</en>
8453 %<*ja>
8454 と変換されてから,実際の処理に回される.
8455 「\verb+#+」で挟まれた「\LaTeX へのエスケープ」中では\
8456 \texttt{U+FFFFF} のカテゴリーコードは9~(\textit{ignored})となるので,
8457 結局「\verb+\ほげ+」の代わりに
8458 「\cs{}\IVSA FFFFF」というcontrol symbolが実行されることになる.
8459 %</ja>
8460
8461 %<*en>
8462 \paragraph{Variation selectors}
8463 \Pkg{lltjp-listings} add two keys, namely \texttt{vsraw}~and~\texttt{vscmd},
8464 which specify how variation selectors are treated in 
8465 \texttt{lstlisting} or other enviroments.
8466 Note that these additional keys are not usable in the preamble, 
8467 since \Pkg{lltjp-listings} is loaded at \verb+\begin{document}+.
8468
8469 \texttt{vsraw} is a key which takes a boolean value, and its default value is
8470 false.
8471 \begin{itemize}
8472  \item If the \texttt{vsraw} key is true, then
8473 variation selectors are ``combined'' with the previous character.
8474 %</en>
8475 %<*ja>
8476 \paragraph{異体字セレクタの扱い}
8477 \texttt{lstlisting} 環境などの内部にある異体字セレクタを扱うため,
8478 \Pkg{lltjp-listings} では \texttt{vsraw} と \texttt{vscmd} という2つのキーを追加した.
8479 しかし,\Pkg{lltjp-listings} が実際に読み込まれるのは \verb+\begin{document}+\
8480 のところであるので,プリアンブル内ではこれらの追加キーは使用できない.
8481
8482 \texttt{vsraw}は,ブール値の値をとるキーであり,標準ではfalseである.
8483 \begin{itemize}
8484  \item trueの場合は,異体字セレクタは「直前の文字に続けて」出力される.
8485 もしもIVSサポート(\ref{ssec-ltjotf}節)が有効になっていた場合は,
8486 以下の例(左側は入力,右側はその出力)のようになる.
8487 %</ja>
8488 \begin{LTXexample}
8489 \begin{lstlisting}[vsraw=true]
8490 葛󠄀城市,葛󠄁飾区,葛西
8491 \end{lstlisting}
8492 \end{LTXexample}
8493 %<*en>
8494 \item If the \texttt{vsraw} key is false, then 
8495 variation selectors are typeset by an appropriate command, which is specified by
8496       the \texttt{vscmd} key.
8497 The default setting of the \texttt{vscmd} key produces the following.
8498 %</en>
8499 %<*ja>
8500 \item falseの場合は,異体字セレクタは適当な命令によって「見える形で」出力される.
8501 どのような形で出力されるかを規定するのが \texttt{vscmd} キーであり,
8502 \Pkg{lltjp-listings} の標準設定では以下の例の右側のように出力される.
8503 %</ja>
8504 \begin{LTXexample}
8505 \begin{lstlisting}[vsraw=false,
8506    vscmd=\ltjlistingsvsstdcmd]
8507 葛󠄀城市,葛󠄁飾区,葛西
8508 \end{lstlisting}
8509 \end{LTXexample}
8510 %<ja> ちなみに,本ドキュメントでは次のようにしている:
8511 %<en> For example, the following code is the setting of the \texttt{vscmd} key in this document.
8512 \begin{lstlisting}[numbers=left]
8513 \def\IVSA#1#2#3#4#5{%
8514   \textcolor{blue}{\raisebox{3.5pt}{\tt%
8515     \fboxsep=0.5pt\fbox{\tiny \oalign{0#1#2\crcr#3#4#5\crcr}}}}%
8516 }
8517 {\catcode`\%=11
8518   \gdef\IVSB#1{\expandafter\IVSA\directlua{
8519     local cat_str = luatexbase.catcodetables['string']
8520     tex.sprint(cat_str, string.format('%X', 0xE00EF+#1))
8521 }}}
8522 \lstset{vscmd=\IVSB}
8523 \end{lstlisting}
8524 \end{itemize}
8525 %<*en>
8526 The default output command of variation selectors is stored in \verb+\ltjlistingsvsstdcmd+.
8527 %</en>
8528 %<*ja>
8529 既定の出力命令を復活させたい場合は\ \verb+vscmd=\ltjlistingsvsstdcmd+\
8530 とすれば良い.
8531 %</ja>
8532
8533 %<*en>
8534 \paragraph{The \texttt{doubleletterspace} key}
8535 Even the column format is \texttt{[c]fixed}, sometimes characters are not vertically aligned.
8536 The following example  is typeset with \texttt{basewidth=2em}, and
8537 you'll see the leftmost ``\texttt{H}'' are not vertically aligned.
8538 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left]
8539 :H:
8540 :HHHH:
8541 \end{lstlisting}
8542
8543 \Pkg{lltjp-listing} adds the \texttt{doubleletterspace} key (not activated by default, for
8544 compatibility) to
8545 improve the situation, namely doubles inter-character space in each output unit.
8546 With this key, the above input now produces better output.
8547 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left, doubleletterspace]
8548 :H:
8549 :HHHH:
8550 \end{lstlisting}
8551 %</en>
8552 %<*ja>
8553 \paragraph{\texttt{doubleletterspace}キー}
8554 \Pkg{listings}パッケージで列揃えが \texttt{[c]fixed} となっている場合でも,
8555 場合によっては文字が縦に揃わない場合もある.
8556 例を以下に示そう.これは強調するために \texttt{basewidth=2em} を設定している.
8557 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left]
8558 :H:
8559 :HHHH:
8560 \end{lstlisting}
8561 1行目と2行目の「\texttt{H}」の位置が揃っていないが,
8562 これは出力単位ごとに,先頭・末尾・各文字間に同じ量の空白を挿入することによる.
8563
8564 \Pkg{lltjp-listing}では,このような症状を改善させるために \texttt{doubleletterspace} キー
8565 を追加した(標準では互換性のために無効になっている).このキーを有効にすると,
8566 出力単位中の各文字間の空白を2倍にすることで文字を揃いやすくしている.
8567 上と同じものを \texttt{doubleletterspace} キーを有効にして組んだものが以下であり,
8568 きちんと「\texttt{H}」の位置が揃っていることが分かる.
8569 \begin{lstlisting}[basewidth=2em, basicstyle=\tt,numbers=left, doubleletterspace]
8570 :H:
8571 :HHHH:
8572 \end{lstlisting}
8573 %</ja>
8574
8575 %<en>\subsection{Class of Characters}
8576 %<ja>\subsection{文字種}
8577
8578 %<en>Roughly speaking, the \Pkg{listings} package processes input as follows:
8579 %<ja>\Pkg{listings} パッケージの内部では,大雑把に言うと
8580 \begin{enumerate}
8581 %<en>\item Collects \textit{letters} and \textit{digits}, which can be used for the name of identifiers.
8582 %<ja>\item 識別子として使える文字 (``letter'',~``digit'') たちを集める.
8583 %<en>\item When reading an \textit{other}, outputs the collected character string (with modification, if needed).
8584 %<ja>\item letterでもdigitでもない文字が現れた時に,収集した文字列を(必要なら修飾して)出力する.
8585 %<en>\item Collects \textit{others}.
8586 %<ja>\item 今度は逆に,letterでない文字たちをletterが現れるまで集める.
8587 %<en>\item When reading a \textit{letter} or a \textit{digit}, outputs the collected character string.
8588 %<ja>\item letterが出現したら集めた文字列を出力する.
8589 %<en>\item Turns back to 1.
8590 %<ja>\item 1.に戻る.
8591 \end{enumerate}
8592 %<*en>
8593 By the above process, line breaks inside of an identifier are blocked.
8594 A flag \verb+\lst@ifletter+ indicates whether the previous character can be used
8595 for the name of identifiers or not.
8596 %</en>
8597 %<*ja>
8598 という処理が行われている.これにより,識別子の途中では行分割が行われないようになっている.
8599 直前の文字が識別子として使えるか否かは \verb+\lst@ifletter+ というフラグに格納されている.
8600 %</ja>
8601
8602 %<*en>
8603 For Japanese characters, line breaks are permitted on both sides
8604 except for brackets, dashes, etc.
8605 Hence the patch \Pkg{lltjp-listings} introduces
8606 a new flag \verb+\lst@ifkanji+, which indicates
8607 whether the previous character is a Japanese character or not.
8608 For illustration, we introduce following classes of characters:
8609 %</en>
8610 %<*ja>
8611 さて,日本語の処理である.殆どの和文文字の前後では行分割が可能であるが,その一方で
8612 括弧類や音引きなどでは禁則処理が必要なことから,\Pkg{lltjp-listings} では,
8613 直前が和文文字であるかを示すフラグ \verb+\lst@ifkanji+ を新たに導入した.
8614 以降,説明のために以下のように文字を分類する:
8615 %</ja>
8616 \begin{center}
8617 \small
8618 \begin{tabular}{lccccc}
8619 \toprule
8620 &Letter&Other&Kanji&Open&Close\\\midrule
8621 \verb+\lst@ifletter+&T&F&T&F&T\\
8622 \verb+\lst@ifkanji+&F&F&T&T&F\\
8623 %<en>Meaning&char in an identifier&other alphabet&%
8624 %<en>most of Japanese char&opening brackets&closing brackets\\
8625 %<ja>意図&識別子中の文字&その他欧文文字&殆どの和文文字&開き括弧類&閉じ括弧類\\
8626 \bottomrule
8627 \end{tabular}
8628 \end{center}
8629 %<*en>
8630 Note that \textit{digits} in the \Pkg{listings} package can be Letter or
8631 Other according to circumstances.
8632 %</en>
8633 %<*ja>
8634 なお,本来の\Pkg{listings} パッケージでの分類``digit''は,
8635 出現状況によって,上の表のLetterとOtherのどちらにもなりうる.
8636 また,KanjiとCloseは \verb+\lst@ifletter+ と \verb+\lst@ifkanji+ の値が一致しているが,
8637 これは間違いではない.
8638 %</ja>
8639
8640 %<*en>
8641 For example, let us consider the case an Open comes after a Letter.
8642 Since an Open represents Japanese open brackets,
8643 it is preferred to be permitted to insert line break after the Letter.
8644 Therefore, the collected character string is output in this case.
8645 %</en>
8646 %<*ja>
8647 例えば,Letterの直後にOpenが来た場合を考える.
8648 文字種Openは和文開き括弧類を想定しているので,Letterの直後では行分割が可能であることが望ましい.
8649 そのため,この場合では,すでに収集されている文字列を出力することで行分割を許容するようにした.
8650 %</ja>
8651
8652 %<*en>
8653 The following table summarizes $5\times 5=25$ cases:
8654 %</en>
8655 %<*ja>
8656 同じように,$5\times 5=25$通り全てについて書くと,次のようになる:
8657 %</ja>
8658 \begin{center}
8659 \small
8660 \begin{tabular}{llccccc}
8661 \toprule
8662 %<*en>
8663 &&\multicolumn{4}{c}{Next}\\\cmidrule(lr){3-7}
8664 &&\hbox to 4em{\hss Letter\hss}&\hbox to 4em{\hss Other\hss}
8665 &\hbox to 4em{\hss Kanji\hss}&\hbox to 4em{\hss Open\hss}&Close\\\midrule
8666 &Letter&collects&\multicolumn{3}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
8667 &Other&outputs&collects&\multicolumn{2}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
8668 Prev&Kanji&\multicolumn{4}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
8669 &Open&\multicolumn{5}{c}{\hrulefill \ collects\ \hrulefill}\\
8670 &Close&\multicolumn{4}{c}{\hrulefill \ outputs\ \hrulefill}&collects\\
8671 %</en>
8672 %<*ja>
8673 &&\multicolumn{4}{c}{後ろ側の文字}\\\cmidrule(lr){3-7}
8674 &&\hbox to 4em{\hss Letter\hss}&\hbox to 4em{\hss Other\hss}
8675 &\hbox to 4em{\hss Kanji\hss}&\hbox to 4em{\hss Open\hss}&Close\\\midrule
8676 直&Letter&収集&\multicolumn{3}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
8677 前&Other&出力&収集&\multicolumn{2}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
8678 文&Kanji&\multicolumn{4}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
8679 字&Open&\multicolumn{5}{c}{\hrulefill \ 収集\ \hrulefill}\\
8680 種&Close&\multicolumn{4}{c}{\hrulefill \ 出力\ \hrulefill}&収集\\
8681 %</ja>
8682 \bottomrule
8683 \end{tabular}
8684 \end{center}
8685 %<en>In the above table,
8686 %<ja>上の表において,
8687 \begin{itemize}
8688 %<en>\item ``outputs'' means to output the collected character string (i.e., line breaking is permitted there).
8689 %<ja>\item 「出力」は,それまでに集めた文字列を出力(≒ここで行分割可能)を意味する.
8690
8691 %<en>\item ``collects'' means to append the next character to the collected character string (i.e., line breaking is prohibited there).
8692 %<ja>\item 「収集」は,後側の文字を,現在収集された文字列に追加(行分割不可)を意味する.
8693 \end{itemize}
8694
8695 %<*en>
8696 Characters above or equal to~\texttt{U+0080} \emph{except Variation Selectors}
8697 are classified into above 5~classes by the following rules:
8698 %</en>
8699 %<*ja>
8700 \texttt{U+0080}以降の\emph{異体字セレクタ以外の}各文字が
8701 Letter, Other, Kanji, Open, Closeのどれに属するかは次によって決まる:
8702 %</ja>
8703 \begin{itemize}
8704 %<en>\item \textbf{ALchar}s above or equal to~\texttt{U+0080} are classified as Letter.
8705 %<ja>\item (\texttt{U+0080}以降の)\textbf{ALchar}は,すべてLetter扱いである.
8706
8707 %<en>\item \textbf{JAchar}s are classified in the order as follows:
8708 %<ja>\item \textbf{JAchar}については,以下の順序に従って文字種を決める:
8709 \begin{enumerate}
8710 %<en>\item Characters whose \Param{prebreakpenalty} is greater than or equal to 0 are classified as Open.
8711 %<ja>\item \Param{prebreakpenalty}が0以上の文字はOpen扱いである.
8712
8713 %<en>\item Characters whose \Param{postbreakpenalty} is greater than or equal to 0 are classified as Close.
8714 %<ja>\item \Param{postbreakpenalty}が0以上の文字はClose扱いである.
8715
8716 %<en>\item Characters that don't satisfy the above two conditions are classified as Kanji.
8717 %<ja>\item 上の3条件のどちらにも当てはまらなかった文字は,Kanji扱いである.
8718 \end{enumerate}
8719 \end{itemize}
8720
8721 %<*en>
8722 The width of halfwidth kana (\texttt{U+FF61}--\texttt{U+FF9F})
8723 is same as the width of \textbf{ALchar};
8724 the width of the other \textbf{JAchar}s is double the width of \textbf{ALchar}.
8725 %</en>
8726 %<*ja>
8727 なお,半角カナ(U+FF61--U+FF9F)以外の\textbf{JAchar}は欧文文字2文字分の幅をとるものとみなされる.
8728 半角カナは欧文文字1文字分の幅となる.
8729 %</ja>
8730
8731 %<*en>
8732 This classification process is executed every time a character appears in
8733 the \texttt{lstlisting} environment or other environments/commands.
8734 %</en>
8735 %<*ja>
8736 これらの文字種決定は,実際に \texttt{lstlisting} 環境などの内部で文字が出てくるたびに行われる.
8737 %</ja>
8738
8739 %<*ja>
8740 \section{和文の行長補正方法}
8741 \label{sec-adjspec}
8742 \Pkg{luatexja-adjust} で提供される優先順位付きの行長調整の詳細を述
8743 べる.大まかに述べると,次のようになる.
8744 \begin{itemize}
8745 \item 通常の\TeX の行分割方法に従って,段落を行分割する.この段階では,行
8746       長に半端が出た場合,その半端分は\textbf{JAglue}(\Param{xkanjiskip},
8747       \Param{kanjiskip},JFMグルー)と
8748       それ以外のグルーの全てで(優先順位なく)負担される.
8749 \item その後,\texttt{post\_linebreak\_filter} callbackを使い,\emph{段
8750       落中の各行ごとに},行末文字の位置を調整したり,優先度付きの行長調整
8751       を実現するためにグルーの伸縮度を調整する.
8752       その処理においては,グルーの自然長と\textbf{JAglue}以外の
8753       グルーの伸び量・縮み量は変更せず,必要に応じて\textbf{JAglue}の伸び量・縮み量のみを
8754       変更する設計とした.
8755
8756 \Pkg{luatexja-adjust} の作用は,この処理を行うcallbackを追加するだけであり,
8757       この章の残りではcallbackでの処理について解説する.
8758 \end{itemize}
8759
8760 \paragraph{準備:合計伸縮量の計算}
8761 グルーの伸縮度(\texttt{plus} や \texttt{minus} で指定されている値)には,
8762 有限値の他に,\texttt{fi},\texttt{fil},\texttt{fill},\texttt{filll}と
8763 いう4つの無限大レベル(後ろの方ほど大きい)があり,行の調整に
8764 \texttt{fi} などの\emph{無限大レベルの伸縮度が用いられている場合は,そ
8765 の行に対しての処理を中止}する.
8766
8767 よって,以降,問題にしている行の行長調整は伸縮度が有限長のグルーを用いて
8768 行われているとして良い.さらに,簡単のため,この行はグルーが広げられている
8769 (自然長で組むと望ましい行長よりの短い)場合しか扱わない.
8770
8771 まず,段落中の行中のグルーを
8772 \begin{itemize}
8773 \item \textbf{JAglue}ではないグルー
8774 \item JFMグルー(優先度\footnote{%
8775   \ref{ssec-jfm-str}節にあるように,
8776   各JFMグルーには$-2$から2までの優先度がついている.}%
8777 別にまとめられる)
8778 \item 和欧文間空白(\Param{xkanjiskip})
8779 \item 和文間空白(\Param{kanjiskip})
8780 \end{itemize}
8781 の$1+1+5+1=8$つに類別し,それぞれの種別ごとに
8782 許容されている伸び量(\texttt{stretch}の値)の合計を計算する.
8783 また,行長と自然長との差を\textit{total}とおく.
8784
8785
8786 \subsection{行末文字の位置調整}
8787 行末が文字クラス$n$の\textbf{JAchar}であった場合,
8788 それを動かすことによって,\textit{total}のうち
8789 \textbf{JAglue}が負担する分を少なくしようとする.
8790 この行末文字の左右の移動可能量は,
8791 JFM中にある文字クラス$n$の定義の
8792 \texttt{end\_stretch},~\texttt{end\_shrink}フィールドに
8793 全角単位の値として記述されている.
8794
8795 例えば,行末文字が句点「。」であり,そこで用いられているJFM中に
8796 \begin{lstlisting}
8797   [2] = {
8798     chars = { '。', ... }, width = 0.5, ...,
8799     end_stretch = 0.5, end_shrink = 0.5,
8800   },
8801 \end{lstlisting}
8802 という指定があった場合,この行末の句点は
8803 \begin{itemize}
8804 \item 通常の\TeX の行分割処理で「半角以上の詰め」が行われていた場合,
8805 この行中の\textbf{JAglue}の負担を軽減するため,
8806 行末の句点を半角だけ右に移動する(ぶら下げ組を行う).
8807 \item 通常の\TeX の行分割処理で「半角以上の空き」が行われていた場合,
8808 逆に行末句点を半角左に移動させる(見た目的に全角取りとなる).
8809 \item 以上のどちらでもない場合,行末句点の位置調整は行わない.
8810 \end{itemize}
8811 となる.
8812
8813 行末文字を移動した場合,その分だけ\textit{total}の値を引いておく.
8814
8815 \subsection{グルーの調整}
8816 \textit{total}の分だけが,行中のグルーの伸び量に応じて負担されることになる.
8817 負担するグルーの優先度は以下の順であり,
8818 できるだけ\Param{kanjiskip}を自然長のままにすることを
8819 試みている.
8820 \begin{enumerate}\def\labelenumi{(\Alph{enumi})}
8821  \item \textbf{JAglue}以外のグルー
8822  \item 優先度2のJFMグルー
8823  \item 優先度1のJFMグルー
8824  \item 優先度0のJFMグルー
8825  \item 優先度$-1$のJFMグルー
8826  \item 優先度$-2$のJFMグルー
8827  \item \Param{xkanjiskip}
8828  \item \Param{kanjiskip}
8829 \end{enumerate}
8830 \begin{enumerate}
8831  \item 行末の\textbf{JAchar}を移動したことで$\textit{total}=0$となれば,
8832 調整の必要はなく,行が格納されているhboxの
8833 \texttt{glue\_set}, \texttt{glue\_sign}, \texttt{glue\_order}を再計算すればよい.
8834 以降,$\textit{total}\neq 0$と仮定する.
8835  \item \textit{total}が「\textbf{JAglue}以外のグルーの伸び量の合計」(以下,(A)の伸び量の
8836        合計,と称す)よりも小さければ,
8837 それらのグルーに\textit{total}を負担させ,\textbf{JAglue}達自身は自然長で組むことができる.
8838 よって,以下の処理を行う:
8839 \begin{enumerate}
8840 \item 各\textbf{JAglue}の伸び量を0とする.
8841 \item 行が格納されているhboxの
8842 \texttt{glue\_set}, \texttt{glue\_sign}, \texttt{glue\_order}を再計算する.
8843 これによって,\textit{total}は\textbf{JAglue}以外のグルーによって負担される.
8844 \end{enumerate}
8845 \item \textit{total}が「(A)の伸び量の合計」以上ならば,(A)--(H)のどこまで負担すれば
8846 \textit{total}以上になるかを計算する.
8847 例えば,
8848 \[\catcode`\<=12
8849  \textit{total} = (\text{(A)--(B)の伸び量の合計}) + p\cdot (\text{(C)の伸び量の合計}),
8850  \qquad 0\le p<1
8851 \]
8852 であった場合,各グルーは次のように組まれる:
8853 \begin{itemize}
8854  \item (A),~(B)に属するグルーは各グルーで許された伸び量まで伸ばす.
8855  \item (C)に属するグルーはそれぞれ$p\times (\text{伸び量})$だけ伸びる.
8856  \item (D)--(H)に属するグルーは自然長のまま.
8857 \end{itemize}
8858 実際には,前に述べた「設計」に従い,次のように処理している:
8859 \begin{enumerate}
8860 \item (C)に属するグルーの伸び量を$p$倍する.
8861 \item (D)--(H)に属するグルーの伸び量を0とする.
8862 \item 行が格納されているhboxの
8863 \texttt{glue\_set}, \texttt{glue\_sign}, \texttt{glue\_order}を再計算する.
8864 これによって,\textit{total}は\textbf{JAglue}以外のグルーによって負担される.
8865 \end{enumerate}
8866 \item \textit{total}が(A)--(H)の伸び量の合計よりも大きい場合,どうしようもないので
8867       \verb+^^;+何もしない.
8868 \end{enumerate}
8869
8870 %</ja>
8871
8872 %<*ja>
8873 \section{IVS対応}
8874 \verb+luatexja.otf.enable_ivs()+ を実行し,IVS対応を有効にした状態では,
8875 \verb+pre_linebreak_filter+ や \verb+hpack_filter+ コールバックには
8876 次の4つが順に実行される状態となっている:
8877 \begin{description}
8878 \item[\tt ltj.do\_ivs] \textit{glyph\_node}~$p$の直後に,異体字セレクタ(を表す\textit{glyph\_node})
8879 が連続した場合に,$p$のフォントに対応したが持つ「異体字情報」に従って出力するグリフを変える.
8880
8881 しかし,単に$p.\textit{char}$を変更するだけでは,後から
8882 font featureの適用(すぐ下)により置換される可能性がある.そのため,
8883 \cs{CID} や \cs{UTF} と同じように,\textit{glyph\_node}~$p$の代わりに
8884 \texttt{user\_id} が\textit{char\_by\_cid}であるようなuser-defined whatsitを用いている.
8885 \item[(\Pkg{luaotfload} によるfont featureの適用)]
8886 \item[\tt ltj.otf] \texttt{user\_id} が\textit{char\_by\_cid}であるようなuser-defined whatsitを
8887 きちんと\textit{glyph\_node}に変換する.この処理は,\cs{CID}, \cs{UTF}やIVSによる置換が,
8888 font featureの適用で上書きされてしまうのを防止するためである.
8889 \item[\tt ltj.main\_process] \textbf{JAglue}の挿入処理(\ref{sec-jfmglue}章)と,
8890 JFMの指定に従って各\textbf{JAchar}の「寸法を補正」することを行う.
8891 \end{description}
8892
8893 問題は各フォントの持っているIVS情報をどのように取得するか,である.
8894 \Pkg{luaotfload} はフォント番号<font\_number>の情報を\
8895 \texttt{fonts.hashes.identifiers[<font\_number>]} 以下に格納している.
8896 しかし,OpenTypeフォントのIVS情報は格納されていないようである%
8897 \footnote{TrueTypeフォントに関しては,
8898 \begin{center}
8899 \texttt{fonts.hashes.idenfiers[<font\_number>]%
8900   .resources.variants[<selector>][<base\_char>]}
8901 \end{center}
8902 に,<base\_char>番の文字の後に異体字セレクタ<selector>が続いた場合に
8903 出力すべきグリフが書かれてある.}.
8904 %例えば,小塚明朝Pr6N~Rでは,
8905
8906 一方,\LuaTeX 内部の \texttt{fontloader} の返すテーブルには
8907 OpenTypeフォントでもTrueTypeフォントでもIVS情報が格納されている.
8908 具体的には……
8909
8910 そのため,\LuaTeX-jaのIVS対応においては,\LuaTeX 内部の\
8911 \texttt{fontloader} を直接用いることで,フォントのIVS情報を取得している.
8912 20140114.0以降でキャッシュを用いるようにした要因はここにあり,
8913 \texttt{fontloader} の呼び出しでかなり時間を消費することから,
8914 %%% to_table を使わなくしたことで,メモリ使用量は減った
8915 IVS情報をキャッシュに保存することで2回目以降の実行時間を節約している.
8916 %</ja>
8917
8918
8919 %<*ja>
8920 \section{複数フォントの「合成」(未完)}
8921 \section{\LuaTeX-jaにおけるキャッシュ}
8922 \Pkg{luaotfload}パッケージが,各TrueType・OpenTypeフォントの情報を
8923 キャッシュとして保存しているのと同様の方法で,
8924 \LuaTeX-jaもいくつかのキャッシュファイルを作成するようになった.
8925 \begin{itemize}
8926  \item 通常,キャッシュは\texttt{\$TEXMFVAR/luatexja/}以下に保存され,
8927 そこから読み込みが行われる.
8928  \item 「通常の」テキスト形式のキャッシュ(拡張子は \texttt{.lua})以外にも,
8929 それをバイナリ形式(バイトコード)に変換したものもサポートしている.
8930 \begin{itemize}
8931  \item \LuaTeX とLuaJIT\TeX ではバイトコードの形式が異なるため,バイナリ形式の
8932 キャッシュは共有できない.\LuaTeX 用のバイナリキャッシュは \texttt{.luc},
8933 LuaJIT\TeX 用のは \texttt{.lub} と拡張子を変えることで対応している.
8934  \item キャッシュを読み込む時,同名のバイナリキャッシュがあれば,
8935 テキスト形式のものよりそちらを優先して読み込む.
8936  \item テキスト形式のキャッシュが更新/作成される際は,そのバイナリ版も
8937 同時に更新される.
8938 また,(バイナリ版が見つからず)テキスト形式のキャッシュ側が読み込まれたときは,
8939 \LuaTeX-jaはバイナリキャッシュを作成する.
8940 \end{itemize}
8941 \end{itemize}
8942 %</ja>
8943 %<*en>
8944 \section{Cache Management of \LuaTeX-ja}
8945 \LuaTeX-ja creates some cache files to reduce the loading time.
8946 in a similar way to the \Pkg{luaotfload} package:
8947 \begin{itemize}
8948  \item Cache files are usually stored in (and loaded from)
8949 \texttt{\$TEXMFVAR/luatexja/}.
8950  \item In addition to caches of the text form (the extension is ``\texttt{.lua}''),
8951 caches of the \emph{binary}, precompiled form are supported.
8952 \begin{itemize}
8953  \item We cannot share same binary cache for \LuaTeX\ and LuaJIT\TeX.
8954 Hence we distinguish them by their extension, ``\texttt{.luc}'' for \LuaTeX\
8955 and ``\texttt{.lub}'' for LuaJIT\TeX.
8956  \item In loading a cache, the binary cache precedes
8957 the text form.
8958  \item When \LuaTeX-ja updates a cache \texttt{hoge.lua},
8959 its binary version is also updated.
8960 \end{itemize}
8961 \end{itemize}
8962 %</en>
8963
8964 %<*ja>
8965 \subsection{キャッシュの使用箇所}
8966
8967 \LuaTeX-ja では以下の3種類のキャッシュを使用している:
8968 \begin{cslist}
8969 \item[ltj-cid-auto-adobe-japan1.lua]
8970 Ryumin-Lightのような非埋め込みフォントの情報を格納しており,
8971 (それらが\LuaTeX-jaの標準和文フォントなので)\LuaTeX-jaの読み込み時に自動で読まれる.
8972 生成には\texttt{UniJIS2004-UTF32-\{H, V\}}, \texttt{Adobe-Japan1-UCS2}という3つの
8973 CMapが必要である.
8974
8975 \pageref{para-cid}ページで述べたように,\texttt{cid}キーを使って
8976 非埋め込みの中国語・韓国語フォントを定義する場合,同様のキャッシュが生成される.
8977 キャッシュの名称,必要となるCMapについては表\ref{tab:cid-cache}を参照して欲しい.
8978
8979 \item[extra\_***.lua]
8980 フォント``\texttt{***}''における異体字セレクタの情報,縦組用字形への変換テーブル,そして
8981 縦組時における幅を格納している.構造は以下の通り:
8982 %</ja>
8983 %<*en>
8984 \subsection{Use of Cache}
8985
8986 \LuaTeX-ja uses the following cache:
8987 \begin{cslist}
8988 \item[ltj-cid-auto-adobe-japan1.lua]
8989 The font table of a CID-keyed non-embedded Japanese font.
8990 This is loaded in every run.
8991 It is created from three CMaps, \texttt{UniJIS2004-UTF32-\{H,V\}} and
8992              \texttt{Adobe-Japan1-UCS2},
8993 and this is why these two CMaps are needed in the first run of \LuaTeX-ja.
8994
8995 Similar caches are created as Table~\ref{tab:cid-cache},
8996 if you specified \texttt{cid} key in \cs{jfont}
8997 to use other CID-keyed non-embedded fonts for Chinese or Korean,
8998 as in Page~\pageref{para-cid}.
8999
9000 \item[extra\_***.lua]
9001 This file stores the table which stores the following.
9002 \begin{itemize}
9003  \item unicode variants in a font ``\texttt{***}''
9004  \item vertical width of glyphs, if it is not equal to the sum of 
9005 the height of ascender and the depth of descender
9006  \item vertical variants
9007 \end{itemize}
9008 The following is the structure of the that table.
9009 %</en>
9010
9011 \begin{table}[!tb]
9012  \centering\small
9013 \caption{\texttt{cid} key and corresponding files}
9014 \label{tab:cid-cache}
9015 \vspace*{\medskipamount}
9016 \begin{tabular}{>{\tt}l>{\tt}l>{\tt}l>{\tt}l}
9017 \toprule
9018 \bf \texttt{cid} key&\bf name of the cache &
9019 \multicolumn{2}{c}{\bf used CMaps}\\
9020 \midrule
9021 Adobe-Japan1-*&ltj-cid-auto-adobe-japan1.lua&UniJIS2004-UTF32-*&Adobe-Japan1-UCS2\\
9022 Adobe-Korea1-*&ltj-cid-auto-adobe-korea1.lua&UniKS-UTF32-*&Adobe-Korea1-UCS2\\
9023 Adobe-GB1-*&ltj-cid-auto-adobe-gb1.lua&UniGB-UTF32-*&Adobe-GB1-UCS2\\
9024 Adobe-CNS1-*&ltj-cid-auto-adobe-cns1.lua&UniCNS-UTF32-*&Adobe-CNS1-UCS2\\
9025 \bottomrule
9026 \end{tabular}
9027 \end{table}
9028
9029 \begin{lstlisting}
9030 return {
9031  {
9032   [10955]={    -- U+2ACB "Subset Of Above Not Equal To"
9033    [65024]=983879, -- <2ACB FE00>
9034    ["vwidth"]=0.98, -- vertical width
9035   },
9036   [37001]={    -- U+9089 "邉"
9037    [0]=37001,  --   <9089 E0100>
9038    991049,     --   <9089 E0101>
9039    ...
9040    ["vert"]=995025, -- vertical variant
9041   },
9042   ...
9043  },
9044  ["chksum"]="FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", -- checksum of the fontfile
9045  ["version"]=2, -- version of the cache
9046 }
9047 \end{lstlisting}
9048 %<*ja>
9049 \item[ltj-jisx0208.\{luc|lub\}]
9050 \LuaTeX-ja配布中の\texttt{ltj-jisx0208.lua}をバイナリ化したものである.
9051 これはJIS~X~0208とUnicodeとの変換テーブルであり,
9052 \pTeX との互換目的の文字コード変換命令で用いられる.
9053 %</ja>
9054 %<*en>
9055 \item[ltj-jisx0208.\{luc|lub\}]
9056 The binary version of \texttt{ltj-jisx0208.lua}.
9057 This is the conversion table between JIS~X~0208 and Unicode
9058 which is used in Kanji-code conversion commands for compatibility with \pTeX.
9059 %</en>
9060 \end{cslist}
9061
9062 %<*en>
9063 \subsection{Internal}
9064 Cache management system of \LuaTeX-ja is stored in \texttt{luatexja.base}
9065 (\texttt{ltj-base.lua}).
9066 There are three public functions for cache management in \texttt{luatexja.base},
9067 where <filename> stands for the file name \emph{without suffix}:
9068 \begin{cslist}
9069 \item[save\_cache(<filename>, <data>)]
9070 Save a non-nil table <data> into a cache <filename>.
9071 Both the text form <filename>\texttt{.lua} and its binary version
9072 are created or updated.
9073
9074 \item[save\_cache\_luc(<filename>, <data>{[, <serialized\_data>]})]
9075
9076 Same as \texttt{save\_cache}, except that only the binary cache is updated.
9077 The third argument <serialized\_data> is not usually given.
9078 But if this is given, it is treated as a string representation of <data>.
9079
9080 \item[load\_cache(<filename>, <outdate>)]
9081 Load the cache <filename>.
9082 <outdate> is a function which takes one argument (the contents of the cache),
9083 and its return value is whether the cache is outdated.
9084
9085 \texttt{load\_cache} first tries to
9086 read the binary cache <filename>\texttt{.\{luc|lub\}}.
9087 If its contents is up-to-date, \texttt{load\_cache} returns the contents.
9088 If the binary cache is not found or
9089 its contents is outdated, \texttt{load\_cache} tries to
9090 read the text form <filename>\texttt{.lua}.
9091 Hence, the return value of \texttt{load\_cache} is non-nil,
9092 if and only if the updated cache is found.
9093 \end{cslist}
9094 %</en>
9095 %<*ja>
9096 \subsection{内部命令}
9097 \LuaTeX-jaにおけるキャッシュ管理は,\texttt{luatexja.base}~(\texttt{ltj-base.lua})に
9098 実装しており,以下の3関数が公開されている.
9099 ここで,<filename>は保存するキャッシュのファイル名を\emph{拡張子なしで}指定する.
9100 \begin{cslist}
9101 \item[save\_cache(<filename>, <data>)]
9102 nilでない<data>をキャッシュ<filename>に保存する.
9103 テキスト形式の<filename>\texttt{.lua}のみならず,
9104 そのバイナリ版も作成/更新される.
9105
9106 \item[save\_cache\_luc(<filename>, <data>{[, <serialized\_data>]})]
9107
9108 \texttt{save\_cache}と同様だが,バイナリキャッシュのみが更新される.
9109 第3引数<serialized\_data>が与えられた場合,それを
9110 <data>の文字列化表現として使用する.
9111 そのため,<serialized\_data>は普通は指定しないことになるだろう.
9112
9113 \item[load\_cache(<filename>, <outdate>)]
9114 キャッシュ<filename>を読み込む.
9115 <outdate>は1引数(キャッシュの中身)をとる関数であり,
9116 その戻り値は「キャッシュの更新が必要」かどうかを示すブール値でないといけない.
9117
9118 \texttt{load\_cache}は,まずバイナリキャッシュ<filename>\texttt{.\{luc|lub\}}を
9119 読みこむ.もしその内容が「新しい」,つまり<outdate>の評価結果が \texttt{false} なら
9120 \texttt{load\_cache}はこのバイナリキャッシュの中身を返す.
9121 もしバイナリキャッシュが見つからなかったか,「古すぎる」ならばテキスト版
9122              <filename>\texttt{.lua}を読み込み,その値を返す.
9123
9124 以上より,\texttt{load\_cache}自体がnilでない値を返すのは,ちょうど「新しい」キャッシュが
9125 見つかった場合である.
9126 \end{cslist}
9127 %</ja>
9128
9129
9130 %<*ja>
9131 \section{縦組の実装}
9132 \label{sec-dir-imp}
9133 \ref{sec-direction}章の最初でも述べたように,
9134 \LuaTeX-jaは横組(\texttt{TLT})で組んだボックスを回転させる方式で
9135 縦組を実装している.
9136
9137 \LuaTeX-jaにおける縦組の実装は
9138 \pTeX における実装(\cite{ptexdoc,ptextug})をベースにしている.
9139
9140 \subsection{direction~whatsit}
9141 \textit{direction}~whatsitとは,\textit{direction}という特定の \verb+user_id+ を持つ
9142 whatsitのことであり,以下のタイミングで作られる.
9143 \begin{itemize}
9144  \item 組方向を \cs{tate} 等で変更したとき.
9145  \item \cs{hbox}, \cs{vbox}, \cs{vtop} による明示的なボックスの開始時.\\
9146 \verb+\hbox{}+, \verb+\vbox{}+ といった,
9147 \begin{itemize}
9148  \item \cs{tate} 等によりボックス内部の組方向を変更していない
9149  \item ボックスの中身のリストが空である
9150 \end{itemize}
9151 場合は,\LuaTeX の \verb+hpack_filter+, \verb+vpack_filter+ といった
9152 callbackに処理が回らない.そこで,\LuaTeX-ja では,\cs{everyhbox}, \cs{everyvbox} を利用す
9153        ることで各ボックスの先頭に確実に追加するようにしている\footnote{%
9154   問題は \cs{hbox to 25pt\{\}} という状況である.実際のこのボックスの中身は空でない(少な
9155        くともdirection whatsitがある)ため,何も対策をしなければhpack時にUnderfill警告が発
9156        生してしまうことになる.\LuaTeX-jaではそうならないように「\cs{hbadness},
9157        \cs{vbadness} を一時的に10000に変更し,hpack, vpack後に元の値に戻す」処理を行ってい
9158        る.
9159 }.
9160  \item \cs{vsplit}によってvboxを分割した時の「残り」の先頭.
9161  \item \LuaTeX-ja読み込み前に作成したボックスの寸法を \cs{ltjsetwd} 等によって変更した時.
9162  \item \cs{insert} によるinsertionでは,中身の先頭に\textit{direction}~whatsitは作られず,
9163 その代わりに中身の各ボックス・罫線の直前に作られる\footnote{%
9164  これは,ページ分割の過程でinsertionが分割される時,「現在のページで出力される部分」が空と
9165        なることがあることによる.先頭にwhatsitを置くと,最悪でも「現在のページにwhatsitが
9166        残る」ことになってしまう.}.
9167 \end{itemize}
9168 なお,\verb+\vtop{...}+ の場合は,先頭にdirection whatsitを置くと
9169 ボックスの高さが常に0\,ptになるという問題が発生する.そのため,この場合に限っては
9170 vpack時にdirection whatsitをリストの2番目に移動させている.
9171
9172 direction whatsitはあくまでも組方向処理のための補助的なノードであるので,
9173 \cs{unhbox}, \cs{unhcopy} によってボックスの中身が展開される時には展開直前に削除される.
9174 これは
9175 \begin{lstlisting}
9176  % yoko direction
9177 \setbox0=\hbox{\tate B}
9178 \noindent % 水平モードに入る.この時点でのリストの中身は空
9179 \unhbox0 A
9180 \end{lstlisting}
9181 といった場合に,段落が縦組で組まれたり,あるいは
9182 \begin{lstlisting}
9183 \setbox0=\hbox{}
9184 \leavevmode \hbox{A}\unhbox0
9185 \setbox1=\lastbox % \box1 はどうなる?
9186 \end{lstlisting}
9187 で \cs{box1} が \cs{hbox\{A\}} でなく空になってしまうことを防ぐためである.
9188
9189
9190 \subsection{\textit{dir\_box}}
9191 縦中横など異方向のボックスを配置する場合に,周囲の組方向と大きさを整合させるため,
9192 \LuaTeX-jaでは \verb+\ltj@dir+ が128以降の\textit{hlist\_node}, \textit{vlist\_node}を
9193 用いる.これらは\pTeX における\textit{dir\_node}の役割と同じ果たしており,
9194 この文章中では\textit{dir\_box}と呼称する.
9195
9196 \subsubsection{異方向のボックスの整合}
9197 \textit{dir\_box}の第一の使用目的は,異方向のボックスの大きさを整合させることである.
9198 例えば,
9199 \begin{lstlisting}
9200  % yoko direction
9201 平成\hbox{\tate 26}年
9202 \end{lstlisting}
9203 は段落中で
9204 \[
9205  \xymatrix{
9206    {}\Node{glyph}{`平'}\ar[r]&{}\Node{glyph}{`成'}\ar[r]&
9207    {}\HNode{hbox}{10.00003}{3.02779}{0.0}\ar[r]\ar[d]^{\text{中身}}&{}\Node{glyph}{`年'}\\
9208    &&{}\Node{whatsit}{\cs{tate}}\ar[r]&{}\Node{glyph}{`2'}\ar[r]&{}\Node{glyph}{`6'}
9209  }
9210 \]
9211 というリストを作る.その後,この段落が終了したときに,
9212 \LuaTeX-jaの\textbf{JAglue}挿入処理が行われ
9213 \[
9214  \xymatrix{
9215    {}\Node{glyph}{`平'}\ar[r]
9216   &{}\textcolor{blue}{\Node{glue}{\Param{xkanjiskip}}}\ar[r]
9217   &{}\Node{glyph}{`成'}\ar[r]
9218   &{}\textcolor{blue}{\Node{penalty}{0}}
9219     \ar`r[d] `[l] `[ddll] `[dl] [dl]
9220   \\
9221   &&{}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{yoko})}{3.02779}{10.00003}{0.0}}\ar[r]\ar[d]^{\text{中身}}
9222   &{}\textcolor{blue}{\Node{penalty}{0}}\ar[r]
9223   &{}\Node{glyph}{`年'}\\
9224   &&{}\HNode{hbox}{10.00003}{3.02779}{0.0}\ar[d]^{\text{中身}}\\
9225   &&{}\Node{whatsit}{\cs{tate}}\ar[r]&{}\Node{glyph}{`2'}\ar[r]&{}\Node{glyph}{`6'}
9226  }
9227 \]
9228 のようになる(青字は\textbf{JAglue},赤字が整合処理のための\textit{dir\_box}である).
9229 \TeX の \cs{showbox} 形式で書けば
9230
9231 \medskip{\narrowbaselines\ttfamily\obeylines\parindent0pt
9232 \catcode`\@=0 @catcode`@\=12
9233 .\tenmin 平
9234 @textcolor{blue}{.\glue 0.0 plus 0.4 minus 0.4}
9235 .\tenmin 成
9236 @textcolor{blue}{.\penalty 0}
9237 @textcolor{red}{.\hbox(10.00003+0.0)x3.02779, direction TLT}
9238 ..\hbox(3.02779+0.0)x10.00003, direction TLT
9239 ...\whatsit4=[]
9240 ...\tenrm 2
9241 ...\tenrm 6
9242 @textcolor{blue}{.\penalty 0}
9243 .\tenmin 年
9244 }\medskip
9245
9246 \noindent である.
9247
9248 なお,\cs{raise},~\cs{lower}, \cs{moveleft},~\cs{moveright} といったボックス移動命令では.
9249 移動を正しく表現するために段落やボックスの途中でも異方向のボックスは\textit{dir\_box}にカ
9250 プセル化している.
9251 例えば
9252 \begin{lstlisting}
9253  % yoko direction
9254 平成\raise1pt\hbox{\tate 26}年\showlists
9255 \end{lstlisting}
9256 は以下のような結果を得る.
9257
9258 \medskip{\narrowbaselines\ttfamily\obeylines\parindent0pt
9259 \catcode`\@=0 @catcode`@\=12
9260 (前略)
9261 \tenrm 平
9262 \tenrm 成
9263 @textcolor{red}{\hbox(10.00003+0.0)x3.02779, shifted -1.0, direction TLT}
9264 .\hbox(3.02779+0.0)x10.00003, direction TLT
9265 ..\whatsit4=[]
9266 ..\tenrm 2
9267 ..\tenrm 6
9268 \tenrm 年
9269 }\medskip
9270
9271 また,メインの垂直リストに異方向のボックスが追加される場合にも同様に即座に
9272 \textit{dir\_box}にカプセル化している.ページ分割のタイミングを正
9273 しく\TeX が判断するためである.
9274 \cs{lastbox} によるボックスの取得では,\textit{dir\_box}は削除される.
9275
9276 \subsubsection{異方向のボックス寸法の格納}
9277 第二の使用目的は,現在の組方向がボックス本来の組方向とは異なる状況で,
9278 \cs{ltjsetwd} によってボックス寸法を設定されたことを記録することである.
9279
9280 例えば
9281 \begin{lstlisting}[numbers=left]
9282 \setbox0=\hbox{\vrule width 10pt height 5pt depth 2pt}
9283 \setbox1=\hbox{\tate\ltjsetwd0=20pt}
9284 \wd0=9pt
9285 \setbox1=\hbox{\dtou\ltjsetwd0=20pt}
9286 \setbox0=\hbox{\dtou a\box0}
9287 \end{lstlisting}
9288 というコードを考える.1行目で \cs{box0} には横組の
9289 幅10\,pt,高さ5\,pt,深さ2\,ptのボックスが代入される.
9290 よって,
9291 \begin{itemize}
9292  \item 縦組下では \cs{box0} は幅7\,pt,高さ・深さ5\,ptのボックスとして扱われる.
9293  \item \cs{dtou} 下では \cs{box0} は幅7\,pt,高さ10\,pt,深さ0\,ptのボックスとして扱われる.
9294 \end{itemize}
9295 このとき,\cs{box0} の\emph{中身}は
9296 \[
9297  \xymatrix{
9298    {}\Node{whatsit}{\cs{yoko}}\ar[r]&{}\Node{rule}{}
9299  }
9300 \]
9301 である.
9302
9303 さて,2行目で縦組時の \cs{box0} の幅が20\,ptに設定される.この情報が
9304 direction~whatsit内部のノードリストに,\textit{dir\_box}として格納される:
9305 \[
9306  \xymatrix{
9307    {}\Node{whatsit}{\cs{yoko}}\ar[r]\ar[d]_{\text{中身}}&{}\Node{rule}{}\\
9308    {}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{tate})}{20.0}{5.0}{5.0}}
9309  }
9310 \]
9311
9312 次に,3行目では横組時の,つまり \cs{box0} 本来の組方向での深さが9\,ptに変更される.
9313 このとき,\cs{box0} は
9314 \begin{itemize}
9315  \item 縦組下では寸法代入が既に行われているので,2行目で作成された\textit{dir\_box}の通り
9316        に幅20\,pt,高さ・深さ5\,ptのボックスとして扱われる.
9317  \item \cs{dtou} 下ではまだ寸法代入が行われていないので,
9318 \cs{box0} の寸法変更に追従し,幅7\,pt,高さ9\,pt,深さ0\,ptのボックスとして扱われる.
9319 \end{itemize}
9320
9321 4行目では \cs{dtou} 下での\cs{box0} の幅が20\,ptに設定されるので,2行目と同じように
9322 \[
9323  \xymatrix{
9324    {}\Node{whatsit}{\cs{yoko}}\ar[r]\ar[d]_{\text{中身}}&{}\Node{rule}{}\\
9325    {}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{dtou})}{20.0}{9.0}{0.0}}\ar[r]&
9326    {}\HNode{\textit{dir\_box} (\cs{tate})}{20.0}{5.0}{5.0}
9327  }
9328 \]
9329 と\textit{dir\_box}が作成される.
9330
9331 このように寸法代入によってつくられた\textit{dir\_box}は,前節の整合過程のときに再利用され
9332 る.上記の例でいえば,5行目を実行した後の \cs{box0} の内容は
9333 \[
9334  \xymatrix{
9335    {}\Node{whatsit}{\cs{dtou}}\ar[r]&
9336    {}\Node{glyph}{`a'}\ar[r]&
9337    {}\textcolor{red}{\HNode{\textit{dir\_box} (\cs{dtou})}{20.0}{9.0}{0.0}}\ar[d]_{\text{中身}}\\
9338    &&{}\HNode{hbox}{9.0}{5.0}{2.0}\ar[d]_{\text{中身}}\\
9339    &&{}\Node{whatsit}{\cs{yoko}}\ar[r]&{}\Node{rule}{}
9340  }
9341 \]
9342 のようになる.
9343 %</ja>
9344
9345 \newpage
9346 \begin{thebibliography}{99}
9347   \addcontentsline{toc}{section}{\refname}
9348 \bibitem{texbytopic}
9349 Victor Eijkhout. \newblock \textit{\TeX\ by Topic, A \TeX nician's Reference}, Addison-Wesley, 1992.
9350 \bibitem{listings} C.\ Heinz, B.\ Moses. \newblock The \textsf{Listings} Package.
9351 \bibitem{uptex} Takuji Tanaka. \newblock
9352 upTeX---Unicode version of pTeX with CJK extensions,
9353 TUG 2013, October 2013.
9354 %<ja>\newblock
9355 %<en>\\\null\hfill
9356 \url{http://tug.org/tug2013/slides/TUG2013_upTeX.pdf}
9357 \bibitem{jlisting} Thor Watanabe. \newblock Listings\ -\ MyTeXpert.
9358 %<en>\newblock
9359 %<ja>\\\null\hfill
9360 \url{http://mytexpert.sourceforge.jp/index.php?Listings}
9361 \bibitem{jlreq}  W3C Japanese Layout Task Force~(ed). \newblock
9362 Requirements for Japanese Text Layout (W3C Working Group Note), 2011, 2012. \newblock
9363 \url{http://www.w3.org/TR/jlreq/}%
9364 %<ja> \\日本語訳の書籍版:W3C日本語組版タスクフォース(編),『W3C技術ノート 日本語組版処理の要件』,東京電機大学出版局,2012.
9365 \bibitem{min10} 乙部厳己.min10フォントについて.\\\null\hfill
9366 \url{http://argent.shinshu-u.ac.jp/~otobe/tex/files/min10.pdf}
9367 \bibitem{x4051} 日本工業規格(Japanese Industrial Standard). JIS~X~4051,
9368 日本語文書の組版方法(Formatting rules for Japanese documents), 1993, 1995, 2004.
9369 \bibitem{ptexdoc} 濱野尚人,田村明史,倉沢良一.\TeX の出版への応用—縦組み機能の組み込み—.
9370 \\\null\hfill\texttt{.../texmf-dist/doc/ptex/base/ptexdoc.pdf}
9371 \bibitem{ptextug} Hisato Hamano. \newblock
9372 \textit{Vertical Typesetting with \TeX}, TUGBoat~\textbf{11}(3), 346--352, 1990.
9373 \bibitem{pdfstd} International Organization for Standardization. \newblock
9374 ISO 32000-1:2008, \textit{Document management -- Portable document format -- Part 1: PDF
9375       1.7}, 2008. \newblock
9376 \\\null\hfill
9377 \url{http://www.iso.org/iso/iso\_catalogue/catalogue_tc/catalogue\_detail.htm?csnumber=51502}
9378 \end{thebibliography}
9379
9380 \end{document}
9381 %</!showexpl>
9382 %<*showexpl>
9383 %%
9384 %% config file for showexpl.sty
9385 %%
9386 %% Copyright The LuaTeX-ja project team, 2012
9387 %%
9388 \ProvidesFile{showexpl.cfg}
9389   [2012/05/20 v0.01 Definitions for the showexpl package (luatexja)]
9390 \lstset{}
9391 \def\SX@Info{}
9392 \endinput
9393 %</*showexpl>