15 Mar
2010
15 Mar
'10
11:59 a.m.
Taco Hoekwater wrote:
Actually, there is another feature but it is experimental enough that it is not documented in the manual yet.
local <node> nodelist, <sp> founddepth = tex.linebreak(<node> listhead, <table> parameters)
The understood parameters are as follows (with example code):
d = false, % boolean ... displaywidowpenalty = 150, % number widowpenalty = 150, % number
Just to keep you posted: I just committed 3493, and this dropped the 'd' and 'displaywidowpenalty' parameters. Just set up 'widowpenalty' appropriately yourself (the 'widow...' vs 'displaywidow...' choice was the only reason for 'd'). Best wishes, Taco