Martin Vermeer wrote:
if you change

        if (it != begin()

into

        if (it != begin() && currx >= targetx

I expect Joost will find it behaving slightly better in the situation he
complained about. It won't fix everything though.

- Martin

I'll try this one.

With the last patch of JMarc, it is also still not possible to reach the position after a fraction if that's last part of the equation.

Example: $a=\frac{b}{c}$

Joost

Reply via email to