Next: My Own Bullets With Styles Previous: Creating a New Style Contents: Contents |
Question:
How can I include images in my document or in my presentation?
Answer:
Use the \IMAGE
tag to include images in your source file:
\INCLUDE{src=image_file_name} |
Discussion:
The image_file_name
is either relative to the directory where the PerlPoint source file is is located or it is an absolute pathname. (The PerlPoint source file is the file containing the \IMAGE
tag.)
Other options which can be used in the \IMAGE tag:
These options are translated to their corresponding HTML equivalents.
The image file is copied to the image directory (only if the source is newer than the target ...) The image directory can be specified by the --image_dir
option. The default value for the image directory is the target directory (or slice directory) which can be specified by the --target_dir
option.
Next: My Own Bullets With Styles Previous: Creating a New Style Contents: Contents |