LaTeXML icon indicating copy to clipboard operation
LaTeXML copied to clipboard

\includegraphics: totalheight= does not affect depth

Open xworld21 opened this issue 9 months ago • 0 comments

graphicx uses totalheight to set the depth of the image, but LaTeXML treats totalheight as an alias for height. Instead, it should set @imagedepth.

Offending code: https://github.com/brucemiller/LaTeXML/blob/70de862ff1997e228e8a0ee33ba61d1800adf189/lib/LaTeXML/Util/Image.pm#L162

xworld21 avatar Feb 04 '25 19:02 xworld21