Play spoken slide show
Keyboard shortcut: 'x'  Back to notes
Keyboard shortcut: 'u'    Slide 34 : 37
Program 1
 

(note-page 'id "splice-page-with"
  (title (main-text "Splice-page-with")
         (annotation "This page illustrates the clause splice-page-with. We splice the syntax element of the syntax page.")
  )

  (splice-page-with
   'lecture-id "meta-lecture-notes"
   'page-id "syntax"
   (leno-elements (element-name "syntax"))
  )

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

) ; end note-page