makeinfo does not diagnose successive @item in @table
Hi. Given something like @table @asis @item foo @item bar Lot of decriptive text here ... @end table The second @item should really be @itemx but makeinfo does not diagnose this. It is a problem if you're producing docbook. Thanks, Arnold
texinfo.tex: @cartouche kills indentation
Hi. In the current texinfo.tex, if you wrap stuff in @cartouche, anything that is embedded, like @quotation or @example, loses the indentation that should be added, and is instead formatted flush left. Thanks, Arnold