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

(note-page 'note-text
  (title "Note-text"
         "A piece of text showed only in the note views"
  )

  (note-text "Here is a pice of note text")

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

  (index-words "note-text")

) ; end page