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

(note-page 'id "elucidate"
  (title (main-text "Elucidate")
         (annotation "This page illustrates the elucidate clause.")
  )

  (elucidate
   "The elucidate caption - showing a part of the LAML tutorial"
   'href "../../../../../../tutorial/getting-started/getting-started.html"
   'target "elucidator"
  )

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

  (index-words
  )
) ; end note-page