bug-texinfo
[Top][All Lists]
Advanced

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

@image inside @example works with --docbook but not --html


From: Per Bothner
Subject: @image inside @example works with --docbook but not --html
Date: Sat, 26 Nov 2016 16:16:36 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

Given test.texi:

@settitle Images test
@image{paint-circ-1}
@example
#|kawa:2|# @kbd{(circle 30)}
@image{paint-circ-2}
@end example

and

touch paint-circ-1.png paint-circ-2.png
makeinfo --docbook test.texi --no-split -o test.xml
makeinfo --html test.texi --no-split -o test.html

Notice that test.xml has a valid <imagedate> for both
paint-circ-1.png and paint-circ-2.png. However,
test.html only has a valid <img> for paint-circ-1.png, not paint-circ-2.png.

This is makeinfo 6.1.
--
        --Per Bothner
address@hidden   http://per.bothner.com/



reply via email to

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