Changeset caa1aae


Ignore:
Timestamp:
07/13/2004 07:53:55 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
9a59b6f
Parents:
e119983
Message:

Using profiles for print output.

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

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    re119983 rcaa1aae  
    3535
    3636print:
    37         xsltproc --xinclude --nonet --output lfs-print.fo \
    38           stylesheets/lfs-print.xsl index.xml
     37        xsltproc --xinclude --nonet --stringparam profile.condition print --output lfs-print.xml \
     38          stylesheets/lfs-profile.xsl index.xml
     39        xsltproc --nonet --output lfs-print.fo stylesheets/lfs-print.xsl lfs-print.xml
    3940        sed -i -e "s/inherit/all/" lfs-print.fo
    4041        fop.sh lfs-print.fo $(PRINT_OUTPUT)
  • chapter01/changelog.xml

    re119983 rcaa1aae  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-scatter-changelog">
     6<sect1 id="ch-scatter-changelog" condition="no-print">
    77<title>Changelog</title>
    88<?dbhtml filename="changelog.html"?>
  • stylesheets/lfs-print.xsl

    re119983 rcaa1aae  
    3737
    3838    <!-- Page number in Xref-->
    39   <xsl:param name="insert.xref.page.number">yes</xsl:param> <xsl:template match="*" mode="page.citation">
     39  <xsl:param name="insert.xref.page.number">yes</xsl:param>
     40  <xsl:template match="*" mode="page.citation">
    4041    <xsl:param name="id" select="'???'"/>
    4142    <fo:inline keep-together.within-line="always">
Note: See TracChangeset for help on using the changeset viewer.