help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Displaying images for html output


From: Gavin Smith
Subject: Re: Displaying images for html output
Date: Wed, 18 Nov 2020 20:45:40 +0000
User-agent: Mutt/1.9.4 (2018-02-28)

On Sun, Nov 15, 2020 at 08:11:19PM +0100, Christopher Dimech wrote:
> When using the following, the imape is displayed.
> 
> @set dirhtml ../../Ideogr/Ch03b--Chmed
> @image{@value{dirhtml}/igc03--01--Sicl--CircAmRg,8cm,8cm,,png}
> 
> However, one gets the following warning
> 
> Ch03a--Chmed--html.texi:309: warning: @image file 
> `../../Ideogr/Ch03b--Chmed/igc03--01--Sicl--CircAmRg'
> (for HTML) not found, using 
> `../../Ideogr/Ch03b--Chmed/igc03--01--Sicl--CircAmRg.png'
> 
> ----------------------------------------------
> 
> But suppose one changes the command to include .png as below
> 
> @set dirhtml ../../Ideogr/Ch03b--Chmed
> @image{@value{dirhtml}/igc03--01--Sicl--CircAmRg,8cm,8cm,,.png}
> 
> One will get
> 
> Ch03a--Chmed--html.texi:309: warning: @image file 
> `../../Ideogr/Ch03b--Chmed/igc03--01--Sicl--CircAmRg'
> (for HTML) not found, using 
> `../../Ideogr/Ch03b--Chmed/igc03--01--Sicl--CircAmRg..png'
> 
> And the image is not displayed.

Thanks for sending the input and the output.  This problem only occurs
when the image file is not found.  I've tried to fix it in commit
e2d579377.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]