Play spoken slide show
Keyboard shortcut: 'x'  Back to notes
Keyboard shortcut: 'u'    Slide 9 : 37
Program 1
 

(note-page 'id "meta-text"
  (title (main-text "Meta-text")
         (annotation "An illustration of meta-text. A meta-text can be of the types readers-guide or normal (with the latter as the default).
                      The text does not leave any trace in slide view.")
  )

  (meta-text
   "Meta text - does not affect slide views."
  )

  (meta-text 'type "readers-guide"
   "Meta text - Reader's guide to the material."
  )

  (source-program
   'src "meta-lecture-notes.laml"
   'from-mark "(note-page 'id \"meta-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 "meta-text")
   (main-text "Manual entry")))

) ; end note-page