help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[help-texinfo] Adjusting indentation of @sections in an @enumerated list


From: Keith Christian
Subject: [help-texinfo] Adjusting indentation of @sections in an @enumerated list
Date: Thu, 19 May 2011 11:25:11 -0600

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]