Hi all,

I'm wondering if there is any way to get the width of some TeX (or rather,
ConTeXt) expression inside lua, to do some math with it and output it again.

I've found the tex macro \setwidthof, which served me well at first, but I
need to do some more complex things with this widths (like taking the maximum
value of a bunch of widths and using that again in some other places).

Doing this in TeX would be my fallback option, but that would be a lot more
complex (I'd be generating the TeX code for it, but still...).

So, I'm looking for a function that accepts a string (and possible catcodes)
and returns the dimensions of that string as if it would be rendered directly
with tex.sprint & friends.

I've looked around the LuaTex manual a bit, and found the node.dimensions
function. However, that function requires a node object, which I have no clue
how to get at. 

Perhaps I could use \setwidthof and get at the value it assigned?

Any suggestions?

Gr.

Matthijs

Attachment: signature.asc
Description: Digital signature

___________________________________________________________________________________
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