keyword
Summary
Adds a keyword to the keyword index (DEPRECATED).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)
Julia Shymova (11/01/2008 1:06 pm)
Comments
There are no comments.