OUTLINE

Top  Previous  Next

Syntax

 

outline [level]

 

Description

 

The outline keyword turns on the production of PDF outlines (also called bookmarks) and the automatic display of the outline when the document is displayed in an Adobe Acrobat Reader.  The content of the outline is set page by page, by setting the variable "outline$" in a precopy or prepage code block.  Multi-level outlines can be specified by delimiting the levels with vertical bar (|) characters in the outline$ string.

 

If level is supplied, it must be an integer greater than zero.  This indicates the highest outline level that will be initially opened when Acrobat displays the document.  The default behavior is to have all levels open, but with exceptionally large reports, it may be desirable to have just the first 1 or 2 levels initially opened.

 

See the outline rule set in advanced.rul for an example.

 

 

Drivers: pdf only