| (note-page 'id "image-series"
(title (main-text "Image-series and subclauses")
(annotation "This is an illustration of the image-series element and its subclauses")
)
(image-series
'title "This is an image series, which is shown external to the slide view"
(image-series-item
'src "test-image-1.gif"
"This is the caption of the first image in the series" )
(image-series-item
'src "test-image-2.gif"
"This is the caption of the second image in the series" )
'slide-mode "external"
'book-mode "inline"
)
(source-program
'src "meta-lecture-notes.laml"
'from-mark "(note-page 'id \"image-series\""
'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 "image-series")
(main-text "Manual entry")))
) ; end note-page |