(note-page 'synopsis
(title "Synopsis"
"A synosis summarizes a number of pages"
)
(synopsis
(synopsis-item "Synopsis text 1"
"Synopsis comment 1"
)
(synopsis-item "Synopsis text 2"
"Synopsis comment 2"
)
(synopsis-item "Synopsis text 3"
"Synopsis comment 3"
)
)
(source-program this-source-file (list "(note-page 'synopsis" end-marker)
(list
)
'(slide-external book-external)
"The underlying LAML program. This shows the underlying source of this part of the notes"
)
(index-words "synopsis")
) ; end page |