Next: Navigation Bars Previous: Including Images Contents: Contents |
Question:
How can I use my own bullet images with a predefined style?
Answer:
Assume that the style you want to use has its own bullet images but you would prefer to use other bullet images instead.
In this case you may place your own bullet images in the desired target directory and then call pp2html with the following options:
pp2html --target_dir ./slides \ --bullet mydot1.gif --bullet mydot2.gif \ input.pp |
Discussion:
The --target_dir
option places all slides in the specified directory. This directory should contain the two bullet images mydot1.gif
and mydot2.gif
for top level and second level lists.
The --bullet
options tell pp2html to use the new gif files for unordered lists.
Next: Navigation Bars Previous: Including Images Contents: Contents |