Next: Documentation Previous: Mix it your way Contents: Contents |
To complete the common "torso" shown in the sections above, you mostly need to add your own backend callbacks. Go for it! We are curious about a new interesting converter.
Please note that this document does not describe the complete backend API. Please have a look at the manpage of PerlPoint::Backend
as well. For example, there's a method toc()
that provides a list of subchapters, either of the complete document or of a certain "parent" chapter. This can simplify TOC related tasks significantly.
Next: Documentation Previous: Mix it your way Contents: Contents |