(note-page 'id "quotation"
(title (main-text "Quotation")
(annotation "An illustration of a quotation")
)
(quotation
(main-text
"Main quotation text"
)
(annotation
"Comments about quotation"
)
)
(source-program
'src "meta-lecture-notes.laml"
'from-mark "(note-page 'id \"quotation\""
'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 "quotation")
(main-text "Manual entry")))
) ; end note-page |