} tag.}
-
@item{@indexed-racket['never-indents] --- For Latex and @tech{compound
paragraphs}; see @racket[compound-paragraph].}
@@ -811,9 +798,6 @@ for Latex output (see @secref["extra-style"]). The following
@item{@racket[attributes] structure --- Provides additional HTML
attributes for the @tt{} or alternate tag.}
- @item{@racket[body-id] structure --- For HTML, uses the given string
- as an @tt{id} attribute of the @tt{
} or alternate tag.}
-
@item{@indexed-racket['never-indents] --- For Latex within another
@tech{compound paragraph}; see above.}
@@ -923,9 +907,6 @@ The following @tech{style properties} are currently recognized:
@item{@racket[xexpr-property] structure --- For HTML, supplies literal
HTML to render before and after @racket[content].}
- @item{@racket[body-id] structure --- For HTML uses the given
- string as an @tt{id} attribute of the @tt{} tag.}
-
@item{@indexed-racket['aux] --- Intended for use in titles, where the
auxiliary part of the title can be omitted in hyperlinks. See,
for example, @racket[secref].}
@@ -1827,7 +1808,7 @@ Like @racket[css-style-addition], but for a JavaScript file instead of a CSS fil
@defstruct[body-id ([value string?])]{
Used as a @tech{style property} to associate an @tt{id} attribute with
-an HTML tag.}
+an HTML tag within a main @racket[part].}
@defstruct[document-source ([module-path module-path?])]{