Hello,
 I tried the cvs version of makeinfo and it seems the docbook output
with images is fixed. What I notice on the output of an itemized list is
the fact that there are two bullets for each item. I don't know if
dbtoepub adds an additional bullet, but I see that makeinfo --docbook
adds per item list:

</listitem><listitem><para>&#8226; Item3
</para>

which looks to have a superfluous bullet (but I'm not a docbook expert).

regards,
Nikos
\input texinfo   @c -*-texinfo-*-
@comment %**start of header
@setfilename test.info
@settitle Test


@itemize

@item Item1

@item Item2

@item Item3

@end itemize

@bye

Reply via email to