Rackety Slideshow tutorial
This commit is contained in:
parent
0840430b21
commit
9d2e025e51
|
@ -32,9 +32,9 @@
|
|||
#:title "About Slideshow"
|
||||
(para (bt "Slideshow")
|
||||
"is a library for creating slide presentations")
|
||||
(item "A Slideshow presentation is a PLT Scheme program")
|
||||
(item "A Slideshow presentation is a Racket program")
|
||||
(item "Instead of a WYSIWYG interface,"
|
||||
"you get the power of Scheme"))
|
||||
"you get the power of Racket"))
|
||||
|
||||
(define (symbol n)
|
||||
(text (string (integer->char n)) 'symbol (current-font-size)))
|
||||
|
|
|
@ -209,8 +209,8 @@
|
|||
|
||||
(require slideshow/code)
|
||||
(slide
|
||||
#:title "Scheme Code"
|
||||
(para "For Scheme code, the" (code slideshow/code)
|
||||
#:title "Racket Code"
|
||||
(para "For Racket code, the" (code slideshow/code)
|
||||
"library provides a handy" (code code) "macro for"
|
||||
"typesetting literal code")
|
||||
(para "The" (code code) "macro uses source-location information"
|
||||
|
@ -870,7 +870,7 @@
|
|||
|
||||
(slide
|
||||
#:title "Your Own Slides"
|
||||
(para "A Slideshow presentation is a Scheme program in a module,"
|
||||
(para "A Slideshow presentation is a Racket program in a module,"
|
||||
"so to make your own:")
|
||||
(scale/improve-new-text ; a macro that improves font selection
|
||||
(code #,(tt "#lang") slideshow
|
||||
|
|
Loading…
Reference in New Issue
Block a user