summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir/tests/kinsoku_table.tex
blob: bece61cd0c6ce59e73b3cfb4f9af6f11ac889960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
%#!uptex
\newcount\fuga\newcount\dflt
\iffalse
  \global\let\prebreakpenalty=\inhibitxspcode
  \fuga="30D3 \dflt=3
\else
  \fuga="3090 \dflt=0
\fi

\scrollmode
\newcount\hoge\hoge="3000
\loop\ifnum\hoge<\fuga
  \message{\the\hoge}\prebreakpenalty\hoge=2
  \advance\hoge 1\relax \repeat

\message{<\the\prebreakpenalty"3001, \the\prebreakpenalty"4000>}% 2, D
{
  \prebreakpenalty"3001=\dflt\relax
  \global\prebreakpenalty"4000=1\relax% error
\message{<\the\prebreakpenalty"3001, \the\prebreakpenalty"4000>}% D, D
}

\message{<\the\prebreakpenalty"3001, \the\prebreakpenalty"4000>}% 2, D

{
  \global\prebreakpenalty"3001=\dflt\relax
  \prebreakpenalty"4000=1\relax% no error
\message{<\the\prebreakpenalty"3001, \the\prebreakpenalty"4000>}% D, 1
}
\message{<\the\prebreakpenalty"3001, \the\prebreakpenalty"4000>}% D, D

\prebreakpenalty"4000=1\relax% no error

\message{<\the\prebreakpenalty"3001, \the\prebreakpenalty"4000,
  \the\prebreakpenalty"3549>}% D, 1, D

\prebreakpenalty"4000=\dflt\relax

\prebreakpenalty"3549=1\relax% no error

\message{<\the\prebreakpenalty"3001, \the\prebreakpenalty"4000,
  \the\prebreakpenalty"3549>}% D, D, 1


\end