lout-users
[Top][All Lists]
Advanced

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

A list item as list too..


From: Ish Rattan
Subject: A list item as list too..
Date: Sat, 17 Mar 2001 15:44:58 -0500 (EST)

An attempt to create a nested list (item itself a list).
The error message is shown below. How to make it work?

- ishwar
-----list attempt--
@NL
@LI { An Item. }                # line 15
@LI { Another Item. }
@LI {
    @RAL
    @LI { First nested item. }
    @LI { Second nested item. }
    @REL
}
@LI { Third item. }
@EL                             # line 24
----error-
lout file "sample":
    15,1: no @ItemPlace precedes this @ItemPlace&&preceding
    24,1: no @EndListPlace precedes this @EndListPlace&&preceding
----


reply via email to

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