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

(note-page 'quotation
  (title "Quotation"
         "A quote"
  )

  (quotation
   "This is a quote"
   "And this is a comment to the quote"
  )

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

  (index-words "quotation")


) ; end page