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



___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to