styles/nargir-print.xsl
author fabien
Fri, 30 Dec 2005 19:54:54 -0500
branchnargir
changeset 1 f78a23ad608f
parent 0 8d81867c6c22
child 5 d4732a6075e5
permissions -rw-r--r--
[svn] r2047@freebird: fabien | 2005-12-30 16:39:19 -0500 Move nargir to book1. Add install target.

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version='1.0'
                xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:import href="nargir.xsl"/>
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/fo/docbook.xsl"/>

<!-- print options -->
<xsl:param name="hyphenate">false</xsl:param>

</xsl:stylesheet>