blob: 74f93a1f071b4ad422262bad83a042a1352c8afa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
%% plain pTeX
\postbreakpenalty`#=200
\postbreakpenalty`a=200
\showboxdepth10000
\showboxbreadth10000
\tracingonline1
\setbox0=\hbox{#」「\penalty-1000\showlists}
% # と 」 の間:\penalty10200 (合算)
\setbox0=\hbox{#\unpenalty 」a\relax あ\showlists}
% # と 」 の間:\penalty10000 (prebreakpenalty of '」')
% a と あ の間:\penalty200 (postbreakpenalty of 'a')
\bye
|