18 Jun
2012
18 Jun
'12
2:56 p.m.
Ahoj... To bych ti rekl ... :-) tex.box[0].height J. Dne 18.6.2012 16:53, Procházka Lukáš Ing. - Pontex s. r. o. napsal(a):
Hello,
(my apologies if this message is duplicated - our mail server was out-of-order some time)
how to call "\box0" and "\hbox to3cm{abc}" by Lua?
---- \startluacode context[[\box0]] % OK but a "nicer" way preferred, so keep on trying - context.box(0) % Error context.box{0} % Error context.box"0" % Error
context.hbox({to = "cm"}, "abc") % Error \stopluacode ----
TIA.
Best regards,
Lukas