adjusted typesetting of requires to make them linked
svn: r9821 original commit: 72cb7a1c0a673f97b387c9a0f3a20462aff8325d
This commit is contained in:
parent
2fa44cc20d
commit
7455e3ea03
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user