diff --git a/scribble-doc/scribblings/scribble/core.scrbl b/scribble-doc/scribblings/scribble/core.scrbl index edc392b2..bb89ae1a 100644 --- a/scribble-doc/scribblings/scribble/core.scrbl +++ b/scribble-doc/scribblings/scribble/core.scrbl @@ -370,7 +370,7 @@ names are as follows: @itemize[ - @item{@racket['index] --- The part represents an index.} + @item{@indexed-racket['index] --- The part represents an index.} ] @@ -378,24 +378,24 @@ The recognized @tech{style properties} are as follows: @itemize[ - @item{@racket['unnumbered] --- A section number is not computed or + @item{@indexed-racket['unnumbered] --- A section number is not computed or rendered for the section.} - @item{@racket['hidden-number] --- A section number is computed for + @item{@indexed-racket['hidden-number] --- A section number is computed for the section, but it is not rendered as part of the section name.} - @item{@racket['toc-hidden] --- The part title is not shown in tables + @item{@indexed-racket['toc-hidden] --- The part title is not shown in tables of contents, including in ``on this page'' boxes. For Latex rendering, the part title is omitted only if it is unnumbered or has a hidden number.} - @item{@racket['hidden] --- The part title is not shown; for Latex + @item{@indexed-racket['hidden] --- The part title is not shown; for Latex output, the part title is not shown only if its is empty, and in that case, it is also excluded from tables of contents. The @racket['toc-hidden] @tech{style property} usually should be included with @racket['hidden] (for consistency in non-Latex output).} - @item{@racket['grouper] --- The part is numbered with a Roman + @item{@indexed-racket['grouper] --- The part is numbered with a Roman numeral, by default, and its subsections continue numbering as if they appeared in the preceeding part. In other words, the part acts like a ``part'' in a book where chapter numbering is @@ -410,24 +410,24 @@ The recognized @tech{style properties} are as follows: @racket['unnumbered] property is also present, a @tech{numberer} property is ignored.} - @item{@racket['toc] --- Sub-parts of the part are rendered on separate + @item{@indexed-racket['toc] --- Sub-parts of the part are rendered on separate pages for multi-page HTML mode.} - @item{@racket['non-toc] --- Initial sub-parts of the part are + @item{@indexed-racket['non-toc] --- Initial sub-parts of the part are @emph{not} rendered on separate pages for multi-page HTML mode; this @tech{style property} applies only to the main part.} - @item{@racket['reveal] --- Shows sub-parts when this part is + @item{@indexed-racket['reveal] --- Shows sub-parts when this part is displayed in a table-of-contents panel in HTML output (which normally shows only the top-level sections).} - @item{@racket['quiet] --- In HTML output and most other output modes, + @item{@indexed-racket['quiet] --- In HTML output and most other output modes, hides entries for sub-parts of this part in a @racket[table-of-contents] or @racket[local-table-of-contents] listing except when those sub-parts are top-level entries in the listing.} - @item{@racket['no-toc] --- As a @tech{style property} for the main part of a + @item{@indexed-racket['no-toc] --- As a @tech{style property} for the main part of a rendered page, causes the HTML output to not include a margin box for the main table of contents; the ``on this page'' box that contains @racket[toc-element] and @racket[toc-target-element] @@ -435,7 +435,7 @@ The recognized @tech{style properties} are as follows: multi-page documents) takes on the location and color of the main table of contents, instead.} - @item{@racket['no-sidebar] --- As a @tech{style property} for the main part of a + @item{@indexed-racket['no-sidebar] --- As a @tech{style property} for the main part of a document, causes the HTML output to not include an ``on this page'' margin box.} @@ -519,16 +519,16 @@ recognized: @itemize[ - @item{@racket['author] --- Typeset as the author of a document. Such + @item{@indexed-racket['author] --- Typeset as the author of a document. Such paragraphs normally should appear only in the initial flow of a @racket[part] for a document, where they are treated specially by the Latex renderer by moving the author information to the title.} - @item{@racket['pretitle] --- Typeset before the title of the + @item{@indexed-racket['pretitle] --- Typeset before the title of the enclosing part.} - @item{@racket['wraps] --- Like a @racket[#f] @tech{style name}, but not + @item{@indexed-racket['wraps] --- Like a @racket[#f] @tech{style name}, but not @tech{boxable} in the sense of @racket[box-mode] for Latex output.} ] @@ -540,12 +540,12 @@ The currently recognized @tech{style properties} are as follows: @itemize[ - @item{@racket['omitable] --- When a table cell contains a single + @item{@indexed-racket['omitable] --- When a table cell contains a single @racket[paragraph] with the @racket['omitable] @tech{style property}, then when rendering to HTML, no @tt{
} tag wraps the cell content.} - @item{@racket['div] --- Generates @tt{
} (unless a @racket[alt-tag] property is provided).} @item{@racket[alt-tag] structure --- Generates the indicated HTML tag @@ -558,7 +558,7 @@ The currently recognized @tech{style properties} are as follows: as an @tt{id} attribute of the @tt{
}, @tt{