Using makeinfo version 4.13: I would like to intersperse a few @section tags in a long enumerated list to create visual and logical divisions in this long list, with section headings flush left, or, with the enumerated list continuing indented below the section headings.
In the example, all the "foos" are to the left of the "Phase One Procedures - xxx Subphase" section headings. I want the list of "foos" in an unbroken numeric sequence, but indented below the Subphase headings, or, the Subphase headings flush left. Is there a tag or method to accomplish this? Example: @chapter Phase One Procedures @enumerate @item foo @item foo @item foo @section Phase One Procedures - Alpha Subphase @item foo @item foo @item foo @item foo @section Phase One Procedures - Beta Subphase @item foo @example @end example @item foo @example @end example @item foo @example @end example @section Phase One Procedures - Gamma Subphase @item foo @example @end example @item foo @example @end example @item foo @example @end example @item foo @example @end example @item foo @example @end example @item foo @end enumerate Thanks. ======Keith
