| (note-page 'id "exercise"
(title (main-text "Exercise clause and its subclauses")
(annotation "")
)
(exercise
'id "ex1"
'title "Sample exercise"
(formulation
"Write a LENO lecture yourself, and try the system out. Notice that
this lecture's exercise model is make-indexes-and-solutions-per-lecture. This means that
the solutions will be easily available." )
(solution
"See the source of these pages for solutions..." )
)
(source-program
'src "meta-lecture-notes.laml"
'from-mark "(note-page 'id \"exercise\""
'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 "exercise")
(main-text "Manual entry")))
) ; end note-page |