You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2015/07/14 11:05:02 UTC

svn commit: r1690879 - /xmlgraphics/site/trunk/content/fop/trunk/whitespacemanagement.mdtext

Author: ssteiner
Date: Tue Jul 14 09:05:02 2015
New Revision: 1690879

URL: http://svn.apache.org/r1690879
Log:
Fix toc

Modified:
    xmlgraphics/site/trunk/content/fop/trunk/whitespacemanagement.mdtext

Modified: xmlgraphics/site/trunk/content/fop/trunk/whitespacemanagement.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/trunk/whitespacemanagement.mdtext?rev=1690879&r1=1690878&r2=1690879&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/trunk/whitespacemanagement.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/trunk/whitespacemanagement.mdtext Tue Jul 14 09:05:02 2015
@@ -18,11 +18,11 @@ Notice:    Licensed to the Apache Softwa
 
 #Apache™ FOP: Whitespace Management
 
-## Overview { #overview }
+## Overview { #overview}
 
 This page describes an extension for FOP’s page breaking algorithm that enables the handling of dynamic content. Dynamic content has multiple variants, only one of which will be inserted in the document. Variant selection is done in a First Come First Served manner and the first variant that fits within the remaining space in the current page is chosen. If no appropriate variant is found, the dynamic content will be skipped without affecting the rest of the document layout.
 
-## Example { #example }
+## Example { #example}
 
 Here is an example of dynamic content with two variants:
 
@@ -36,7 +36,7 @@ Here is an example of dynamic content wi
 		</fo:multi-case>
 	</fo:multi-switch>
 
-## Limitations { #limitations }
+## Limitations { #limitations}
 
 * Space attributes (space-before, space-after) are not currently supported. This is primarily due to how space resolution is done in FOP, which requires the whole FO content to be known before doing page breaking.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org