Vincenzo Mantova

Results 107 issues of Vincenzo Mantova

The change guarantees that `\XC@mcolor` is updated after color/xcolor are loaded, but also before finishing loading PGF, as opposed to at the end of the preamble. This also improves the...

Using `\useasboundingbox` does not achieve the desired result. In TikZ, that command sets a bounding box (`\pgf@picminx` etc) and stops updating it to accommodate new paths that go past the...

bug
packages
pgf/tikz

The following ```latex \documentclass{article} \usepackage{tikz} \title{Title} \author{Author\begin{tikzpicture}\filldraw[red] (0,0) circle (4pt);\end{tikzpicture}} \date{1 January 1980} \begin{document} \maketitle \begin{tikzpicture}\filldraw[red] (0,0) circle (4pt);\end{tikzpicture} \end{document} ``` should have a red disk next to the author...

bug
packages
pgf/tikz

Fix #2376 for xy pictures. This requires XSLT changes because setting the correct `@viewBox` implies that vertical alignment must be done in CSS (as it should, so that text is...

Fix #2386 partially. orcidlink.sty can be read raw (after adding `\XeTeXLinkBox` to hyperref), except that: - `\fontcharht` is not implemented (yet?), so I temporarily redefine it with a hardcoded value...

### Issue Summary Try the following with MathJax 3: ```html a 𝐸 b $a \mathrel{E} b$ ``` The first `a E b` is rendered with no spacing, unlike the second...

Accepted
v3
Code Example
v4

I am trying to use `\symbol{"XXXX}` the way it is used in LuaTeX, that is, to pick a character by its Unicode codepoint. That does not work in LaTeXML because...

enhancement
fonts

Use URI::file for serialising and deserialising paths written to XML for `@graphic`, `@candidates`, and the processing instructions 'searchpaths' and 'graphicspath'. It also replaces previous manual uses of URI::file. This prevents...

Try ```latex \usepackage{tikz} \begin{tikz} \node[rectangle, draw] {\vbox{Hello World}}; \end{tikz} ``` LaTeXML computes that the vertical box, for some reason, is almost 150pt high, much more than two rows of text....

bug
pgf/tikz

This includes #2502 (better horizontal alignment, mostly for XY), #2488 (better overall alignment of foreignObject, with TikZ matrix improvements), #2477 (PGF baseline), #2401 #2490 (respect PGF bounding boxes), #2397 #2396...