Play audio slide show -- Keyboard shortcut: 'x'  Back to slide -- Keyboard shortcut: 'u'                meta-lecture-notes.laml - The LAML source of this page.Slide 20 : 38
Program 1

(note-page 'id "slide-image"
  (title (main-text "Slide-image")
         (annotation "This is an illustration of the slide-image clause")
  )

  (slide-image
   'src "test-image-2.gif"
  )

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