[luatex] shipout a page

Patrick Gundlach patrick at gundla.ch
Tue Jun 28 18:49:24 CEST 2011


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.

See the reply to Paul: I am still interested in a solution without an intermediate box.


Thanks

Patrick





More information about the luatex mailing list