aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-04-17 20:15:25 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-04-17 20:15:25 +0000
commita2d4711a9fbb0432b5363eb37bdfed2782b46343 (patch)
tree0b654d2c2f30f7920c103633d19e5d832ab3a75c
parent7b0c19e0268b8bcc9d8e7903140fa6f8c2a78877 (diff)
Updated the stylesheets to use DocBook-XSL 168.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4990 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--general.ent4
-rw-r--r--stylesheets/lfs-chunked.xsl6
-rw-r--r--stylesheets/lfs-chunked2.xsl2
-rw-r--r--stylesheets/lfs-nochunks.xsl2
-rw-r--r--stylesheets/lfs-pdf.xsl2
-rw-r--r--stylesheets/lfs-profile.xsl2
-rw-r--r--stylesheets/pdf/lfs-admon.xsl2
-rw-r--r--stylesheets/pdf/lfs-mixed.xsl2
-rw-r--r--stylesheets/pdf/lfs-pagesetup.xsl2
10 files changed, 21 insertions, 12 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 82a7c12e3..e967eb120 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -84,6 +84,15 @@ first a summary, then a detailed log.</para>
<listitem><para>Changelog Entries:</para>
<itemizedlist>
+<listitem><para>April 12, 2005 [manuel]</para>
+<itemizedlist>
+<listitem><para>Updated: Arch: All - Updated the stylesheets to use
+DocBook-XSL 1.68.1.</para></listitem>
+</itemizedlist>
+</listitem>
+</itemizedlist>
+
+<itemizedlist>
<listitem><para>April 15, 2005 [jim]</para>
<itemizedlist>
<listitem><para>Updated: Arch: All - Udev to 057.</para></listitem>
diff --git a/general.ent b/general.ent
index 620349ca1..d1a70492e 100644
--- a/general.ent
+++ b/general.ent
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "7.0-multiarch-20050415">
+<!ENTITY version "7.0-multiarch-20050417">
<!ENTITY version-x86 "&version;-x86">
<!ENTITY version-alpha "&version;-alpha">
<!ENTITY version-ppc "&version;-PowerPC">
<!ENTITY version-raq2 "&version;-RaQ2">
-<!ENTITY releasedate "April 15, 2005">
+<!ENTITY releasedate "April 17, 2005">
<!ENTITY milestone "7.0">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
diff --git a/stylesheets/lfs-chunked.xsl b/stylesheets/lfs-chunked.xsl
index 47b564447..7234248ac 100644
--- a/stylesheets/lfs-chunked.xsl
+++ b/stylesheets/lfs-chunked.xsl
@@ -5,8 +5,8 @@
version="1.0">
<xsl:import href="lfs-chunked2.xsl"/>
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/chunk-common.xsl"/>
- <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/manifest.xsl"/>
+ <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/chunk-common.xsl"/>
+ <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/manifest.xsl"/>
<!-- From the original chunk.xsl file:
@@ -24,7 +24,7 @@
Voila! (Man I hope we can do this better in XSLT 2.0) -->
- <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/profile-chunk-code.xsl"/>
+ <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/profile-chunk-code.xsl"/>
<!-- Including our others customized chunks templates -->
<xsl:include href="xhtml/lfs-legalnotice.xsl"/>
diff --git a/stylesheets/lfs-chunked2.xsl b/stylesheets/lfs-chunked2.xsl
index 967162c8a..bdc63f289 100644
--- a/stylesheets/lfs-chunked2.xsl
+++ b/stylesheets/lfs-chunked2.xsl
@@ -5,7 +5,7 @@
version="1.0">
<!-- We use XHTML -->
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/docbook.xsl"/>
+ <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/docbook.xsl"/>
<xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
<!-- Including our others customized elements templates -->
diff --git a/stylesheets/lfs-nochunks.xsl b/stylesheets/lfs-nochunks.xsl
index 375f1d8cd..027f42eb7 100644
--- a/stylesheets/lfs-nochunks.xsl
+++ b/stylesheets/lfs-nochunks.xsl
@@ -5,7 +5,7 @@
version="1.0">
<!-- We use XHTML -->
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.67.2/xhtml/profile-docbook.xsl"/>
+ <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/profile-docbook.xsl"/>
<!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
<xsl:output method="html" encoding="ISO-8859-1" indent="no" />
diff --git a/stylesheets/lfs-pdf.xsl b/stylesheets/lfs-pdf.xsl
index 39e3fa067..382dd2c48 100644
--- a/stylesheets/lfs-pdf.xsl
+++ b/stylesheets/lfs-pdf.xsl
@@ -4,7 +4,7 @@
xmlns:fo="http://www.w3.org/1999/XSL/Format"
version="1.0">
<!-- We use FO and FOP as the processor -->
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.67.2/fo/docbook.xsl"/>
+ <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/fo/docbook.xsl"/>
<xsl:param name="fop.extensions" select="1"/>
<xsl:param name="draft.mode" select="'no'"/>
diff --git a/stylesheets/lfs-profile.xsl b/stylesheets/lfs-profile.xsl
index 8af9ca94e..16ab132b4 100644
--- a/stylesheets/lfs-profile.xsl
+++ b/stylesheets/lfs-profile.xsl
@@ -4,7 +4,7 @@
version="1.0">
<!-- Include common profiling stylesheet -->
- <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.67.2/profiling/profile-mode.xsl"/>
+ <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.68.1/profiling/profile-mode.xsl"/>
<!-- Generate DocBook instance with correct DOCTYPE -->
<xsl:output method="xml"
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>&#x2022; </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..88538a3cb 100644
--- a/stylesheets/pdf/lfs-pagesetup.xsl
+++ b/stylesheets/pdf/lfs-pagesetup.xsl
@@ -76,7 +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="title.margin.left">-0.7pc</xsl:param>
+ <xsl:param name="body.start.indent" select="'0.7pc'"/>
<xsl:attribute-set name="normal.para.spacing">
<xsl:attribute name="space-before.optimum">0.6em</xsl:attribute>
<xsl:attribute name="space-before.minimum">0.4em</xsl:attribute>