hgbook
diff stylesheets/html.xsl @ 655:65e9a18d2c7e
Shrink large images to fit page
author | Dongsheng Song <dongsheng.song@gmail.com> |
---|---|
date | Mon Mar 30 17:36:57 2009 +0800 (2009-03-30) |
parents | bae6d1503482 |
children | 4e8f302ae313 |
line diff
1.1 --- a/stylesheets/html.xsl Thu Mar 12 17:11:59 2009 +0800 1.2 +++ b/stylesheets/html.xsl Mon Mar 30 17:36:57 2009 +0800 1.3 @@ -22,6 +22,8 @@ 1.4 <xsl:param name="section.label.includes.component.label">1</xsl:param> 1.5 1.6 <xsl:output method="html" encoding="utf-8" indent="yes"/> <!-- html only --> 1.7 + <xsl:param name="chunker.output.encoding" select="'utf-8'"/> <!-- html only --> 1.8 + <xsl:param name="chunker.output.indent" select="'yes'"/> <!-- html only --> 1.9 <xsl:param name="use.id.as.filename">0</xsl:param> <!-- html only --> 1.10 <xsl:param name="chunk.section.depth">0</xsl:param> <!-- html only --> 1.11 <xsl:param name="chunker.output.indent">yes</xsl:param> <!-- html only -->