Play audio slide show -- Keyboard shortcut: 'x'  Back to notes -- Keyboard shortcut: 'u'                Slide 5 : 38
Program 1
 

(note-page 'id "text"
  (title (main-text "Text")
         (annotation "A note page that illustrate the text clause")
  )

  (text
   (main-text
    "Primary text"
    )
   (annotation
    "Secondary text"
    )
  )

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

) ; end note-page