Michael Strobel
Michael Strobel
@kortenkamp is right, I'm currently working on a branch with proper localization. So perhaps one should not rely on the current syntax.
To take the considerations of @kortenkamp into account we could change the return value of drawtext to return the corners of the bounding box. Then the user could take care...
This would be great, perhaps we could switch some basic operations to webassembly code. Some time ago I played around with typed arrays for CSNumber, but it turned out to...
For a network based location HTML5 got an API (which is quite reliable for wifi/lan connections but not for mobile connects): https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation
Uh this is bad! I will have a look.
Hi, i think this is a good opportunity for me to look into sage. I just had a quick look at Join and Meet with the following outcome: ``` sage:...
Further ops can be looked up in my gist https://gist.github.com/strobelm/28710b576cf60088e45e
You could calculate the shape on initialization. The drawing command have to remain in the drawscript.
I think there is currently no way to do this. @montaga did you come across something while working on virtual resolution?
I briefly looked into this. It seems the code @gagern wrote back then was never merged to upstream: https://github.com/KaTeX/KaTeX/pull/251 But fortunately @ry-randall seems to have modernized the code. I guess...