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/