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

(note-page 'id "side-track-1"
  (title (main-text "More side-track")
         (annotation "An illustration of side-track with references to a remote side track starting point.")
  )

  (side-track
   (main-text
    "The LAML tutorial - used as a side track" )
   (annotation
   "Just for illustrative purposes" )
   'track-url "../../../../../../tutorial/index.html"
  )

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

  )
) ; end note-page