(note-page 'id "concept-list"
(title (main-text "Concept-list and its subclause")
(annotation "Illustrates the concept-list form and its subclauses")
)
(concept-list
(concept 'concept-name "concept"
(main-text "This is the definition of the first concept")
(annotation "Here we explain the first concept"))
(concept 'concept-name "another concept"
(main-text "This is the definition of another concept"
)
(annotation "Here we explain the anoter concept")))
(source-program
'src "meta-lecture-notes.laml"
'from-mark "(note-page 'id \"concept-list\""
'to-mark end-mark
'slide-mode "external"
'book-mode "inline"
(color-decorations
)
(main-text
"The LAML source of this page")
)
(cross-references
(internet-reference 'href (man-entry "concept-list")
(main-text "Manual entry")))
) ; end note-page |