diff options
| -rw-r--r-- | docs/modules/ROOT/pages/pdf-outline.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/modules/ROOT/pages/pdf-outline.adoc b/docs/modules/ROOT/pages/pdf-outline.adoc index 01a13374..9f636037 100644 --- a/docs/modules/ROOT/pages/pdf-outline.adoc +++ b/docs/modules/ROOT/pages/pdf-outline.adoc @@ -23,10 +23,10 @@ The PDF outline resulting from the example above will be titled "`The Chronicles [#levels] == outlinelevels attribute -You can adjust the depth of section levels that are displayed in the PDF outline independent of the TOC level depth with the `outlinelevels` document attribute. -By default, `outlinelevels` is set to the same value as `toclevels` and all the included levels are fully expanded. +You can adjust the depth of section levels that are displayed in the PDF outline independent of the TOC level depth using the `outlinelevels` document attribute. +By default, `outlinelevels` attribute is set to the same value as `toclevels` and all the levels are fully expanded. -To customize the depth of the section levels displayed in the PDF outline and their expansion, set the `outlinelevels` attribute in the header of your document and assign it an integer. +To customize the depth of the section levels displayed in the PDF outline and configure them to be expanded, set the `outlinelevels` attribute in the header of your document and assign it an integer. [,asciidoc] ---- |
