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

(note-page 'id "lecturer-photos"
  (title (main-text "Lecturer-photos")
         (annotation "This page illustrate the lecturer-photos clause. Notice that the photos are only shown
            in slide view as part of an automatically progressing 'show-and-speak' show. Thus, in order to see the
            photos you should activate the 'atom spin' icon (top left) in slide view. ")
  )

  (lecturer-photos
   'start-number "1"
   'number-of-photos "2"
  )

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

) ; end note-page