Back to slide -- Keyboard shortcut: 'u'              xp.leno - The XML-in-LAML Scheme source of this page.Slide 24 : 30
Program 1

(note-page 'id "leno"
  (title (main-text "LENO") )

  (point
   (main-text
    (p "These slides are made with the LENO system ")
    (p "LENO is an XML language for programmatic authoring of lecture notes")
    )
  )

  (items 'margin-top "1.5cm"
   (item 
    (main-text "LENO features:" )
    (items 
     (item 
      (main-text "Several different views" ))
     (item 
      (main-text "Especially oriented towards slides with program examples" ))
     (item 
      (main-text "Allows the author to grow a text book from a set of slides" ))
     (item 
      (main-text "And more..."
  )))))

  (source-program 'margin-top "1.5cm"
   'src (in-startup-directory "xp.leno")
   'from-mark "(note-page 'id \"leno\""
   'to-mark end-of-slide-marker
   'slide-mode "external"
   'book-mode "inline"
   (color-decorations )
   (main-text "The XML-in-LAML Scheme source of this page" )
  )

  (cross-references 
    (internet-reference 'href "http://www.cs.aau.dk/~normark/c-prog-05/html/notes/index.html" 'target "c-prog"
                        (main-text "C Programming Material (in Danish)" ))
    (internet-reference 'href "http://www.cs.aau.dk/~normark/leno/index.html" 'target "c-prog"
                        (main-text "The LENO Home page (WEB)"))
  )

) ; end leno slide