DominikPeters / tikz.dev-issues

Feedback, suggestions, and bug reports for tikz.dev
1 stars 0 forks source link

\meta in math mode are still not rendered correctly #43

Closed user202729 closed 5 months ago

user202729 commented 5 months ago

https://tikz.dev/library-decorations#pgf./pgf/decoration/mark:info/distance:from:start

image

After #36 is already fixed.


Edit: actually this seems like some sort of race condition. I do the following:

Occasionally (probably 1/2 of the time) reproducible in Firefox, but not reproducible in Chrome.


I think the cause is the second script.attrs['async'] = None applied on the MathJax emulation script. I don't think that is desirable?

DominikPeters commented 5 months ago

Thanks for the debug, I removed the async (and for the next compile, I moved those two formulas out of math mode, since using mathjax to render them isn't really necessary).