Play audio slide show -- Keyboard shortcut: 'x'  Back to notes -- Keyboard shortcut: 'u'                Slide 13 : 38
Program 1
 

(note-page 'id "opposing"
  (title (main-text "Opposing items and its subclauses")
         (annotation "An illustration of opposing items")
  )

  (opposing
   (opposing-item 
    (left-item "Left item 1"
               ) 
    (right-item "Right item 1"
                ))
   (opposing-item 
    (left-item "Left item 2"
               ) 
    (right-item "Right item 2"
  )))

  (source-program
   'src "meta-lecture-notes.laml"
   'from-mark "(note-page 'id \"opposing\""
   'to-mark end-mark 
   'slide-mode "external"
   'book-mode "inline"
   (color-decorations
   )
   (main-text
    "The LAML source of this page" )
  )

  (cross-references
   (internet-reference 'href (man-entry "opposing")
   (main-text "Manual entry")))

) ; end note-page