Tag Definition: pto
Generated by rlextra version 4.3.0a1
Attributes
Name |
Required? |
Default_Value |
Values |
Can contain |
Purpose
This is a flowable container that holds an arbitrary number of other flowables and lets you declare either a flowable header or footer so that the initial container shows the footer and the subsequent page contains the header whenever it overflows.
Check out our docs page on this.
Example usage
<story>
<spacer length="710"/>
<pto>
<pto_trailer>
<para textColor="blue">
See you on next frame
</para>
</pto_trailer>
<pto_header>
<para textColor="blue">
back from the previous frame
</para>
</pto_header>
<para>A header</para>
<para>
Many vast star fields in the plane of our Milky Way Galaxy
are rich in clouds of dust, and gas. First and foremost,
visible in the above picture are millions of stars, many
of which are similar to our Sun. Next huge filaments of
dark interstellar dust run across the image and block the
light from millions of more stars yet further across our Galaxy.
</para>
</pto>
</story>
Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.