The issue reported below is a blocker that presents me from generating
the Kawa manual using makeinfo --html and info.js.  Compare the documentation 
of the
with-paint function here:
https://per.bothner.com/tmp/Kawa-txjs-plain/Composable-pictures.html#Colors-and-paints
with here:
https://www.gnu.org/software/kawa/Composable-pictures.html#Colors-and-paints

I don't think this is "regression" (thus perhaps not a release-blocker),
since I don't believe it works with the release texinfo either.
However, it does work when generating docbook or pdf.
The existing website uses docbook - but I would like to drop that dependency
at some point.

On 4/27/21 3:19 PM, Per Bothner wrote:
Supppage I have an image file images/paint-circ-1.png .

Consider the following k.texi program processed thus:

     makeinfo k.texi --html -o /tmp

\input texinfo
@settitle k-test

@example
$ echo foo
@image{images/paint-circ-1}
$ echo bar
@end example

@image{images/paint-circ-1}
@bye

The first @image just produces
     [ images/paint-circ-1 ]
while the second @image produces an actual <img> element.

It works when generating docbook or pdf, but not when generating html.

--
        --Per Bothner
[email protected]   http://per.bothner.com/

Reply via email to