create_index
Summary
Creates an index based on the specified keywords (DEPRECATED).Usage
pdf( create_index )
Description
This function creates an index page from a collection of keywords. The keywords must be specified using the "keyword" PDF template function. The index will start on the next page, and consists of the specified keywords with their corresponding page number.
Examples
Example 1
{pdf( 'text', 'Index page demo.' | wash( 'pdf' ) )} {pdf( 'keyword', 'apples' )} {pdf( 'keyword', 'bananas' )} {pdf( 'create_index' )}
This example creates an index page using the following keywords "apples" and "bananas".
Balazs Halasy (13/05/2004 2:05 pm)
Julia Shymova (11/01/2008 11:14 am)
Comments
There are no comments.