Lecture overview
Keyboard shortcut: 'u'  Previous page
Keyboard shortcut: 'p'  Next page
Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide
Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Slide 30 : 42
Example of the lecture note document style

On this page we show an example of the most substantial LAML document style developed to date. It is called LENO: A lecture note style. The slides you are looking at right now are written in LENO. Therefore we show the underlying LENO source of this page to illustrate our approach.

These slides are written in LAML by means of the lecture note style

(note-page 'leno-ex
  (title "Example of the lecture note document style"
         "On this page we show an example of the most substantial
          LAML document style developed to date. It is called LENO:
          A lecture note style. The slides you are looking at right
          now are written in LENO. Therefore we show the underlying LENO
          source of this page to illustrate our approach."
  )

    (point  
     "These slides are written in LAML by means of the lecture note style"
     ""
    )

    (source-program
     "livslang-01.laml"
     (list "(note-page 'leno-ex" demo-end-mark)
     (list 
       (list "note-page" "" level-1-color 'bold)

       (list "title" "" level-2-color 'bold)
       (list point-form "" level-2-color 'bold 2)
       (list "source-program" "" level-2-color 'bold)
       (list index-word-form "" level-2-color 'bold)
     )
     (list 'slide-inline 'book-inline)
     "This is the LAML expression which generates the current slide. 
      You can easily recognize the point clauses above and below. The
      source-program clause inserts the large middle LAML document excerpt."
    )

    (point  
     "The program excerpt above is taken directly from the LAML source
      of these slides"
     ""
    )

  (index-words  "LENO" "Lecture note style (example of)")

) ; end leno-ex

This is the LAML expression which generates the current slide. You can easily recognize the point clauses above and below. The source-program clause inserts the large middle LAML document excerpt.

The program excerpt above is taken directly from the LAML source of these slides