Changeset 8a84f0d for BOOK/stylesheets/pdf
- Timestamp:
- May 10, 2006, 4:36:57 PM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 61d6a26
- Parents:
- bd709ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/pdf/lfs-mixed.xsl
rbd709ec r8a84f0d 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.