keyword
Summary
Adds a keyword to the keyword index.Usage
pdf( keyword, word )
Parameters
Name | Type | Description | Required |
---|---|---|---|
word | string | The keyword that should be added. | Yes. |
Description
This function adds a word to the keywords. When generating the keyword index (using the "create_index" function), an internal link to the position where the keyword was added will be created.
Examples
Example 1
{pdf( 'keyword', 'alien' )}
This example will add the "alien" word to the keywords.
Balazs Halasy (13/05/2004 2:52 pm)
Balazs Halasy (04/05/2005 12:27 pm)
Comments
There are no comments.