[
http://jira.jboss.com/jira/browse/JBDS-178?page=comments#action_12399151 ]
Gleb Galkin commented on JBDS-178:
----------------------------------
When you need to break a page in the required place of PDF version doc., you can use
"Hard page breaks":
1. add the following template to your customization layer (for example in fopdf.xsl)
<xsl:template
match="processing-instruction('hard-pagebreak')">
<fo:block break-after='page'/>
</xsl:template>
2. put the following processing instruction in your document where you want an
unconditional page break:
<para>Some text in a paragraph</para>
<?hard-pagebreak?>
<para>The following code snippet illustrates
the technique.</para>
DocBook Investigation
----------------------
Key: JBDS-178
URL:
http://jira.jboss.com/jira/browse/JBDS-178
Project: Developer Studio
Issue Type: Task
Components: documentation
Affects Versions: 1.0.0.GA
Reporter: Svetlana mukhina
Assigned To: Anatoly Fedosik
Priority: Optional
Fix For: 1.1
Learn more about DocBook, the tags that we use in our xml, the attributes of the main
tags, etc.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira