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

(note-page 'id "title"
  (title (main-text "This is a title")
         (annotation "This is an annotation or comment of the title")
  )

  (source-program
   'src "meta-lecture-notes.laml"
   'from-mark "(note-page 'id \"section-title\""
   'to-mark end-mark 
   'slide-mode "external"
   'book-mode "inline"
   (color-decorations
   )
   (main-text
    "The LAML source of the previous page" )
  )

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


) ; end note-page