Changeset ea5f366


Ignore:
Timestamp:
09/10/2005 11:21:20 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a9d2cbd
Parents:
70798e6
Message:

Updated the stylesheets to use version 1.69.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5048 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
stylesheets
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/blfs-chunked1.xsl

    r70798e6 rea5f366  
    66
    77  <xsl:import href="blfs-chunked2.xsl"/>
    8   <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/chunk-common.xsl"/>
    9   <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/manifest.xsl"/>
     8  <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/chunk-common.xsl"/>
     9  <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/manifest.xsl"/>
    1010
    1111    <!--  From the original chunk.xsl file:
     
    2525    Voila! (Man I hope we can do this better in XSLT 2.0)  -->
    2626
    27   <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/chunk-code.xsl"/>
     27  <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/chunk-code.xsl"/>
    2828
    2929    <!-- Including our others customized chunks templates -->
  • stylesheets/blfs-chunked2.xsl

    r70798e6 rea5f366  
    66
    77        <!-- We use XHTML -->
    8   <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/docbook.xsl"/>
     8  <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/docbook.xsl"/>
    99  <xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
    1010
  • stylesheets/blfs-nochunks.xsl

    r70798e6 rea5f366  
    66
    77    <!-- We use XHTML -->
    8   <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/xhtml/docbook.xsl"/>
     8  <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/docbook.xsl"/>
    99
    1010    <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
  • stylesheets/blfs-pdf.xsl

    r70798e6 rea5f366  
    66
    77    <!-- We use FO and FOP as the processor -->
    8   <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.68.1/fo/docbook.xsl"/>
     8  <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/fo/docbook.xsl"/>
    99  <xsl:param name="fop.extensions" select="1"/>
    1010  <xsl:param name="draft.mode" select="'no'"/>
  • stylesheets/pdf/lfs-pagesetup.xsl

    r70798e6 rea5f366  
    6464    <!-- Font size for chapter title. -->
    6565  <xsl:template match="title" mode="chapter.titlepage.recto.auto.mode">
    66     <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" 
    67             xsl:use-attribute-sets="chapter.titlepage.recto.style" 
     66    <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format"
     67            xsl:use-attribute-sets="chapter.titlepage.recto.style"
    6868            font-size="21pt" font-weight="bold" text-align="left">
    6969      <xsl:call-template name="component.title">
     
    7777  <xsl:param name="page.margin.outer">0.375in</xsl:param>
    7878  <xsl:param name="body.start.indent" select="'0.7pc'"/>
     79  <xsl:param name="title.margin.left">-0.7pc</xsl:param>
    7980  <xsl:attribute-set name="normal.para.spacing">
    8081    <xsl:attribute name="space-before.optimum">0.6em</xsl:attribute>
Note: See TracChangeset for help on using the changeset viewer.