diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-07-13 19:50:45 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-07-13 19:50:45 +0000 |
commit | 1d505377b8616fd112ce28b98c8c415c65b461f1 (patch) | |
tree | 969d28f1039188c979fb377cb918ae56b7aef4a1 /stylesheets | |
parent | 83698f82d5c4230837846fc7b880bb91eecaac68 (diff) |
Using profiles for print output.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/lfs-print.xsl | 3 | ||||
-rw-r--r-- | stylesheets/lfs-profile.xsl | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/stylesheets/lfs-print.xsl b/stylesheets/lfs-print.xsl index 524191b5d..c1f68dce8 100644 --- a/stylesheets/lfs-print.xsl +++ b/stylesheets/lfs-print.xsl @@ -36,7 +36,8 @@ <xsl:param name="toc.indent.width" select="18"></xsl:param> <!-- Page number in Xref--> - <xsl:param name="insert.xref.page.number">yes</xsl:param> <xsl:template match="*" mode="page.citation"> + <xsl:param name="insert.xref.page.number">yes</xsl:param> + <xsl:template match="*" mode="page.citation"> <xsl:param name="id" select="'???'"/> <fo:inline keep-together.within-line="always"> <xsl:text>[p</xsl:text> diff --git a/stylesheets/lfs-profile.xsl b/stylesheets/lfs-profile.xsl new file mode 100644 index 000000000..85ad9a7c7 --- /dev/null +++ b/stylesheets/lfs-profile.xsl @@ -0,0 +1,9 @@ +<?xml version='1.0' encoding='ISO-8859-1'?> + +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:fo="http://www.w3.org/1999/XSL/Format" + version="1.0"> + + <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/profiling/profile.xsl"/> + +</xsl:stylesheet> |