Vincenzo Mantova

Results 107 issues of Vincenzo Mantova

Three things: - [x] trivial (and urgent?): `\pgfmathrand@` should return a number between -1 and 1, but now it's between 1 and 3 (a minus sign is missing!) - [...

bug
pgf/tikz

Fix #2474 (?), unless you object to `\@ADDCLASS` here. Edit: ~it's not enough if `\llap` is used at the *beginning* of a line. That requires something different.~ No, I was...

In LaTeX, `\makelabel` is always called on every item (just look at how `\item` calls `\@item[...]` which in turns runs `\makelabel{...}`). However, LaTeXML uses `\makelabel` only if `\item` was called...

enhancement
latexml

`\llap` is supposed to put its content to the left of the current position, but the HTML generated by LaTeXML does not do that. The resulting box will also pile...

bug
latexml

TikZ supports creating animations via dvisvgm (https://tikz.dev/tikz-animations). The PGF implementation is just a list of SVG specials that create the appropriate tags. It should be easy, if a bit time...

enhancement
pgf/tikz

This is an ImageMagick bug, not a LaTeXML one, but it explains a lot of the quirks in the code, like https://github.com/brucemiller/LaTeXML/blob/f82b733eade2c81f24567c349929f2a696cb66cb/lib/LaTeXML/Post/LaTeXImages.pm#L48 The 1.33333 is clearly converting from points to...

bug
postprocessing
images

This normally compiles to two lines ```latex \documentclass{article} \begin{document} First line \vskip0.01em second line \end{document} ``` but LaTeXML does not add a line break because of https://github.com/brucemiller/LaTeXML/blob/f82b733eade2c81f24567c349929f2a696cb66cb/lib/LaTeXML/Engine/TeX_Glue.pool.ltxml#L89-L98 Checking for `>...

bug
latexml

`\patchcmd` mangles expansions that contain whitespace, because it is using `ToString` at https://github.com/brucemiller/LaTeXML/blob/f82b733eade2c81f24567c349929f2a696cb66cb/lib/LaTeXML/Package/etoolbox.sty.ltxml#L1299 I understand that it should be `UnTeX` instead. Minimal broken example: ```latex \documentclass{article} \usepackage{etoolbox} \def\example{{Normal to \bfseries...

bug
packages

The current internal DPI for LaTeXML is 100, but that seems arbitrary. I suggest to change it to 96 like CSS, or even better to 96.36, because: - the CSS...

enhancement
latexml
images
fidelity

Couldn't let it sit until after the bank holidays for obvious reasons. The implementation of the `\un*box` commands is wrong at https://github.com/brucemiller/LaTeXML/blob/13018504e00ba934bc067357c372b72951227494/lib/LaTeXML/Engine/TeX_Box.pool.ltxml#L586-L591 They should replace the boxes with their contexts,...

bug
latexml