Re: @image in @example

2021-05-01 Thread Gavin Smith
On Fri, Apr 30, 2021 at 2:00 PM Patrice Dumas wrote: > > Hello, > > There is an explicit condition that can be removed l 1832 in > tp/Texinfo/Convert/HTML.pm. The code dates back to the initial > implementation, so my guess is that I tried to do the same as in > makeinfo --html at that time or it

Re: @image in @example

2021-04-30 Thread Patrice Dumas
Hello, There is an explicit condition that can be removed l 1832 in tp/Texinfo/Convert/HTML.pm. The code dates back to the initial implementation, so my guess is that I tried to do the same as in makeinfo --html at that time or it came from texi2html. Maybe the idea was that an image in preform

Re: @image in @example

2021-04-30 Thread Per Bothner
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.o

@image in @example

2021-04-27 Thread Per Bothner
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