General XMetaL Discussion
XMetaL Community Forum › General XMetaL Discussion › page breaks and lline breaks
-
topi70 January 24, 2012 at 2:03 pm
page breaks and lline breaks
January 24, 2012 at 2:03 pmParticipants 0Replies 1Last Activity 11 years agoHI,
i'm using Xmetal and dita. Output format is PDF by antenna house formatter. Is there anyway to make line and page breaks manually in Xmetal? Even though i have all those keep rules on stylesheets there are some cases when customer would want to have a page break in location where stylesheets says otherwise. Could i harness some element to do that manual page brake or is there some other way to do that?Derek Read January 25, 2012 at 1:13 am
Reply to: page breaks and lline breaks
January 25, 2012 at 1:13 amYou might check with the Antenna House documentation for your version of AH to see if it supports something that would be unobtrusive in the XML that can be used to force a page break. Some FO engines support special PIs dedicated to this type of thing. The PI would need to be passed through to AH by the DITA OT (I'm not sure that is the case). It also assumes your authors don't mind working with PIs.
Alternatively, you might use something like the following in the XML, then add an XSLT template to handle that special case that uses standard XSLT (break-before / break-after / keep-with / etc):
-
AuthorPosts
- You must be logged in to reply to this topic.