21 Aug
2012
21 Aug
'12
8:32 a.m.
On Mon, 20 Aug 2012 20:11:32 +0200, Sietse Brouwer
Hi Peter,
I recommend using the following handy little idiom: \ctxlua{commands.doifelse(-45 > 0)}{big}{small} % small
It lets you do all sorts of things that are tricky in TeX: \ctxlua{ commands.doifelse( string.len( "-45" ) > 5 ) }{long}{short}
Cheers, Sietse
... Has been wikified - "http://wiki.contextgarden.net/Command/doif..." Lukas