Back to slide
Keyboard shortcut: 'u'  Slide 20 : 24
Program 1
 

(note-page 'image-series
  (title "Image-series"
         "A cartoon-like series of images, which can be shown via 
          a reference button or inlined in the slides and/or in the notes"
  )

  (image-series 
      "An overall description of the image series"
      (list 
         (list "test-image.gif" "A description of the first image")
         (list "test-image-1.gif" "A description of the next image")
         (list "test-image-1.gif" "A description of the last image")
      )
     '(slide-external book-inline)
  )  

  (source-program this-source-file  (list "(note-page 'image-series" end-marker)
       (list
       )
       '(slide-external book-external)
       "The underlying LAML program. This shows the underlying source of this part of the notes"
  )

  (index-words "image-series")

) ; end page