adjusted typesetting of requires to make them linked

svn: r9821
This commit is contained in:
Robby Findler 2008-05-13 04:20:07 +00:00
parent cf6c45e0c3
commit 72cb7a1c0a

View File

@ -15,7 +15,7 @@ program on top of the @scheme[scheme/gui] library.
@itemize{
@item{@scheme[(require framework)]
@item{@scheme[(require #, @schememodname[framework])]
This library provides all of the definitions and syntax
described in this manual.
@ -43,19 +43,19 @@ program on top of the @scheme[scheme/gui] library.
@item{
@bold{Test Suite Engine}
@scheme[(require framework/test)]
@scheme[(require #, @schememodname[framework/test])]
This library provides all of the definitions beginning with
@scheme[test:] described in this manual.
}
@item{ @bold{GUI Utilities}
@scheme[(require framework/gui-utils)]
@scheme[(require #, @schememodname[framework/gui-utils])]
This libraries provides all of the definitions beginning
with @scheme[gui-utils:] described in this manual.
}
@item{ @bold{Preferences}
@scheme[(require framework/preferences)]
@scheme[(require #, @schememodname[framework/preferences])]
This library provides a subset of the names of the
@tt{framework.ss} library, namely those for