20 Sep
2010
20 Sep
'10
7:07 a.m.
On Mon, 20 Sep 2010, Taco Hoekwater wrote:
On 09/20/2010 08:34 AM, Aditya Mahajan wrote:
Hi,
Really bad things happen if the variable name in metapost contains an underscore. It took me quite a while to isolate this problem.
The metapost string comparisons were broken until luatex 0.63.
Thanks. That explains all the strange cases. For the moment, I have simply replaced all the digits in the variable names by letters (and unrolled the loops by hand). I will test with the latest version tomorrow. Thanks a lot. Aditya