Patrick Gundlach <[email protected]> a écrit: > > > For me the following works > > > > \directlua{ > > function myfunc(box) > > texio.write_nl('box = ' .. box) > > end > > } > > > > \AtBeginShipout{% > > \directlua{myfunc(\the\AtBeginShipoutBox)}% > > } > > you can do something like this: > > tex.box["AtBeginShipoutBox"] > > that's a bit more luaeque IMO.
And better yet, though totally equivalent: tex.box.AtBeginShipoutBox Best, Paul
