Play audio slide show -- Keyboard shortcut: 'x'  Back to notes -- Keyboard shortcut: 'u'                Slide 22 : 38
Program 1
 

(note-page 'id "cross-references"
  (title (main-text "Cross references and subclauses")
         (annotation "Here we illustrate the use of cross-references and its subclauses")
  )

  (cross-references
   (internet-reference
    'href "http://www.cs.auc.dk/~normark/laml/"
    (main-text "An Internet reference to the LAML home page")
    (location-hints (hint "My Hint"))
   )

   (note-reference
    'lecture-id "meta-lecture-notes"
    'page-id "title"
    (main-text "A reference to the second note page in this lecture"))

   (informal-reference
    'title "Structure and Interpretation of Computer Programs"
    (main-text "A reference to non-web material (such as a book)"))

   (bibtex-reference
    'key "Meyer97")
  )



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