diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-08-17 01:22:35 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-08-17 01:22:35 -0600 |
| commit | 1ca5e689d52760056da0e3e65f87a0bef9a8d609 (patch) | |
| tree | 60017bf34968b6e2fa3384c3c8cf2538ec284d0d | |
| parent | a206524430d5af7a1fa00b6bdd403ef6b4622f7b (diff) | |
| -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] ---- |
