9.0.0.6

5.7 Compound Paragraph Styles🔗ℹ

HTML: A paragraph in a compound paragraph’s flow is rendered without a <p> tag, unless the paragraph has a style with a non-#false name. Latex/PDF: For Latex, each flow block in the compound paragraph’s flow is rendered with a preceding noindent, unless the block has the #'#{never-indents} property—checking recursively in a nested flow or compound paragraph if the nested flow or compound-paragraph itself has no #'#{never-indents} property).

A style name is used for a compound paragraph as follows:
  • A String: HTML: Used as a CSS class name. Latex/PDF: Used as the name of an environment used around the compound paragraph content.

Each style property is used for a compound paragraph as follows:
  • #'command: Latex/PDF: A String style name is used as a command name instead of an environment name.

  • A Style.HTML.AltTag: HTML: Generates the indicated tag instead of <blockquote>.

  • A Style.HTML.Attributes: HTML: Provides additional attributes for the <ul> or <ol> tag.

  • #'#{never-indents}: Latex/PDF: Adjusts pargraphs with the nested flow when in another compound paragraphs.