Back to slide
Keyboard shortcut: 'u'  Slide 16 : 24
Program 1
 

(note-page 'cross-references
  (title "Cross-references"
         "A number of references to other pieces of information"
  )

  (cross-references
    (list
      (internet-reference "A refence to some place on the Internet (the authors home page)"
                           "http://www.cs.auc.dk/~normark/")
      (note-reference "A reference to another place in a set of lecture notes 
                       (the page describing the title function in these notes)" 'ln 'title)
      (informal-reference "A name of a resource" "A reference to the off-line resource")
    )
  )

  (source-program this-source-file  (list "(note-page 'cross-references" end-marker)
       (list
       )
       '(slide-external book-external)
       "The underlying LAML program. This shows the underlying source of this part of the notes"
  )

  (index-words "cross-references")

) ; end page