blob: 989bf30df65d822966b8561a7543abb86b9aa77c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
%% plain pTeX
\tracingonline1
\showboxdepth10000
\showboxbreadth10000
\def\ADJUST{\ybaselineshift3pt\relax}
% disp_node should not create JFM glue
\setbox0=\vbox{%
\ADJUST
\noindent 「あA\par
\noindent 「あA」\par
\noindent 「あA\par
\noindent いEお()\par
\noindent ・えE\par
\noindent ・うE}\showbox0 \box0
% disp_node should not create JFM glue
\ybaselineshift2pt
\xkanjiskip2pt
\setbox6=\vbox{あA\hbox{(あ)}A\par}\showbox6 \box6
\end
|