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

(note-page 'id "lecturer-photos-and-logo"
  (title (main-text "Lecturer-photos-and-logo")
         (annotation "This slide illustrates the lecturer-photos-and-loge clause, which is similar to the
                      lecturer-photos clause")
  )

  (lecturer-photos-and-logo
   'start-number "1"
  )

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

) ; end note-page