Vincenzo Mantova
Vincenzo Mantova
I understand that scripted document are ones containing script elements "and/or HTML forms", according to [1]. However, epubcheck seems to ignore the `` element when checking the correct use of...
I have noticed that if you write an `` link inside an EPUB, it will pass `epubcheck` but it will break quite a lot of readers. In the case of...
The file `t/tdata/multiscript.bltxml` is missing from the biblatex-biber-ms.tar.gz sources distributed via CTAN and TeX Live, so compilation from those sources fails the tests. It's easy to workaround the issue by...
Migures containing multiple images and a caption create a nested flex wrappers. I believe it is intentional, but it breaks horizontal scrolling for listings: ```latex \usepackage{listings} \usepackage{graphicx} \begin{figure} \begin{lstlisting} Very...
Things like `latexmlc --split --splitnaming=label` will produce garbled file names on Windows in presence of Unicode characters: ```latex \documentclass{article} \begin{document} \section{Unicode name}\label{unicöde} Content. \end{document} ``` This is a well known...
An improbable edge case: characters like `-`, `*` get parsed even within `\operatorname{}`. This should not happen: ```latex $a-b$ $\operatorname{a-b}$ ``` compiles to the PDF  Per amsmath documentation, `\operatorname{}`...
In short, it would be nice to have an instruction like `` with the same arguments as `\lxRequireResource`. In fact, it would simply reduce to a call to `copyResource`. The...
This is just attaching an issue to #1951. A user can call `` and `document()` in a stylesheet, which raises two issues: - `document()` can read from anywhere (even the...
EPUB.pm tries to get the authors from the DB data: https://github.com/brucemiller/LaTeXML/blob/0130f4309d436c158dac82d60b71c84a9ec7ae84/lib/LaTeXML/Post/Manifest/Epub.pm#L104 However `authors` doesn't seem to be in the DB, so the EPUB doesn't get a list of authors.
Very related with #1841: dvisvgm and latexml guess different bounding boxes for mathimages. ```latex \documentclass{amsart} \begin{document} Horizontal spacing: see space between $\{x : x\text{ is an even integer}\}$ and the...