Presentation Template

Authors...

Presentation pointer

("Q" for pointer)
Check plugin's page for details

Drawing board

("T" to toggle drawing board)

("D" to toggle drawing)

("Ctrl + z" to remove last line)

"1", "2", "3", "4" to change colors
(depends on your color list, if you have 5 colors then 1,2,3,4,5 etc)

Check plugin's page for details

Slide 1

ABC $$ L_{a}T_{e}X $$


(def lazy-fib
  (concat
   [0 1]
   ((fn rfib [a b]
        (lazy-cons (+ a b) (rfib b (+ a b)))) 0 1)))
  

Thanks

"There's no such thing as a stupid question!"

Authors
Links