Apologies, have changed to dvorak keyboard and hit period instead. I used it for
parameter illustration.
The command does not display as expected for html output. The output is
produced
with no errors, but the image is not displayed, displaying alttext instead.
When the file exists, using .png does not find the file.
@image{file,8cm,13cm,alttext,.png}
Regards
Christopher
> Sent: Wednesday, November 25, 2020 at 6:15 PM
> From: "Gavin Smith" <[email protected]>
> To: "Christopher Dimech" <[email protected]>
> Cc: "help-texinfo gnu" <[email protected]>
> Subject: Re: @image and fifth argument during html output
>
> 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.
>
>