Changeset 5507127 for stylesheets


Ignore:
Timestamp:
11/12/2004 07:43:20 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3fbdf00
Parents:
a66ea2b
Message:
  • Provide better instructions for installing the tools necessary for generating PDF output
  • Upgrade the PDF stylesheet to play nicely with the latest docbook-xsl release

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4307 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/pdf/lfs-mixed.xsl

    ra66ea2b r5507127  
    107107      <xsl:call-template name="object.id"/>
    108108    </xsl:variable>
    109     <xsl:variable name="graphic.width">
    110       <xsl:call-template name="admon.graphic.width"/>
    111     </xsl:variable>
    112109    <fo:block id="{$id}">
    113       <fo:list-block provisional-distance-between-starts="{$graphic.width} + 18pt"
    114               provisional-label-separation="18pt" xsl:use-attribute-sets="list.block.spacing">
     110      <fo:list-block xsl:use-attribute-sets="list.block.spacing">
    115111        <fo:list-item>
    116112            <fo:list-item-label end-indent="label-end()">
    117113              <fo:block margin-left="4pt">
    118                 <fo:external-graphic width="auto" height="auto"
    119                         content-width="{$graphic.width}" >
     114                <fo:external-graphic width="auto" height="auto">
    120115                  <xsl:attribute name="src">
    121116                    <xsl:call-template name="admon.graphic"/>
Note: See TracChangeset for help on using the changeset viewer.