| meta-lecture-notes.laml - The LAML source of this page. | Slide 11 : 38 Program 1 |
(note-page 'id "point"
(title (main-text "Point")
(annotation "Illustraion of a point clause")
)
(point
(main-text
"Primary point"
)
(annotation
"Secondary point"
)
)
(source-program
'src "meta-lecture-notes.laml"
'from-mark "(note-page 'id \"point\""
'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 "point")
(main-text "Manual entry")))
) ; end note-page