On Wed, Nov 25, 2020 at 05:31:49PM +0100, Christopher Dimech wrote:
>
> Gavin,
>
> Can one use for html output the command that follows. It was not working
> even when the file exists. Texinfo was not giving an error, however, the
> image was not being displayed in html when using .png.
>
> @image{file.w.h.alttext,.png}
>
> Regards
> Christopher
This looks wrong as the arguments should be separated by commas, not
periods:
> @image{file.w.h.alttext,.png}
> @image{file,w,h,alttext,.png}
Also w and h have to be numbers.