On Sun, Oct 19, 2008 at 04:58:36PM -0500, Seb wrote: > List 2 ends up indented as the itemize environment:
No, it's just indented as a paragraph. Compare with this: \input texinfo @setfilename itemize_indents.info @settitle Itemize Indents @node Top @top Top First paragraph. Second paragraph. List 1: @itemize @bullet @item first item. @item second item. @end itemize List 2: @itemize @bullet @item first item. @item second item. @end itemize @bye The first paragraph is not indented by default, you can change that with @firstparagraphindent. Best, Oleg
