aboutsummaryrefslogtreecommitdiff
path: root/examples/slide/ex/skribe.skb
blob: d1a525ec585a1b3ea317046b2ce7137b5de9b540 (plain)
1
2
3
4
5
6
7
8
9
10
11
(slide :title [Skribe]
  (st [Skribe:])
  (itemize (item [A functional programming language based on Scheme])
	   (item [A markup language ,(emph [� la]) XML])
	   (item [A document ,(blue [is]) a program, 
                  a program ,(blue [looks like]) a text with markups]))

  (p [
   ,(st [Example:])
   ,(slide-pause)
   ,(skribe-prgm :file "ex/skribe.skb")]))