Skip to content

Instantly share code, notes, and snippets.

@wvdschel
Created June 4, 2010 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wvdschel/425776 to your computer and use it in GitHub Desktop.
Save wvdschel/425776 to your computer and use it in GitHub Desktop.
An example parentation
(presentation :output "foo.pdf" :width 1024 :height 768
(slide
(title "foo")
(image "foo.png" :width 200 :height 200 :caption "A typical foo."))
(slide
(title "bar")
(ulist
"test 1"
"test 2"))
(slide
(title "A split")
(vertical-split '(0.4 0.6)
(text "Some text")
(image "foo.png"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment