Tagged Questions
7
votes
2answers
110 views
Why won't this Metapost while loop terminate?
The following loop fails to terminate and I have no idea why. I've either violated some syntax rule, there's an issue with the self reference in n:= floor (n/2);, or I've missed something ...
4
votes
1answer
79 views
Context - Error creating boxes in loop
The following code creates an array of boxes to represent an array.
\startMPinclusions
input boxes ;
\stopMPinclusions
\starttext
\startluacode
function createGraphic(k,c,indH)
local i=1
...