(note-page 'id "example"
(title (main-text "Example")
(annotation "An illustration of example")
)
(example
(main-text
"Example text"
)
(annotation
"Annotation of the example"
)
)
(source-program
'src "meta-lecture-notes.laml"
'from-mark "(note-page 'id \"example\""
'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 "example")
(main-text "Manual entry")))
) ; end note-page |