Am 28.06.2011 um 19:24 schrieb luigi scarso: > > > On Tue, Jun 28, 2011 at 6:49 PM, Patrick Gundlach <[email protected]> wrote: > > The box solution works fine, but > > > > > %%% MVL solution > > \tracingall > > \directlua{dofile("mknodes.lua")} > > \bye > > > > -- mknodes.lua > > local tenpt = 10 * 2^16 > > > > local r = node.new("rule") > > r.width = tenpt > > r.height = tenpt > > r.depth = tenpt > > > > local v = node.vpack(r) > > node.write(v) > > > this one does not work. > > Where is the problem ?
No shipout possible with tex.shipout(). And that was my question. But perhaps I have misunderstood you. Patrick
