aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-11-12 19:43:20 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-11-12 19:43:20 +0000
commit5507127b16ebf65f5ae071399ac62e2b920ca17f (patch)
treeda3bbaea28be64133930514513229ef152cf4018 /stylesheets
parenta66ea2b59bd451e963e8180d629c904f0be1a22e (diff)
* 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
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/pdf/lfs-mixed.xsl9
1 files changed, 2 insertions, 7 deletions
diff --git a/stylesheets/pdf/lfs-mixed.xsl b/stylesheets/pdf/lfs-mixed.xsl
index 760805e39..c4ce94aaa 100644
--- a/stylesheets/pdf/lfs-mixed.xsl
+++ b/stylesheets/pdf/lfs-mixed.xsl
@@ -106,17 +106,12 @@
<xsl:variable name="id">
<xsl:call-template name="object.id"/>
</xsl:variable>
- <xsl:variable name="graphic.width">
- <xsl:call-template name="admon.graphic.width"/>
- </xsl:variable>
<fo:block id="{$id}">
- <fo:list-block provisional-distance-between-starts="{$graphic.width} + 18pt"
- provisional-label-separation="18pt" xsl:use-attribute-sets="list.block.spacing">
+ <fo:list-block xsl:use-attribute-sets="list.block.spacing">
<fo:list-item>
<fo:list-item-label end-indent="label-end()">
<fo:block margin-left="4pt">
- <fo:external-graphic width="auto" height="auto"
- content-width="{$graphic.width}" >
+ <fo:external-graphic width="auto" height="auto">
<xsl:attribute name="src">
<xsl:call-template name="admon.graphic"/>
</xsl:attribute>