.type list.tst .type .PS 60,78,0,0 .First title LIST TEST .subtitle RNO input .header spacing 1 .s The following shows how the .LIST, .LIST ELEMENT, and .END LIST commands work. The following input (.RNO) file: .LM 5,.RM 78.S .LIT .LM 10;.rm 50 BEGIN LIST .LIST 2 .LIST ELEMENT; (ONE) The first list has text indented 9 spaces. .LIST ELEMENT (TWO) .LIST 1 .LIST ELEMENT; (ONE) The second list has text indented by 4 more, or 13 spaces. .LIST ELEMENT; (TWO) .LIST 0 .LIST ELEMENT; (ONE) The third list has text indented 4 more, or 17 spaces. .LIST ELEMENT; (TWO) .END LIST 1 Third list has ended. .LIST ELEMENT; (THREE) .END LIST 0 .LIST ELEMENT; (THREE) .LIST ELEMENT; (FOUR) .END LIST 2 First list has ended. .EL.S .subtitle DOC result .page .LM; Produces the following text (.DOC) file: .s .LM 10;.rm 50 BEGIN LIST .LIST 2 .LIST ELEMENT; (ONE) The first list has text indented 9 spaces. .LIST ELEMENT (TWO) .LIST 1 .LIST ELEMENT; (ONE) The second list has text indented by 4 more, or 13 spaces. .LIST ELEMENT; (TWO) .LIST 0 .LIST ELEMENT; (ONE) The third list has text indented 4 more, or 17 spaces. .LIST ELEMENT; (TWO) .END LIST 1 Third list has ended. .LIST ELEMENT; (THREE) .END LIST 0 .LIST ELEMENT; (THREE) .LIST ELEMENT; (FOUR) .END LIST 2 First list has ended.