4 Oct
2008
4 Oct
'08
1:04 a.m.
On Sat, Oct 4, 2008 at 2:50 AM, Mojca Miklavec wrote:
Hello,
I'm a bit "out" of programming at the moment (and not following mkiv as deep as I should), but here's one of the old sins that keeps preventing my module to be used in MKIV.
How can I get rid of \startTeXtexts in the following code, so that the code will be usable by both mkii and mkiv?
It must be something trivial, but this one (bad try) eats backslashes: vardef sometxtm(expr n) = textext("\\convertnumber{hans and taco}{2}") enddef; ... pict := sometxtm(n); Mojca