Ron Kok
Ron Kok
I have made two CSS revisions that should resolve the printing issue. Thank you for bringing this to my attention.
Good catch. The bug occurred in a case where string interpolation had to deal with a subscript in the variable name. It's fixed now. To get the updated version, you...
A user-set page break is on my list of things-to-do. It hasn't been very close to the top of that list, but I may revise that. The idea of a...
Interesting. I need to think about this one. It will be a day or two before I can respond.
I've worked up an example to calculate diaphragm forces. You can copy the text below and then invoke the Hurmet command 𝐌▾ | Paste from Markdown. It seems to me...
Also, while working through this, I found a bug in the parser that breaks on spaces in some spreadsheet formulas. I'm working on a fix.
That was a bug. Fixed now. Thank you for pointing it out.
My [comment above](https://github.com/ronkok/Hurmet/issues/34#issuecomment-2372458535) described how to import one spreadsheet column into a second spreadsheet's column. I am closing the comment as completed.
I can get a similar effect on the KaTeX demo page with fractions separated by line breaks. The code I used is: ``` F_e=\dfrac{可改进部分占用时间}{改进前总时间 \\ F_e=\dfrac{可改进部分占用时间}{改进前总时间 ``` The resulting rendering...
I'll describe what I've learned so far, along with some background information. 1. KaTeX sets vertical alignment after calculations done with the height and depth of each glyph in an...