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

(note-page 'slide-text
  (title "Slide-text"
         "A piece of text showed only in the slide view"
  )

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

  (source-program this-source-file  (list "(note-page 'slide-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 "slide-text")

) ; end page