Blame Identity/Webenv/Themes/Default/Docbook/1.69.1/Xsl/docbook2xhtml-chunks.xsl
|
|
878a2b |
|
|
|
878a2b |
$Id$
|
|
|
878a2b |
-->
|
|
|
878a2b |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
|
|
|
9cac06 |
|
|
|
9cac06 |
<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/xhtml/chunk.xsl" />
|
|
|
9cac06 |
|
|
|
9cac06 |
|
|
|
f22f28 |
Add your customization below this comment. For more information
|
|
|
f22f28 |
about how to customize this section, read installed documentation
|
|
|
f22f28 |
at: /usr/share/doc/docbook-style-xsl-1.69.1/doc/html/index.html
|
|
|
9cac06 |
-->
|
|
|
9cac06 |
|
|
|
9cac06 |
<xsl:import href="=STYLE_XHTML_COMMON=" />
|
|
|
9cac06 |
|
|
|
ceab84 |
|
|
|
28331c |
Don't print toc inside reference pages.
|
|
|
ceab84 |
-->
|
|
|
ceab84 |
<xsl:param name="generate.toc">
|
|
|
ceab84 |
appendix toc,title
|
|
|
ceab84 |
article/appendix nop
|
|
|
ceab84 |
article toc,title
|
|
|
ceab84 |
book toc,title,figure,table,example,equation
|
|
|
ceab84 |
chapter toc,title
|
|
|
ceab84 |
part toc,title
|
|
|
ceab84 |
preface toc,title
|
|
|
ceab84 |
qandadiv toc
|
|
|
ceab84 |
qandaset toc
|
|
|
28331c |
reference nop
|
|
|
ceab84 |
sect1 toc
|
|
|
ceab84 |
sect2 toc
|
|
|
ceab84 |
sect3 toc
|
|
|
ceab84 |
sect4 toc
|
|
|
ceab84 |
sect5 toc
|
|
|
ceab84 |
section toc
|
|
|
ceab84 |
set toc,title
|
|
|
ceab84 |
</xsl:param>
|
|
|
ceab84 |
|
|
|
b87af0 |
|
|
|
b87af0 |
Don't use `Name' as title, use command's name instead.
|
|
|
b87af0 |
-->
|
|
|
b87af0 |
<xsl:param name="refentry.generate.title" select="1"></xsl:param>
|
|
|
b87af0 |
<xsl:param name="refentry.generate.name" select="0"></xsl:param>
|
|
|
b87af0 |
|
|
|
878a2b |
</xsl:stylesheet>
|