By default, the label for graphics in an IETM or PDF output begins with the a prefix, th word "Figure", followed by the sequential number of the graphic. You can customize the prefix by editing the image.title_prefix configuration item in a resources-xx.prop file, allowing you to localize the prefix in each language for which you have a language properties file.
Procedure
- Open the file named ..\data\etc\config\resources-xx.prop (where xx is the language in which you want to customize the graphics labels) in a text editor.
- In the resources-xx.prop file, locate the following name/value pair.
image.title_prefix=Figure
- In the resource file for each language in which you want to customize labels, edit this name/value pair to include the desired text as in the following example in English.
image.title_prefix=Illustration
- Save and close the resources-xx.prop file.
Results
During XSL-FO transformation, the specified prefix will be assigned to graphics labels.