| (note-page 'id "theme-text"
(title (main-text "Theme-text")
(annotation "An illustration of theme-text. A theme-text clause contributes with textual contents to the theme view.
As such, the theme-text clause does not leave any trace in slide/note/book view.")
)
(theme-text
"Theme text - does not affect slide/note/book views. Is meant to go directly to the theme view"
)
(source-program
'src "meta-lecture-notes.laml"
'from-mark "(note-page 'id \"theme-text\""
'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 "theme-text")
(main-text "Manual entry")))
) ; end note-page |