Vincenzo Mantova
Vincenzo Mantova
Thanks! That's reassuring. > only used when assistive MathML is being generated Oh, so that's the actual reason for `position: relative`. I see now what happens without it (the assistive...
Thanks for the detailed answer. > This might also allow a breakpoint between the math any following punctuation I hadn't thought of that! At any rate: based on what you...
This is the current BookML workaround: ```css @media (-webkit-transform-2d) { foreignObject>mjx-container[jax="CHTML"] { position: initial !important; will-change: initial; &>mjx-assistive-mml { width: 1px !important; height: 1px !important; position: initial !important; margin-inline-start: -1px...
Following up on this, thanks for the clarifications. So this is intended behaviour after all. I suppose this issue should be closed, then? I have submitted a patch to Win32::LongPath...
> I am not sure your questions apply to the level of emulation that is in latexml at present I meant to say it needs to introduce a newline or...
Some clarification: `\vskip` always switches to vertical mode. I suspect the `>10` test has more to do with `\vspace` https://github.com/brucemiller/LaTeXML/blob/f82b733eade2c81f24567c349929f2a696cb66cb/lib/LaTeXML/Engine/LaTeX.pool.ltxml#L4814 The problem is that `\vspace` is the same as `\vskip`...
> This will likely also need a reasonable treatment for `\hss` which is currently a no-op. As far as I can tell, there is no need for `\hss` here, CSS...
> Aside 2: Interpreting beamer raw sounds a little bit too low-level @xworld21 . Are you starting a new beamer binding from scratch, or are you thinking of upgrading the...
> Embedding bitmaps from a PDF file only works if `mutool extract` creates corresponding bitmap files. This doesn't work reliably, though, and sometimes no files are created. But in most...