mbourne
mbourne
I'm not sure this is a KaTeX bug as it arises in non-KaTeX situations as well because the browser is expecting content wider than what it's being given. Two possible...
Thanks @ronkok . Since flexbox is now pretty much universal (even Opera Mini joins the party) and MathML won't see adoption across all browsers for some years, I agree flexbox...
@ronkok Thank you for your efforts! I hesitated for a few days to see if anyone else weighed in, but seems everyone's busy. A possible easy win might be those...
I've been working on two different approaches to this issue with quite good outcomes. ### 1. Delay loading of the library and lazy-load the equations If math first appears part-way...
Chao Glad you find it interesting. I'm not sure what wrapping issue you are referring to, nor what "non-wrappable parts" are. Do you mean overflowing? If you mean the wrapping...
As an exercise, I worked on those same equations, but using the SVG-based approach. It works quite well: https://bourne2learn.com/math/svg-math/svg-math-wrap-examples.php
I'm not quite sure if this addresses what you want to do. When building my math site, I tried to reduce unnecessary javascript use wherever I could. Certainly a lot...
How about all the matrix, bmatrix and cases and so on? Seems to me that all supported environments (as in https://katex.org/docs/support_table.html) should be included in the default list. It must...
> The environments I listed are all special... I see - I wasn't aware of that (being an ASCIIMath input person). Is it documented? (I know your job isn't to...
I notice tags still overlap equations as of 0.15.6 and there's no "float" to the next line if the screen is narrow. @martinpflaum 's suggestion above still has the overlapping...