diff options
Diffstat (limited to 'stylesheets/pdf')
-rw-r--r-- | stylesheets/pdf/lfs-admon.xsl | 2 | ||||
-rw-r--r-- | stylesheets/pdf/lfs-mixed.xsl | 2 | ||||
-rw-r--r-- | stylesheets/pdf/lfs-pagesetup.xsl | 5 |
3 files changed, 5 insertions, 4 deletions
diff --git a/stylesheets/pdf/lfs-admon.xsl b/stylesheets/pdf/lfs-admon.xsl index 2872055fb..03325bd48 100644 --- a/stylesheets/pdf/lfs-admon.xsl +++ b/stylesheets/pdf/lfs-admon.xsl @@ -59,7 +59,7 @@ provisional-label-separation="18pt" xsl:use-attribute-sets="list.block.spacing"> <fo:list-item> <fo:list-item-label end-indent="label-end()"> - <fo:block margin-left="4pt"> + <fo:block margin-left="18pt"> <fo:external-graphic width="auto" height="auto" content-width="{$graphic.width}" > <xsl:attribute name="src"> diff --git a/stylesheets/pdf/lfs-mixed.xsl b/stylesheets/pdf/lfs-mixed.xsl index 15fc55eaf..065128f1b 100644 --- a/stylesheets/pdf/lfs-mixed.xsl +++ b/stylesheets/pdf/lfs-mixed.xsl @@ -227,7 +227,7 @@ <xsl:text>• </xsl:text> <xsl:apply-templates select="term"/> </fo:block> - <fo:block margin-left="0.1in" text-align="left"> + <fo:block margin-left="1.4pc" text-align="left"> <xsl:apply-templates select="listitem"/> </fo:block> </xsl:when> diff --git a/stylesheets/pdf/lfs-pagesetup.xsl b/stylesheets/pdf/lfs-pagesetup.xsl index 7733b45e3..7e19099ce 100644 --- a/stylesheets/pdf/lfs-pagesetup.xsl +++ b/stylesheets/pdf/lfs-pagesetup.xsl @@ -64,8 +64,8 @@ <!-- Font size for chapter title. --> <xsl:template match="title" mode="chapter.titlepage.recto.auto.mode"> - <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" - xsl:use-attribute-sets="chapter.titlepage.recto.style" + <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" + xsl:use-attribute-sets="chapter.titlepage.recto.style" font-size="21pt" font-weight="bold" text-align="left"> <xsl:call-template name="component.title"> <xsl:with-param name="node" select="ancestor-or-self::chapter[1]"/> @@ -76,6 +76,7 @@ <!-- Margins --> <xsl:param name="page.margin.inner">0.5in</xsl:param> <xsl:param name="page.margin.outer">0.375in</xsl:param> + <xsl:param name="body.start.indent" select="'0.7pc'"/> <xsl:param name="title.margin.left">-0.7pc</xsl:param> <xsl:attribute-set name="normal.para.spacing"> <xsl:attribute name="space-before.optimum">0.6em</xsl:attribute> |