Back to lecture notes
Keyboard shortcut: 'u'  Slide 2 : 1
Program 1
 

(note-page 'id "title"
  (title (main-text "This is a title")
         (annotation "This is an annotation or comment of the title")
  )

  (source-program
   'src "meta-lecture-notes.laml"
   'from-mark "(note-page 'id \"section-title\""
   'to-mark end-mark 
   'slide-mode "external"
   'book-mode "internal"
   (color-decorations
   )
   (main-text
    "The LAML source of the previous page" )
  )

  (source-program
   'src "meta-lecture-notes.laml"
   'from-mark "(note-page 'id \"title\""
   'to-mark end-mark 
   'slide-mode "external"
   'book-mode "internal"
   (color-decorations
   )
   (main-text
    "The LAML source of this page" )
  )

) ; end note-page