Changeset 7860781 for stylesheets/pdf
- Timestamp:
- May 10, 2006, 4:36:57 PM (19 years ago)
- Children:
- e510c7f
- Parents:
- 3d23af3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stylesheets/pdf/lfs-mixed.xsl
r3d23af3 r7860781 13 13 </xsl:template> 14 14 15 <!-- Allow forced line breaks inside paragraphs emulating literallayout. --> 15 <!-- Allow forced line breaks inside paragraphs emulating literallayout 16 and to remove vertical space in pachages and patches pages. --> 16 17 <xsl:template match="para"> 17 18 <xsl:choose> … … 22 23 text-align="start" 23 24 linefeed-treatment="preserve"> 25 <xsl:call-template name="anchor"/> 26 <xsl:apply-templates/> 27 </fo:block> 28 </xsl:when> 29 <xsl:when test="ancestor::variablelist/@role = 'materials'"> 30 <fo:block> 31 <xsl:attribute name="space-before.optimum">0.1em</xsl:attribute> 32 <xsl:attribute name="space-before.minimum">0em</xsl:attribute> 33 <xsl:attribute name="space-before.maximum">0.2em</xsl:attribute> 24 34 <xsl:call-template name="anchor"/> 25 35 <xsl:apply-templates/>
Note:
See TracChangeset
for help on using the changeset viewer.