Vincenzo Mantova
Vincenzo Mantova
> That's just a spec collision then. I think the right way for us to read `actualtext` is as an alias for `alt`. They are both meant to replace the...
Quick note in case I forget: the problem is here. https://github.com/brucemiller/LaTeXML/blob/25ec2b0e9070cc05cbb5e5e22bebf5ba98a0d86c/lib/LaTeXML/Util/Pathname.pm#L252 Appending `$last` breaks the property that catdir and splitdir are approximately inverses of each other. More precisely, `splitdir("/dev")` is...
> To ask about/suggest a short-term workaround - can you use the "Processing" log lines that would be above the message? It ought to be the closest previous line that...
This seems to get the job done: ```diff --- a/lib/LaTeXML/Common/Locator.pm +++ b/lib/LaTeXML/Common/Locator.pm @@ -61,7 +61,10 @@ sub toString { my ($self) = @_; - my $loc = $self->getShortSource; + my...
This is a preview of my GitHub action based on the patched Locator.pm: A problem matcher will also annotate the workflow summary with similar links to the offending files (which...
Just wanted to confirm that tests pass on my Windows 11 x Perl 5.42 machine. There seems to be a CI issue with Windows, again.
This generated more discussion than I expected! I see two sticking points: - Unlike with ngpdf.com, the HTML output of LaTeXML is supposed to be a complete PDF replacement, so...
> But I don't see a bug, just two perspectives on reading the spec that lead to the same outcome. Am I missing a detail? As long as LaTeXML does...
> `pathname_f` just doesn't evoke any useful meaning to me. `filetest_f` does - so maybe that is a reasonable change? Or a name on those lines? In the meanwhile I...
> so it seems that MathJax is alone in expecting that the primes are already exponentiated. Is this a failing of MathJax's, and / or should we mark up the...