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

(note-page 'id "splice-page-without"
  (title (main-text "Splice-page-without")
         (annotation "This page illustrates the clause splice-page-without, which is similar to splice-page-with.
                      We splice the elements of the syntax page, but not the source-program, the title, and the cross-references")
  )

  (splice-page-without
   'lecture-id "meta-lecture-notes"
   'page-id "syntax"
   (leno-elements
    (element-name "source-program" )
    (element-name "cross-references" )
    (element-name "title" )
   )
  )

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