Vincenzo Mantova

Results 107 issues of Vincenzo Mantova

Links can sometimes lose their color: ```latex \color{black}\href{URL}{should not be black}, to separate it from normal text ``` will show the link as black instead of blue (or whichever color...

bug
packages

hyperref uses color to distinguish among citations (green), cross references (red), external links (magenta), and a few others when given the option `colorlinks`. LaTeXML currently ignores `colorlinks` and the associated...

enhancement
packages

Fix #2462. Note that it does not fix the baseline issues in the 'unit tests by Silviu'. This is a good sign, because those tests do not modify the baseline,...

Postprocessing could track which files are being written to the site directory, with relevant metadata (mime type, parent document?). This would make manifest generation more reliable: rather than scanning the...

enhancement
postprocessing

Discovered while checking the tests figure_mixed_content, figure_dual_caption. Figures have the wrong size because they use `\textwidth`, which isn't adjusted inside minipage. Per LaTeX2e sources, minipage updates `\textwidth`, `\columnwidth` within a...

bug
figures

This is mostly a Windows issue, but it can in principle happen anywhere. ARGV is not necessarily UTF-8 and should be decoded first according to the current locale. How do...

enhancement
Windows

Part two of #2401 (to fully fix #2399): the quick commands *by definition* must not alter the bounding box. They do this by altering `relevantforpicturesize`, so this depends on the...

Fix #2482 and lots of other small issues with the parser. My intention was to simply 'linearise' the grammar, i.e., make sure it never backtracks when parsing the rules. This...

Tweak any PGF function to have a side effect, for example edit pgfmath.code.tex.ltxml as follows: ```latex e => sub { NoteSTDERR('evaluating `e`'); $E; }, ``` Then run the innocuous ```latex...

enhancement
pgf/tikz

On occasion, the mouth does not have a defined source, so this call https://github.com/brucemiller/LaTeXML/blob/f82b733eade2c81f24567c349929f2a696cb66cb/lib/LaTeXML/Package.pm#L1625 creates annoying perl warnings about using undefined values in strings. Quick fix is to patch `getSource`...

bug
latexml
minor