Vincenzo Mantova
Vincenzo Mantova
This was quite difficult to pin down. Emitting a box apparently inherits the surrounding colour, overriding whatever happens in the box. ```latex \documentclass{article} \newbox\mybox \usepackage{xcolor} \begin{document} \color{black} \global\setbox\mybox=\vbox{The final word...
Example: ```latex \documentclass{article} \usepackage{keyval} \makeatletter \define@key{createvalue}{empty}{\def\myempty{#1}} \setkeys{createvalue}{empty={}} \begin{document} \ifx\myempty\@empty Empty.\else Not empty.\fi \end{document} ``` LaTeX returns 'Empty', LaTeXML gives 'Not empty'.
Beamer color names include spaces and periods (e.g. `alerted text.fg`). This won't be accepted by the xcolor binding because the regex is too restrictive: https://github.com/brucemiller/LaTeXML/blob/13018504e00ba934bc067357c372b72951227494/lib/LaTeXML/Package/xcolor.sty.ltxml#L263-L264
Splitting out the report in https://github.com/brucemiller/LaTeXML/issues/2441?notification_referrer_id=NT_kwDOAB3z6bMxMzU4MTA3MzA5MjoxOTYyOTg1#issuecomment-2508957714: if kpsewhich emits error messages for whichever reason, some tests fail because they expect output 'No obvious problem'. This may happen on Windows, where...
**Description** Opening a file in append write only mode (`>>`) and attepting to read from it puts the file handle in some kind of invalid state. Following writes will have...
**Is your feature request related to a problem? Please describe.** MathML Core has changed dictionary slightly as well as the form detection algorithm. I believe MathJax currently implements the old...
### Issue Summary Multiscripts are rendered incorrectly in Safari/WebKit. ### Steps to Reproduce: ```html A postsub presub presup ``` On Safari (tested on macOS and iPadOS) you get  You...
### Issue Summary Characters are not aligned to the baseline on WebKit:  The alignment error changes with the font size as well, as you can see in the screenshot....
### Issue Summary On Safari, certain MathML-in-SVG is rendered in the top left corner of the image regardless of its intended position. This is definitely a Safari bug (reasonable guess...
I am still not sure who is responsible for this, but I should report it here as well, probably. With the current dvisvgm distributed by MikTeX (version 3.4.3), dvisvgm is...