From 9d2e025e51e427580e71e930e05404e50beff0dd Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 11 Feb 2011 09:59:48 -0700 Subject: [PATCH] Rackety Slideshow tutorial --- collects/slideshow/initial-ones.rkt | 4 ++-- collects/slideshow/tutorial-show.rkt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/collects/slideshow/initial-ones.rkt b/collects/slideshow/initial-ones.rkt index c7cda9a425..8f68694bf5 100644 --- a/collects/slideshow/initial-ones.rkt +++ b/collects/slideshow/initial-ones.rkt @@ -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))) diff --git a/collects/slideshow/tutorial-show.rkt b/collects/slideshow/tutorial-show.rkt index a380c2a65e..af8ac23332 100644 --- a/collects/slideshow/tutorial-show.rkt +++ b/collects/slideshow/tutorial-show.rkt @@ -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