(note-page 'items
(title "Items"
"Items is used to present arbitrarily nested items"
)
(items
(item "An outer item"
"Explanation of outer item"
(items
(item "Inner item 1"
"Explanation of inner item 1"
)
(item "Inner item 2"
"Explanation of inner item 2"
)
(item "Inner item 3"
"Explanation of inner item 3"
)
)
)
)
(index-words "items")
(source-program this-source-file (list "(note-page 'items" end-marker)
(list
)
'(slide-external book-external)
"The underlying LAML program. This shows the underlying source of this part of the notes"
)
) ; end page |