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

(note-page 'text
  (title "Text"
         "Text elements presents plain text which goes to all views"
  )

  (text "An example of a text"
        "An additional explanation of the text"
  )

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

) ; end page