tweaks to 'quick' and 'more'
svn: r8355
This commit is contained in:
parent
6a2512e0a3
commit
3948f6e7ed
|
@ -766,6 +766,9 @@ the server updated, visit @tt{http://localhost:8081/sum2}.
|
||||||
@; ----------------------------------------------------------------------
|
@; ----------------------------------------------------------------------
|
||||||
@section{Where to Go From Here}
|
@section{Where to Go From Here}
|
||||||
|
|
||||||
|
If you arrived here as part of an introduction to PLT Scheme, then
|
||||||
|
your next stop is probably @|guide|.
|
||||||
|
|
||||||
If the topics covered here are the kind that interest you, see also
|
If the topics covered here are the kind that interest you, see also
|
||||||
@secref["concurrency" #:doc '(lib
|
@secref["concurrency" #:doc '(lib
|
||||||
"scribblings/reference/reference.scrbl")] and @secref["security" #:doc
|
"scribblings/reference/reference.scrbl")] and @secref["security" #:doc
|
||||||
|
|
|
@ -42,10 +42,10 @@ start DrScheme.
|
||||||
@; ----------------------------------------------------------------------
|
@; ----------------------------------------------------------------------
|
||||||
@section{Set...}
|
@section{Set...}
|
||||||
|
|
||||||
To draw pictures, we must first load the picture library, which is
|
To draw pictures, we must first load some picture functions, which are
|
||||||
part of a slide-creation library. Copy the following into the
|
part of a library for creating slide presentations. Copy the
|
||||||
@defterm{definitions area}, which is the top text area that you see in
|
following into the @defterm{definitions area}, which is the top text
|
||||||
DrScheme:
|
area that you see in DrScheme:
|
||||||
|
|
||||||
@schememod[slideshow]
|
@schememod[slideshow]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user