On Thu, Jan 02, 2025 at 12:57:43AM +0000, Gavin Smith wrote: > If texi2any generates the images with a given DPI (dots per inch) setting > to dvips (-d argument) (say 200), then it seems that all Emacs would need > is a variable to specify the DPI of the Info images. The image size > would then be scaled according to the size of the font used to display > the text in the Info buffer. Suppose this is a nominal 10pt (10/72.27 in).
My point is that it is not possible to distinguish images coming from regular @image commands, and images coming from @math or @displaymath converted to images. The scale relative to the image should only apply to the images coming from @math or @displaymath converted to images, but I can't see a way to separate those images from output of @image. A general way to change the images size would still be relevant, but it is a different issue. -- Pat