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

(note-page 'slide-space
  (title "Slide-space"
         "Makes some vertical space on a slide page. The other views are not affected"
  )

  (text "Here is some text produced by the text function")
  (slide-space)
  (text "Here is some more text produced by the text function")

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

) ; end page