Hello,

sorry for impoliteness - last two messages should't have been addressed to the 
forum, but only to me and Jaroslav - thus in Czech.

The question still lasts...

Best regards,

Lukas


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
----


--
Ing. Lukáš Procházka [mailto:l...@pontex.cz]
Pontex s. r. o.      [mailto:pon...@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

___________________________________________________________________________________
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