Back to slide
Keyboard shortcut: 'u'  Slide 2 : 24
Program 2
 

(note-page 'title
  (title "This is a title of a note page"
         "This is an introductory description to this note page"
  )

  (source-program this-source-file  (list "(note-page 'section1" end-marker)
       (list
       )
       '(slide-external book-external)
       "The underlying LAML program of the section title above. "
  )

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

  

  (index-words "title")

) ; end page