> Any ideas, anyone? I don't know if it is applicable to makeinfo, but in texi2html the paragraph or preformatted environement (<p> or <pre>) are closed each time a format is encountered (@display, @table, @flushleft, @deffn, @cartouche, @quotation, @verbatim, @tex...) except for a list of formats, for html there is @group and @html.
The preformatted or paragraph environment is reopened right after closing the internal format. (in fact for paragraphs it is not right after, only when a paragraph opening is needed, but you get the idea). (note: in theory any format could be put in the list of formats that don't trigger a paragraph/preformatted closing but it is certainly buggy in texi2html since it isn't used and it isn't obvious for complex formats like @table, @deffn... For makeinfo info output it could be needed if you go that way). -- Pat _______________________________________________ Texinfo home page: http://www.gnu.org/software/texinfo/ [email protected] http://lists.gnu.org/mailman/listinfo/bug-texinfo
